namespace XKRS.UI.Device.Winform { partial class CtrlVisionRunBase { /// /// 必需的设计器变量。 /// 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.tableDisplay = new System.Windows.Forms.TableLayoutPanel(); this.tlpOpConfig = new System.Windows.Forms.TableLayoutPanel(); this.propOpConfig = new System.Windows.Forms.PropertyGrid(); this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel(); this.btnExecuteOpConfig = new System.Windows.Forms.Button(); this.btnBatchRun = new System.Windows.Forms.Button(); this.splitCMain = new System.Windows.Forms.SplitContainer(); this.tlpOpConfig.SuspendLayout(); this.flowLayoutPanel1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.splitCMain)).BeginInit(); this.splitCMain.Panel1.SuspendLayout(); this.splitCMain.Panel2.SuspendLayout(); this.splitCMain.SuspendLayout(); this.SuspendLayout(); // // tableDisplay // this.tableDisplay.ColumnCount = 2; this.tableDisplay.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F)); this.tableDisplay.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F)); this.tableDisplay.Dock = System.Windows.Forms.DockStyle.Fill; this.tableDisplay.Location = new System.Drawing.Point(0, 0); this.tableDisplay.Name = "tableDisplay"; this.tableDisplay.RowCount = 2; this.tableDisplay.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F)); this.tableDisplay.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F)); this.tableDisplay.Size = new System.Drawing.Size(769, 251); this.tableDisplay.TabIndex = 0; // // tlpOpConfig // this.tlpOpConfig.ColumnCount = 1; this.tlpOpConfig.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.tlpOpConfig.Controls.Add(this.propOpConfig, 0, 1); this.tlpOpConfig.Controls.Add(this.flowLayoutPanel1, 0, 0); this.tlpOpConfig.Dock = System.Windows.Forms.DockStyle.Fill; this.tlpOpConfig.Location = new System.Drawing.Point(0, 0); this.tlpOpConfig.Name = "tlpOpConfig"; this.tlpOpConfig.RowCount = 2; this.tlpOpConfig.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 35F)); this.tlpOpConfig.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.tlpOpConfig.Size = new System.Drawing.Size(769, 247); this.tlpOpConfig.TabIndex = 0; // // propOpConfig // this.propOpConfig.Dock = System.Windows.Forms.DockStyle.Fill; this.propOpConfig.Location = new System.Drawing.Point(3, 38); this.propOpConfig.Name = "propOpConfig"; this.propOpConfig.Size = new System.Drawing.Size(763, 206); this.propOpConfig.TabIndex = 1; this.propOpConfig.ToolbarVisible = false; // // flowLayoutPanel1 // this.flowLayoutPanel1.Controls.Add(this.btnExecuteOpConfig); this.flowLayoutPanel1.Controls.Add(this.btnBatchRun); this.flowLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill; this.flowLayoutPanel1.FlowDirection = System.Windows.Forms.FlowDirection.RightToLeft; this.flowLayoutPanel1.Location = new System.Drawing.Point(0, 0); this.flowLayoutPanel1.Margin = new System.Windows.Forms.Padding(0); this.flowLayoutPanel1.Name = "flowLayoutPanel1"; this.flowLayoutPanel1.Size = new System.Drawing.Size(769, 35); this.flowLayoutPanel1.TabIndex = 2; // // btnExecuteOpConfig // this.btnExecuteOpConfig.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.btnExecuteOpConfig.BackColor = System.Drawing.SystemColors.GradientActiveCaption; this.btnExecuteOpConfig.Cursor = System.Windows.Forms.Cursors.Hand; this.btnExecuteOpConfig.Font = new System.Drawing.Font("微软雅黑", 12F); this.btnExecuteOpConfig.Location = new System.Drawing.Point(598, 3); this.btnExecuteOpConfig.Margin = new System.Windows.Forms.Padding(5, 3, 5, 3); this.btnExecuteOpConfig.MinimumSize = new System.Drawing.Size(1, 1); this.btnExecuteOpConfig.Name = "btnExecuteOpConfig"; this.btnExecuteOpConfig.Size = new System.Drawing.Size(166, 30); this.btnExecuteOpConfig.TabIndex = 0; this.btnExecuteOpConfig.Text = "执行当前配置操作"; this.btnExecuteOpConfig.UseVisualStyleBackColor = false; // this.btnExecuteOpConfig.Click += new System.EventHandler(this.btnExecuteOpConfig_Click); // // btnBatchRun // this.btnBatchRun.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.btnBatchRun.BackColor = System.Drawing.SystemColors.Info; this.btnBatchRun.Cursor = System.Windows.Forms.Cursors.Hand; this.btnBatchRun.Font = new System.Drawing.Font("微软雅黑", 12F); this.btnBatchRun.Location = new System.Drawing.Point(488, 3); this.btnBatchRun.Margin = new System.Windows.Forms.Padding(5, 3, 5, 3); this.btnBatchRun.MinimumSize = new System.Drawing.Size(1, 1); this.btnBatchRun.Name = "btnBatchRun"; this.btnBatchRun.Size = new System.Drawing.Size(100, 30); this.btnBatchRun.TabIndex = 0; this.btnBatchRun.Text = "批量检测"; this.btnBatchRun.UseVisualStyleBackColor = false; // this.btnBatchRun.Click += new System.EventHandler(this.btnBatchRun_Click); // // splitCMain // this.splitCMain.Dock = System.Windows.Forms.DockStyle.Fill; this.splitCMain.Location = new System.Drawing.Point(0, 0); this.splitCMain.Name = "splitCMain"; this.splitCMain.Orientation = System.Windows.Forms.Orientation.Horizontal; // // splitCMain.Panel1 // this.splitCMain.Panel1.Controls.Add(this.tableDisplay); // // splitCMain.Panel2 // this.splitCMain.Panel2.Controls.Add(this.tlpOpConfig); this.splitCMain.Size = new System.Drawing.Size(769, 502); this.splitCMain.SplitterDistance = 251; this.splitCMain.TabIndex = 2; // // CtrlVisionRunBase // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.splitCMain); this.Name = "CtrlVisionRunBase"; this.Size = new System.Drawing.Size(769, 502); this.tlpOpConfig.ResumeLayout(false); this.flowLayoutPanel1.ResumeLayout(false); this.splitCMain.Panel1.ResumeLayout(false); this.splitCMain.Panel2.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.splitCMain)).EndInit(); this.splitCMain.ResumeLayout(false); this.ResumeLayout(false); } #endregion private System.Windows.Forms.TableLayoutPanel tableDisplay; private System.Windows.Forms.TableLayoutPanel tlpOpConfig; private System.Windows.Forms.Button btnExecuteOpConfig; private System.Windows.Forms.PropertyGrid propOpConfig; private System.Windows.Forms.SplitContainer splitCMain; private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel1; private System.Windows.Forms.Button btnBatchRun; } }