FormHOZMain.Designer.cs 24 KB

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