Form_Main.Designer.cs 22 KB

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