Form_Main.Designer.cs 22 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406
  1. namespace MainForm
  2. {
  3. partial class Form_Main
  4. {
  5. /// <summary>
  6. /// 必需的设计器变量。
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// 清理所有正在使用的资源。
  11. /// </summary>
  12. /// <param name="disposing">如果应释放托管资源,为 true;否则为 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 窗体设计器生成的代码
  22. /// <summary>
  23. /// 设计器支持所需的方法 - 不要修改
  24. /// 使用代码编辑器修改此方法的内容。
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.components = new System.ComponentModel.Container();
  29. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form_Main));
  30. this.panelMain = new System.Windows.Forms.Panel();
  31. this.statusStrip1 = new System.Windows.Forms.StatusStrip();
  32. this.toolStripStatusLabel1 = new System.Windows.Forms.ToolStripStatusLabel();
  33. this.toolStripStatusLabel_Time = new System.Windows.Forms.ToolStripStatusLabel();
  34. this.toolStripStatusLabel2 = new System.Windows.Forms.ToolStripStatusLabel();
  35. this.toolStripStatusLabel_user = new System.Windows.Forms.ToolStripStatusLabel();
  36. this.imageList1 = new System.Windows.Forms.ImageList(this.components);
  37. this.panel2 = new System.Windows.Forms.Panel();
  38. this.btnMES = new System.Windows.Forms.Button();
  39. this.Btn_DevAlarm = new System.Windows.Forms.Button();
  40. this.btnOrder = new System.Windows.Forms.Button();
  41. this.btnPLCDB = new System.Windows.Forms.Button();
  42. this.button_Home = new System.Windows.Forms.Button();
  43. this.Openfile = new System.Windows.Forms.Button();
  44. this.button_Other = new System.Windows.Forms.Button();
  45. this.button_Login = new System.Windows.Forms.Button();
  46. this.button_SystemSet = new System.Windows.Forms.Button();
  47. this.button_Alarm = new System.Windows.Forms.Button();
  48. this.toolTip1 = new System.Windows.Forms.ToolTip(this.components);
  49. this.timer1 = new System.Windows.Forms.Timer(this.components);
  50. this.statusStrip1.SuspendLayout();
  51. this.panel2.SuspendLayout();
  52. this.SuspendLayout();
  53. //
  54. // panelMain
  55. //
  56. this.panelMain.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  57. | System.Windows.Forms.AnchorStyles.Left)
  58. | System.Windows.Forms.AnchorStyles.Right)));
  59. this.panelMain.BackColor = System.Drawing.Color.WhiteSmoke;
  60. this.panelMain.Location = new System.Drawing.Point(2, 98);
  61. this.panelMain.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  62. this.panelMain.Name = "panelMain";
  63. this.panelMain.Size = new System.Drawing.Size(1610, 916);
  64. this.panelMain.TabIndex = 1;
  65. //
  66. // statusStrip1
  67. //
  68. this.statusStrip1.ImageScalingSize = new System.Drawing.Size(20, 20);
  69. this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  70. this.toolStripStatusLabel1,
  71. this.toolStripStatusLabel_Time,
  72. this.toolStripStatusLabel2,
  73. this.toolStripStatusLabel_user});
  74. this.statusStrip1.LayoutStyle = System.Windows.Forms.ToolStripLayoutStyle.HorizontalStackWithOverflow;
  75. this.statusStrip1.Location = new System.Drawing.Point(0, 1020);
  76. this.statusStrip1.Name = "statusStrip1";
  77. this.statusStrip1.Padding = new System.Windows.Forms.Padding(3, 0, 34, 0);
  78. this.statusStrip1.Size = new System.Drawing.Size(1626, 32);
  79. this.statusStrip1.TabIndex = 2;
  80. this.statusStrip1.Text = "statusStrip1";
  81. //
  82. // toolStripStatusLabel1
  83. //
  84. this.toolStripStatusLabel1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
  85. this.toolStripStatusLabel1.Name = "toolStripStatusLabel1";
  86. this.toolStripStatusLabel1.Size = new System.Drawing.Size(82, 25);
  87. this.toolStripStatusLabel1.Text = "小米汽车";
  88. //
  89. // toolStripStatusLabel_Time
  90. //
  91. this.toolStripStatusLabel_Time.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
  92. this.toolStripStatusLabel_Time.Name = "toolStripStatusLabel_Time";
  93. this.toolStripStatusLabel_Time.Size = new System.Drawing.Size(0, 25);
  94. //
  95. // toolStripStatusLabel2
  96. //
  97. this.toolStripStatusLabel2.Name = "toolStripStatusLabel2";
  98. this.toolStripStatusLabel2.Size = new System.Drawing.Size(100, 25);
  99. this.toolStripStatusLabel2.Text = "当前用户:";
  100. //
  101. // toolStripStatusLabel_user
  102. //
  103. this.toolStripStatusLabel_user.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  104. this.toolStripStatusLabel_user.ForeColor = System.Drawing.SystemColors.MenuHighlight;
  105. this.toolStripStatusLabel_user.Name = "toolStripStatusLabel_user";
  106. this.toolStripStatusLabel_user.Size = new System.Drawing.Size(66, 25);
  107. this.toolStripStatusLabel_user.Text = "操作员";
  108. //
  109. // imageList1
  110. //
  111. this.imageList1.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream")));
  112. this.imageList1.TransparentColor = System.Drawing.Color.Transparent;
  113. this.imageList1.Images.SetKeyName(0, "Alarm_Off.png");
  114. this.imageList1.Images.SetKeyName(1, "Alarm_On.png");
  115. this.imageList1.Images.SetKeyName(2, "chart_line.png");
  116. this.imageList1.Images.SetKeyName(3, "Data_Information_Off.png");
  117. this.imageList1.Images.SetKeyName(4, "Data_Information_On.png");
  118. this.imageList1.Images.SetKeyName(5, "File_Excel_Off.png");
  119. this.imageList1.Images.SetKeyName(6, "File_Excel_On.png");
  120. this.imageList1.Images.SetKeyName(7, "half_pie.png");
  121. this.imageList1.Images.SetKeyName(8, "Home_Off.png");
  122. this.imageList1.Images.SetKeyName(9, "Home_on.png");
  123. this.imageList1.Images.SetKeyName(10, "ico_folder.png");
  124. this.imageList1.Images.SetKeyName(11, "ico_save.png");
  125. this.imageList1.Images.SetKeyName(12, "light_gray.png");
  126. this.imageList1.Images.SetKeyName(13, "light_green.png");
  127. this.imageList1.Images.SetKeyName(14, "light_red.png");
  128. this.imageList1.Images.SetKeyName(15, "Login_Off.png");
  129. this.imageList1.Images.SetKeyName(16, "Login_On.png");
  130. this.imageList1.Images.SetKeyName(17, "Mannual_Off.png");
  131. this.imageList1.Images.SetKeyName(18, "Mannual_On.png");
  132. this.imageList1.Images.SetKeyName(19, "menu_save.png");
  133. this.imageList1.Images.SetKeyName(20, "msdn.ico");
  134. this.imageList1.Images.SetKeyName(21, "Pause_Off.png");
  135. this.imageList1.Images.SetKeyName(22, "Pause_On.png");
  136. this.imageList1.Images.SetKeyName(23, "servo_back.png");
  137. this.imageList1.Images.SetKeyName(24, "servo_down.png");
  138. this.imageList1.Images.SetKeyName(25, "servo_front.png");
  139. this.imageList1.Images.SetKeyName(26, "servo_Left.png");
  140. this.imageList1.Images.SetKeyName(27, "servo_right.png");
  141. this.imageList1.Images.SetKeyName(28, "servo_Stop.png");
  142. this.imageList1.Images.SetKeyName(29, "servo_turn_left.png");
  143. this.imageList1.Images.SetKeyName(30, "servo_turn_right.png");
  144. this.imageList1.Images.SetKeyName(31, "servo_up.png");
  145. this.imageList1.Images.SetKeyName(32, "Start_Off.png");
  146. this.imageList1.Images.SetKeyName(33, "Start_On.png");
  147. this.imageList1.Images.SetKeyName(34, "Stop_Off.png");
  148. this.imageList1.Images.SetKeyName(35, "Stop_On.png");
  149. this.imageList1.Images.SetKeyName(36, "Vision_Off.png");
  150. this.imageList1.Images.SetKeyName(37, "Vision_On.png");
  151. this.imageList1.Images.SetKeyName(38, "set1.png");
  152. this.imageList1.Images.SetKeyName(39, "set.png");
  153. this.imageList1.Images.SetKeyName(40, "562255.png");
  154. this.imageList1.Images.SetKeyName(41, "544437.png");
  155. this.imageList1.Images.SetKeyName(42, "OpenFileIcon.png");
  156. this.imageList1.Images.SetKeyName(43, "546567.png");
  157. this.imageList1.Images.SetKeyName(44, "546567.png");
  158. this.imageList1.Images.SetKeyName(45, "2.ico");
  159. this.imageList1.Images.SetKeyName(46, "ico_folder.png");
  160. this.imageList1.Images.SetKeyName(47, "订单1.png");
  161. this.imageList1.Images.SetKeyName(48, "订单2.png");
  162. this.imageList1.Images.SetKeyName(49, "机器1.png");
  163. this.imageList1.Images.SetKeyName(50, "机器2.png");
  164. this.imageList1.Images.SetKeyName(51, "MES1.png");
  165. this.imageList1.Images.SetKeyName(52, "MES2.png");
  166. //
  167. // panel2
  168. //
  169. this.panel2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  170. | System.Windows.Forms.AnchorStyles.Right)));
  171. this.panel2.BackColor = System.Drawing.Color.WhiteSmoke;
  172. this.panel2.Controls.Add(this.btnMES);
  173. this.panel2.Controls.Add(this.Btn_DevAlarm);
  174. this.panel2.Controls.Add(this.btnOrder);
  175. this.panel2.Controls.Add(this.btnPLCDB);
  176. this.panel2.Controls.Add(this.button_Home);
  177. this.panel2.Controls.Add(this.Openfile);
  178. this.panel2.Controls.Add(this.button_Other);
  179. this.panel2.Controls.Add(this.button_Login);
  180. this.panel2.Controls.Add(this.button_SystemSet);
  181. this.panel2.Controls.Add(this.button_Alarm);
  182. this.panel2.Location = new System.Drawing.Point(2, 6);
  183. this.panel2.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  184. this.panel2.Name = "panel2";
  185. this.panel2.Size = new System.Drawing.Size(1610, 82);
  186. this.panel2.TabIndex = 3;
  187. //
  188. // btnMES
  189. //
  190. this.btnMES.BackColor = System.Drawing.Color.WhiteSmoke;
  191. this.btnMES.FlatAppearance.BorderSize = 0;
  192. this.btnMES.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  193. this.btnMES.ImageIndex = 51;
  194. this.btnMES.ImageList = this.imageList1;
  195. this.btnMES.Location = new System.Drawing.Point(179, 3);
  196. this.btnMES.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  197. this.btnMES.Name = "btnMES";
  198. this.btnMES.Size = new System.Drawing.Size(75, 72);
  199. this.btnMES.TabIndex = 7;
  200. this.toolTip1.SetToolTip(this.btnMES, "MES手动交互");
  201. this.btnMES.UseVisualStyleBackColor = false;
  202. //
  203. // Btn_DevAlarm
  204. //
  205. this.Btn_DevAlarm.BackColor = System.Drawing.Color.WhiteSmoke;
  206. this.Btn_DevAlarm.FlatAppearance.BorderSize = 0;
  207. this.Btn_DevAlarm.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  208. this.Btn_DevAlarm.ImageIndex = 0;
  209. this.Btn_DevAlarm.ImageList = this.imageList1;
  210. this.Btn_DevAlarm.Location = new System.Drawing.Point(1342, 4);
  211. this.Btn_DevAlarm.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  212. this.Btn_DevAlarm.Name = "Btn_DevAlarm";
  213. this.Btn_DevAlarm.Size = new System.Drawing.Size(75, 72);
  214. this.Btn_DevAlarm.TabIndex = 6;
  215. this.toolTip1.SetToolTip(this.Btn_DevAlarm, "设备报警统计面板");
  216. this.Btn_DevAlarm.UseVisualStyleBackColor = false;
  217. this.Btn_DevAlarm.Visible = false;
  218. //
  219. // btnOrder
  220. //
  221. this.btnOrder.BackColor = System.Drawing.Color.WhiteSmoke;
  222. this.btnOrder.FlatAppearance.BorderSize = 0;
  223. this.btnOrder.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  224. this.btnOrder.ImageIndex = 47;
  225. this.btnOrder.ImageList = this.imageList1;
  226. this.btnOrder.Location = new System.Drawing.Point(1425, 4);
  227. this.btnOrder.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  228. this.btnOrder.Name = "btnOrder";
  229. this.btnOrder.Size = new System.Drawing.Size(75, 72);
  230. this.btnOrder.TabIndex = 5;
  231. this.toolTip1.SetToolTip(this.btnOrder, "订单维护");
  232. this.btnOrder.UseVisualStyleBackColor = false;
  233. this.btnOrder.Visible = false;
  234. this.btnOrder.Click += new System.EventHandler(this.btnOrder_Click);
  235. //
  236. // btnPLCDB
  237. //
  238. this.btnPLCDB.BackColor = System.Drawing.Color.WhiteSmoke;
  239. this.btnPLCDB.FlatAppearance.BorderSize = 0;
  240. this.btnPLCDB.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  241. this.btnPLCDB.ImageIndex = 49;
  242. this.btnPLCDB.ImageList = this.imageList1;
  243. this.btnPLCDB.Location = new System.Drawing.Point(1176, 7);
  244. this.btnPLCDB.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  245. this.btnPLCDB.Name = "btnPLCDB";
  246. this.btnPLCDB.Size = new System.Drawing.Size(75, 72);
  247. this.btnPLCDB.TabIndex = 4;
  248. this.toolTip1.SetToolTip(this.btnPLCDB, "PLC交互");
  249. this.btnPLCDB.UseVisualStyleBackColor = false;
  250. this.btnPLCDB.Visible = false;
  251. this.btnPLCDB.Click += new System.EventHandler(this.btnPLCDB_Click);
  252. //
  253. // button_Home
  254. //
  255. this.button_Home.AllowDrop = true;
  256. this.button_Home.BackColor = System.Drawing.Color.WhiteSmoke;
  257. this.button_Home.FlatAppearance.BorderSize = 0;
  258. this.button_Home.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  259. this.button_Home.ImageIndex = 8;
  260. this.button_Home.ImageList = this.imageList1;
  261. this.button_Home.Location = new System.Drawing.Point(96, 3);
  262. this.button_Home.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  263. this.button_Home.Name = "button_Home";
  264. this.button_Home.Size = new System.Drawing.Size(75, 72);
  265. this.button_Home.TabIndex = 3;
  266. this.toolTip1.SetToolTip(this.button_Home, "首页");
  267. this.button_Home.UseVisualStyleBackColor = false;
  268. //
  269. // Openfile
  270. //
  271. this.Openfile.BackColor = System.Drawing.Color.WhiteSmoke;
  272. this.Openfile.FlatAppearance.BorderSize = 0;
  273. this.Openfile.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  274. this.Openfile.ImageIndex = 46;
  275. this.Openfile.ImageList = this.imageList1;
  276. this.Openfile.Location = new System.Drawing.Point(258, 3);
  277. this.Openfile.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  278. this.Openfile.Name = "Openfile";
  279. this.Openfile.Size = new System.Drawing.Size(75, 72);
  280. this.Openfile.TabIndex = 2;
  281. this.toolTip1.SetToolTip(this.Openfile, "日志文件");
  282. this.Openfile.UseVisualStyleBackColor = false;
  283. this.Openfile.Click += new System.EventHandler(this.button1_Click);
  284. //
  285. // button_Other
  286. //
  287. this.button_Other.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  288. this.button_Other.FlatAppearance.BorderSize = 0;
  289. this.button_Other.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  290. this.button_Other.ImageIndex = 41;
  291. this.button_Other.ImageList = this.imageList1;
  292. this.button_Other.Location = new System.Drawing.Point(1508, 9);
  293. this.button_Other.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  294. this.button_Other.Name = "button_Other";
  295. this.button_Other.Size = new System.Drawing.Size(75, 72);
  296. this.button_Other.TabIndex = 2;
  297. this.button_Other.UseVisualStyleBackColor = true;
  298. this.button_Other.Click += new System.EventHandler(this.button_vision_Click);
  299. //
  300. // button_Login
  301. //
  302. this.button_Login.AllowDrop = true;
  303. this.button_Login.BackColor = System.Drawing.Color.WhiteSmoke;
  304. this.button_Login.FlatAppearance.BorderSize = 0;
  305. this.button_Login.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  306. this.button_Login.ImageIndex = 15;
  307. this.button_Login.ImageList = this.imageList1;
  308. this.button_Login.Location = new System.Drawing.Point(12, 3);
  309. this.button_Login.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  310. this.button_Login.Name = "button_Login";
  311. this.button_Login.Size = new System.Drawing.Size(75, 72);
  312. this.button_Login.TabIndex = 0;
  313. this.toolTip1.SetToolTip(this.button_Login, "用户登录");
  314. this.button_Login.UseVisualStyleBackColor = false;
  315. this.button_Login.Click += new System.EventHandler(this.button_Login_Click);
  316. //
  317. // button_SystemSet
  318. //
  319. this.button_SystemSet.BackColor = System.Drawing.Color.WhiteSmoke;
  320. this.button_SystemSet.FlatAppearance.BorderSize = 0;
  321. this.button_SystemSet.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  322. this.button_SystemSet.ImageIndex = 17;
  323. this.button_SystemSet.ImageList = this.imageList1;
  324. this.button_SystemSet.Location = new System.Drawing.Point(347, 3);
  325. this.button_SystemSet.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  326. this.button_SystemSet.Name = "button_SystemSet";
  327. this.button_SystemSet.Size = new System.Drawing.Size(75, 72);
  328. this.button_SystemSet.TabIndex = 0;
  329. this.toolTip1.SetToolTip(this.button_SystemSet, "软件设置");
  330. this.button_SystemSet.UseVisualStyleBackColor = false;
  331. //
  332. // button_Alarm
  333. //
  334. this.button_Alarm.BackColor = System.Drawing.Color.WhiteSmoke;
  335. this.button_Alarm.FlatAppearance.BorderSize = 0;
  336. this.button_Alarm.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  337. this.button_Alarm.ImageIndex = 3;
  338. this.button_Alarm.ImageList = this.imageList1;
  339. this.button_Alarm.Location = new System.Drawing.Point(1259, 6);
  340. this.button_Alarm.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  341. this.button_Alarm.Name = "button_Alarm";
  342. this.button_Alarm.Size = new System.Drawing.Size(75, 72);
  343. this.button_Alarm.TabIndex = 0;
  344. this.toolTip1.SetToolTip(this.button_Alarm, "加工与点检数据");
  345. this.button_Alarm.UseVisualStyleBackColor = false;
  346. this.button_Alarm.Visible = false;
  347. this.button_Alarm.Click += new System.EventHandler(this.button_Alarm_Click);
  348. //
  349. // timer1
  350. //
  351. this.timer1.Interval = 1800000;
  352. this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
  353. //
  354. // Form_Main
  355. //
  356. this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F);
  357. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  358. this.BackColor = System.Drawing.Color.WhiteSmoke;
  359. this.ClientSize = new System.Drawing.Size(1626, 1052);
  360. this.Controls.Add(this.panel2);
  361. this.Controls.Add(this.statusStrip1);
  362. this.Controls.Add(this.panelMain);
  363. this.HelpButton = true;
  364. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  365. this.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  366. this.Name = "Form_Main";
  367. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  368. this.Text = "N801A上位机-Xiaomi";
  369. this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Form_Main_FormClosing);
  370. this.Load += new System.EventHandler(this.Form_Main_Load);
  371. this.statusStrip1.ResumeLayout(false);
  372. this.statusStrip1.PerformLayout();
  373. this.panel2.ResumeLayout(false);
  374. this.ResumeLayout(false);
  375. this.PerformLayout();
  376. }
  377. #endregion
  378. private System.Windows.Forms.Button button_Alarm;
  379. private System.Windows.Forms.Panel panelMain;
  380. private System.Windows.Forms.StatusStrip statusStrip1;
  381. private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel1;
  382. private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel_Time;
  383. private System.Windows.Forms.Panel panel2;
  384. private System.Windows.Forms.Button button_SystemSet;
  385. private System.Windows.Forms.Button button_Login;
  386. private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel2;
  387. private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel_user;
  388. private System.Windows.Forms.Button button_Other;
  389. private System.Windows.Forms.ImageList imageList1;
  390. private System.Windows.Forms.Button Openfile;
  391. private System.Windows.Forms.Button button_Home;
  392. private System.Windows.Forms.Button btnPLCDB;
  393. private System.Windows.Forms.Button btnOrder;
  394. private System.Windows.Forms.Button Btn_DevAlarm;
  395. private System.Windows.Forms.ToolTip toolTip1;
  396. private System.Windows.Forms.Timer timer1;
  397. private System.Windows.Forms.Button btnMES;
  398. }
  399. }