namespace Bro.Common.Calibration
{
partial class CalibrationDynamic9PointFrm
{
///
/// 必需的设计器变量。
///
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()
{
this.splitMain = new System.Windows.Forms.SplitContainer();
this.plOpBtns = new System.Windows.Forms.Panel();
this.chkManualConfirm = new System.Windows.Forms.CheckBox();
this.label3 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.label1 = new System.Windows.Forms.Label();
this.chkContinueMode = new System.Windows.Forms.CheckBox();
this.btnCalcuMatrix = new System.Windows.Forms.Button();
this.btnContinueCalib = new System.Windows.Forms.Button();
this.btnSnap = new System.Windows.Forms.Button();
this.btnStepRun = new System.Windows.Forms.Button();
this.btnClearResult = new System.Windows.Forms.Button();
this.btnStartCalib = new System.Windows.Forms.Button();
this.splitConfig = new System.Windows.Forms.SplitContainer();
this.lvResults = new System.Windows.Forms.ListView();
this.clIndex = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.clResult = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.pgCameraConfig = new System.Windows.Forms.PropertyGrid();
this.plImage = new System.Windows.Forms.Panel();
this.stspStatus = new System.Windows.Forms.StatusStrip();
this.tsslStepHint = new System.Windows.Forms.ToolStripStatusLabel();
this.tsslInfo = new System.Windows.Forms.ToolStripStatusLabel();
((System.ComponentModel.ISupportInitialize)(this.splitMain)).BeginInit();
this.splitMain.Panel1.SuspendLayout();
this.splitMain.Panel2.SuspendLayout();
this.splitMain.SuspendLayout();
this.plOpBtns.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.splitConfig)).BeginInit();
this.splitConfig.Panel1.SuspendLayout();
this.splitConfig.Panel2.SuspendLayout();
this.splitConfig.SuspendLayout();
this.stspStatus.SuspendLayout();
this.SuspendLayout();
//
// splitMain
//
this.splitMain.Dock = System.Windows.Forms.DockStyle.Fill;
this.splitMain.FixedPanel = System.Windows.Forms.FixedPanel.Panel1;
this.splitMain.Location = new System.Drawing.Point(0, 0);
this.splitMain.Name = "splitMain";
//
// splitMain.Panel1
//
this.splitMain.Panel1.Controls.Add(this.plOpBtns);
this.splitMain.Panel1.Controls.Add(this.splitConfig);
//
// splitMain.Panel2
//
this.splitMain.Panel2.Controls.Add(this.plImage);
this.splitMain.Panel2.Controls.Add(this.stspStatus);
this.splitMain.Size = new System.Drawing.Size(828, 483);
this.splitMain.SplitterDistance = 278;
this.splitMain.TabIndex = 0;
//
// plOpBtns
//
this.plOpBtns.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.plOpBtns.Controls.Add(this.chkManualConfirm);
this.plOpBtns.Controls.Add(this.label3);
this.plOpBtns.Controls.Add(this.label2);
this.plOpBtns.Controls.Add(this.label1);
this.plOpBtns.Controls.Add(this.chkContinueMode);
this.plOpBtns.Controls.Add(this.btnCalcuMatrix);
this.plOpBtns.Controls.Add(this.btnContinueCalib);
this.plOpBtns.Controls.Add(this.btnSnap);
this.plOpBtns.Controls.Add(this.btnStepRun);
this.plOpBtns.Controls.Add(this.btnClearResult);
this.plOpBtns.Controls.Add(this.btnStartCalib);
this.plOpBtns.Location = new System.Drawing.Point(3, 323);
this.plOpBtns.Name = "plOpBtns";
this.plOpBtns.Size = new System.Drawing.Size(272, 158);
this.plOpBtns.TabIndex = 1;
//
// chkManualConfirm
//
this.chkManualConfirm.AutoSize = true;
this.chkManualConfirm.Location = new System.Drawing.Point(11, 132);
this.chkManualConfirm.Name = "chkManualConfirm";
this.chkManualConfirm.Size = new System.Drawing.Size(72, 16);
this.chkManualConfirm.TabIndex = 3;
this.chkManualConfirm.Text = "人工确认";
this.chkManualConfirm.UseVisualStyleBackColor = true;
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(6, 117);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(257, 12);
this.label3.TabIndex = 2;
this.label3.Text = "------------------------------------------";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(6, 76);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(257, 12);
this.label2.TabIndex = 2;
this.label2.Text = "------------------------------------------";
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(7, 35);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(257, 12);
this.label1.TabIndex = 2;
this.label1.Text = "------------------------------------------";
//
// chkContinueMode
//
this.chkContinueMode.AutoSize = true;
this.chkContinueMode.Location = new System.Drawing.Point(90, 95);
this.chkContinueMode.Name = "chkContinueMode";
this.chkContinueMode.Size = new System.Drawing.Size(72, 16);
this.chkContinueMode.TabIndex = 1;
this.chkContinueMode.Text = "连续模式";
this.chkContinueMode.UseVisualStyleBackColor = true;
this.chkContinueMode.CheckedChanged += new System.EventHandler(this.chkContinueMode_CheckedChanged);
//
// btnCalcuMatrix
//
this.btnCalcuMatrix.Location = new System.Drawing.Point(168, 50);
this.btnCalcuMatrix.Name = "btnCalcuMatrix";
this.btnCalcuMatrix.Size = new System.Drawing.Size(93, 23);
this.btnCalcuMatrix.TabIndex = 0;
this.btnCalcuMatrix.Text = "标定结果运算";
this.btnCalcuMatrix.UseVisualStyleBackColor = true;
this.btnCalcuMatrix.Click += new System.EventHandler(this.btnCalcuMatrix_Click);
//
// btnContinueCalib
//
this.btnContinueCalib.Location = new System.Drawing.Point(87, 128);
this.btnContinueCalib.Name = "btnContinueCalib";
this.btnContinueCalib.Size = new System.Drawing.Size(75, 23);
this.btnContinueCalib.TabIndex = 0;
this.btnContinueCalib.Text = "继续标定";
this.btnContinueCalib.UseVisualStyleBackColor = true;
this.btnContinueCalib.Visible = false;
this.btnContinueCalib.Click += new System.EventHandler(this.btnContinueCalib_Click);
//
// btnSnap
//
this.btnSnap.Location = new System.Drawing.Point(8, 91);
this.btnSnap.Name = "btnSnap";
this.btnSnap.Size = new System.Drawing.Size(75, 23);
this.btnSnap.TabIndex = 0;
this.btnSnap.Text = "拍 照";
this.btnSnap.UseVisualStyleBackColor = true;
this.btnSnap.Click += new System.EventHandler(this.btnSnap_Click);
//
// btnStepRun
//
this.btnStepRun.Location = new System.Drawing.Point(8, 50);
this.btnStepRun.Name = "btnStepRun";
this.btnStepRun.Size = new System.Drawing.Size(75, 23);
this.btnStepRun.TabIndex = 0;
this.btnStepRun.Text = "单步运算";
this.btnStepRun.UseVisualStyleBackColor = true;
this.btnStepRun.Click += new System.EventHandler(this.btnStepRun_Click);
//
// btnClearResult
//
this.btnClearResult.Location = new System.Drawing.Point(168, 9);
this.btnClearResult.Name = "btnClearResult";
this.btnClearResult.Size = new System.Drawing.Size(93, 23);
this.btnClearResult.TabIndex = 0;
this.btnClearResult.Text = "清除结果";
this.btnClearResult.UseVisualStyleBackColor = true;
this.btnClearResult.Click += new System.EventHandler(this.btnClearResult_Click);
//
// btnStartCalib
//
this.btnStartCalib.Location = new System.Drawing.Point(8, 9);
this.btnStartCalib.Name = "btnStartCalib";
this.btnStartCalib.Size = new System.Drawing.Size(75, 23);
this.btnStartCalib.TabIndex = 0;
this.btnStartCalib.Text = "开始标定";
this.btnStartCalib.UseVisualStyleBackColor = true;
this.btnStartCalib.Click += new System.EventHandler(this.btnStartCalib_Click);
//
// splitConfig
//
this.splitConfig.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.splitConfig.FixedPanel = System.Windows.Forms.FixedPanel.Panel2;
this.splitConfig.Location = new System.Drawing.Point(3, 0);
this.splitConfig.Name = "splitConfig";
this.splitConfig.Orientation = System.Windows.Forms.Orientation.Horizontal;
//
// splitConfig.Panel1
//
this.splitConfig.Panel1.Controls.Add(this.lvResults);
//
// splitConfig.Panel2
//
this.splitConfig.Panel2.Controls.Add(this.pgCameraConfig);
this.splitConfig.Size = new System.Drawing.Size(272, 317);
this.splitConfig.SplitterDistance = 104;
this.splitConfig.TabIndex = 0;
//
// lvResults
//
this.lvResults.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
this.clIndex,
this.clResult});
this.lvResults.Dock = System.Windows.Forms.DockStyle.Fill;
this.lvResults.FullRowSelect = true;
this.lvResults.Location = new System.Drawing.Point(0, 0);
this.lvResults.MultiSelect = false;
this.lvResults.Name = "lvResults";
this.lvResults.Size = new System.Drawing.Size(272, 104);
this.lvResults.TabIndex = 0;
this.lvResults.UseCompatibleStateImageBehavior = false;
this.lvResults.View = System.Windows.Forms.View.Details;
this.lvResults.SelectedIndexChanged += new System.EventHandler(this.lvConfigs_SelectedIndexChanged);
//
// clIndex
//
this.clIndex.Text = "序号";
//
// clResult
//
this.clResult.Text = "点位信息";
this.clResult.Width = 200;
//
// pgCameraConfig
//
this.pgCameraConfig.Dock = System.Windows.Forms.DockStyle.Fill;
this.pgCameraConfig.Location = new System.Drawing.Point(0, 0);
this.pgCameraConfig.Name = "pgCameraConfig";
this.pgCameraConfig.Size = new System.Drawing.Size(272, 209);
this.pgCameraConfig.TabIndex = 0;
this.pgCameraConfig.ToolbarVisible = false;
//
// plImage
//
this.plImage.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.plImage.Location = new System.Drawing.Point(-1, 0);
this.plImage.Name = "plImage";
this.plImage.Size = new System.Drawing.Size(547, 458);
this.plImage.TabIndex = 1;
//
// stspStatus
//
this.stspStatus.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.tsslStepHint,
this.tsslInfo});
this.stspStatus.Location = new System.Drawing.Point(0, 461);
this.stspStatus.Name = "stspStatus";
this.stspStatus.Size = new System.Drawing.Size(546, 22);
this.stspStatus.TabIndex = 0;
this.stspStatus.Text = "statusStrip1";
//
// tsslStepHint
//
this.tsslStepHint.Name = "tsslStepHint";
this.tsslStepHint.Size = new System.Drawing.Size(28, 17);
this.tsslStepHint.Text = " ";
//
// tsslInfo
//
this.tsslInfo.Name = "tsslInfo";
this.tsslInfo.Size = new System.Drawing.Size(28, 17);
this.tsslInfo.Text = " ";
//
// CalibrationDynamic9PointFrm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(828, 483);
this.Controls.Add(this.splitMain);
this.Name = "CalibrationDynamic9PointFrm";
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.CalibrationDynamic9PointFrm_FormClosing);
this.Load += new System.EventHandler(this.CtrlCalib9PDynamic_Load);
this.splitMain.Panel1.ResumeLayout(false);
this.splitMain.Panel2.ResumeLayout(false);
this.splitMain.Panel2.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.splitMain)).EndInit();
this.splitMain.ResumeLayout(false);
this.plOpBtns.ResumeLayout(false);
this.plOpBtns.PerformLayout();
this.splitConfig.Panel1.ResumeLayout(false);
this.splitConfig.Panel2.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.splitConfig)).EndInit();
this.splitConfig.ResumeLayout(false);
this.stspStatus.ResumeLayout(false);
this.stspStatus.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.SplitContainer splitMain;
private System.Windows.Forms.Panel plOpBtns;
private System.Windows.Forms.SplitContainer splitConfig;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.CheckBox chkContinueMode;
private System.Windows.Forms.Button btnCalcuMatrix;
private System.Windows.Forms.Button btnSnap;
private System.Windows.Forms.Button btnStepRun;
private System.Windows.Forms.Button btnStartCalib;
private System.Windows.Forms.Panel plImage;
private System.Windows.Forms.StatusStrip stspStatus;
private System.Windows.Forms.ToolStripStatusLabel tsslStepHint;
private System.Windows.Forms.ToolStripStatusLabel tsslInfo;
private System.Windows.Forms.ListView lvResults;
private System.Windows.Forms.ColumnHeader clIndex;
private System.Windows.Forms.ColumnHeader clResult;
private System.Windows.Forms.PropertyGrid pgCameraConfig;
private System.Windows.Forms.CheckBox chkManualConfirm;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Button btnContinueCalib;
private System.Windows.Forms.Button btnClearResult;
}
}