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.panel3 = new System.Windows.Forms.Panel();
this.cmdChangeWork = new System.Windows.Forms.Button();
this.cmdChangeTool = new System.Windows.Forms.Button();
this.cmdSpeed = new System.Windows.Forms.Button();
this.cmdDriveEx = new System.Windows.Forms.Button();
this.cmdDriveAEx = new System.Windows.Forms.Button();
this.cmdDraw = new System.Windows.Forms.Button();
this.cmdDepart = new System.Windows.Forms.Button();
this.cmdMove = new System.Windows.Forms.Button();
this.cmdApproach = new System.Windows.Forms.Button();
this.panel1.SuspendLayout();
this.panel3.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.FromArgb(((int)(((byte)(204)))), ((int)(((byte)(255)))), ((int)(((byte)(204)))));
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;
//
// panel3
//
this.panel3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(153)))), ((int)(((byte)(204)))), ((int)(((byte)(255)))));
this.panel3.Controls.Add(this.cmdChangeWork);
this.panel3.Controls.Add(this.cmdChangeTool);
this.panel3.Controls.Add(this.cmdSpeed);
this.panel3.Controls.Add(this.cmdDriveEx);
this.panel3.Controls.Add(this.cmdDriveAEx);
this.panel3.Controls.Add(this.cmdDraw);
this.panel3.Controls.Add(this.cmdDepart);
this.panel3.Controls.Add(this.cmdMove);
this.panel3.Controls.Add(this.cmdApproach);
this.panel3.Location = new System.Drawing.Point(25, 162);
this.panel3.Name = "panel3";
this.panel3.Size = new System.Drawing.Size(233, 433);
this.panel3.TabIndex = 32;
//
// cmdChangeWork
//
this.cmdChangeWork.Enabled = false;
this.cmdChangeWork.Location = new System.Drawing.Point(31, 365);
this.cmdChangeWork.Name = "cmdChangeWork";
this.cmdChangeWork.Size = new System.Drawing.Size(168, 39);
this.cmdChangeWork.TabIndex = 38;
this.cmdChangeWork.Text = "ChangeWork";
this.cmdChangeWork.UseVisualStyleBackColor = true;
this.cmdChangeWork.Click += new System.EventHandler(this.cmdChangeWork_Click);
//
// cmdChangeTool
//
this.cmdChangeTool.Enabled = false;
this.cmdChangeTool.Location = new System.Drawing.Point(31, 320);
this.cmdChangeTool.Name = "cmdChangeTool";
this.cmdChangeTool.Size = new System.Drawing.Size(168, 39);
this.cmdChangeTool.TabIndex = 37;
this.cmdChangeTool.Text = "ChangeTool";
this.cmdChangeTool.UseVisualStyleBackColor = true;
this.cmdChangeTool.Click += new System.EventHandler(this.cmdChangeTool_Click);
//
// cmdSpeed
//
this.cmdSpeed.Enabled = false;
this.cmdSpeed.Location = new System.Drawing.Point(31, 275);
this.cmdSpeed.Name = "cmdSpeed";
this.cmdSpeed.Size = new System.Drawing.Size(168, 39);
this.cmdSpeed.TabIndex = 36;
this.cmdSpeed.Text = "Speed";
this.cmdSpeed.UseVisualStyleBackColor = true;
this.cmdSpeed.Click += new System.EventHandler(this.cmdSpeed_Click);
//
// cmdDriveEx
//
this.cmdDriveEx.Enabled = false;
this.cmdDriveEx.Location = new System.Drawing.Point(31, 230);
this.cmdDriveEx.Name = "cmdDriveEx";
this.cmdDriveEx.Size = new System.Drawing.Size(168, 39);
this.cmdDriveEx.TabIndex = 35;
this.cmdDriveEx.Text = "DriveEx";
this.cmdDriveEx.UseVisualStyleBackColor = true;
this.cmdDriveEx.Click += new System.EventHandler(this.cmdDriveEx_Click);
//
// cmdDriveAEx
//
this.cmdDriveAEx.Enabled = false;
this.cmdDriveAEx.Location = new System.Drawing.Point(32, 185);
this.cmdDriveAEx.Name = "cmdDriveAEx";
this.cmdDriveAEx.Size = new System.Drawing.Size(168, 39);
this.cmdDriveAEx.TabIndex = 34;
this.cmdDriveAEx.Text = "DriveAEx";
this.cmdDriveAEx.UseVisualStyleBackColor = true;
this.cmdDriveAEx.Click += new System.EventHandler(this.cmdDriveAEx_Click);
//
// cmdDraw
//
this.cmdDraw.Enabled = false;
this.cmdDraw.Location = new System.Drawing.Point(32, 140);
this.cmdDraw.Name = "cmdDraw";
this.cmdDraw.Size = new System.Drawing.Size(168, 39);
this.cmdDraw.TabIndex = 33;
this.cmdDraw.Text = "Draw";
this.cmdDraw.UseVisualStyleBackColor = true;
this.cmdDraw.Click += new System.EventHandler(this.cmdDraw_Click);
//
// cmdDepart
//
this.cmdDepart.Enabled = false;
this.cmdDepart.Location = new System.Drawing.Point(31, 96);
this.cmdDepart.Name = "cmdDepart";
this.cmdDepart.Size = new System.Drawing.Size(168, 39);
this.cmdDepart.TabIndex = 32;
this.cmdDepart.Text = "Depart";
this.cmdDepart.UseVisualStyleBackColor = true;
this.cmdDepart.Click += new System.EventHandler(this.cmdDepart_Click);
//
// cmdMove
//
this.cmdMove.Enabled = false;
this.cmdMove.Location = new System.Drawing.Point(31, 6);
this.cmdMove.Name = "cmdMove";
this.cmdMove.Size = new System.Drawing.Size(168, 39);
this.cmdMove.TabIndex = 31;
this.cmdMove.Text = "Move";
this.cmdMove.UseVisualStyleBackColor = true;
this.cmdMove.Click += new System.EventHandler(this.cmdMove_Click);
//
// cmdApproach
//
this.cmdApproach.Enabled = false;
this.cmdApproach.Location = new System.Drawing.Point(31, 51);
this.cmdApproach.Name = "cmdApproach";
this.cmdApproach.Size = new System.Drawing.Size(168, 39);
this.cmdApproach.TabIndex = 4;
this.cmdApproach.Text = "Approach";
this.cmdApproach.UseVisualStyleBackColor = true;
this.cmdApproach.Click += new System.EventHandler(this.cmdApproach_Click);
//
// Form1
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(278, 621);
this.Controls.Add(this.panel3);
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.panel3.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 panel3;
private System.Windows.Forms.Button cmdDepart;
private System.Windows.Forms.Button cmdMove;
private System.Windows.Forms.Button cmdApproach;
private System.Windows.Forms.Button cmdSpeed;
private System.Windows.Forms.Button cmdDriveEx;
private System.Windows.Forms.Button cmdDriveAEx;
private System.Windows.Forms.Button cmdDraw;
private System.Windows.Forms.Button cmdChangeWork;
private System.Windows.Forms.Button cmdChangeTool;
}
}