namespace Bro.UI.Config.Ctrls { partial class CtrlMethodInvoke { /// /// 必需的设计器变量。 /// 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.label8 = new System.Windows.Forms.Label(); this.label5 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.cboTestExecuteDevice = new System.Windows.Forms.ComboBox(); this.propOpConfig = new System.Windows.Forms.PropertyGrid(); this.cboTestSourceDevices = new System.Windows.Forms.ComboBox(); this.cboTestMethod = new System.Windows.Forms.ComboBox(); this.btnInvoke = new System.Windows.Forms.Button(); this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel(); this.tableLayoutPanel1.SuspendLayout(); this.SuspendLayout(); // // label8 // this.label8.AutoSize = true; this.label8.Location = new System.Drawing.Point(138, 20); this.label8.Name = "label8"; this.label8.Size = new System.Drawing.Size(55, 13); this.label8.TabIndex = 16; this.label8.Text = "执行设备"; // // label5 // this.label5.AutoSize = true; this.label5.Location = new System.Drawing.Point(23, 20); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(55, 13); this.label5.TabIndex = 17; this.label5.Text = "触发设备"; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(253, 20); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(55, 13); this.label2.TabIndex = 18; this.label2.Text = "测试方法"; // // cboTestExecuteDevice // this.cboTestExecuteDevice.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cboTestExecuteDevice.FormattingEnabled = true; this.cboTestExecuteDevice.Location = new System.Drawing.Point(138, 36); this.cboTestExecuteDevice.Name = "cboTestExecuteDevice"; this.cboTestExecuteDevice.Size = new System.Drawing.Size(109, 21); this.cboTestExecuteDevice.TabIndex = 12; // // propOpConfig // this.propOpConfig.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.tableLayoutPanel1.SetColumnSpan(this.propOpConfig, 4); this.propOpConfig.Location = new System.Drawing.Point(23, 65); this.propOpConfig.Name = "propOpConfig"; this.propOpConfig.Size = new System.Drawing.Size(553, 359); this.propOpConfig.TabIndex = 15; this.propOpConfig.ToolbarVisible = false; // // cboTestSourceDevices // this.cboTestSourceDevices.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cboTestSourceDevices.FormattingEnabled = true; this.cboTestSourceDevices.Location = new System.Drawing.Point(23, 36); this.cboTestSourceDevices.Name = "cboTestSourceDevices"; this.cboTestSourceDevices.Size = new System.Drawing.Size(109, 21); this.cboTestSourceDevices.TabIndex = 13; // // cboTestMethod // this.cboTestMethod.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.cboTestMethod.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cboTestMethod.FormattingEnabled = true; this.cboTestMethod.Location = new System.Drawing.Point(253, 36); this.cboTestMethod.Name = "cboTestMethod"; this.cboTestMethod.Size = new System.Drawing.Size(242, 21); this.cboTestMethod.TabIndex = 14; // // btnInvoke // this.btnInvoke.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.btnInvoke.Location = new System.Drawing.Point(501, 36); this.btnInvoke.Name = "btnInvoke"; this.btnInvoke.Size = new System.Drawing.Size(75, 23); this.btnInvoke.TabIndex = 19; this.btnInvoke.Text = "调 用"; this.btnInvoke.UseVisualStyleBackColor = true; this.btnInvoke.Click += new System.EventHandler(this.btnInvoke_Click); // // tableLayoutPanel1 // this.tableLayoutPanel1.ColumnCount = 6; this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 20F)); this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 20F)); this.tableLayoutPanel1.Controls.Add(this.propOpConfig, 1, 3); this.tableLayoutPanel1.Controls.Add(this.btnInvoke, 4, 2); this.tableLayoutPanel1.Controls.Add(this.cboTestMethod, 3, 2); this.tableLayoutPanel1.Controls.Add(this.cboTestExecuteDevice, 2, 2); this.tableLayoutPanel1.Controls.Add(this.cboTestSourceDevices, 1, 2); this.tableLayoutPanel1.Controls.Add(this.label8, 2, 1); this.tableLayoutPanel1.Controls.Add(this.label5, 1, 1); this.tableLayoutPanel1.Controls.Add(this.label2, 3, 1); this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill; this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0); this.tableLayoutPanel1.Margin = new System.Windows.Forms.Padding(20); this.tableLayoutPanel1.Name = "tableLayoutPanel1"; this.tableLayoutPanel1.RowCount = 4; this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F)); this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F)); this.tableLayoutPanel1.Size = new System.Drawing.Size(599, 427); this.tableLayoutPanel1.TabIndex = 20; // // CtrlMethodInvoke // this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit; this.Controls.Add(this.tableLayoutPanel1); this.Font = new System.Drawing.Font("Tahoma", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.World, ((byte)(134))); this.Name = "CtrlMethodInvoke"; this.Size = new System.Drawing.Size(599, 427); this.tableLayoutPanel1.ResumeLayout(false); this.tableLayoutPanel1.PerformLayout(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.Label label8; private System.Windows.Forms.Label label5; private System.Windows.Forms.Label label2; private System.Windows.Forms.ComboBox cboTestExecuteDevice; private System.Windows.Forms.PropertyGrid propOpConfig; private System.Windows.Forms.ComboBox cboTestSourceDevices; private System.Windows.Forms.ComboBox cboTestMethod; private System.Windows.Forms.Button btnInvoke; private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1; } }