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.cmdValP_Read = new System.Windows.Forms.Button();
this.cmdValP_Write = new System.Windows.Forms.Button();
this.cmdConnectRobot = new System.Windows.Forms.Button();
this.cmdValI_Write = new System.Windows.Forms.Button();
this.cmdValI_Read = new System.Windows.Forms.Button();
this.cmdValF_Read = new System.Windows.Forms.Button();
this.cmdValF_Write = new System.Windows.Forms.Button();
this.cmdValD_Read = new System.Windows.Forms.Button();
this.cmdValV_Read = new System.Windows.Forms.Button();
this.cmdValJ_Read = new System.Windows.Forms.Button();
this.cmdValT_Read = new System.Windows.Forms.Button();
this.cmdValS_Read = new System.Windows.Forms.Button();
this.cmdValIO_Read = new System.Windows.Forms.Button();
this.cmdValD_Write = new System.Windows.Forms.Button();
this.cmdValV_Write = new System.Windows.Forms.Button();
this.cmdValJ_Write = new System.Windows.Forms.Button();
this.cmdValT_Write = new System.Windows.Forms.Button();
this.cmdValS_Write = new System.Windows.Forms.Button();
this.cmdValIO_Write = new System.Windows.Forms.Button();
this.label1 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.label4 = new System.Windows.Forms.Label();
this.label5 = new System.Windows.Forms.Label();
this.label6 = new System.Windows.Forms.Label();
this.label7 = new System.Windows.Forms.Label();
this.label8 = new System.Windows.Forms.Label();
this.label9 = new System.Windows.Forms.Label();
this.lblDsp = new System.Windows.Forms.Label();
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.panel1.SuspendLayout();
this.panel2.SuspendLayout();
this.SuspendLayout();
//
// cmdValP_Read
//
this.cmdValP_Read.Enabled = false;
this.cmdValP_Read.Location = new System.Drawing.Point(46, 161);
this.cmdValP_Read.Name = "cmdValP_Read";
this.cmdValP_Read.Size = new System.Drawing.Size(73, 23);
this.cmdValP_Read.TabIndex = 0;
this.cmdValP_Read.Text = "Read";
this.cmdValP_Read.UseVisualStyleBackColor = true;
this.cmdValP_Read.Click += new System.EventHandler(this.cmdValP_Read_Click);
//
// cmdValP_Write
//
this.cmdValP_Write.Enabled = false;
this.cmdValP_Write.Location = new System.Drawing.Point(125, 161);
this.cmdValP_Write.Name = "cmdValP_Write";
this.cmdValP_Write.Size = new System.Drawing.Size(73, 23);
this.cmdValP_Write.TabIndex = 1;
this.cmdValP_Write.Text = "Write";
this.cmdValP_Write.UseVisualStyleBackColor = true;
this.cmdValP_Write.Click += new System.EventHandler(this.cmdValP_Write_Click);
//
// 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);
//
// cmdValI_Write
//
this.cmdValI_Write.Cursor = System.Windows.Forms.Cursors.Default;
this.cmdValI_Write.Enabled = false;
this.cmdValI_Write.Location = new System.Drawing.Point(125, 45);
this.cmdValI_Write.Name = "cmdValI_Write";
this.cmdValI_Write.Size = new System.Drawing.Size(73, 23);
this.cmdValI_Write.TabIndex = 5;
this.cmdValI_Write.Text = "Write";
this.cmdValI_Write.UseVisualStyleBackColor = true;
this.cmdValI_Write.Click += new System.EventHandler(this.cmdValI_Write_Click);
//
// cmdValI_Read
//
this.cmdValI_Read.Enabled = false;
this.cmdValI_Read.Location = new System.Drawing.Point(46, 45);
this.cmdValI_Read.Name = "cmdValI_Read";
this.cmdValI_Read.Size = new System.Drawing.Size(73, 23);
this.cmdValI_Read.TabIndex = 6;
this.cmdValI_Read.Text = "Read";
this.cmdValI_Read.UseVisualStyleBackColor = true;
this.cmdValI_Read.Click += new System.EventHandler(this.cmdValI_Read_Click);
//
// cmdValF_Read
//
this.cmdValF_Read.Enabled = false;
this.cmdValF_Read.Location = new System.Drawing.Point(46, 74);
this.cmdValF_Read.Name = "cmdValF_Read";
this.cmdValF_Read.Size = new System.Drawing.Size(73, 23);
this.cmdValF_Read.TabIndex = 7;
this.cmdValF_Read.Text = "Read";
this.cmdValF_Read.UseVisualStyleBackColor = true;
this.cmdValF_Read.Click += new System.EventHandler(this.cmdValF_Read_Click);
//
// cmdValF_Write
//
this.cmdValF_Write.Cursor = System.Windows.Forms.Cursors.Default;
this.cmdValF_Write.Enabled = false;
this.cmdValF_Write.Location = new System.Drawing.Point(125, 74);
this.cmdValF_Write.Name = "cmdValF_Write";
this.cmdValF_Write.Size = new System.Drawing.Size(73, 23);
this.cmdValF_Write.TabIndex = 8;
this.cmdValF_Write.Text = "Write";
this.cmdValF_Write.UseVisualStyleBackColor = true;
this.cmdValF_Write.Click += new System.EventHandler(this.cmdValF_Write_Click);
//
// cmdValD_Read
//
this.cmdValD_Read.Enabled = false;
this.cmdValD_Read.Location = new System.Drawing.Point(46, 103);
this.cmdValD_Read.Name = "cmdValD_Read";
this.cmdValD_Read.Size = new System.Drawing.Size(73, 23);
this.cmdValD_Read.TabIndex = 9;
this.cmdValD_Read.Text = "Read";
this.cmdValD_Read.UseVisualStyleBackColor = true;
this.cmdValD_Read.Click += new System.EventHandler(this.cmdValD_Read_Click);
//
// cmdValV_Read
//
this.cmdValV_Read.Enabled = false;
this.cmdValV_Read.Location = new System.Drawing.Point(46, 132);
this.cmdValV_Read.Name = "cmdValV_Read";
this.cmdValV_Read.Size = new System.Drawing.Size(73, 23);
this.cmdValV_Read.TabIndex = 10;
this.cmdValV_Read.Text = "Read";
this.cmdValV_Read.UseVisualStyleBackColor = true;
this.cmdValV_Read.Click += new System.EventHandler(this.cmdValV_Read_Click);
//
// cmdValJ_Read
//
this.cmdValJ_Read.Enabled = false;
this.cmdValJ_Read.Location = new System.Drawing.Point(46, 190);
this.cmdValJ_Read.Name = "cmdValJ_Read";
this.cmdValJ_Read.Size = new System.Drawing.Size(73, 23);
this.cmdValJ_Read.TabIndex = 11;
this.cmdValJ_Read.Text = "Read";
this.cmdValJ_Read.UseVisualStyleBackColor = true;
this.cmdValJ_Read.Click += new System.EventHandler(this.cmdValJ_Read_Click);
//
// cmdValT_Read
//
this.cmdValT_Read.Enabled = false;
this.cmdValT_Read.Location = new System.Drawing.Point(46, 219);
this.cmdValT_Read.Name = "cmdValT_Read";
this.cmdValT_Read.Size = new System.Drawing.Size(73, 23);
this.cmdValT_Read.TabIndex = 12;
this.cmdValT_Read.Text = "Read";
this.cmdValT_Read.UseVisualStyleBackColor = true;
this.cmdValT_Read.Click += new System.EventHandler(this.cmdValT_Read_Click);
//
// cmdValS_Read
//
this.cmdValS_Read.Enabled = false;
this.cmdValS_Read.Location = new System.Drawing.Point(46, 248);
this.cmdValS_Read.Name = "cmdValS_Read";
this.cmdValS_Read.Size = new System.Drawing.Size(73, 23);
this.cmdValS_Read.TabIndex = 13;
this.cmdValS_Read.Text = "Read";
this.cmdValS_Read.UseVisualStyleBackColor = true;
this.cmdValS_Read.Click += new System.EventHandler(this.cmdValS_Read_Click);
//
// cmdValIO_Read
//
this.cmdValIO_Read.Enabled = false;
this.cmdValIO_Read.Location = new System.Drawing.Point(46, 277);
this.cmdValIO_Read.Name = "cmdValIO_Read";
this.cmdValIO_Read.Size = new System.Drawing.Size(73, 23);
this.cmdValIO_Read.TabIndex = 14;
this.cmdValIO_Read.Text = "Read";
this.cmdValIO_Read.UseVisualStyleBackColor = true;
this.cmdValIO_Read.Click += new System.EventHandler(this.cmdValIO_Read_Click);
//
// cmdValD_Write
//
this.cmdValD_Write.Cursor = System.Windows.Forms.Cursors.Default;
this.cmdValD_Write.Enabled = false;
this.cmdValD_Write.Location = new System.Drawing.Point(125, 103);
this.cmdValD_Write.Name = "cmdValD_Write";
this.cmdValD_Write.Size = new System.Drawing.Size(73, 23);
this.cmdValD_Write.TabIndex = 15;
this.cmdValD_Write.Text = "Write";
this.cmdValD_Write.UseVisualStyleBackColor = true;
this.cmdValD_Write.Click += new System.EventHandler(this.cmdValD_Write_Click);
//
// cmdValV_Write
//
this.cmdValV_Write.Cursor = System.Windows.Forms.Cursors.Default;
this.cmdValV_Write.Enabled = false;
this.cmdValV_Write.Location = new System.Drawing.Point(125, 132);
this.cmdValV_Write.Name = "cmdValV_Write";
this.cmdValV_Write.Size = new System.Drawing.Size(73, 23);
this.cmdValV_Write.TabIndex = 16;
this.cmdValV_Write.Text = "Write";
this.cmdValV_Write.UseVisualStyleBackColor = true;
this.cmdValV_Write.Click += new System.EventHandler(this.cmdValV_Write_Click);
//
// cmdValJ_Write
//
this.cmdValJ_Write.Cursor = System.Windows.Forms.Cursors.Default;
this.cmdValJ_Write.Enabled = false;
this.cmdValJ_Write.Location = new System.Drawing.Point(125, 190);
this.cmdValJ_Write.Name = "cmdValJ_Write";
this.cmdValJ_Write.Size = new System.Drawing.Size(73, 23);
this.cmdValJ_Write.TabIndex = 17;
this.cmdValJ_Write.Text = "Write";
this.cmdValJ_Write.UseVisualStyleBackColor = true;
this.cmdValJ_Write.Click += new System.EventHandler(this.cmdValJ_Write_Click);
//
// cmdValT_Write
//
this.cmdValT_Write.Cursor = System.Windows.Forms.Cursors.Default;
this.cmdValT_Write.Enabled = false;
this.cmdValT_Write.Location = new System.Drawing.Point(125, 219);
this.cmdValT_Write.Name = "cmdValT_Write";
this.cmdValT_Write.Size = new System.Drawing.Size(73, 23);
this.cmdValT_Write.TabIndex = 18;
this.cmdValT_Write.Text = "Write";
this.cmdValT_Write.UseVisualStyleBackColor = true;
this.cmdValT_Write.Click += new System.EventHandler(this.cmdValT_Write_Click);
//
// cmdValS_Write
//
this.cmdValS_Write.Cursor = System.Windows.Forms.Cursors.Default;
this.cmdValS_Write.Enabled = false;
this.cmdValS_Write.Location = new System.Drawing.Point(125, 248);
this.cmdValS_Write.Name = "cmdValS_Write";
this.cmdValS_Write.Size = new System.Drawing.Size(73, 23);
this.cmdValS_Write.TabIndex = 19;
this.cmdValS_Write.Text = "Write";
this.cmdValS_Write.UseVisualStyleBackColor = true;
this.cmdValS_Write.Click += new System.EventHandler(this.cmdValS_Write_Click);
//
// cmdValIO_Write
//
this.cmdValIO_Write.Cursor = System.Windows.Forms.Cursors.Default;
this.cmdValIO_Write.Enabled = false;
this.cmdValIO_Write.Location = new System.Drawing.Point(125, 277);
this.cmdValIO_Write.Name = "cmdValIO_Write";
this.cmdValIO_Write.Size = new System.Drawing.Size(73, 23);
this.cmdValIO_Write.TabIndex = 20;
this.cmdValIO_Write.Text = "Write";
this.cmdValIO_Write.UseVisualStyleBackColor = true;
this.cmdValIO_Write.Click += new System.EventHandler(this.cmdValIO_Write_Click);
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(28, 50);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(16, 12);
this.label1.TabIndex = 21;
this.label1.Text = "I1:";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(24, 79);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(20, 12);
this.label2.TabIndex = 22;
this.label2.Text = "F1:";
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(23, 108);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(21, 12);
this.label3.TabIndex = 23;
this.label3.Text = "D1:";
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(23, 137);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(21, 12);
this.label4.TabIndex = 24;
this.label4.Text = "V1:";
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(24, 166);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(20, 12);
this.label5.TabIndex = 25;
this.label5.Text = "P1:";
//
// label6
//
this.label6.AutoSize = true;
this.label6.Location = new System.Drawing.Point(24, 195);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(20, 12);
this.label6.TabIndex = 26;
this.label6.Text = "J1:";
//
// label7
//
this.label7.AutoSize = true;
this.label7.Location = new System.Drawing.Point(24, 224);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(20, 12);
this.label7.TabIndex = 27;
this.label7.Text = "T1:";
//
// label8
//
this.label8.AutoSize = true;
this.label8.Location = new System.Drawing.Point(24, 253);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(20, 12);
this.label8.TabIndex = 28;
this.label8.Text = "S1:";
//
// label9
//
this.label9.AutoSize = true;
this.label9.Location = new System.Drawing.Point(8, 282);
this.label9.Name = "label9";
this.label9.Size = new System.Drawing.Size(36, 12);
this.label9.TabIndex = 29;
this.label9.Text = "IO128:";
//
// lblDsp
//
this.lblDsp.AutoSize = true;
this.lblDsp.BackColor = System.Drawing.Color.White;
this.lblDsp.Location = new System.Drawing.Point(28, 8);
this.lblDsp.MinimumSize = new System.Drawing.Size(170, 20);
this.lblDsp.Name = "lblDsp";
this.lblDsp.Size = new System.Drawing.Size(170, 20);
this.lblDsp.TabIndex = 30;
this.lblDsp.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// 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.Lime;
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.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(128)))));
this.panel2.Controls.Add(this.lblDsp);
this.panel2.Controls.Add(this.label9);
this.panel2.Controls.Add(this.label8);
this.panel2.Controls.Add(this.label7);
this.panel2.Controls.Add(this.label6);
this.panel2.Controls.Add(this.label5);
this.panel2.Controls.Add(this.label4);
this.panel2.Controls.Add(this.label3);
this.panel2.Controls.Add(this.label2);
this.panel2.Controls.Add(this.label1);
this.panel2.Controls.Add(this.cmdValIO_Write);
this.panel2.Controls.Add(this.cmdValS_Write);
this.panel2.Controls.Add(this.cmdValT_Write);
this.panel2.Controls.Add(this.cmdValJ_Write);
this.panel2.Controls.Add(this.cmdValV_Write);
this.panel2.Controls.Add(this.cmdValD_Write);
this.panel2.Controls.Add(this.cmdValIO_Read);
this.panel2.Controls.Add(this.cmdValS_Read);
this.panel2.Controls.Add(this.cmdValT_Read);
this.panel2.Controls.Add(this.cmdValJ_Read);
this.panel2.Controls.Add(this.cmdValV_Read);
this.panel2.Controls.Add(this.cmdValD_Read);
this.panel2.Controls.Add(this.cmdValF_Write);
this.panel2.Controls.Add(this.cmdValF_Read);
this.panel2.Controls.Add(this.cmdValI_Read);
this.panel2.Controls.Add(this.cmdValI_Write);
this.panel2.Controls.Add(this.cmdValP_Write);
this.panel2.Controls.Add(this.cmdValP_Read);
this.panel2.Location = new System.Drawing.Point(25, 162);
this.panel2.Name = "panel2";
this.panel2.Size = new System.Drawing.Size(231, 318);
this.panel2.TabIndex = 31;
//
// Form1
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(278, 495);
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.panel2.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Button cmdValP_Read;
private System.Windows.Forms.Button cmdValP_Write;
private System.Windows.Forms.Button cmdConnectRobot;
private System.Windows.Forms.Button cmdValI_Write;
private System.Windows.Forms.Button cmdValI_Read;
private System.Windows.Forms.Button cmdValF_Read;
private System.Windows.Forms.Button cmdValF_Write;
private System.Windows.Forms.Button cmdValD_Read;
private System.Windows.Forms.Button cmdValV_Read;
private System.Windows.Forms.Button cmdValJ_Read;
private System.Windows.Forms.Button cmdValT_Read;
private System.Windows.Forms.Button cmdValS_Read;
private System.Windows.Forms.Button cmdValIO_Read;
private System.Windows.Forms.Button cmdValD_Write;
private System.Windows.Forms.Button cmdValV_Write;
private System.Windows.Forms.Button cmdValJ_Write;
private System.Windows.Forms.Button cmdValT_Write;
private System.Windows.Forms.Button cmdValS_Write;
private System.Windows.Forms.Button cmdValIO_Write;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.Label label7;
private System.Windows.Forms.Label label8;
private System.Windows.Forms.Label label9;
private System.Windows.Forms.Label lblDsp;
private System.Windows.Forms.Button cmdInit;
private System.Windows.Forms.Button cmdDisconnectRobot;
private System.Windows.Forms.Panel panel1;
private System.Windows.Forms.Panel panel2;
}
}