123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528 |
- namespace HOZProject
- {
- partial class FormHOZMain
- {
- /// <summary>
- /// Required designer variable.
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// Clean up any resources being used.
- /// </summary>
- /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region Windows Form Designer generated code
- /// <summary>
- /// Required method for Designer support - do not modify
- /// the contents of this method with the code editor.
- /// </summary>
- private void InitializeComponent()
- {
- System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormHOZMain));
- this.plMain = new System.Windows.Forms.Panel();
- this.plFill = new System.Windows.Forms.Panel();
- this.groupBox1 = new System.Windows.Forms.GroupBox();
- this.textBox1 = new System.Windows.Forms.TextBox();
- this.button1 = new System.Windows.Forms.Button();
- this.comboBox1 = new System.Windows.Forms.ComboBox();
- this.textBox2 = new System.Windows.Forms.TextBox();
- this.plPrarInfo = new System.Windows.Forms.Panel();
- this.listmsg = new System.Windows.Forms.ListBox();
- this.pbImage = new System.Windows.Forms.PictureBox();
- this.plSEM = new System.Windows.Forms.Panel();
- this.lblStateMessage = new System.Windows.Forms.Label();
- this.lblFlowContent = new System.Windows.Forms.Label();
- this.plLeft = new System.Windows.Forms.Panel();
- this.label1 = new System.Windows.Forms.Label();
- this.plLeftContent = new System.Windows.Forms.Panel();
- this.plTop = new System.Windows.Forms.Panel();
- this.pbStop = new System.Windows.Forms.PictureBox();
- this.pbStart = new System.Windows.Forms.PictureBox();
- this.pbMax = new System.Windows.Forms.PictureBox();
- this.pbMin = new System.Windows.Forms.PictureBox();
- this.pbClose = new System.Windows.Forms.PictureBox();
- this.pbImportTemplateFile = new System.Windows.Forms.PictureBox();
- this.pbLog = new System.Windows.Forms.PictureBox();
- this.pbInit = new System.Windows.Forms.PictureBox();
- this.pbSave = new System.Windows.Forms.PictureBox();
- this.pbOpen = new System.Windows.Forms.PictureBox();
- this.pbNew = new System.Windows.Forms.PictureBox();
- this.plMain.SuspendLayout();
- this.plFill.SuspendLayout();
- this.groupBox1.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.pbImage)).BeginInit();
- this.plSEM.SuspendLayout();
- this.plLeft.SuspendLayout();
- this.plTop.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.pbStop)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.pbStart)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.pbMax)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.pbMin)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.pbClose)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.pbImportTemplateFile)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.pbLog)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.pbInit)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.pbSave)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.pbOpen)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.pbNew)).BeginInit();
- this.SuspendLayout();
- //
- // plMain
- //
- this.plMain.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
- | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.plMain.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
- this.plMain.Controls.Add(this.plFill);
- this.plMain.Controls.Add(this.plLeft);
- this.plMain.Controls.Add(this.plTop);
- this.plMain.Location = new System.Drawing.Point(16, 15);
- this.plMain.Margin = new System.Windows.Forms.Padding(4);
- this.plMain.Name = "plMain";
- this.plMain.Size = new System.Drawing.Size(1401, 895);
- this.plMain.TabIndex = 1;
- //
- // plFill
- //
- this.plFill.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
- | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.plFill.BackColor = System.Drawing.Color.Black;
- this.plFill.Controls.Add(this.groupBox1);
- this.plFill.Controls.Add(this.plPrarInfo);
- this.plFill.Controls.Add(this.listmsg);
- this.plFill.Controls.Add(this.pbImage);
- this.plFill.Controls.Add(this.plSEM);
- this.plFill.Location = new System.Drawing.Point(203, 108);
- this.plFill.Margin = new System.Windows.Forms.Padding(4);
- this.plFill.Name = "plFill";
- this.plFill.Size = new System.Drawing.Size(1192, 788);
- this.plFill.TabIndex = 5;
- //
- // groupBox1
- //
- this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
- this.groupBox1.Controls.Add(this.textBox1);
- this.groupBox1.Controls.Add(this.button1);
- this.groupBox1.Controls.Add(this.comboBox1);
- this.groupBox1.Controls.Add(this.textBox2);
- this.groupBox1.ForeColor = System.Drawing.Color.White;
- this.groupBox1.Location = new System.Drawing.Point(909, 4);
- this.groupBox1.Margin = new System.Windows.Forms.Padding(4);
- this.groupBox1.Name = "groupBox1";
- this.groupBox1.Padding = new System.Windows.Forms.Padding(4);
- this.groupBox1.Size = new System.Drawing.Size(267, 125);
- this.groupBox1.TabIndex = 26;
- this.groupBox1.TabStop = false;
- this.groupBox1.Text = "测试设置状态";
- this.groupBox1.Visible = false;
- //
- // textBox1
- //
- this.textBox1.Location = new System.Drawing.Point(8, 25);
- this.textBox1.Margin = new System.Windows.Forms.Padding(4);
- this.textBox1.Name = "textBox1";
- this.textBox1.Size = new System.Drawing.Size(132, 25);
- this.textBox1.TabIndex = 21;
- this.textBox1.Text = "分析点名称";
- //
- // button1
- //
- this.button1.ForeColor = System.Drawing.Color.Black;
- this.button1.Location = new System.Drawing.Point(159, 25);
- this.button1.Margin = new System.Windows.Forms.Padding(4);
- this.button1.Name = "button1";
- this.button1.Size = new System.Drawing.Size(100, 91);
- this.button1.TabIndex = 24;
- this.button1.Text = "测试";
- this.button1.UseVisualStyleBackColor = true;
- this.button1.Click += new System.EventHandler(this.button1_Click);
- //
- // comboBox1
- //
- this.comboBox1.FormattingEnabled = true;
- this.comboBox1.Items.AddRange(new object[] {
- "True",
- "False"});
- this.comboBox1.Location = new System.Drawing.Point(8, 91);
- this.comboBox1.Margin = new System.Windows.Forms.Padding(4);
- this.comboBox1.Name = "comboBox1";
- this.comboBox1.Size = new System.Drawing.Size(132, 23);
- this.comboBox1.TabIndex = 25;
- //
- // textBox2
- //
- this.textBox2.Location = new System.Drawing.Point(8, 59);
- this.textBox2.Margin = new System.Windows.Forms.Padding(4);
- this.textBox2.Name = "textBox2";
- this.textBox2.Size = new System.Drawing.Size(132, 25);
- this.textBox2.TabIndex = 22;
- this.textBox2.Text = "编号";
- //
- // plPrarInfo
- //
- this.plPrarInfo.BackColor = System.Drawing.Color.White;
- this.plPrarInfo.Location = new System.Drawing.Point(0, 0);
- this.plPrarInfo.Margin = new System.Windows.Forms.Padding(4);
- this.plPrarInfo.Name = "plPrarInfo";
- this.plPrarInfo.Size = new System.Drawing.Size(291, 125);
- this.plPrarInfo.TabIndex = 2;
- this.plPrarInfo.Visible = false;
- //
- // listmsg
- //
- this.listmsg.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
- this.listmsg.FormattingEnabled = true;
- this.listmsg.ItemHeight = 15;
- this.listmsg.Location = new System.Drawing.Point(328, 118);
- this.listmsg.Margin = new System.Windows.Forms.Padding(3, 1, 3, 1);
- this.listmsg.Name = "listmsg";
- this.listmsg.Size = new System.Drawing.Size(635, 244);
- this.listmsg.TabIndex = 18;
- this.listmsg.Visible = false;
- //
- // pbImage
- //
- this.pbImage.BackColor = System.Drawing.Color.White;
- this.pbImage.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.pbImage.Dock = System.Windows.Forms.DockStyle.Fill;
- this.pbImage.Location = new System.Drawing.Point(0, 0);
- this.pbImage.Margin = new System.Windows.Forms.Padding(4);
- this.pbImage.Name = "pbImage";
- this.pbImage.Size = new System.Drawing.Size(1192, 717);
- this.pbImage.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage;
- this.pbImage.TabIndex = 20;
- this.pbImage.TabStop = false;
- //
- // plSEM
- //
- this.plSEM.BackColor = System.Drawing.Color.White;
- this.plSEM.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.plSEM.Controls.Add(this.lblStateMessage);
- this.plSEM.Controls.Add(this.lblFlowContent);
- this.plSEM.Dock = System.Windows.Forms.DockStyle.Bottom;
- this.plSEM.Location = new System.Drawing.Point(0, 717);
- this.plSEM.Margin = new System.Windows.Forms.Padding(4);
- this.plSEM.Name = "plSEM";
- this.plSEM.Size = new System.Drawing.Size(1192, 71);
- this.plSEM.TabIndex = 19;
- //
- // lblStateMessage
- //
- this.lblStateMessage.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
- this.lblStateMessage.BackColor = System.Drawing.Color.White;
- this.lblStateMessage.Font = new System.Drawing.Font("宋体", 10F);
- this.lblStateMessage.ForeColor = System.Drawing.Color.Black;
- this.lblStateMessage.Location = new System.Drawing.Point(810, 19);
- this.lblStateMessage.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.lblStateMessage.Name = "lblStateMessage";
- this.lblStateMessage.Size = new System.Drawing.Size(379, 30);
- this.lblStateMessage.TabIndex = 1;
- this.lblStateMessage.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
- //
- // lblFlowContent
- //
- this.lblFlowContent.AutoSize = true;
- this.lblFlowContent.Font = new System.Drawing.Font("宋体", 10F);
- this.lblFlowContent.ForeColor = System.Drawing.Color.Black;
- this.lblFlowContent.Location = new System.Drawing.Point(33, 26);
- this.lblFlowContent.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.lblFlowContent.Name = "lblFlowContent";
- this.lblFlowContent.Size = new System.Drawing.Size(0, 17);
- this.lblFlowContent.TabIndex = 0;
- //
- // plLeft
- //
- this.plLeft.BackColor = System.Drawing.Color.Gainsboro;
- this.plLeft.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.plLeft.Controls.Add(this.label1);
- this.plLeft.Controls.Add(this.plLeftContent);
- this.plLeft.Dock = System.Windows.Forms.DockStyle.Left;
- this.plLeft.Location = new System.Drawing.Point(0, 100);
- this.plLeft.Margin = new System.Windows.Forms.Padding(4);
- this.plLeft.Name = "plLeft";
- this.plLeft.Size = new System.Drawing.Size(194, 795);
- this.plLeft.TabIndex = 4;
- //
- // label1
- //
- this.label1.AutoSize = true;
- this.label1.BackColor = System.Drawing.Color.Transparent;
- this.label1.Font = new System.Drawing.Font("宋体", 8F, System.Drawing.FontStyle.Bold);
- this.label1.ForeColor = System.Drawing.Color.Black;
- this.label1.Location = new System.Drawing.Point(48, 6);
- this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(82, 14);
- this.label1.TabIndex = 1;
- this.label1.Text = "分析点列表";
- //
- // plLeftContent
- //
- this.plLeftContent.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
- | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.plLeftContent.AutoScroll = true;
- this.plLeftContent.BackColor = System.Drawing.Color.White;
- this.plLeftContent.Location = new System.Drawing.Point(7, 24);
- this.plLeftContent.Margin = new System.Windows.Forms.Padding(4);
- this.plLeftContent.Name = "plLeftContent";
- this.plLeftContent.Size = new System.Drawing.Size(179, 770);
- this.plLeftContent.TabIndex = 0;
- //
- // plTop
- //
- this.plTop.BackColor = System.Drawing.Color.White;
- this.plTop.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.plTop.Controls.Add(this.pbStop);
- this.plTop.Controls.Add(this.pbStart);
- this.plTop.Controls.Add(this.pbMax);
- this.plTop.Controls.Add(this.pbMin);
- this.plTop.Controls.Add(this.pbClose);
- this.plTop.Controls.Add(this.pbImportTemplateFile);
- this.plTop.Controls.Add(this.pbLog);
- this.plTop.Controls.Add(this.pbInit);
- this.plTop.Controls.Add(this.pbSave);
- this.plTop.Controls.Add(this.pbOpen);
- this.plTop.Controls.Add(this.pbNew);
- this.plTop.Dock = System.Windows.Forms.DockStyle.Top;
- this.plTop.Location = new System.Drawing.Point(0, 0);
- this.plTop.Margin = new System.Windows.Forms.Padding(4);
- this.plTop.Name = "plTop";
- this.plTop.Size = new System.Drawing.Size(1401, 100);
- this.plTop.TabIndex = 3;
- //
- // pbStop
- //
- this.pbStop.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("pbStop.BackgroundImage")));
- this.pbStop.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
- this.pbStop.Cursor = System.Windows.Forms.Cursors.Hand;
- this.pbStop.Enabled = false;
- this.pbStop.Location = new System.Drawing.Point(596, 5);
- this.pbStop.Margin = new System.Windows.Forms.Padding(4);
- this.pbStop.Name = "pbStop";
- this.pbStop.Size = new System.Drawing.Size(91, 89);
- this.pbStop.TabIndex = 8;
- this.pbStop.TabStop = false;
- this.pbStop.Click += new System.EventHandler(this.pbStop_Click);
- this.pbStop.MouseEnter += new System.EventHandler(this.pbStop_MouseEnter);
- this.pbStop.MouseLeave += new System.EventHandler(this.pbStop_MouseLeave);
- //
- // pbStart
- //
- this.pbStart.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("pbStart.BackgroundImage")));
- this.pbStart.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
- this.pbStart.Cursor = System.Windows.Forms.Cursors.Hand;
- this.pbStart.Location = new System.Drawing.Point(497, 5);
- this.pbStart.Margin = new System.Windows.Forms.Padding(4);
- this.pbStart.Name = "pbStart";
- this.pbStart.Size = new System.Drawing.Size(91, 89);
- this.pbStart.TabIndex = 8;
- this.pbStart.TabStop = false;
- this.pbStart.Click += new System.EventHandler(this.pbStart_Click);
- this.pbStart.MouseEnter += new System.EventHandler(this.pbStart_MouseEnter);
- this.pbStart.MouseLeave += new System.EventHandler(this.pbStart_MouseLeave);
- //
- // pbMax
- //
- this.pbMax.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
- this.pbMax.BackgroundImage = global::HOZProject.Properties.Resources.Max;
- this.pbMax.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
- this.pbMax.Cursor = System.Windows.Forms.Cursors.Hand;
- this.pbMax.Location = new System.Drawing.Point(1309, 5);
- this.pbMax.Margin = new System.Windows.Forms.Padding(4);
- this.pbMax.Name = "pbMax";
- this.pbMax.Size = new System.Drawing.Size(37, 39);
- this.pbMax.TabIndex = 7;
- this.pbMax.TabStop = false;
- this.pbMax.Click += new System.EventHandler(this.pbMax_Click);
- this.pbMax.MouseEnter += new System.EventHandler(this.pbMax_MouseEnter);
- this.pbMax.MouseLeave += new System.EventHandler(this.pbMax_MouseLeave);
- //
- // pbMin
- //
- this.pbMin.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
- this.pbMin.BackgroundImage = global::HOZProject.Properties.Resources.Min;
- this.pbMin.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
- this.pbMin.Cursor = System.Windows.Forms.Cursors.Hand;
- this.pbMin.Location = new System.Drawing.Point(1264, 5);
- this.pbMin.Margin = new System.Windows.Forms.Padding(4);
- this.pbMin.Name = "pbMin";
- this.pbMin.Size = new System.Drawing.Size(37, 39);
- this.pbMin.TabIndex = 7;
- this.pbMin.TabStop = false;
- this.pbMin.Click += new System.EventHandler(this.pbMin_Click);
- this.pbMin.MouseEnter += new System.EventHandler(this.pbMin_MouseEnter);
- this.pbMin.MouseLeave += new System.EventHandler(this.pbMin_MouseLeave);
- //
- // pbClose
- //
- this.pbClose.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
- this.pbClose.BackgroundImage = global::HOZProject.Properties.Resources.Exit;
- this.pbClose.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
- this.pbClose.Cursor = System.Windows.Forms.Cursors.Hand;
- this.pbClose.Location = new System.Drawing.Point(1355, 5);
- this.pbClose.Margin = new System.Windows.Forms.Padding(4);
- this.pbClose.Name = "pbClose";
- this.pbClose.Size = new System.Drawing.Size(37, 39);
- this.pbClose.TabIndex = 7;
- this.pbClose.TabStop = false;
- this.pbClose.Click += new System.EventHandler(this.pbClose_Click);
- this.pbClose.MouseEnter += new System.EventHandler(this.pbClose_MouseEnter);
- this.pbClose.MouseLeave += new System.EventHandler(this.pbClose_MouseLeave);
- //
- // pbImportTemplateFile
- //
- this.pbImportTemplateFile.BackgroundImage = global::HOZProject.Properties.Resources.ImportLeave;
- this.pbImportTemplateFile.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
- this.pbImportTemplateFile.Cursor = System.Windows.Forms.Cursors.Hand;
- this.pbImportTemplateFile.Location = new System.Drawing.Point(299, 5);
- this.pbImportTemplateFile.Margin = new System.Windows.Forms.Padding(4);
- this.pbImportTemplateFile.Name = "pbImportTemplateFile";
- this.pbImportTemplateFile.Size = new System.Drawing.Size(91, 89);
- this.pbImportTemplateFile.TabIndex = 6;
- this.pbImportTemplateFile.TabStop = false;
- this.pbImportTemplateFile.Click += new System.EventHandler(this.pbImportTemplateFile_Click);
- //
- // pbLog
- //
- this.pbLog.BackgroundImage = global::HOZProject.Properties.Resources.LogLeave;
- this.pbLog.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
- this.pbLog.Cursor = System.Windows.Forms.Cursors.Hand;
- this.pbLog.Location = new System.Drawing.Point(396, 5);
- this.pbLog.Margin = new System.Windows.Forms.Padding(4);
- this.pbLog.Name = "pbLog";
- this.pbLog.Size = new System.Drawing.Size(91, 89);
- this.pbLog.TabIndex = 6;
- this.pbLog.TabStop = false;
- this.pbLog.Click += new System.EventHandler(this.pbLog_Click);
- //
- // pbInit
- //
- this.pbInit.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("pbInit.BackgroundImage")));
- this.pbInit.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
- this.pbInit.Cursor = System.Windows.Forms.Cursors.Hand;
- this.pbInit.Location = new System.Drawing.Point(201, 5);
- this.pbInit.Margin = new System.Windows.Forms.Padding(4);
- this.pbInit.Name = "pbInit";
- this.pbInit.Size = new System.Drawing.Size(91, 89);
- this.pbInit.TabIndex = 5;
- this.pbInit.TabStop = false;
- this.pbInit.Click += new System.EventHandler(this.pbInit_Click);
- //
- // pbSave
- //
- this.pbSave.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("pbSave.BackgroundImage")));
- this.pbSave.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
- this.pbSave.Cursor = System.Windows.Forms.Cursors.Hand;
- this.pbSave.Location = new System.Drawing.Point(104, 5);
- this.pbSave.Margin = new System.Windows.Forms.Padding(4);
- this.pbSave.Name = "pbSave";
- this.pbSave.Size = new System.Drawing.Size(91, 89);
- this.pbSave.TabIndex = 4;
- this.pbSave.TabStop = false;
- this.pbSave.Click += new System.EventHandler(this.pbSave_Click);
- //
- // pbOpen
- //
- this.pbOpen.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("pbOpen.BackgroundImage")));
- this.pbOpen.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
- this.pbOpen.Cursor = System.Windows.Forms.Cursors.Hand;
- this.pbOpen.Location = new System.Drawing.Point(7, 5);
- this.pbOpen.Margin = new System.Windows.Forms.Padding(4);
- this.pbOpen.Name = "pbOpen";
- this.pbOpen.Size = new System.Drawing.Size(91, 89);
- this.pbOpen.TabIndex = 3;
- this.pbOpen.TabStop = false;
- this.pbOpen.Click += new System.EventHandler(this.pbOpen_Click);
- //
- // pbNew
- //
- this.pbNew.Location = new System.Drawing.Point(0, 0);
- this.pbNew.Name = "pbNew";
- this.pbNew.Size = new System.Drawing.Size(100, 50);
- this.pbNew.TabIndex = 9;
- this.pbNew.TabStop = false;
- //
- // FormHOZMain
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.BackColor = System.Drawing.Color.White;
- this.ClientSize = new System.Drawing.Size(1433, 916);
- this.ControlBox = false;
- this.Controls.Add(this.plMain);
- this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
- this.Margin = new System.Windows.Forms.Padding(4);
- this.MinimumSize = new System.Drawing.Size(1365, 849);
- this.Name = "FormHOZMain";
- this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
- this.Text = "FormHOZMain";
- this.Load += new System.EventHandler(this.FormHOZMain_Load);
- this.Resize += new System.EventHandler(this.FormHOZMain_Resize);
- this.plMain.ResumeLayout(false);
- this.plFill.ResumeLayout(false);
- this.groupBox1.ResumeLayout(false);
- this.groupBox1.PerformLayout();
- ((System.ComponentModel.ISupportInitialize)(this.pbImage)).EndInit();
- this.plSEM.ResumeLayout(false);
- this.plSEM.PerformLayout();
- this.plLeft.ResumeLayout(false);
- this.plLeft.PerformLayout();
- this.plTop.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.pbStop)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.pbStart)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.pbMax)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.pbMin)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.pbClose)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.pbImportTemplateFile)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.pbLog)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.pbInit)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.pbSave)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.pbOpen)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.pbNew)).EndInit();
- this.ResumeLayout(false);
- }
- #endregion
- private System.Windows.Forms.Panel plMain;
- public System.Windows.Forms.Panel plPrarInfo;
- private System.Windows.Forms.Panel plLeft;
- public System.Windows.Forms.Panel plTop;
- public System.Windows.Forms.Panel plFill;
- public System.Windows.Forms.Panel plLeftContent;
- private System.Windows.Forms.Label label1;
- private System.Windows.Forms.PictureBox pbOpen;
- private System.Windows.Forms.PictureBox pbLog;
- private System.Windows.Forms.PictureBox pbInit;
- private System.Windows.Forms.PictureBox pbSave;
- private System.Windows.Forms.PictureBox pbMin;
- private System.Windows.Forms.PictureBox pbMax;
- private System.Windows.Forms.PictureBox pbNew;
- private System.Windows.Forms.PictureBox pbStart;
- private System.Windows.Forms.PictureBox pbStop;
- private System.Windows.Forms.ListBox listmsg;
- private System.Windows.Forms.Panel plSEM;
- private System.Windows.Forms.PictureBox pbImportTemplateFile;
- private System.Windows.Forms.Button button1;
- private System.Windows.Forms.TextBox textBox2;
- private System.Windows.Forms.TextBox textBox1;
- private System.Windows.Forms.ComboBox comboBox1;
- private System.Windows.Forms.GroupBox groupBox1;
- public System.Windows.Forms.PictureBox pbImage;
- public System.Windows.Forms.Label lblFlowContent;
- public System.Windows.Forms.Label lblStateMessage;
- private System.Windows.Forms.PictureBox pbClose;
- }
- }
|