FormHOZMain.Designer.cs 26 KB

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