FromMain.Designer.cs 24 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431
  1. namespace WCS_Client.From
  2. {
  3. partial class FromMain
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region Windows Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.components = new System.ComponentModel.Container();
  29. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FromMain));
  30. this.取消任务ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  31. this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
  32. this.完成任务ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  33. this.tsmiGetTaskDtl = new System.Windows.Forms.ToolStripMenuItem();
  34. this.statusStrip1 = new System.Windows.Forms.StatusStrip();
  35. this.toolStripStatusLabel1 = new System.Windows.Forms.ToolStripStatusLabel();
  36. this.toolStripStatusLabel3 = new System.Windows.Forms.ToolStripStatusLabel();
  37. this.toolStripStatusLabel2 = new System.Windows.Forms.ToolStripStatusLabel();
  38. this.toolStripProgressBar1 = new System.Windows.Forms.ToolStripProgressBar();
  39. this.skinMenuStrip1 = new CCWin.SkinControl.SkinMenuStrip();
  40. this.文件ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  41. this.tsmt_Calc = new System.Windows.Forms.ToolStripMenuItem();
  42. this.tsmt_Book = new System.Windows.Forms.ToolStripMenuItem();
  43. this.tsmt_SysReset = new System.Windows.Forms.ToolStripMenuItem();
  44. this.tsmt_SysExit = new System.Windows.Forms.ToolStripMenuItem();
  45. this.用户管理ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  46. this.tsmtUser = new System.Windows.Forms.ToolStripMenuItem();
  47. this.修改密码ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  48. this.任务管理ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  49. this.tsmt_task = new System.Windows.Forms.ToolStripMenuItem();
  50. this.tsmt_TaskDis = new System.Windows.Forms.ToolStripMenuItem();
  51. this.设备监控ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  52. this.tsmaterInMontior = new System.Windows.Forms.ToolStripMenuItem();
  53. this.tsmtSrmDataQuery = new System.Windows.Forms.ToolStripMenuItem();
  54. this.tsmtRGVDataQuery = new System.Windows.Forms.ToolStripMenuItem();
  55. this.tsmtConveyorDataQuery = new System.Windows.Forms.ToolStripMenuItem();
  56. this.tsmiEquLockQuery = new System.Windows.Forms.ToolStripMenuItem();
  57. this.立体库料箱物流设备监控ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  58. this.历史报警记录查询ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  59. this.系统管理ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  60. this.tsmtQueryLog = new System.Windows.Forms.ToolStripMenuItem();
  61. this.tsmtSystemSet = new System.Windows.Forms.ToolStripMenuItem();
  62. this.系统帮助ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  63. this.contextMenuStrip1.SuspendLayout();
  64. this.statusStrip1.SuspendLayout();
  65. this.skinMenuStrip1.SuspendLayout();
  66. this.SuspendLayout();
  67. //
  68. // 取消任务ToolStripMenuItem
  69. //
  70. this.取消任务ToolStripMenuItem.Name = "取消任务ToolStripMenuItem";
  71. this.取消任务ToolStripMenuItem.Size = new System.Drawing.Size(124, 22);
  72. this.取消任务ToolStripMenuItem.Text = "重置任务";
  73. //
  74. // contextMenuStrip1
  75. //
  76. this.contextMenuStrip1.ImageScalingSize = new System.Drawing.Size(20, 20);
  77. this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  78. this.完成任务ToolStripMenuItem,
  79. this.取消任务ToolStripMenuItem,
  80. this.tsmiGetTaskDtl});
  81. this.contextMenuStrip1.Name = "contextMenuStrip1";
  82. this.contextMenuStrip1.Size = new System.Drawing.Size(125, 70);
  83. //
  84. // 完成任务ToolStripMenuItem
  85. //
  86. this.完成任务ToolStripMenuItem.Name = "完成任务ToolStripMenuItem";
  87. this.完成任务ToolStripMenuItem.Size = new System.Drawing.Size(124, 22);
  88. this.完成任务ToolStripMenuItem.Text = "完成任务";
  89. //
  90. // tsmiGetTaskDtl
  91. //
  92. this.tsmiGetTaskDtl.Name = "tsmiGetTaskDtl";
  93. this.tsmiGetTaskDtl.Size = new System.Drawing.Size(124, 22);
  94. this.tsmiGetTaskDtl.Text = "查看明细";
  95. this.tsmiGetTaskDtl.Visible = false;
  96. //
  97. // statusStrip1
  98. //
  99. this.statusStrip1.ImageScalingSize = new System.Drawing.Size(20, 20);
  100. this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  101. this.toolStripStatusLabel1,
  102. this.toolStripStatusLabel3,
  103. this.toolStripStatusLabel2,
  104. this.toolStripProgressBar1});
  105. this.statusStrip1.Location = new System.Drawing.Point(0, 504);
  106. this.statusStrip1.Name = "statusStrip1";
  107. this.statusStrip1.Padding = new System.Windows.Forms.Padding(1, 0, 10, 0);
  108. this.statusStrip1.Size = new System.Drawing.Size(878, 24);
  109. this.statusStrip1.TabIndex = 15;
  110. this.statusStrip1.Text = "苏州博众精工科技股份有限公司";
  111. //
  112. // toolStripStatusLabel1
  113. //
  114. this.toolStripStatusLabel1.Name = "toolStripStatusLabel1";
  115. this.toolStripStatusLabel1.Size = new System.Drawing.Size(300, 19);
  116. this.toolStripStatusLabel1.Text = "admin|管理员|2015年06月02号 18点57分59秒 星期二";
  117. //
  118. // toolStripStatusLabel3
  119. //
  120. this.toolStripStatusLabel3.Name = "toolStripStatusLabel3";
  121. this.toolStripStatusLabel3.Size = new System.Drawing.Size(433, 19);
  122. this.toolStripStatusLabel3.Spring = true;
  123. //
  124. // toolStripStatusLabel2
  125. //
  126. this.toolStripStatusLabel2.Name = "toolStripStatusLabel2";
  127. this.toolStripStatusLabel2.Size = new System.Drawing.Size(131, 19);
  128. this.toolStripStatusLabel2.Text = "toolStripStatusLabel2";
  129. //
  130. // toolStripProgressBar1
  131. //
  132. this.toolStripProgressBar1.Name = "toolStripProgressBar1";
  133. this.toolStripProgressBar1.Size = new System.Drawing.Size(1, 18);
  134. //
  135. // skinMenuStrip1
  136. //
  137. this.skinMenuStrip1.Arrow = System.Drawing.Color.Black;
  138. this.skinMenuStrip1.Back = System.Drawing.Color.White;
  139. this.skinMenuStrip1.BackRadius = 4;
  140. this.skinMenuStrip1.BackRectangle = new System.Drawing.Rectangle(10, 10, 10, 10);
  141. this.skinMenuStrip1.Base = System.Drawing.Color.FromArgb(((int)(((byte)(105)))), ((int)(((byte)(200)))), ((int)(((byte)(254)))));
  142. this.skinMenuStrip1.BaseFore = System.Drawing.Color.Black;
  143. this.skinMenuStrip1.BaseForeAnamorphosis = false;
  144. this.skinMenuStrip1.BaseForeAnamorphosisBorder = 4;
  145. this.skinMenuStrip1.BaseForeAnamorphosisColor = System.Drawing.Color.White;
  146. this.skinMenuStrip1.BaseHoverFore = System.Drawing.Color.White;
  147. this.skinMenuStrip1.BaseItemAnamorphosis = true;
  148. this.skinMenuStrip1.BaseItemBorder = System.Drawing.Color.FromArgb(((int)(((byte)(60)))), ((int)(((byte)(148)))), ((int)(((byte)(212)))));
  149. this.skinMenuStrip1.BaseItemBorderShow = true;
  150. this.skinMenuStrip1.BaseItemDown = ((System.Drawing.Image)(resources.GetObject("skinMenuStrip1.BaseItemDown")));
  151. this.skinMenuStrip1.BaseItemHover = System.Drawing.Color.FromArgb(((int)(((byte)(60)))), ((int)(((byte)(148)))), ((int)(((byte)(212)))));
  152. this.skinMenuStrip1.BaseItemMouse = ((System.Drawing.Image)(resources.GetObject("skinMenuStrip1.BaseItemMouse")));
  153. this.skinMenuStrip1.BaseItemPressed = System.Drawing.Color.FromArgb(((int)(((byte)(60)))), ((int)(((byte)(148)))), ((int)(((byte)(212)))));
  154. this.skinMenuStrip1.BaseItemRadius = 4;
  155. this.skinMenuStrip1.BaseItemRadiusStyle = CCWin.SkinClass.RoundStyle.All;
  156. this.skinMenuStrip1.BaseItemSplitter = System.Drawing.Color.FromArgb(((int)(((byte)(60)))), ((int)(((byte)(148)))), ((int)(((byte)(212)))));
  157. this.skinMenuStrip1.DropDownImageSeparator = System.Drawing.Color.FromArgb(((int)(((byte)(197)))), ((int)(((byte)(197)))), ((int)(((byte)(197)))));
  158. this.skinMenuStrip1.Fore = System.Drawing.Color.Black;
  159. this.skinMenuStrip1.HoverFore = System.Drawing.Color.White;
  160. this.skinMenuStrip1.ImageScalingSize = new System.Drawing.Size(20, 20);
  161. this.skinMenuStrip1.ItemAnamorphosis = true;
  162. this.skinMenuStrip1.ItemBorder = System.Drawing.Color.FromArgb(((int)(((byte)(60)))), ((int)(((byte)(148)))), ((int)(((byte)(212)))));
  163. this.skinMenuStrip1.ItemBorderShow = true;
  164. this.skinMenuStrip1.ItemHover = System.Drawing.Color.FromArgb(((int)(((byte)(60)))), ((int)(((byte)(148)))), ((int)(((byte)(212)))));
  165. this.skinMenuStrip1.ItemPressed = System.Drawing.Color.FromArgb(((int)(((byte)(60)))), ((int)(((byte)(148)))), ((int)(((byte)(212)))));
  166. this.skinMenuStrip1.ItemRadius = 4;
  167. this.skinMenuStrip1.ItemRadiusStyle = CCWin.SkinClass.RoundStyle.All;
  168. this.skinMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  169. this.文件ToolStripMenuItem,
  170. this.用户管理ToolStripMenuItem,
  171. this.任务管理ToolStripMenuItem,
  172. this.设备监控ToolStripMenuItem,
  173. this.系统管理ToolStripMenuItem,
  174. this.系统帮助ToolStripMenuItem});
  175. this.skinMenuStrip1.Location = new System.Drawing.Point(0, 0);
  176. this.skinMenuStrip1.Name = "skinMenuStrip1";
  177. this.skinMenuStrip1.Padding = new System.Windows.Forms.Padding(4, 2, 0, 2);
  178. this.skinMenuStrip1.RadiusStyle = CCWin.SkinClass.RoundStyle.All;
  179. this.skinMenuStrip1.Size = new System.Drawing.Size(878, 25);
  180. this.skinMenuStrip1.SkinAllColor = true;
  181. this.skinMenuStrip1.TabIndex = 17;
  182. this.skinMenuStrip1.Text = "skinMenuStrip1";
  183. this.skinMenuStrip1.TitleAnamorphosis = true;
  184. this.skinMenuStrip1.TitleColor = System.Drawing.Color.FromArgb(((int)(((byte)(209)))), ((int)(((byte)(228)))), ((int)(((byte)(236)))));
  185. this.skinMenuStrip1.TitleRadius = 4;
  186. this.skinMenuStrip1.TitleRadiusStyle = CCWin.SkinClass.RoundStyle.All;
  187. this.skinMenuStrip1.ItemAdded += new System.Windows.Forms.ToolStripItemEventHandler(this.skinMenuStrip1_ItemAdded);
  188. //
  189. // 文件ToolStripMenuItem
  190. //
  191. this.文件ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
  192. this.tsmt_Calc,
  193. this.tsmt_Book,
  194. this.tsmt_SysReset,
  195. this.tsmt_SysExit});
  196. this.文件ToolStripMenuItem.Name = "文件ToolStripMenuItem";
  197. this.文件ToolStripMenuItem.Size = new System.Drawing.Size(44, 21);
  198. this.文件ToolStripMenuItem.Text = "文件";
  199. //
  200. // tsmt_Calc
  201. //
  202. this.tsmt_Calc.Name = "tsmt_Calc";
  203. this.tsmt_Calc.Size = new System.Drawing.Size(124, 22);
  204. this.tsmt_Calc.Text = "计算器";
  205. this.tsmt_Calc.Click += new System.EventHandler(this.tsmt_Calc_Click);
  206. //
  207. // tsmt_Book
  208. //
  209. this.tsmt_Book.Name = "tsmt_Book";
  210. this.tsmt_Book.Size = new System.Drawing.Size(124, 22);
  211. this.tsmt_Book.Text = "记事本";
  212. this.tsmt_Book.Click += new System.EventHandler(this.tsmt_Book_Click);
  213. //
  214. // tsmt_SysReset
  215. //
  216. this.tsmt_SysReset.Name = "tsmt_SysReset";
  217. this.tsmt_SysReset.Size = new System.Drawing.Size(124, 22);
  218. this.tsmt_SysReset.Text = "系统注销";
  219. this.tsmt_SysReset.Click += new System.EventHandler(this.tsmt_SysReset_Click);
  220. //
  221. // tsmt_SysExit
  222. //
  223. this.tsmt_SysExit.Name = "tsmt_SysExit";
  224. this.tsmt_SysExit.Size = new System.Drawing.Size(124, 22);
  225. this.tsmt_SysExit.Text = "系统退出";
  226. this.tsmt_SysExit.Click += new System.EventHandler(this.tsmt_SysExit_Click);
  227. //
  228. // 用户管理ToolStripMenuItem
  229. //
  230. this.用户管理ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
  231. this.tsmtUser,
  232. this.修改密码ToolStripMenuItem});
  233. this.用户管理ToolStripMenuItem.Name = "用户管理ToolStripMenuItem";
  234. this.用户管理ToolStripMenuItem.Size = new System.Drawing.Size(68, 21);
  235. this.用户管理ToolStripMenuItem.Text = "用户管理";
  236. //
  237. // tsmtUser
  238. //
  239. this.tsmtUser.Name = "tsmtUser";
  240. this.tsmtUser.Size = new System.Drawing.Size(124, 22);
  241. this.tsmtUser.Text = "用户管理";
  242. this.tsmtUser.Click += new System.EventHandler(this.tsmtUser_Click);
  243. //
  244. // 修改密码ToolStripMenuItem
  245. //
  246. this.修改密码ToolStripMenuItem.Name = "修改密码ToolStripMenuItem";
  247. this.修改密码ToolStripMenuItem.Size = new System.Drawing.Size(124, 22);
  248. this.修改密码ToolStripMenuItem.Text = "修改密码";
  249. this.修改密码ToolStripMenuItem.Click += new System.EventHandler(this.修改密码ToolStripMenuItem_Click);
  250. //
  251. // 任务管理ToolStripMenuItem
  252. //
  253. this.任务管理ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
  254. this.tsmt_task,
  255. this.tsmt_TaskDis});
  256. this.任务管理ToolStripMenuItem.Name = "任务管理ToolStripMenuItem";
  257. this.任务管理ToolStripMenuItem.Size = new System.Drawing.Size(68, 21);
  258. this.任务管理ToolStripMenuItem.Text = "任务管理";
  259. //
  260. // tsmt_task
  261. //
  262. this.tsmt_task.Name = "tsmt_task";
  263. this.tsmt_task.Size = new System.Drawing.Size(148, 22);
  264. this.tsmt_task.Text = "当前任务管理";
  265. this.tsmt_task.Click += new System.EventHandler(this.tsmt_task_Click);
  266. //
  267. // tsmt_TaskDis
  268. //
  269. this.tsmt_TaskDis.Name = "tsmt_TaskDis";
  270. this.tsmt_TaskDis.Size = new System.Drawing.Size(148, 22);
  271. this.tsmt_TaskDis.Text = "历史任务查询";
  272. this.tsmt_TaskDis.Click += new System.EventHandler(this.tsmt_TaskDis_Click);
  273. //
  274. // 设备监控ToolStripMenuItem
  275. //
  276. this.设备监控ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
  277. this.tsmaterInMontior,
  278. this.tsmtSrmDataQuery,
  279. this.tsmtRGVDataQuery,
  280. this.tsmtConveyorDataQuery,
  281. this.tsmiEquLockQuery,
  282. this.立体库料箱物流设备监控ToolStripMenuItem,
  283. this.历史报警记录查询ToolStripMenuItem});
  284. this.设备监控ToolStripMenuItem.Name = "设备监控ToolStripMenuItem";
  285. this.设备监控ToolStripMenuItem.Size = new System.Drawing.Size(68, 21);
  286. this.设备监控ToolStripMenuItem.Text = "设备监控";
  287. //
  288. // tsmaterInMontior
  289. //
  290. this.tsmaterInMontior.Name = "tsmaterInMontior";
  291. this.tsmaterInMontior.Size = new System.Drawing.Size(208, 22);
  292. this.tsmaterInMontior.Text = "立体库托盘物流设备监控";
  293. this.tsmaterInMontior.Click += new System.EventHandler(this.tsmaterInMontior_Click);
  294. //
  295. // tsmtSrmDataQuery
  296. //
  297. this.tsmtSrmDataQuery.Name = "tsmtSrmDataQuery";
  298. this.tsmtSrmDataQuery.Size = new System.Drawing.Size(208, 22);
  299. this.tsmtSrmDataQuery.Text = "设备信号查询";
  300. this.tsmtSrmDataQuery.Click += new System.EventHandler(this.tsmtSrmDataQuery_Click);
  301. //
  302. // tsmtRGVDataQuery
  303. //
  304. this.tsmtRGVDataQuery.Name = "tsmtRGVDataQuery";
  305. this.tsmtRGVDataQuery.Size = new System.Drawing.Size(208, 22);
  306. this.tsmtRGVDataQuery.Text = "穿梭车信号查询";
  307. this.tsmtRGVDataQuery.Visible = false;
  308. //
  309. // tsmtConveyorDataQuery
  310. //
  311. this.tsmtConveyorDataQuery.Name = "tsmtConveyorDataQuery";
  312. this.tsmtConveyorDataQuery.Size = new System.Drawing.Size(208, 22);
  313. this.tsmtConveyorDataQuery.Text = "输送机信号查询";
  314. this.tsmtConveyorDataQuery.Visible = false;
  315. //
  316. // tsmiEquLockQuery
  317. //
  318. this.tsmiEquLockQuery.Name = "tsmiEquLockQuery";
  319. this.tsmiEquLockQuery.Size = new System.Drawing.Size(208, 22);
  320. this.tsmiEquLockQuery.Text = "设备锁管理";
  321. this.tsmiEquLockQuery.Click += new System.EventHandler(this.tsmiEquLockQuery_Click);
  322. //
  323. // 立体库料箱物流设备监控ToolStripMenuItem
  324. //
  325. this.立体库料箱物流设备监控ToolStripMenuItem.Name = "立体库料箱物流设备监控ToolStripMenuItem";
  326. this.立体库料箱物流设备监控ToolStripMenuItem.Size = new System.Drawing.Size(208, 22);
  327. this.立体库料箱物流设备监控ToolStripMenuItem.Text = "立体库料箱物流设备监控";
  328. this.立体库料箱物流设备监控ToolStripMenuItem.Click += new System.EventHandler(this.立体库料箱物流设备监控ToolStripMenuItem_Click);
  329. //
  330. // 历史报警记录查询ToolStripMenuItem
  331. //
  332. this.历史报警记录查询ToolStripMenuItem.Name = "历史报警记录查询ToolStripMenuItem";
  333. this.历史报警记录查询ToolStripMenuItem.Size = new System.Drawing.Size(208, 22);
  334. this.历史报警记录查询ToolStripMenuItem.Text = "历史报警记录查询";
  335. this.历史报警记录查询ToolStripMenuItem.Click += new System.EventHandler(this.历史报警记录查询ToolStripMenuItem_Click);
  336. //
  337. // 系统管理ToolStripMenuItem
  338. //
  339. this.系统管理ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
  340. this.tsmtQueryLog,
  341. this.tsmtSystemSet});
  342. this.系统管理ToolStripMenuItem.Name = "系统管理ToolStripMenuItem";
  343. this.系统管理ToolStripMenuItem.Size = new System.Drawing.Size(68, 21);
  344. this.系统管理ToolStripMenuItem.Text = "系统管理";
  345. //
  346. // tsmtQueryLog
  347. //
  348. this.tsmtQueryLog.Name = "tsmtQueryLog";
  349. this.tsmtQueryLog.Size = new System.Drawing.Size(124, 22);
  350. this.tsmtQueryLog.Text = "日志查询";
  351. this.tsmtQueryLog.Click += new System.EventHandler(this.tsmtQueryLog_Click);
  352. //
  353. // tsmtSystemSet
  354. //
  355. this.tsmtSystemSet.Name = "tsmtSystemSet";
  356. this.tsmtSystemSet.Size = new System.Drawing.Size(124, 22);
  357. this.tsmtSystemSet.Text = "系统设置";
  358. this.tsmtSystemSet.Click += new System.EventHandler(this.tsmtSystemSet_Click);
  359. //
  360. // 系统帮助ToolStripMenuItem
  361. //
  362. this.系统帮助ToolStripMenuItem.Name = "系统帮助ToolStripMenuItem";
  363. this.系统帮助ToolStripMenuItem.Size = new System.Drawing.Size(68, 21);
  364. this.系统帮助ToolStripMenuItem.Text = "系统帮助";
  365. //
  366. // FromMain
  367. //
  368. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  369. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  370. this.ClientSize = new System.Drawing.Size(878, 528);
  371. this.Controls.Add(this.statusStrip1);
  372. this.Controls.Add(this.skinMenuStrip1);
  373. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  374. this.IsMdiContainer = true;
  375. this.MainMenuStrip = this.skinMenuStrip1;
  376. this.Margin = new System.Windows.Forms.Padding(2);
  377. this.Name = "FromMain";
  378. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  379. this.Text = "WCS客户端";
  380. this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
  381. this.Load += new System.EventHandler(this.FromMain_Load);
  382. this.contextMenuStrip1.ResumeLayout(false);
  383. this.statusStrip1.ResumeLayout(false);
  384. this.statusStrip1.PerformLayout();
  385. this.skinMenuStrip1.ResumeLayout(false);
  386. this.skinMenuStrip1.PerformLayout();
  387. this.ResumeLayout(false);
  388. this.PerformLayout();
  389. }
  390. #endregion
  391. private System.Windows.Forms.ToolStripMenuItem 取消任务ToolStripMenuItem;
  392. private System.Windows.Forms.ContextMenuStrip contextMenuStrip1;
  393. private System.Windows.Forms.ToolStripMenuItem 完成任务ToolStripMenuItem;
  394. private System.Windows.Forms.ToolStripMenuItem tsmiGetTaskDtl;
  395. private System.Windows.Forms.StatusStrip statusStrip1;
  396. private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel1;
  397. private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel3;
  398. private CCWin.SkinControl.SkinMenuStrip skinMenuStrip1;
  399. private System.Windows.Forms.ToolStripMenuItem 文件ToolStripMenuItem;
  400. private System.Windows.Forms.ToolStripMenuItem 用户管理ToolStripMenuItem;
  401. private System.Windows.Forms.ToolStripMenuItem tsmtUser;
  402. private System.Windows.Forms.ToolStripMenuItem 任务管理ToolStripMenuItem;
  403. private System.Windows.Forms.ToolStripMenuItem tsmt_task;
  404. private System.Windows.Forms.ToolStripMenuItem tsmt_TaskDis;
  405. private System.Windows.Forms.ToolStripMenuItem 设备监控ToolStripMenuItem;
  406. private System.Windows.Forms.ToolStripMenuItem 系统管理ToolStripMenuItem;
  407. private System.Windows.Forms.ToolStripMenuItem tsmtQueryLog;
  408. private System.Windows.Forms.ToolStripMenuItem tsmtSystemSet;
  409. private System.Windows.Forms.ToolStripMenuItem 系统帮助ToolStripMenuItem;
  410. private System.Windows.Forms.ToolStripMenuItem tsmt_Calc;
  411. private System.Windows.Forms.ToolStripMenuItem tsmt_Book;
  412. private System.Windows.Forms.ToolStripMenuItem tsmt_SysReset;
  413. private System.Windows.Forms.ToolStripMenuItem tsmt_SysExit;
  414. private System.Windows.Forms.ToolStripMenuItem tsmaterInMontior;
  415. private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel2;
  416. private System.Windows.Forms.ToolStripProgressBar toolStripProgressBar1;
  417. private System.Windows.Forms.ToolStripMenuItem tsmtSrmDataQuery;
  418. private System.Windows.Forms.ToolStripMenuItem tsmtRGVDataQuery;
  419. private System.Windows.Forms.ToolStripMenuItem tsmtConveyorDataQuery;
  420. private System.Windows.Forms.ToolStripMenuItem tsmiEquLockQuery;
  421. private System.Windows.Forms.ToolStripMenuItem 立体库料箱物流设备监控ToolStripMenuItem;
  422. private System.Windows.Forms.ToolStripMenuItem 修改密码ToolStripMenuItem;
  423. private System.Windows.Forms.ToolStripMenuItem 历史报警记录查询ToolStripMenuItem;
  424. }
  425. }