FormHOZMain.Designer.cs 29 KB

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