FormHOZMain.Designer.cs 28 KB

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