FormHOZMain.Designer.cs 30 KB

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