Form_Main.Designer.cs 21 KB

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