namespace Bro.Process { partial class FrmCalibration_9P { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.tsslInfo = new System.Windows.Forms.ToolStripStatusLabel(); this.stspStatus = new System.Windows.Forms.StatusStrip(); this.tsslStepHint = new System.Windows.Forms.ToolStripStatusLabel(); this.propGridConfig = new System.Windows.Forms.PropertyGrid(); 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.clConfigData = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); this.clIndex = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); this.lvResults = new System.Windows.Forms.ListView(); this.splitConfig = new System.Windows.Forms.SplitContainer(); this.btnReloadAlgorithem = 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.plOpBtns = new System.Windows.Forms.Panel(); this.btnStartCalib = new System.Windows.Forms.Button(); this.splitMain = new System.Windows.Forms.SplitContainer(); this.plRunCtrl = new System.Windows.Forms.Panel(); this.stspStatus.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.splitConfig)).BeginInit(); this.splitConfig.Panel1.SuspendLayout(); this.splitConfig.Panel2.SuspendLayout(); this.splitConfig.SuspendLayout(); this.plOpBtns.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.splitMain)).BeginInit(); this.splitMain.Panel1.SuspendLayout(); this.splitMain.Panel2.SuspendLayout(); this.splitMain.SuspendLayout(); this.SuspendLayout(); // // tsslInfo // this.tsslInfo.Name = "tsslInfo"; this.tsslInfo.Size = new System.Drawing.Size(28, 17); this.tsslInfo.Text = " "; // // stspStatus // this.stspStatus.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.tsslStepHint, this.tsslInfo}); this.stspStatus.Location = new System.Drawing.Point(0, 428); this.stspStatus.Name = "stspStatus"; this.stspStatus.Size = new System.Drawing.Size(518, 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 = " "; // // propGridConfig // this.propGridConfig.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.propGridConfig.Location = new System.Drawing.Point(0, 35); this.propGridConfig.Name = "propGridConfig"; this.propGridConfig.Size = new System.Drawing.Size(272, 139); this.propGridConfig.TabIndex = 0; this.propGridConfig.ToolbarVisible = false; // // 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.Visible = false; // // 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; this.chkOfflineRun.Visible = false; // // 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; this.chkOfflineCalib.Visible = false; // // 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); // // clConfigData // this.clConfigData.Text = "配置"; this.clConfigData.Width = 200; // // clIndex // this.clIndex.Text = "序号"; // // lvResults // this.lvResults.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] { this.clIndex, this.clConfigData}); this.lvResults.Dock = System.Windows.Forms.DockStyle.Fill; this.lvResults.FullRowSelect = true; this.lvResults.HideSelection = false; 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, 115); this.lvResults.TabIndex = 0; this.lvResults.UseCompatibleStateImageBehavior = false; this.lvResults.View = System.Windows.Forms.View.Details; this.lvResults.SelectedIndexChanged += new System.EventHandler(this.lvResults_SelectedIndexChanged); this.lvResults.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.lvResults_MouseDoubleClick); // // 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.propGridConfig); this.splitConfig.Panel2.Controls.Add(this.btnReloadAlgorithem); this.splitConfig.Size = new System.Drawing.Size(272, 284); this.splitConfig.SplitterDistance = 115; this.splitConfig.TabIndex = 0; // // btnReloadAlgorithem // this.btnReloadAlgorithem.Location = new System.Drawing.Point(170, 6); this.btnReloadAlgorithem.Name = "btnReloadAlgorithem"; this.btnReloadAlgorithem.Size = new System.Drawing.Size(93, 23); this.btnReloadAlgorithem.TabIndex = 0; this.btnReloadAlgorithem.Text = "重新载入算法"; this.btnReloadAlgorithem.UseVisualStyleBackColor = true; this.btnReloadAlgorithem.Click += new System.EventHandler(this.btnReloadAlgorithem_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.Visible = false; 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); // // 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, 290); this.plOpBtns.Name = "plOpBtns"; this.plOpBtns.Size = new System.Drawing.Size(272, 158); this.plOpBtns.TabIndex = 1; // // 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.Visible = false; this.btnStartCalib.Click += new System.EventHandler(this.btnStartCalib_Click); // // 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.plRunCtrl); this.splitMain.Panel2.Controls.Add(this.stspStatus); this.splitMain.Size = new System.Drawing.Size(800, 450); this.splitMain.SplitterDistance = 278; this.splitMain.TabIndex = 1; // // plRunCtrl // this.plRunCtrl.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.plRunCtrl.Location = new System.Drawing.Point(-1, 0); this.plRunCtrl.Name = "plRunCtrl"; this.plRunCtrl.Size = new System.Drawing.Size(519, 425); this.plRunCtrl.TabIndex = 1; // // FrmCalibration_9P // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(800, 450); this.Controls.Add(this.splitMain); this.Name = "FrmCalibration_9P"; this.Text = "通用标定操作界面"; this.Load += new System.EventHandler(this.FrmCalib9PDynamic_Load); this.stspStatus.ResumeLayout(false); this.stspStatus.PerformLayout(); this.splitConfig.Panel1.ResumeLayout(false); this.splitConfig.Panel2.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.splitConfig)).EndInit(); this.splitConfig.ResumeLayout(false); this.plOpBtns.ResumeLayout(false); this.plOpBtns.PerformLayout(); 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.ResumeLayout(false); } #endregion private System.Windows.Forms.ToolStripStatusLabel tsslInfo; private System.Windows.Forms.StatusStrip stspStatus; private System.Windows.Forms.ToolStripStatusLabel tsslStepHint; private System.Windows.Forms.PropertyGrid propGridConfig; private System.Windows.Forms.CheckBox chkManualConfirm; private System.Windows.Forms.Label label3; 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.ColumnHeader clConfigData; private System.Windows.Forms.ColumnHeader clIndex; private System.Windows.Forms.ListView lvResults; private System.Windows.Forms.SplitContainer splitConfig; private System.Windows.Forms.Button btnContinueCalib; private System.Windows.Forms.Button btnSnap; private System.Windows.Forms.Button btnLoadOfflineImages; private System.Windows.Forms.Button btnStepRun; private System.Windows.Forms.Panel plOpBtns; private System.Windows.Forms.Button btnStartCalib; private System.Windows.Forms.SplitContainer splitMain; private System.Windows.Forms.Panel plRunCtrl; private System.Windows.Forms.Button btnReloadAlgorithem; } }