FormHOZMain.Designer.cs 27 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514
  1. namespace HOZProject
  2. {
  3. partial class FormHOZMain
  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.plMain = new System.Windows.Forms.Panel();
  29. this.plFill = new System.Windows.Forms.Panel();
  30. this.groupBox1 = new System.Windows.Forms.GroupBox();
  31. this.textBox1 = new System.Windows.Forms.TextBox();
  32. this.button1 = new System.Windows.Forms.Button();
  33. this.comboBox1 = new System.Windows.Forms.ComboBox();
  34. this.textBox2 = new System.Windows.Forms.TextBox();
  35. this.plPrarInfo = new System.Windows.Forms.Panel();
  36. this.listmsg = new System.Windows.Forms.ListBox();
  37. this.pbImage = new System.Windows.Forms.PictureBox();
  38. this.plSEM = new System.Windows.Forms.Panel();
  39. this.lblStateMessage = new System.Windows.Forms.Label();
  40. this.lblFlowContent = new System.Windows.Forms.Label();
  41. this.plLeft = new System.Windows.Forms.Panel();
  42. this.label1 = new System.Windows.Forms.Label();
  43. this.plLeftContent = new System.Windows.Forms.Panel();
  44. this.plTop = new System.Windows.Forms.Panel();
  45. this.pbStop = new System.Windows.Forms.PictureBox();
  46. this.pbStart = new System.Windows.Forms.PictureBox();
  47. this.pbMax = new System.Windows.Forms.PictureBox();
  48. this.pbMin = new System.Windows.Forms.PictureBox();
  49. this.pbImportTemplateFile = new System.Windows.Forms.PictureBox();
  50. this.pbLog = new System.Windows.Forms.PictureBox();
  51. this.pbInit = new System.Windows.Forms.PictureBox();
  52. this.pbSave = new System.Windows.Forms.PictureBox();
  53. this.pbOpen = new System.Windows.Forms.PictureBox();
  54. this.pbNew = new System.Windows.Forms.PictureBox();
  55. this.pbClose = new System.Windows.Forms.PictureBox();
  56. this.pbPause = new System.Windows.Forms.PictureBox();
  57. this.plMain.SuspendLayout();
  58. this.plFill.SuspendLayout();
  59. this.groupBox1.SuspendLayout();
  60. ((System.ComponentModel.ISupportInitialize)(this.pbImage)).BeginInit();
  61. this.plSEM.SuspendLayout();
  62. this.plLeft.SuspendLayout();
  63. this.plTop.SuspendLayout();
  64. ((System.ComponentModel.ISupportInitialize)(this.pbStop)).BeginInit();
  65. ((System.ComponentModel.ISupportInitialize)(this.pbStart)).BeginInit();
  66. ((System.ComponentModel.ISupportInitialize)(this.pbMax)).BeginInit();
  67. ((System.ComponentModel.ISupportInitialize)(this.pbMin)).BeginInit();
  68. ((System.ComponentModel.ISupportInitialize)(this.pbImportTemplateFile)).BeginInit();
  69. ((System.ComponentModel.ISupportInitialize)(this.pbLog)).BeginInit();
  70. ((System.ComponentModel.ISupportInitialize)(this.pbInit)).BeginInit();
  71. ((System.ComponentModel.ISupportInitialize)(this.pbSave)).BeginInit();
  72. ((System.ComponentModel.ISupportInitialize)(this.pbOpen)).BeginInit();
  73. ((System.ComponentModel.ISupportInitialize)(this.pbNew)).BeginInit();
  74. ((System.ComponentModel.ISupportInitialize)(this.pbClose)).BeginInit();
  75. ((System.ComponentModel.ISupportInitialize)(this.pbPause)).BeginInit();
  76. this.SuspendLayout();
  77. //
  78. // plMain
  79. //
  80. this.plMain.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  81. | System.Windows.Forms.AnchorStyles.Left)
  82. | System.Windows.Forms.AnchorStyles.Right)));
  83. this.plMain.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
  84. this.plMain.Controls.Add(this.plFill);
  85. this.plMain.Controls.Add(this.plLeft);
  86. this.plMain.Controls.Add(this.plTop);
  87. this.plMain.Location = new System.Drawing.Point(12, 12);
  88. this.plMain.Name = "plMain";
  89. this.plMain.Size = new System.Drawing.Size(1000, 716);
  90. this.plMain.TabIndex = 1;
  91. //
  92. // plFill
  93. //
  94. this.plFill.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  95. | System.Windows.Forms.AnchorStyles.Left)
  96. | System.Windows.Forms.AnchorStyles.Right)));
  97. this.plFill.BackColor = System.Drawing.Color.Black;
  98. this.plFill.Controls.Add(this.groupBox1);
  99. this.plFill.Controls.Add(this.plPrarInfo);
  100. this.plFill.Controls.Add(this.listmsg);
  101. this.plFill.Controls.Add(this.pbImage);
  102. this.plFill.Controls.Add(this.plSEM);
  103. this.plFill.Location = new System.Drawing.Point(106, 86);
  104. this.plFill.Name = "plFill";
  105. this.plFill.Size = new System.Drawing.Size(894, 630);
  106. this.plFill.TabIndex = 5;
  107. //
  108. // groupBox1
  109. //
  110. this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  111. this.groupBox1.Controls.Add(this.textBox1);
  112. this.groupBox1.Controls.Add(this.button1);
  113. this.groupBox1.Controls.Add(this.comboBox1);
  114. this.groupBox1.Controls.Add(this.textBox2);
  115. this.groupBox1.ForeColor = System.Drawing.Color.White;
  116. this.groupBox1.Location = new System.Drawing.Point(694, 2);
  117. this.groupBox1.Name = "groupBox1";
  118. this.groupBox1.Size = new System.Drawing.Size(200, 100);
  119. this.groupBox1.TabIndex = 26;
  120. this.groupBox1.TabStop = false;
  121. this.groupBox1.Text = "测试设置状态";
  122. this.groupBox1.Visible = false;
  123. //
  124. // textBox1
  125. //
  126. this.textBox1.Location = new System.Drawing.Point(6, 20);
  127. this.textBox1.Name = "textBox1";
  128. this.textBox1.Size = new System.Drawing.Size(100, 21);
  129. this.textBox1.TabIndex = 21;
  130. this.textBox1.Text = "切孔名称";
  131. //
  132. // button1
  133. //
  134. this.button1.ForeColor = System.Drawing.Color.Black;
  135. this.button1.Location = new System.Drawing.Point(119, 20);
  136. this.button1.Name = "button1";
  137. this.button1.Size = new System.Drawing.Size(75, 74);
  138. this.button1.TabIndex = 24;
  139. this.button1.Text = "测试";
  140. this.button1.UseVisualStyleBackColor = true;
  141. this.button1.Click += new System.EventHandler(this.button1_Click);
  142. //
  143. // comboBox1
  144. //
  145. this.comboBox1.FormattingEnabled = true;
  146. this.comboBox1.Items.AddRange(new object[] {
  147. "True",
  148. "False"});
  149. this.comboBox1.Location = new System.Drawing.Point(6, 74);
  150. this.comboBox1.Name = "comboBox1";
  151. this.comboBox1.Size = new System.Drawing.Size(100, 20);
  152. this.comboBox1.TabIndex = 25;
  153. //
  154. // textBox2
  155. //
  156. this.textBox2.Location = new System.Drawing.Point(6, 47);
  157. this.textBox2.Name = "textBox2";
  158. this.textBox2.Size = new System.Drawing.Size(100, 21);
  159. this.textBox2.TabIndex = 22;
  160. this.textBox2.Text = "编号";
  161. //
  162. // plPrarInfo
  163. //
  164. this.plPrarInfo.BackColor = System.Drawing.Color.White;
  165. this.plPrarInfo.Location = new System.Drawing.Point(0, 0);
  166. this.plPrarInfo.Name = "plPrarInfo";
  167. this.plPrarInfo.Size = new System.Drawing.Size(218, 100);
  168. this.plPrarInfo.TabIndex = 2;
  169. this.plPrarInfo.Visible = false;
  170. //
  171. // listmsg
  172. //
  173. this.listmsg.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  174. this.listmsg.FormattingEnabled = true;
  175. this.listmsg.ItemHeight = 12;
  176. this.listmsg.Location = new System.Drawing.Point(417, 2);
  177. this.listmsg.Margin = new System.Windows.Forms.Padding(2);
  178. this.listmsg.Name = "listmsg";
  179. this.listmsg.Size = new System.Drawing.Size(477, 196);
  180. this.listmsg.TabIndex = 18;
  181. this.listmsg.Visible = false;
  182. //
  183. // pbImage
  184. //
  185. this.pbImage.Dock = System.Windows.Forms.DockStyle.Fill;
  186. this.pbImage.Location = new System.Drawing.Point(0, 0);
  187. this.pbImage.Name = "pbImage";
  188. this.pbImage.Size = new System.Drawing.Size(894, 574);
  189. this.pbImage.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage;
  190. this.pbImage.TabIndex = 20;
  191. this.pbImage.TabStop = false;
  192. //
  193. // plSEM
  194. //
  195. this.plSEM.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  196. this.plSEM.Controls.Add(this.lblStateMessage);
  197. this.plSEM.Controls.Add(this.lblFlowContent);
  198. this.plSEM.Dock = System.Windows.Forms.DockStyle.Bottom;
  199. this.plSEM.Location = new System.Drawing.Point(0, 574);
  200. this.plSEM.Name = "plSEM";
  201. this.plSEM.Size = new System.Drawing.Size(894, 56);
  202. this.plSEM.TabIndex = 19;
  203. //
  204. // lblStateMessage
  205. //
  206. this.lblStateMessage.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  207. this.lblStateMessage.BackColor = System.Drawing.Color.Black;
  208. this.lblStateMessage.Font = new System.Drawing.Font("宋体", 10F);
  209. this.lblStateMessage.ForeColor = System.Drawing.Color.White;
  210. this.lblStateMessage.Location = new System.Drawing.Point(655, 15);
  211. this.lblStateMessage.Name = "lblStateMessage";
  212. this.lblStateMessage.Size = new System.Drawing.Size(232, 24);
  213. this.lblStateMessage.TabIndex = 1;
  214. this.lblStateMessage.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
  215. //
  216. // lblFlowContent
  217. //
  218. this.lblFlowContent.AutoSize = true;
  219. this.lblFlowContent.Font = new System.Drawing.Font("宋体", 10F);
  220. this.lblFlowContent.ForeColor = System.Drawing.Color.White;
  221. this.lblFlowContent.Location = new System.Drawing.Point(25, 21);
  222. this.lblFlowContent.Name = "lblFlowContent";
  223. this.lblFlowContent.Size = new System.Drawing.Size(0, 14);
  224. this.lblFlowContent.TabIndex = 0;
  225. //
  226. // plLeft
  227. //
  228. this.plLeft.BackColor = System.Drawing.Color.Black;
  229. this.plLeft.Controls.Add(this.label1);
  230. this.plLeft.Controls.Add(this.plLeftContent);
  231. this.plLeft.Dock = System.Windows.Forms.DockStyle.Left;
  232. this.plLeft.Location = new System.Drawing.Point(0, 80);
  233. this.plLeft.Name = "plLeft";
  234. this.plLeft.Size = new System.Drawing.Size(100, 636);
  235. this.plLeft.TabIndex = 4;
  236. //
  237. // label1
  238. //
  239. this.label1.AutoSize = true;
  240. this.label1.BackColor = System.Drawing.Color.Transparent;
  241. this.label1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  242. this.label1.ForeColor = System.Drawing.Color.Gainsboro;
  243. this.label1.Location = new System.Drawing.Point(22, 3);
  244. this.label1.Name = "label1";
  245. this.label1.Size = new System.Drawing.Size(57, 12);
  246. this.label1.TabIndex = 1;
  247. this.label1.Text = "切孔列表";
  248. //
  249. // plLeftContent
  250. //
  251. this.plLeftContent.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  252. | System.Windows.Forms.AnchorStyles.Left)
  253. | System.Windows.Forms.AnchorStyles.Right)));
  254. this.plLeftContent.AutoScroll = true;
  255. this.plLeftContent.Location = new System.Drawing.Point(5, 19);
  256. this.plLeftContent.Name = "plLeftContent";
  257. this.plLeftContent.Size = new System.Drawing.Size(90, 617);
  258. this.plLeftContent.TabIndex = 0;
  259. //
  260. // plTop
  261. //
  262. this.plTop.BackColor = System.Drawing.Color.Black;
  263. this.plTop.Controls.Add(this.pbStop);
  264. this.plTop.Controls.Add(this.pbPause);
  265. this.plTop.Controls.Add(this.pbStart);
  266. this.plTop.Controls.Add(this.pbMax);
  267. this.plTop.Controls.Add(this.pbMin);
  268. this.plTop.Controls.Add(this.pbClose);
  269. this.plTop.Controls.Add(this.pbImportTemplateFile);
  270. this.plTop.Controls.Add(this.pbLog);
  271. this.plTop.Controls.Add(this.pbInit);
  272. this.plTop.Controls.Add(this.pbSave);
  273. this.plTop.Controls.Add(this.pbOpen);
  274. this.plTop.Controls.Add(this.pbNew);
  275. this.plTop.Dock = System.Windows.Forms.DockStyle.Top;
  276. this.plTop.Location = new System.Drawing.Point(0, 0);
  277. this.plTop.Name = "plTop";
  278. this.plTop.Size = new System.Drawing.Size(1000, 80);
  279. this.plTop.TabIndex = 3;
  280. //
  281. // pbStop
  282. //
  283. this.pbStop.BackgroundImage = global::HOZProject.Properties.Resources.Stop;
  284. this.pbStop.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
  285. this.pbStop.Cursor = System.Windows.Forms.Cursors.Hand;
  286. this.pbStop.Enabled = false;
  287. this.pbStop.Location = new System.Drawing.Point(447, 4);
  288. this.pbStop.Name = "pbStop";
  289. this.pbStop.Size = new System.Drawing.Size(68, 71);
  290. this.pbStop.TabIndex = 8;
  291. this.pbStop.TabStop = false;
  292. this.pbStop.Click += new System.EventHandler(this.pbStop_Click);
  293. this.pbStop.MouseEnter += new System.EventHandler(this.pbStop_MouseEnter);
  294. this.pbStop.MouseLeave += new System.EventHandler(this.pbStop_MouseLeave);
  295. //
  296. // pbStart
  297. //
  298. this.pbStart.BackgroundImage = global::HOZProject.Properties.Resources.Start;
  299. this.pbStart.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
  300. this.pbStart.Cursor = System.Windows.Forms.Cursors.Hand;
  301. this.pbStart.Location = new System.Drawing.Point(373, 4);
  302. this.pbStart.Name = "pbStart";
  303. this.pbStart.Size = new System.Drawing.Size(68, 71);
  304. this.pbStart.TabIndex = 8;
  305. this.pbStart.TabStop = false;
  306. this.pbStart.Click += new System.EventHandler(this.pbStart_Click);
  307. this.pbStart.MouseEnter += new System.EventHandler(this.pbStart_MouseEnter);
  308. this.pbStart.MouseLeave += new System.EventHandler(this.pbStart_MouseLeave);
  309. //
  310. // pbMax
  311. //
  312. this.pbMax.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  313. this.pbMax.BackgroundImage = global::HOZProject.Properties.Resources.Max_Gray;
  314. this.pbMax.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
  315. this.pbMax.Cursor = System.Windows.Forms.Cursors.Hand;
  316. this.pbMax.Location = new System.Drawing.Point(935, 0);
  317. this.pbMax.Name = "pbMax";
  318. this.pbMax.Size = new System.Drawing.Size(28, 31);
  319. this.pbMax.TabIndex = 7;
  320. this.pbMax.TabStop = false;
  321. this.pbMax.Click += new System.EventHandler(this.pbMax_Click);
  322. this.pbMax.MouseEnter += new System.EventHandler(this.pbMax_MouseEnter);
  323. this.pbMax.MouseLeave += new System.EventHandler(this.pbMax_MouseLeave);
  324. //
  325. // pbMin
  326. //
  327. this.pbMin.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  328. this.pbMin.BackgroundImage = global::HOZProject.Properties.Resources.Min_Gray;
  329. this.pbMin.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
  330. this.pbMin.Cursor = System.Windows.Forms.Cursors.Hand;
  331. this.pbMin.Location = new System.Drawing.Point(901, 0);
  332. this.pbMin.Name = "pbMin";
  333. this.pbMin.Size = new System.Drawing.Size(28, 31);
  334. this.pbMin.TabIndex = 7;
  335. this.pbMin.TabStop = false;
  336. this.pbMin.Click += new System.EventHandler(this.pbMin_Click);
  337. this.pbMin.MouseEnter += new System.EventHandler(this.pbMin_MouseEnter);
  338. this.pbMin.MouseLeave += new System.EventHandler(this.pbMin_MouseLeave);
  339. //
  340. // pbImportTemplateFile
  341. //
  342. this.pbImportTemplateFile.BackgroundImage = global::HOZProject.Properties.Resources.ImportConfigFile;
  343. this.pbImportTemplateFile.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
  344. this.pbImportTemplateFile.Cursor = System.Windows.Forms.Cursors.Hand;
  345. this.pbImportTemplateFile.Location = new System.Drawing.Point(224, 4);
  346. this.pbImportTemplateFile.Name = "pbImportTemplateFile";
  347. this.pbImportTemplateFile.Size = new System.Drawing.Size(68, 71);
  348. this.pbImportTemplateFile.TabIndex = 6;
  349. this.pbImportTemplateFile.TabStop = false;
  350. this.pbImportTemplateFile.Click += new System.EventHandler(this.pbImportTemplateFile_Click);
  351. //
  352. // pbLog
  353. //
  354. this.pbLog.BackgroundImage = global::HOZProject.Properties.Resources.Log;
  355. this.pbLog.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
  356. this.pbLog.Cursor = System.Windows.Forms.Cursors.Hand;
  357. this.pbLog.Location = new System.Drawing.Point(297, 4);
  358. this.pbLog.Name = "pbLog";
  359. this.pbLog.Size = new System.Drawing.Size(68, 71);
  360. this.pbLog.TabIndex = 6;
  361. this.pbLog.TabStop = false;
  362. this.pbLog.Click += new System.EventHandler(this.pbLog_Click);
  363. //
  364. // pbInit
  365. //
  366. this.pbInit.BackgroundImage = global::HOZProject.Properties.Resources.init;
  367. this.pbInit.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
  368. this.pbInit.Cursor = System.Windows.Forms.Cursors.Hand;
  369. this.pbInit.Location = new System.Drawing.Point(151, 4);
  370. this.pbInit.Name = "pbInit";
  371. this.pbInit.Size = new System.Drawing.Size(68, 71);
  372. this.pbInit.TabIndex = 5;
  373. this.pbInit.TabStop = false;
  374. this.pbInit.Click += new System.EventHandler(this.pbInit_Click);
  375. //
  376. // pbSave
  377. //
  378. this.pbSave.BackgroundImage = global::HOZProject.Properties.Resources.save;
  379. this.pbSave.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
  380. this.pbSave.Cursor = System.Windows.Forms.Cursors.Hand;
  381. this.pbSave.Location = new System.Drawing.Point(78, 4);
  382. this.pbSave.Name = "pbSave";
  383. this.pbSave.Size = new System.Drawing.Size(68, 71);
  384. this.pbSave.TabIndex = 4;
  385. this.pbSave.TabStop = false;
  386. this.pbSave.Click += new System.EventHandler(this.pbSave_Click);
  387. //
  388. // pbOpen
  389. //
  390. this.pbOpen.BackgroundImage = global::HOZProject.Properties.Resources.open;
  391. this.pbOpen.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
  392. this.pbOpen.Cursor = System.Windows.Forms.Cursors.Hand;
  393. this.pbOpen.Location = new System.Drawing.Point(5, 4);
  394. this.pbOpen.Name = "pbOpen";
  395. this.pbOpen.Size = new System.Drawing.Size(68, 71);
  396. this.pbOpen.TabIndex = 3;
  397. this.pbOpen.TabStop = false;
  398. this.pbOpen.Click += new System.EventHandler(this.pbOpen_Click);
  399. //
  400. // pbNew
  401. //
  402. this.pbNew.BackgroundImage = global::HOZProject.Properties.Resources.New;
  403. this.pbNew.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
  404. this.pbNew.Cursor = System.Windows.Forms.Cursors.Hand;
  405. this.pbNew.Location = new System.Drawing.Point(5, 4);
  406. this.pbNew.Name = "pbNew";
  407. this.pbNew.Size = new System.Drawing.Size(68, 71);
  408. this.pbNew.TabIndex = 3;
  409. this.pbNew.TabStop = false;
  410. this.pbNew.Visible = false;
  411. this.pbNew.Click += new System.EventHandler(this.pbNew_Click);
  412. //
  413. // pbClose
  414. //
  415. this.pbClose.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  416. this.pbClose.BackgroundImage = global::HOZProject.Properties.Resources.exit_Gray;
  417. this.pbClose.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
  418. this.pbClose.Cursor = System.Windows.Forms.Cursors.Hand;
  419. this.pbClose.Location = new System.Drawing.Point(969, 0);
  420. this.pbClose.Name = "pbClose";
  421. this.pbClose.Size = new System.Drawing.Size(28, 31);
  422. this.pbClose.TabIndex = 7;
  423. this.pbClose.TabStop = false;
  424. this.pbClose.Click += new System.EventHandler(this.pbClose_Click);
  425. this.pbClose.MouseEnter += new System.EventHandler(this.pbClose_MouseEnter);
  426. this.pbClose.MouseLeave += new System.EventHandler(this.pbClose_MouseLeave);
  427. //
  428. // pbPause
  429. //
  430. this.pbPause.BackgroundImage = global::HOZProject.Properties.Resources.Pause;
  431. this.pbPause.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
  432. this.pbPause.Cursor = System.Windows.Forms.Cursors.Hand;
  433. this.pbPause.Location = new System.Drawing.Point(521, 4);
  434. this.pbPause.Name = "pbPause";
  435. this.pbPause.Size = new System.Drawing.Size(68, 71);
  436. this.pbPause.TabIndex = 8;
  437. this.pbPause.TabStop = false;
  438. this.pbPause.Visible = false;
  439. //
  440. // FormHOZMain
  441. //
  442. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  443. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  444. this.BackColor = System.Drawing.SystemColors.WindowFrame;
  445. this.ClientSize = new System.Drawing.Size(1024, 740);
  446. this.ControlBox = false;
  447. this.Controls.Add(this.plMain);
  448. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  449. this.Name = "FormHOZMain";
  450. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
  451. this.Text = "FormHOZMain";
  452. this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
  453. this.Load += new System.EventHandler(this.FormHOZMain_Load);
  454. this.plMain.ResumeLayout(false);
  455. this.plFill.ResumeLayout(false);
  456. this.groupBox1.ResumeLayout(false);
  457. this.groupBox1.PerformLayout();
  458. ((System.ComponentModel.ISupportInitialize)(this.pbImage)).EndInit();
  459. this.plSEM.ResumeLayout(false);
  460. this.plSEM.PerformLayout();
  461. this.plLeft.ResumeLayout(false);
  462. this.plLeft.PerformLayout();
  463. this.plTop.ResumeLayout(false);
  464. ((System.ComponentModel.ISupportInitialize)(this.pbStop)).EndInit();
  465. ((System.ComponentModel.ISupportInitialize)(this.pbStart)).EndInit();
  466. ((System.ComponentModel.ISupportInitialize)(this.pbMax)).EndInit();
  467. ((System.ComponentModel.ISupportInitialize)(this.pbMin)).EndInit();
  468. ((System.ComponentModel.ISupportInitialize)(this.pbImportTemplateFile)).EndInit();
  469. ((System.ComponentModel.ISupportInitialize)(this.pbLog)).EndInit();
  470. ((System.ComponentModel.ISupportInitialize)(this.pbInit)).EndInit();
  471. ((System.ComponentModel.ISupportInitialize)(this.pbSave)).EndInit();
  472. ((System.ComponentModel.ISupportInitialize)(this.pbOpen)).EndInit();
  473. ((System.ComponentModel.ISupportInitialize)(this.pbNew)).EndInit();
  474. ((System.ComponentModel.ISupportInitialize)(this.pbClose)).EndInit();
  475. ((System.ComponentModel.ISupportInitialize)(this.pbPause)).EndInit();
  476. this.ResumeLayout(false);
  477. }
  478. #endregion
  479. private System.Windows.Forms.Panel plMain;
  480. public System.Windows.Forms.Panel plPrarInfo;
  481. private System.Windows.Forms.Panel plLeft;
  482. public System.Windows.Forms.Panel plTop;
  483. public System.Windows.Forms.Panel plFill;
  484. public System.Windows.Forms.Panel plLeftContent;
  485. private System.Windows.Forms.Label label1;
  486. private System.Windows.Forms.PictureBox pbOpen;
  487. private System.Windows.Forms.PictureBox pbLog;
  488. private System.Windows.Forms.PictureBox pbInit;
  489. private System.Windows.Forms.PictureBox pbSave;
  490. private System.Windows.Forms.PictureBox pbMin;
  491. private System.Windows.Forms.PictureBox pbMax;
  492. private System.Windows.Forms.PictureBox pbNew;
  493. private System.Windows.Forms.PictureBox pbStart;
  494. private System.Windows.Forms.PictureBox pbStop;
  495. private System.Windows.Forms.ListBox listmsg;
  496. private System.Windows.Forms.Panel plSEM;
  497. private System.Windows.Forms.PictureBox pbImportTemplateFile;
  498. private System.Windows.Forms.Button button1;
  499. private System.Windows.Forms.TextBox textBox2;
  500. private System.Windows.Forms.TextBox textBox1;
  501. private System.Windows.Forms.ComboBox comboBox1;
  502. private System.Windows.Forms.GroupBox groupBox1;
  503. public System.Windows.Forms.PictureBox pbImage;
  504. public System.Windows.Forms.Label lblFlowContent;
  505. public System.Windows.Forms.Label lblStateMessage;
  506. private System.Windows.Forms.PictureBox pbPause;
  507. private System.Windows.Forms.PictureBox pbClose;
  508. }
  509. }