namespace Tester
{
partial class ControllerForm
{
///
/// 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.panel1 = new System.Windows.Forms.Panel();
this.label1 = new System.Windows.Forms.Label();
this.cmbCommand = new System.Windows.Forms.ComboBox();
this.panel2 = new System.Windows.Forms.Panel();
this.btnExecute = new System.Windows.Forms.Button();
this.pnlOptionParam = new System.Windows.Forms.Panel();
this.panel1.SuspendLayout();
this.panel2.SuspendLayout();
this.SuspendLayout();
//
// panel1
//
this.panel1.Controls.Add(this.label1);
this.panel1.Controls.Add(this.cmbCommand);
this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
this.panel1.Location = new System.Drawing.Point(0, 0);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(734, 40);
this.panel1.TabIndex = 0;
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(12, 14);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(98, 12);
this.label1.TabIndex = 0;
this.label1.Text = "Execute command";
//
// cmbCommand
//
this.cmbCommand.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.cmbCommand.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cmbCommand.FormattingEnabled = true;
this.cmbCommand.Location = new System.Drawing.Point(116, 10);
this.cmbCommand.Name = "cmbCommand";
this.cmbCommand.Size = new System.Drawing.Size(606, 20);
this.cmbCommand.TabIndex = 1;
this.cmbCommand.SelectedIndexChanged += new System.EventHandler(this.cmbCommand_SelectedIndexChanged);
//
// panel2
//
this.panel2.Controls.Add(this.btnExecute);
this.panel2.Dock = System.Windows.Forms.DockStyle.Bottom;
this.panel2.Location = new System.Drawing.Point(0, 293);
this.panel2.Name = "panel2";
this.panel2.Size = new System.Drawing.Size(734, 43);
this.panel2.TabIndex = 2;
//
// btnExecute
//
this.btnExecute.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.btnExecute.Location = new System.Drawing.Point(647, 8);
this.btnExecute.Name = "btnExecute";
this.btnExecute.Size = new System.Drawing.Size(75, 23);
this.btnExecute.TabIndex = 0;
this.btnExecute.Text = "Execute";
this.btnExecute.UseVisualStyleBackColor = true;
this.btnExecute.Click += new System.EventHandler(this.btnExecute_Click);
//
// pnlOptionParam
//
this.pnlOptionParam.AutoScroll = true;
this.pnlOptionParam.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
this.pnlOptionParam.Dock = System.Windows.Forms.DockStyle.Fill;
this.pnlOptionParam.Location = new System.Drawing.Point(0, 40);
this.pnlOptionParam.Name = "pnlOptionParam";
this.pnlOptionParam.Padding = new System.Windows.Forms.Padding(5);
this.pnlOptionParam.Size = new System.Drawing.Size(734, 253);
this.pnlOptionParam.TabIndex = 1;
//
// ControllerForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(734, 336);
this.Controls.Add(this.pnlOptionParam);
this.Controls.Add(this.panel2);
this.Controls.Add(this.panel1);
this.Name = "ControllerForm";
this.Text = "Controller";
this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.ControllerForm_FormClosed);
this.panel1.ResumeLayout(false);
this.panel1.PerformLayout();
this.panel2.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Panel panel1;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.ComboBox cmbCommand;
private System.Windows.Forms.Panel panel2;
private System.Windows.Forms.Panel pnlOptionParam;
private System.Windows.Forms.Button btnExecute;
}
}