namespace Project
{
partial class Form1
{
///
/// 必要なデザイナ変数です。
///
private System.ComponentModel.IContainer components = null;
///
/// 使用中のリソースをすべてクリーンアップします。
///
/// マネージ リソースが破棄される場合 true、破棄されない場合は false です。
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows フォーム デザイナで生成されたコード
///
/// デザイナ サポートに必要なメソッドです。このメソッドの内容を
/// コード エディタで変更しないでください。
///
private void InitializeComponent()
{
this.cmdConnectRobot = new System.Windows.Forms.Button();
this.cmdInit = new System.Windows.Forms.Button();
this.cmdDisconnectRobot = new System.Windows.Forms.Button();
this.panel1 = new System.Windows.Forms.Panel();
this.panel2 = new System.Windows.Forms.Panel();
this.cmdTaskStop = new System.Windows.Forms.Button();
this.cmdTaskStart = new System.Windows.Forms.Button();
this.panel1.SuspendLayout();
this.panel2.SuspendLayout();
this.SuspendLayout();
//
// cmdConnectRobot
//
this.cmdConnectRobot.Enabled = false;
this.cmdConnectRobot.Location = new System.Drawing.Point(31, 51);
this.cmdConnectRobot.Name = "cmdConnectRobot";
this.cmdConnectRobot.Size = new System.Drawing.Size(168, 39);
this.cmdConnectRobot.TabIndex = 4;
this.cmdConnectRobot.Text = "Connect Robot";
this.cmdConnectRobot.UseVisualStyleBackColor = true;
this.cmdConnectRobot.Click += new System.EventHandler(this.cmdConnectRobot_Click);
//
// cmdInit
//
this.cmdInit.Location = new System.Drawing.Point(31, 6);
this.cmdInit.Name = "cmdInit";
this.cmdInit.Size = new System.Drawing.Size(168, 39);
this.cmdInit.TabIndex = 31;
this.cmdInit.Text = "Init";
this.cmdInit.UseVisualStyleBackColor = true;
this.cmdInit.Click += new System.EventHandler(this.cmdInit_Click);
//
// cmdDisconnectRobot
//
this.cmdDisconnectRobot.Enabled = false;
this.cmdDisconnectRobot.Location = new System.Drawing.Point(31, 96);
this.cmdDisconnectRobot.Name = "cmdDisconnectRobot";
this.cmdDisconnectRobot.Size = new System.Drawing.Size(168, 39);
this.cmdDisconnectRobot.TabIndex = 32;
this.cmdDisconnectRobot.Text = "Disconnect Robot";
this.cmdDisconnectRobot.UseVisualStyleBackColor = true;
this.cmdDisconnectRobot.Click += new System.EventHandler(this.cmdDisconnectRobot_Click);
//
// panel1
//
this.panel1.BackColor = System.Drawing.Color.PaleGreen;
this.panel1.Controls.Add(this.cmdDisconnectRobot);
this.panel1.Controls.Add(this.cmdInit);
this.panel1.Controls.Add(this.cmdConnectRobot);
this.panel1.Location = new System.Drawing.Point(25, 12);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(233, 143);
this.panel1.TabIndex = 0;
//
// panel2
//
this.panel2.BackColor = System.Drawing.Color.LightSkyBlue;
this.panel2.Controls.Add(this.cmdTaskStop);
this.panel2.Controls.Add(this.cmdTaskStart);
this.panel2.Location = new System.Drawing.Point(25, 162);
this.panel2.Name = "panel2";
this.panel2.Size = new System.Drawing.Size(231, 101);
this.panel2.TabIndex = 31;
//
// cmdTaskStop
//
this.cmdTaskStop.Enabled = false;
this.cmdTaskStop.Location = new System.Drawing.Point(31, 53);
this.cmdTaskStop.Name = "cmdTaskStop";
this.cmdTaskStop.Size = new System.Drawing.Size(168, 39);
this.cmdTaskStop.TabIndex = 34;
this.cmdTaskStop.Text = "TaskStop";
this.cmdTaskStop.UseVisualStyleBackColor = true;
this.cmdTaskStop.Click += new System.EventHandler(this.cmdTaskStop_Click);
//
// cmdTaskStart
//
this.cmdTaskStart.Enabled = false;
this.cmdTaskStart.Location = new System.Drawing.Point(31, 8);
this.cmdTaskStart.Name = "cmdTaskStart";
this.cmdTaskStart.Size = new System.Drawing.Size(168, 39);
this.cmdTaskStart.TabIndex = 33;
this.cmdTaskStart.Text = "TaskStart";
this.cmdTaskStart.UseVisualStyleBackColor = true;
this.cmdTaskStart.Click += new System.EventHandler(this.cmdTaskStart_Click);
//
// Form1
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(278, 275);
this.Controls.Add(this.panel2);
this.Controls.Add(this.panel1);
this.Name = "Form1";
this.Text = "Form1";
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Form1_FormClosing);
this.panel1.ResumeLayout(false);
this.panel2.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Button cmdConnectRobot;
private System.Windows.Forms.Button cmdInit;
private System.Windows.Forms.Button cmdDisconnectRobot;
private System.Windows.Forms.Panel panel1;
private System.Windows.Forms.Panel panel2;
private System.Windows.Forms.Button cmdTaskStop;
private System.Windows.Forms.Button cmdTaskStart;
}
}