using LB_VisionProcesses.Alogrithms; namespace LB_VisionProcesses.Alogrithms.Halcon { partial class HImageEnhancementToolEdit { /// /// 必需的设计器变量。 /// private System.ComponentModel.IContainer components = null; /// /// 清理所有正在使用的资源。 /// /// 如果应释放托管资源,为 true;否则为 false。 protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region 组件设计器生成的代码 /// /// 设计器支持所需的方法 - 不要修改 /// 使用代码编辑器修改此方法的内容。 /// private void InitializeComponent() { pnlInputImage = new Panel(); TopToolStrip = new ToolStrip(); btnRun = new ToolStripButton(); btnLoadImage = new ToolStripButton(); btnSaveParas = new ToolStripButton(); btnLoadParas = new ToolStripButton(); BtmStatusStrip = new StatusStrip(); lblResult = new ToolStripStatusLabel(); lblMsg = new ToolStripStatusLabel(); lblRunTime = new ToolStripStatusLabel(); MainTableLayoutPanel = new TableLayoutPanel(); parasTabControl = new TabControl(); tabPage1 = new TabPage(); tableLayoutPanel1 = new TableLayoutPanel(); dataGridViewIE = new DataGridView(); tableLayoutPanel4 = new TableLayoutPanel(); tableLayoutPanel3 = new TableLayoutPanel(); cmbImageEnhancement = new ComboBox(); btnAdd = new Button(); labelImageEnhancement = new Label(); btnDel = new Button(); tableLayoutPanel5 = new TableLayoutPanel(); labelMaskWidth = new Label(); labelMaskHeight = new Label(); labelFactor = new Label(); txtMaskWidth = new TextBox(); txtMaskHeight = new TextBox(); txtFactor = new TextBox(); tabPage5 = new TabPage(); tableLayoutPanel2 = new TableLayoutPanel(); cmbTypeRoi = new ComboBox(); label21 = new Label(); label22 = new Label(); cmbFixture = new ComboBox(); ckbDrawRoi = new CheckBox(); imgTabControl = new TabControl(); tabPageInputImage = new TabPage(); tabPageRecordImage = new TabPage(); pnlRecordImage = new Panel(); TopToolStrip.SuspendLayout(); BtmStatusStrip.SuspendLayout(); MainTableLayoutPanel.SuspendLayout(); parasTabControl.SuspendLayout(); tabPage1.SuspendLayout(); tableLayoutPanel1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)dataGridViewIE).BeginInit(); tableLayoutPanel4.SuspendLayout(); tableLayoutPanel3.SuspendLayout(); tableLayoutPanel5.SuspendLayout(); tabPage5.SuspendLayout(); tableLayoutPanel2.SuspendLayout(); imgTabControl.SuspendLayout(); tabPageInputImage.SuspendLayout(); tabPageRecordImage.SuspendLayout(); SuspendLayout(); // // pnlInputImage // pnlInputImage.Dock = DockStyle.Fill; pnlInputImage.Location = new Point(3, 3); pnlInputImage.Margin = new Padding(4); pnlInputImage.Name = "pnlInputImage"; pnlInputImage.Size = new Size(596, 510); pnlInputImage.TabIndex = 44; // // TopToolStrip // TopToolStrip.BackColor = Color.FromArgb(32, 41, 50); TopToolStrip.ImageScalingSize = new Size(20, 20); TopToolStrip.Items.AddRange(new ToolStripItem[] { btnRun, btnLoadImage, btnSaveParas, btnLoadParas }); TopToolStrip.Location = new Point(0, 0); TopToolStrip.Name = "TopToolStrip"; TopToolStrip.Size = new Size(1044, 25); TopToolStrip.TabIndex = 45; TopToolStrip.Text = "toolStrip1"; // // btnRun // btnRun.BackgroundImageLayout = ImageLayout.Zoom; btnRun.ForeColor = Color.White; btnRun.ImageTransparentColor = Color.Magenta; btnRun.Name = "btnRun"; btnRun.Size = new Size(36, 22); btnRun.Text = "运行"; btnRun.Click += btnRun_Click; // // btnLoadImage // btnLoadImage.ForeColor = Color.White; btnLoadImage.ImageTransparentColor = Color.Magenta; btnLoadImage.Name = "btnLoadImage"; btnLoadImage.Size = new Size(36, 22); btnLoadImage.Text = "导图"; btnLoadImage.Click += btnLoadImage_Click; // // btnSaveParas // btnSaveParas.ForeColor = Color.White; btnSaveParas.ImageTransparentColor = Color.Magenta; btnSaveParas.Name = "btnSaveParas"; btnSaveParas.Size = new Size(36, 22); btnSaveParas.Text = "保存"; btnSaveParas.Click += btnSaveParas_Click; // // btnLoadParas // btnLoadParas.ForeColor = Color.White; btnLoadParas.ImageTransparentColor = Color.Magenta; btnLoadParas.Name = "btnLoadParas"; btnLoadParas.Size = new Size(36, 22); btnLoadParas.Text = "加载"; // // BtmStatusStrip // BtmStatusStrip.ImageScalingSize = new Size(20, 20); BtmStatusStrip.Items.AddRange(new ToolStripItem[] { lblResult, lblMsg, lblRunTime }); BtmStatusStrip.Location = new Point(0, 577); BtmStatusStrip.Name = "BtmStatusStrip"; BtmStatusStrip.Size = new Size(1044, 22); BtmStatusStrip.TabIndex = 46; BtmStatusStrip.Text = "statusStrip1"; // // lblResult // lblResult.Name = "lblResult"; lblResult.Size = new Size(34, 17); lblResult.Text = "True"; // // lblMsg // lblMsg.Name = "lblMsg"; lblMsg.Size = new Size(56, 17); lblMsg.Text = "运行成功"; // // lblRunTime // lblRunTime.Name = "lblRunTime"; lblRunTime.Size = new Size(32, 17); lblRunTime.Text = "0ms"; // // MainTableLayoutPanel // MainTableLayoutPanel.BackColor = Color.FromArgb(32, 41, 50); MainTableLayoutPanel.ColumnCount = 2; MainTableLayoutPanel.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 41F)); MainTableLayoutPanel.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 59F)); MainTableLayoutPanel.Controls.Add(parasTabControl, 0, 0); MainTableLayoutPanel.Controls.Add(imgTabControl, 1, 0); MainTableLayoutPanel.Dock = DockStyle.Fill; MainTableLayoutPanel.Location = new Point(0, 25); MainTableLayoutPanel.Name = "MainTableLayoutPanel"; MainTableLayoutPanel.RowCount = 1; MainTableLayoutPanel.RowStyles.Add(new RowStyle(SizeType.Percent, 100F)); MainTableLayoutPanel.Size = new Size(1044, 552); MainTableLayoutPanel.TabIndex = 47; // // parasTabControl // parasTabControl.Controls.Add(tabPage1); parasTabControl.Controls.Add(tabPage5); parasTabControl.Dock = DockStyle.Fill; parasTabControl.Location = new Point(3, 3); parasTabControl.Name = "parasTabControl"; parasTabControl.SelectedIndex = 0; parasTabControl.Size = new Size(422, 546); parasTabControl.TabIndex = 48; // // tabPage1 // tabPage1.Controls.Add(tableLayoutPanel1); tabPage1.Location = new Point(4, 26); tabPage1.Name = "tabPage1"; tabPage1.Padding = new Padding(3); tabPage1.Size = new Size(414, 516); tabPage1.TabIndex = 0; tabPage1.Text = "输入参数"; tabPage1.UseVisualStyleBackColor = true; // // tableLayoutPanel1 // tableLayoutPanel1.ColumnCount = 1; tableLayoutPanel1.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 100F)); tableLayoutPanel1.Controls.Add(dataGridViewIE, 0, 1); tableLayoutPanel1.Controls.Add(tableLayoutPanel4, 0, 0); tableLayoutPanel1.Dock = DockStyle.Fill; tableLayoutPanel1.Location = new Point(3, 3); tableLayoutPanel1.Margin = new Padding(2, 3, 2, 3); tableLayoutPanel1.Name = "tableLayoutPanel1"; tableLayoutPanel1.RowCount = 2; tableLayoutPanel1.RowStyles.Add(new RowStyle(SizeType.Absolute, 115F)); tableLayoutPanel1.RowStyles.Add(new RowStyle(SizeType.Percent, 100F)); tableLayoutPanel1.Size = new Size(408, 510); tableLayoutPanel1.TabIndex = 1; // // dataGridViewIE // dataGridViewIE.ColumnHeadersHeightSizeMode = DataGridViewColumnHeadersHeightSizeMode.AutoSize; dataGridViewIE.Dock = DockStyle.Fill; dataGridViewIE.Location = new Point(2, 118); dataGridViewIE.Margin = new Padding(2, 3, 2, 3); dataGridViewIE.Name = "dataGridViewIE"; dataGridViewIE.RowHeadersWidth = 51; dataGridViewIE.Size = new Size(404, 389); dataGridViewIE.TabIndex = 2; // // tableLayoutPanel4 // tableLayoutPanel4.BackColor = Color.FromArgb(32, 41, 50); tableLayoutPanel4.ColumnCount = 1; tableLayoutPanel4.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 100F)); tableLayoutPanel4.Controls.Add(tableLayoutPanel3, 0, 0); tableLayoutPanel4.Controls.Add(tableLayoutPanel5, 0, 1); tableLayoutPanel4.Dock = DockStyle.Fill; tableLayoutPanel4.ForeColor = Color.White; tableLayoutPanel4.Location = new Point(2, 3); tableLayoutPanel4.Margin = new Padding(2, 3, 2, 3); tableLayoutPanel4.Name = "tableLayoutPanel4"; tableLayoutPanel4.RowCount = 2; tableLayoutPanel4.RowStyles.Add(new RowStyle(SizeType.Absolute, 38F)); tableLayoutPanel4.RowStyles.Add(new RowStyle(SizeType.Percent, 100F)); tableLayoutPanel4.Size = new Size(404, 109); tableLayoutPanel4.TabIndex = 3; // // tableLayoutPanel3 // tableLayoutPanel3.ColumnCount = 4; tableLayoutPanel3.ColumnStyles.Add(new ColumnStyle(SizeType.Absolute, 66F)); tableLayoutPanel3.ColumnStyles.Add(new ColumnStyle(SizeType.Absolute, 134F)); tableLayoutPanel3.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 50F)); tableLayoutPanel3.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 50F)); tableLayoutPanel3.Controls.Add(cmbImageEnhancement, 1, 0); tableLayoutPanel3.Controls.Add(btnAdd, 2, 0); tableLayoutPanel3.Controls.Add(labelImageEnhancement, 0, 0); tableLayoutPanel3.Controls.Add(btnDel, 3, 0); tableLayoutPanel3.Location = new Point(2, 3); tableLayoutPanel3.Margin = new Padding(2, 3, 2, 3); tableLayoutPanel3.Name = "tableLayoutPanel3"; tableLayoutPanel3.RowCount = 1; tableLayoutPanel3.RowStyles.Add(new RowStyle(SizeType.Percent, 100F)); tableLayoutPanel3.Size = new Size(400, 32); tableLayoutPanel3.TabIndex = 0; // // cmbImageEnhancement // cmbImageEnhancement.DropDownStyle = ComboBoxStyle.DropDownList; cmbImageEnhancement.FormattingEnabled = true; cmbImageEnhancement.ImeMode = ImeMode.Off; cmbImageEnhancement.Location = new Point(69, 3); cmbImageEnhancement.Name = "cmbImageEnhancement"; cmbImageEnhancement.Size = new Size(128, 25); cmbImageEnhancement.TabIndex = 14; cmbImageEnhancement.SelectedIndexChanged += cmbImageEnhancement_SelectedIndexChanged; // // btnAdd // btnAdd.Location = new Point(202, 3); btnAdd.Margin = new Padding(2, 3, 2, 3); btnAdd.Name = "btnAdd"; btnAdd.Size = new Size(95, 26); btnAdd.TabIndex = 15; btnAdd.Text = "添加"; btnAdd.UseVisualStyleBackColor = true; btnAdd.Click += btnAdd_Click; // // labelImageEnhancement // labelImageEnhancement.AutoSize = true; labelImageEnhancement.Location = new Point(2, 0); labelImageEnhancement.Margin = new Padding(2, 0, 2, 0); labelImageEnhancement.MaximumSize = new Size(0, 28); labelImageEnhancement.MinimumSize = new Size(0, 28); labelImageEnhancement.Name = "labelImageEnhancement"; labelImageEnhancement.Size = new Size(56, 28); labelImageEnhancement.TabIndex = 1; labelImageEnhancement.Text = "滤波类型"; labelImageEnhancement.TextAlign = ContentAlignment.MiddleCenter; // // btnDel // btnDel.Location = new Point(302, 3); btnDel.Margin = new Padding(2, 3, 2, 3); btnDel.Name = "btnDel"; btnDel.Size = new Size(96, 26); btnDel.TabIndex = 16; btnDel.Text = "删除"; btnDel.UseVisualStyleBackColor = true; btnDel.Click += btnDel_Click; // // tableLayoutPanel5 // tableLayoutPanel5.ColumnCount = 4; tableLayoutPanel5.ColumnStyles.Add(new ColumnStyle(SizeType.Absolute, 66F)); tableLayoutPanel5.ColumnStyles.Add(new ColumnStyle(SizeType.Absolute, 134F)); tableLayoutPanel5.ColumnStyles.Add(new ColumnStyle(SizeType.Absolute, 66F)); tableLayoutPanel5.ColumnStyles.Add(new ColumnStyle(SizeType.Absolute, 134F)); tableLayoutPanel5.Controls.Add(labelMaskWidth, 0, 0); tableLayoutPanel5.Controls.Add(labelMaskHeight, 2, 0); tableLayoutPanel5.Controls.Add(labelFactor, 0, 1); tableLayoutPanel5.Controls.Add(txtMaskWidth, 1, 0); tableLayoutPanel5.Controls.Add(txtMaskHeight, 3, 0); tableLayoutPanel5.Controls.Add(txtFactor, 1, 1); tableLayoutPanel5.Location = new Point(2, 41); tableLayoutPanel5.Margin = new Padding(2, 3, 2, 3); tableLayoutPanel5.Name = "tableLayoutPanel5"; tableLayoutPanel5.RowCount = 2; tableLayoutPanel5.RowStyles.Add(new RowStyle(SizeType.Percent, 50F)); tableLayoutPanel5.RowStyles.Add(new RowStyle(SizeType.Percent, 50F)); tableLayoutPanel5.Size = new Size(400, 63); tableLayoutPanel5.TabIndex = 1; // // labelMaskWidth // labelMaskWidth.AutoSize = true; labelMaskWidth.Location = new Point(2, 0); labelMaskWidth.Margin = new Padding(2, 0, 2, 0); labelMaskWidth.Name = "labelMaskWidth"; labelMaskWidth.Size = new Size(44, 17); labelMaskWidth.TabIndex = 0; labelMaskWidth.Text = "掩膜宽"; // // labelMaskHeight // labelMaskHeight.AutoSize = true; labelMaskHeight.Location = new Point(202, 0); labelMaskHeight.Margin = new Padding(2, 0, 2, 0); labelMaskHeight.Name = "labelMaskHeight"; labelMaskHeight.Size = new Size(44, 17); labelMaskHeight.TabIndex = 1; labelMaskHeight.Text = "掩膜高"; // // labelFactor // labelFactor.AutoSize = true; labelFactor.Location = new Point(2, 31); labelFactor.Margin = new Padding(2, 0, 2, 0); labelFactor.Name = "labelFactor"; labelFactor.Size = new Size(56, 17); labelFactor.TabIndex = 2; labelFactor.Text = "增强因子"; // // txtMaskWidth // txtMaskWidth.Location = new Point(68, 3); txtMaskWidth.Margin = new Padding(2, 3, 2, 3); txtMaskWidth.Name = "txtMaskWidth"; txtMaskWidth.Size = new Size(130, 23); txtMaskWidth.TabIndex = 3; // // txtMaskHeight // txtMaskHeight.Location = new Point(268, 3); txtMaskHeight.Margin = new Padding(2, 3, 2, 3); txtMaskHeight.Name = "txtMaskHeight"; txtMaskHeight.Size = new Size(130, 23); txtMaskHeight.TabIndex = 4; // // txtFactor // txtFactor.Location = new Point(68, 34); txtFactor.Margin = new Padding(2, 3, 2, 3); txtFactor.Name = "txtFactor"; txtFactor.Size = new Size(130, 23); txtFactor.TabIndex = 5; // // tabPage5 // tabPage5.BackColor = Color.FromArgb(32, 41, 50); tabPage5.Controls.Add(tableLayoutPanel2); tabPage5.ForeColor = Color.White; tabPage5.Location = new Point(4, 26); tabPage5.Name = "tabPage5"; tabPage5.Size = new Size(414, 516); tabPage5.TabIndex = 2; tabPage5.Text = "运行参数"; // // tableLayoutPanel2 // tableLayoutPanel2.BackColor = Color.FromArgb(32, 41, 50); tableLayoutPanel2.ColumnCount = 4; tableLayoutPanel2.ColumnStyles.Add(new ColumnStyle(SizeType.Absolute, 60F)); tableLayoutPanel2.ColumnStyles.Add(new ColumnStyle(SizeType.Absolute, 150F)); tableLayoutPanel2.ColumnStyles.Add(new ColumnStyle(SizeType.Absolute, 20F)); tableLayoutPanel2.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 100F)); tableLayoutPanel2.Controls.Add(cmbTypeRoi, 1, 0); tableLayoutPanel2.Controls.Add(label21, 0, 0); tableLayoutPanel2.Controls.Add(label22, 0, 1); tableLayoutPanel2.Controls.Add(cmbFixture, 1, 1); tableLayoutPanel2.Controls.Add(ckbDrawRoi, 2, 0); tableLayoutPanel2.ForeColor = Color.White; tableLayoutPanel2.Location = new Point(3, 3); tableLayoutPanel2.Name = "tableLayoutPanel2"; tableLayoutPanel2.RowCount = 8; tableLayoutPanel2.RowStyles.Add(new RowStyle(SizeType.Absolute, 30F)); tableLayoutPanel2.RowStyles.Add(new RowStyle(SizeType.Absolute, 30F)); tableLayoutPanel2.RowStyles.Add(new RowStyle(SizeType.Absolute, 30F)); tableLayoutPanel2.RowStyles.Add(new RowStyle(SizeType.Absolute, 30F)); tableLayoutPanel2.RowStyles.Add(new RowStyle(SizeType.Absolute, 30F)); tableLayoutPanel2.RowStyles.Add(new RowStyle(SizeType.Absolute, 30F)); tableLayoutPanel2.RowStyles.Add(new RowStyle(SizeType.Absolute, 30F)); tableLayoutPanel2.RowStyles.Add(new RowStyle(SizeType.Percent, 100F)); tableLayoutPanel2.Size = new Size(323, 309); tableLayoutPanel2.TabIndex = 4; // // cmbTypeRoi // cmbTypeRoi.FormattingEnabled = true; cmbTypeRoi.Location = new Point(63, 3); cmbTypeRoi.Name = "cmbTypeRoi"; cmbTypeRoi.Size = new Size(121, 25); cmbTypeRoi.TabIndex = 1; cmbTypeRoi.SelectedIndexChanged += cmbTypeRoi_SelectedIndexChanged; // // label21 // label21.AutoSize = true; label21.Dock = DockStyle.Fill; label21.Location = new Point(3, 0); label21.Name = "label21"; label21.Size = new Size(54, 30); label21.TabIndex = 3; label21.Text = "ROI"; label21.TextAlign = ContentAlignment.MiddleCenter; // // label22 // label22.AutoSize = true; label22.Dock = DockStyle.Fill; label22.Location = new Point(3, 30); label22.Name = "label22"; label22.Size = new Size(54, 30); label22.TabIndex = 4; label22.Text = "Fixture"; label22.TextAlign = ContentAlignment.MiddleCenter; // // cmbFixture // cmbFixture.FormattingEnabled = true; cmbFixture.Location = new Point(63, 33); cmbFixture.Name = "cmbFixture"; cmbFixture.Size = new Size(121, 25); cmbFixture.TabIndex = 5; // // ckbDrawRoi // ckbDrawRoi.AutoSize = true; ckbDrawRoi.CheckAlign = ContentAlignment.MiddleCenter; ckbDrawRoi.Location = new Point(213, 3); ckbDrawRoi.Name = "ckbDrawRoi"; ckbDrawRoi.Size = new Size(14, 14); ckbDrawRoi.TabIndex = 2; ckbDrawRoi.UseVisualStyleBackColor = true; ckbDrawRoi.CheckedChanged += ckbDrawRoi_CheckedChanged; // // imgTabControl // imgTabControl.Controls.Add(tabPageInputImage); imgTabControl.Controls.Add(tabPageRecordImage); imgTabControl.Dock = DockStyle.Fill; imgTabControl.Location = new Point(431, 3); imgTabControl.Name = "imgTabControl"; imgTabControl.SelectedIndex = 0; imgTabControl.Size = new Size(610, 546); imgTabControl.TabIndex = 49; // // tabPageInputImage // tabPageInputImage.BackColor = Color.FromArgb(32, 41, 50); tabPageInputImage.Controls.Add(pnlInputImage); tabPageInputImage.ForeColor = Color.White; tabPageInputImage.Location = new Point(4, 26); tabPageInputImage.Name = "tabPageInputImage"; tabPageInputImage.Padding = new Padding(3); tabPageInputImage.Size = new Size(602, 516); tabPageInputImage.TabIndex = 0; tabPageInputImage.Text = "输入图像"; // // tabPageRecordImage // tabPageRecordImage.BackColor = Color.FromArgb(32, 41, 50); tabPageRecordImage.Controls.Add(pnlRecordImage); tabPageRecordImage.ForeColor = Color.White; tabPageRecordImage.Location = new Point(4, 26); tabPageRecordImage.Name = "tabPageRecordImage"; tabPageRecordImage.Padding = new Padding(3); tabPageRecordImage.Size = new Size(602, 516); tabPageRecordImage.TabIndex = 1; tabPageRecordImage.Text = "结果图像"; // // pnlRecordImage // pnlRecordImage.BackColor = Color.FromArgb(32, 41, 50); pnlRecordImage.Dock = DockStyle.Fill; pnlRecordImage.ForeColor = Color.White; pnlRecordImage.Location = new Point(3, 3); pnlRecordImage.Margin = new Padding(4); pnlRecordImage.Name = "pnlRecordImage"; pnlRecordImage.Size = new Size(596, 510); pnlRecordImage.TabIndex = 45; // // HImageEnhancementToolEdit // AutoScaleDimensions = new SizeF(7F, 17F); AutoScaleMode = AutoScaleMode.Font; BackColor = Color.FromArgb(32, 41, 50); Controls.Add(MainTableLayoutPanel); Controls.Add(BtmStatusStrip); Controls.Add(TopToolStrip); ForeColor = Color.White; Margin = new Padding(2, 3, 2, 3); Name = "HImageEnhancementToolEdit"; Size = new Size(1044, 599); Load += HImageEnhancementToolEdit_Load; TopToolStrip.ResumeLayout(false); TopToolStrip.PerformLayout(); BtmStatusStrip.ResumeLayout(false); BtmStatusStrip.PerformLayout(); MainTableLayoutPanel.ResumeLayout(false); parasTabControl.ResumeLayout(false); tabPage1.ResumeLayout(false); tableLayoutPanel1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)dataGridViewIE).EndInit(); tableLayoutPanel4.ResumeLayout(false); tableLayoutPanel3.ResumeLayout(false); tableLayoutPanel3.PerformLayout(); tableLayoutPanel5.ResumeLayout(false); tableLayoutPanel5.PerformLayout(); tabPage5.ResumeLayout(false); tableLayoutPanel2.ResumeLayout(false); tableLayoutPanel2.PerformLayout(); imgTabControl.ResumeLayout(false); tabPageInputImage.ResumeLayout(false); tabPageRecordImage.ResumeLayout(false); ResumeLayout(false); PerformLayout(); } #endregion private System.Windows.Forms.Panel pnlInputImage; private ToolStrip TopToolStrip; private ToolStripButton btnRun; private StatusStrip BtmStatusStrip; private ToolStripStatusLabel lblResult; private ToolStripStatusLabel lblMsg; private TableLayoutPanel MainTableLayoutPanel; private ToolStripButton btnLoadImage; private TabControl parasTabControl; private TabPage tabPage1; private TabPage tabPage5; private TabControl imgTabControl; private TabPage tabPageInputImage; private TabPage tabPageRecordImage; private ToolStripButton btnSaveParas; private ToolStripButton btnLoadParas; private Panel pnlRecordImage; private ToolStripStatusLabel lblRunTime; private TableLayoutPanel tableLayoutPanel2; public ComboBox cmbTypeRoi; private Label label21; private Label label22; private ComboBox cmbFixture; private CheckBox ckbDrawRoi; private TableLayoutPanel tableLayoutPanel1; private TableLayoutPanel tableLayoutPanel3; private Label labelImageEnhancement; private ComboBox cmbImageEnhancement; private DataGridView dataGridViewIE; private TableLayoutPanel tableLayoutPanel4; private Button btnAdd; private TableLayoutPanel tableLayoutPanel5; private Label labelMaskWidth; private Label labelMaskHeight; private TextBox txtMaskWidth; private TextBox txtMaskHeight; private Label labelFactor; private TextBox txtFactor; private Button btnDel; } }