namespace A032.Process.Calibration { partial class CtrlCalib9PDynamic { /// /// 必需的设计器变量。 /// 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.chkOfflineRun = new System.Windows.Forms.CheckBox(); this.chkOfflineCalib = 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.btnLoadOfflineImages = new System.Windows.Forms.Button(); this.btnStepRun = new System.Windows.Forms.Button(); this.btnStartCalib = new System.Windows.Forms.Button(); this.splitConfig = new System.Windows.Forms.SplitContainer(); this.lvConfigs = new System.Windows.Forms.ListView(); this.clIndex = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); this.clConfigData = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); this.propGridConfig = 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(836, 514); 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.chkOfflineRun); this.plOpBtns.Controls.Add(this.chkOfflineCalib); this.plOpBtns.Controls.Add(this.btnCalcuMatrix); this.plOpBtns.Controls.Add(this.btnContinueCalib); this.plOpBtns.Controls.Add(this.btnSnap); this.plOpBtns.Controls.Add(this.btnLoadOfflineImages); this.plOpBtns.Controls.Add(this.btnStepRun); this.plOpBtns.Controls.Add(this.btnStartCalib); this.plOpBtns.Location = new System.Drawing.Point(3, 354); 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); // // chkOfflineRun // this.chkOfflineRun.AutoSize = true; this.chkOfflineRun.Location = new System.Drawing.Point(90, 56); this.chkOfflineRun.Name = "chkOfflineRun"; this.chkOfflineRun.Size = new System.Drawing.Size(72, 16); this.chkOfflineRun.TabIndex = 1; this.chkOfflineRun.Text = "离线模式"; this.chkOfflineRun.UseVisualStyleBackColor = true; // // chkOfflineCalib // this.chkOfflineCalib.AutoSize = true; this.chkOfflineCalib.Location = new System.Drawing.Point(90, 15); this.chkOfflineCalib.Name = "chkOfflineCalib"; this.chkOfflineCalib.Size = new System.Drawing.Size(72, 16); this.chkOfflineCalib.TabIndex = 1; this.chkOfflineCalib.Text = "离线模式"; this.chkOfflineCalib.UseVisualStyleBackColor = true; // // 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); // // btnLoadOfflineImages // this.btnLoadOfflineImages.Location = new System.Drawing.Point(168, 9); this.btnLoadOfflineImages.Name = "btnLoadOfflineImages"; this.btnLoadOfflineImages.Size = new System.Drawing.Size(93, 23); this.btnLoadOfflineImages.TabIndex = 0; this.btnLoadOfflineImages.Text = "载入离线图片"; this.btnLoadOfflineImages.UseVisualStyleBackColor = true; this.btnLoadOfflineImages.Click += new System.EventHandler(this.btnLoadOfflineImages_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); // // 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.lvConfigs); // // splitConfig.Panel2 // this.splitConfig.Panel2.Controls.Add(this.propGridConfig); this.splitConfig.Size = new System.Drawing.Size(272, 348); this.splitConfig.SplitterDistance = 61; this.splitConfig.TabIndex = 0; // // lvConfigs // this.lvConfigs.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] { this.clIndex, this.clConfigData}); this.lvConfigs.Dock = System.Windows.Forms.DockStyle.Fill; this.lvConfigs.FullRowSelect = true; this.lvConfigs.Location = new System.Drawing.Point(0, 0); this.lvConfigs.MultiSelect = false; this.lvConfigs.Name = "lvConfigs"; this.lvConfigs.Size = new System.Drawing.Size(272, 61); this.lvConfigs.TabIndex = 0; this.lvConfigs.UseCompatibleStateImageBehavior = false; this.lvConfigs.View = System.Windows.Forms.View.Details; this.lvConfigs.SelectedIndexChanged += new System.EventHandler(this.lvConfigs_SelectedIndexChanged); // // clIndex // this.clIndex.Text = "序号"; // // clConfigData // this.clConfigData.Text = "配置"; this.clConfigData.Width = 200; // // propGridConfig // this.propGridConfig.Dock = System.Windows.Forms.DockStyle.Fill; this.propGridConfig.Location = new System.Drawing.Point(0, 0); this.propGridConfig.Name = "propGridConfig"; this.propGridConfig.Size = new System.Drawing.Size(272, 283); this.propGridConfig.TabIndex = 0; this.propGridConfig.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(555, 489); 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, 492); this.stspStatus.Name = "stspStatus"; this.stspStatus.Size = new System.Drawing.Size(554, 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 = " "; // // CtrlCalib9PDynamic // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.splitMain); this.Name = "CtrlCalib9PDynamic"; this.Size = new System.Drawing.Size(836, 514); 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.CheckBox chkOfflineRun; private System.Windows.Forms.CheckBox chkOfflineCalib; private System.Windows.Forms.Button btnCalcuMatrix; private System.Windows.Forms.Button btnSnap; private System.Windows.Forms.Button btnLoadOfflineImages; 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 lvConfigs; private System.Windows.Forms.ColumnHeader clIndex; private System.Windows.Forms.ColumnHeader clConfigData; private System.Windows.Forms.PropertyGrid propGridConfig; private System.Windows.Forms.CheckBox chkManualConfirm; private System.Windows.Forms.Label label3; private System.Windows.Forms.Button btnContinueCalib; } }