FormHOZMain.Designer.cs 32 KB

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