namespace LB_VisionProcesses.Alogrithms
{
partial class PointsCloudConvertToolEdit
{
///
/// 必需的设计器变量。
///
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()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(PointsCloudConvertToolEdit));
tablePanelParas = new TableLayoutPanel();
ckbAfter = new CheckBox();
label1 = new Label();
label3 = new Label();
label12 = new Label();
cmbOutputType = new ComboBox();
cmbInputType = new ComboBox();
cmbAfterType = new ComboBox();
label2 = new Label();
dtxtK = new TextBox();
label4 = new Label();
dtxtB = new TextBox();
pnlInputImage = new Panel();
TopToolStrip = new ToolStrip();
btnRun = new ToolStripButton();
btnLoadImage = new ToolStripButton();
btnSaveParas = new ToolStripButton();
btnLoadParas = new ToolStripButton();
btnSaveImage = new ToolStripButton();
BtmStatusStrip = new StatusStrip();
lblResult = new ToolStripStatusLabel();
lblMsg = new ToolStripStatusLabel();
lblRunTime = new ToolStripStatusLabel();
MainTableLayoutPanel = new TableLayoutPanel();
parasTabControl = new TabControl();
tabPage1 = new TabPage();
tabPage5 = new TabPage();
tableLayoutPanel2 = new TableLayoutPanel();
cmbTypeRoi = new ComboBox();
label21 = new Label();
label22 = new Label();
cmbFixture = new ComboBox();
ckbDrawRoi = new CheckBox();
tabPage2 = new TabPage();
tableLayoutResults = new TableLayoutPanel();
imgTabControl = new TabControl();
tabPageInputImage = new TabPage();
tabPageRecordImage = new TabPage();
pnlRecordImage = new Panel();
tablePanelParas.SuspendLayout();
TopToolStrip.SuspendLayout();
BtmStatusStrip.SuspendLayout();
MainTableLayoutPanel.SuspendLayout();
parasTabControl.SuspendLayout();
tabPage1.SuspendLayout();
tabPage5.SuspendLayout();
tableLayoutPanel2.SuspendLayout();
tabPage2.SuspendLayout();
imgTabControl.SuspendLayout();
tabPageInputImage.SuspendLayout();
tabPageRecordImage.SuspendLayout();
SuspendLayout();
//
// tablePanelParas
//
tablePanelParas.ColumnCount = 4;
tablePanelParas.ColumnStyles.Add(new ColumnStyle(SizeType.Absolute, 90F));
tablePanelParas.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 50F));
tablePanelParas.ColumnStyles.Add(new ColumnStyle(SizeType.Absolute, 90F));
tablePanelParas.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 50F));
tablePanelParas.Controls.Add(ckbAfter, 2, 2);
tablePanelParas.Controls.Add(label1, 0, 0);
tablePanelParas.Controls.Add(label3, 0, 1);
tablePanelParas.Controls.Add(label12, 0, 2);
tablePanelParas.Controls.Add(cmbOutputType, 1, 1);
tablePanelParas.Controls.Add(cmbInputType, 1, 0);
tablePanelParas.Controls.Add(cmbAfterType, 1, 2);
tablePanelParas.Controls.Add(label2, 0, 4);
tablePanelParas.Controls.Add(dtxtK, 1, 4);
tablePanelParas.Controls.Add(label4, 2, 4);
tablePanelParas.Controls.Add(dtxtB, 3, 4);
tablePanelParas.Dock = DockStyle.Fill;
tablePanelParas.Location = new Point(3, 3);
tablePanelParas.Margin = new Padding(2, 3, 2, 3);
tablePanelParas.Name = "tablePanelParas";
tablePanelParas.RowCount = 10;
tablePanelParas.RowStyles.Add(new RowStyle(SizeType.Percent, 10F));
tablePanelParas.RowStyles.Add(new RowStyle(SizeType.Percent, 10.000001F));
tablePanelParas.RowStyles.Add(new RowStyle(SizeType.Percent, 10.000001F));
tablePanelParas.RowStyles.Add(new RowStyle(SizeType.Percent, 10.000001F));
tablePanelParas.RowStyles.Add(new RowStyle(SizeType.Percent, 10.000001F));
tablePanelParas.RowStyles.Add(new RowStyle(SizeType.Percent, 10.000001F));
tablePanelParas.RowStyles.Add(new RowStyle(SizeType.Percent, 10.000001F));
tablePanelParas.RowStyles.Add(new RowStyle(SizeType.Percent, 10.000001F));
tablePanelParas.RowStyles.Add(new RowStyle(SizeType.Percent, 10.000001F));
tablePanelParas.RowStyles.Add(new RowStyle(SizeType.Percent, 10F));
tablePanelParas.RowStyles.Add(new RowStyle(SizeType.Absolute, 20F));
tablePanelParas.RowStyles.Add(new RowStyle(SizeType.Absolute, 20F));
tablePanelParas.RowStyles.Add(new RowStyle(SizeType.Absolute, 20F));
tablePanelParas.RowStyles.Add(new RowStyle(SizeType.Absolute, 20F));
tablePanelParas.RowStyles.Add(new RowStyle(SizeType.Absolute, 20F));
tablePanelParas.Size = new Size(397, 510);
tablePanelParas.TabIndex = 0;
//
// ckbAfter
//
ckbAfter.AutoSize = true;
ckbAfter.Location = new Point(201, 105);
ckbAfter.Name = "ckbAfter";
ckbAfter.Size = new Size(15, 14);
ckbAfter.TabIndex = 0;
ckbAfter.UseVisualStyleBackColor = true;
ckbAfter.CheckedChanged += ckbAfter_CheckedChanged;
//
// label1
//
label1.AutoSize = true;
label1.Location = new Point(2, 0);
label1.Margin = new Padding(2, 0, 2, 0);
label1.MaximumSize = new Size(0, 28);
label1.MinimumSize = new Size(0, 28);
label1.Name = "label1";
label1.Size = new Size(56, 28);
label1.TabIndex = 0;
label1.Text = "输入格式";
label1.TextAlign = ContentAlignment.MiddleCenter;
//
// label3
//
label3.AutoSize = true;
label3.Location = new Point(2, 51);
label3.Margin = new Padding(2, 0, 2, 0);
label3.MaximumSize = new Size(0, 28);
label3.MinimumSize = new Size(0, 28);
label3.Name = "label3";
label3.Size = new Size(56, 28);
label3.TabIndex = 2;
label3.Text = "输出格式";
label3.TextAlign = ContentAlignment.MiddleCenter;
//
// label12
//
label12.AutoSize = true;
label12.Location = new Point(2, 102);
label12.Margin = new Padding(2, 0, 2, 0);
label12.MaximumSize = new Size(0, 28);
label12.MinimumSize = new Size(0, 28);
label12.Name = "label12";
label12.Size = new Size(68, 28);
label12.TabIndex = 11;
label12.Text = "后处理格式";
label12.TextAlign = ContentAlignment.MiddleCenter;
//
// cmbOutputType
//
cmbOutputType.FormattingEnabled = true;
cmbOutputType.Location = new Point(93, 54);
cmbOutputType.Name = "cmbOutputType";
cmbOutputType.Size = new Size(102, 25);
cmbOutputType.TabIndex = 13;
//
// cmbInputType
//
cmbInputType.FormattingEnabled = true;
cmbInputType.Location = new Point(93, 3);
cmbInputType.Name = "cmbInputType";
cmbInputType.Size = new Size(102, 25);
cmbInputType.TabIndex = 14;
//
// cmbAfterType
//
cmbAfterType.Enabled = false;
cmbAfterType.FormattingEnabled = true;
cmbAfterType.Location = new Point(93, 105);
cmbAfterType.Name = "cmbAfterType";
cmbAfterType.Size = new Size(102, 25);
cmbAfterType.TabIndex = 15;
//
// label2
//
label2.AutoSize = true;
label2.Location = new Point(3, 204);
label2.Name = "label2";
label2.Size = new Size(32, 17);
label2.TabIndex = 16;
label2.Text = "斜率";
//
// dtxtK
//
dtxtK.Location = new Point(93, 207);
dtxtK.Name = "dtxtK";
dtxtK.Size = new Size(100, 23);
dtxtK.TabIndex = 18;
//
// label4
//
label4.AutoSize = true;
label4.Location = new Point(201, 204);
label4.Name = "label4";
label4.Size = new Size(32, 17);
label4.TabIndex = 17;
label4.Text = "截距";
//
// dtxtB
//
dtxtB.Location = new Point(291, 207);
dtxtB.Name = "dtxtB";
dtxtB.Size = new Size(100, 23);
dtxtB.TabIndex = 19;
//
// pnlInputImage
//
pnlInputImage.Dock = DockStyle.Fill;
pnlInputImage.Location = new Point(3, 3);
pnlInputImage.Margin = new Padding(4);
pnlInputImage.Name = "pnlInputImage";
pnlInputImage.Size = new Size(607, 510);
pnlInputImage.TabIndex = 44;
//
// TopToolStrip
//
TopToolStrip.BackColor = Color.FromArgb(32, 41, 50);
TopToolStrip.Items.AddRange(new ToolStripItem[] { btnRun, btnLoadImage, btnSaveParas, btnLoadParas, btnSaveImage });
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 = "加载";
btnLoadParas.Click += btnLoadParas_Click;
//
// btnSaveImage
//
btnSaveImage.DisplayStyle = ToolStripItemDisplayStyle.Text;
btnSaveImage.ForeColor = Color.White;
btnSaveImage.Image = (Image)resources.GetObject("btnSaveImage.Image");
btnSaveImage.ImageTransparentColor = Color.Magenta;
btnSaveImage.Name = "btnSaveImage";
btnSaveImage.Size = new Size(84, 22);
btnSaveImage.Text = "保存结果图像";
btnSaveImage.ToolTipText = "保存输入图片";
btnSaveImage.Click += btnSaveImage_Click;
//
// BtmStatusStrip
//
BtmStatusStrip.BackColor = Color.FromArgb(32, 41, 50);
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.ForeColor = Color.White;
lblResult.Name = "lblResult";
lblResult.Size = new Size(34, 17);
lblResult.Text = "True";
//
// lblMsg
//
lblMsg.ForeColor = Color.White;
lblMsg.Name = "lblMsg";
lblMsg.Size = new Size(56, 17);
lblMsg.Text = "运行成功";
//
// lblRunTime
//
lblRunTime.ForeColor = Color.White;
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, 40F));
MainTableLayoutPanel.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 60F));
MainTableLayoutPanel.Controls.Add(parasTabControl, 0, 0);
MainTableLayoutPanel.Controls.Add(imgTabControl, 1, 0);
MainTableLayoutPanel.Dock = DockStyle.Fill;
MainTableLayoutPanel.ForeColor = Color.White;
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.Controls.Add(tabPage2);
parasTabControl.Dock = DockStyle.Fill;
parasTabControl.Location = new Point(3, 3);
parasTabControl.Name = "parasTabControl";
parasTabControl.SelectedIndex = 0;
parasTabControl.Size = new Size(411, 546);
parasTabControl.TabIndex = 48;
//
// tabPage1
//
tabPage1.BackColor = Color.FromArgb(32, 41, 50);
tabPage1.Controls.Add(tablePanelParas);
tabPage1.ForeColor = Color.White;
tabPage1.Location = new Point(4, 26);
tabPage1.Name = "tabPage1";
tabPage1.Padding = new Padding(3);
tabPage1.Size = new Size(403, 516);
tabPage1.TabIndex = 0;
tabPage1.Text = "输入参数";
//
// 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(403, 516);
tabPage5.TabIndex = 2;
tabPage5.Text = "运行参数";
//
// tableLayoutPanel2
//
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.Location = new Point(3, 3);
tableLayoutPanel2.Name = "tableLayoutPanel2";
tableLayoutPanel2.RowCount = 3;
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, 196);
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;
cmbFixture.SelectedIndexChanged += cmbFixture_SelectedIndexChanged;
//
// 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;
//
// tabPage2
//
tabPage2.BackColor = Color.FromArgb(32, 41, 50);
tabPage2.Controls.Add(tableLayoutResults);
tabPage2.ForeColor = Color.White;
tabPage2.Location = new Point(4, 26);
tabPage2.Name = "tabPage2";
tabPage2.Padding = new Padding(3);
tabPage2.Size = new Size(403, 516);
tabPage2.TabIndex = 1;
tabPage2.Text = "输出结果";
//
// tableLayoutResults
//
tableLayoutResults.ColumnCount = 2;
tableLayoutResults.ColumnStyles.Add(new ColumnStyle(SizeType.Absolute, 100F));
tableLayoutResults.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 100F));
tableLayoutResults.Dock = DockStyle.Fill;
tableLayoutResults.Location = new Point(3, 3);
tableLayoutResults.Margin = new Padding(2, 3, 2, 3);
tableLayoutResults.Name = "tableLayoutResults";
tableLayoutResults.RowCount = 10;
tableLayoutResults.RowStyles.Add(new RowStyle(SizeType.Percent, 10F));
tableLayoutResults.RowStyles.Add(new RowStyle(SizeType.Percent, 10F));
tableLayoutResults.RowStyles.Add(new RowStyle(SizeType.Percent, 10F));
tableLayoutResults.RowStyles.Add(new RowStyle(SizeType.Percent, 10F));
tableLayoutResults.RowStyles.Add(new RowStyle(SizeType.Percent, 10F));
tableLayoutResults.RowStyles.Add(new RowStyle(SizeType.Percent, 10F));
tableLayoutResults.RowStyles.Add(new RowStyle(SizeType.Percent, 10F));
tableLayoutResults.RowStyles.Add(new RowStyle(SizeType.Percent, 10F));
tableLayoutResults.RowStyles.Add(new RowStyle(SizeType.Percent, 10F));
tableLayoutResults.RowStyles.Add(new RowStyle(SizeType.Percent, 10F));
tableLayoutResults.Size = new Size(397, 510);
tableLayoutResults.TabIndex = 1;
//
// imgTabControl
//
imgTabControl.Controls.Add(tabPageInputImage);
imgTabControl.Controls.Add(tabPageRecordImage);
imgTabControl.Dock = DockStyle.Fill;
imgTabControl.Location = new Point(420, 3);
imgTabControl.Name = "imgTabControl";
imgTabControl.SelectedIndex = 0;
imgTabControl.Size = new Size(621, 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(613, 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(613, 516);
tabPageRecordImage.TabIndex = 1;
tabPageRecordImage.Text = "结果图像";
//
// pnlRecordImage
//
pnlRecordImage.Dock = DockStyle.Fill;
pnlRecordImage.Location = new Point(3, 3);
pnlRecordImage.Margin = new Padding(4);
pnlRecordImage.Name = "pnlRecordImage";
pnlRecordImage.Size = new Size(607, 510);
pnlRecordImage.TabIndex = 45;
//
// PointsCloudConvertToolEdit
//
AutoScaleDimensions = new SizeF(7F, 17F);
AutoScaleMode = AutoScaleMode.Font;
Controls.Add(MainTableLayoutPanel);
Controls.Add(BtmStatusStrip);
Controls.Add(TopToolStrip);
Margin = new Padding(2, 3, 2, 3);
Name = "PointsCloudConvertToolEdit";
Size = new Size(1044, 599);
Load += PointsCloudConvertToolEdit_Load;
tablePanelParas.ResumeLayout(false);
tablePanelParas.PerformLayout();
TopToolStrip.ResumeLayout(false);
TopToolStrip.PerformLayout();
BtmStatusStrip.ResumeLayout(false);
BtmStatusStrip.PerformLayout();
MainTableLayoutPanel.ResumeLayout(false);
parasTabControl.ResumeLayout(false);
tabPage1.ResumeLayout(false);
tabPage5.ResumeLayout(false);
tableLayoutPanel2.ResumeLayout(false);
tableLayoutPanel2.PerformLayout();
tabPage2.ResumeLayout(false);
imgTabControl.ResumeLayout(false);
tabPageInputImage.ResumeLayout(false);
tabPageRecordImage.ResumeLayout(false);
ResumeLayout(false);
PerformLayout();
}
#endregion
private System.Windows.Forms.TableLayoutPanel tablePanelParas;
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 tabPage2;
private TabPage tabPage5;
private TabControl imgTabControl;
private TabPage tabPageInputImage;
private TabPage tabPageRecordImage;
private ToolStripButton btnSaveParas;
private ToolStripButton btnLoadParas;
private Panel pnlRecordImage;
private Label label1;
private Label label3;
private Label label12;
private ToolStripStatusLabel lblRunTime;
private TableLayoutPanel tableLayoutPanel2;
public ComboBox cmbTypeRoi;
private Label label21;
private Label label22;
private ComboBox cmbFixture;
private CheckBox ckbDrawRoi;
private CheckBox ckbAfter;
private ComboBox cmbOutputType;
private ComboBox cmbInputType;
private ComboBox cmbAfterType;
private TableLayoutPanel tableLayoutResults;
private Label label2;
private TextBox dtxtK;
private Label label4;
private TextBox dtxtB;
private ToolStripButton btnSaveImage;
}
}