namespace SampleAppCS
{
partial class FormSampleApp
{
///
/// 必要なデザイナー変数です。
///
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.components = new System.ComponentModel.Container();
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.groupBox2 = new System.Windows.Forms.GroupBox();
this.textBoxOpenStatus = new System.Windows.Forms.TextBox();
this.textBoxConnectStatus = new System.Windows.Forms.TextBox();
this.buttonExcute = new System.Windows.Forms.Button();
this.buttonConnect = new System.Windows.Forms.Button();
this.comboBoxSystemType = new System.Windows.Forms.ComboBox();
this.label6 = new System.Windows.Forms.Label();
this.label5 = new System.Windows.Forms.Label();
this.label4 = new System.Windows.Forms.Label();
this.textBoxTimeOut = new System.Windows.Forms.TextBox();
this.textBoxMachineNo = new System.Windows.Forms.TextBox();
this.textBoxIPAddress = new System.Windows.Forms.TextBox();
this.label3 = new System.Windows.Forms.Label();
this.textBoxSystemVersion = new System.Windows.Forms.TextBox();
this.radioButtonEnd = new System.Windows.Forms.RadioButton();
this.radioButtonStart = new System.Windows.Forms.RadioButton();
this.label2 = new System.Windows.Forms.Label();
this.label1 = new System.Windows.Forms.Label();
this.groupBox3 = new System.Windows.Forms.GroupBox();
this.textBoxSequenceNo = new System.Windows.Forms.TextBox();
this.textBoxPrgNo = new System.Windows.Forms.TextBox();
this.label17 = new System.Windows.Forms.Label();
this.label16 = new System.Windows.Forms.Label();
this.groupBox4 = new System.Windows.Forms.GroupBox();
this.listBoxCurrentProgram = new System.Windows.Forms.ListBox();
this.groupBox5 = new System.Windows.Forms.GroupBox();
this.groupBox8 = new System.Windows.Forms.GroupBox();
this.textBoxMachinePositionZ = new System.Windows.Forms.TextBox();
this.textBoxMachinePositionY = new System.Windows.Forms.TextBox();
this.textBoxMachinePositionX = new System.Windows.Forms.TextBox();
this.label11 = new System.Windows.Forms.Label();
this.label12 = new System.Windows.Forms.Label();
this.label13 = new System.Windows.Forms.Label();
this.textBoxWorkPositionZ = new System.Windows.Forms.TextBox();
this.groupBox7 = new System.Windows.Forms.GroupBox();
this.textBoxWorkPositionY = new System.Windows.Forms.TextBox();
this.textBoxWorkPositionX = new System.Windows.Forms.TextBox();
this.label10 = new System.Windows.Forms.Label();
this.label9 = new System.Windows.Forms.Label();
this.label8 = new System.Windows.Forms.Label();
this.groupBox6 = new System.Windows.Forms.GroupBox();
this.textBoxCurrentPositionZ = new System.Windows.Forms.TextBox();
this.textBoxCurrentPositionY = new System.Windows.Forms.TextBox();
this.textBoxCurrentPositionX = new System.Windows.Forms.TextBox();
this.label15 = new System.Windows.Forms.Label();
this.label14 = new System.Windows.Forms.Label();
this.label7 = new System.Windows.Forms.Label();
this.groupBox9 = new System.Windows.Forms.GroupBox();
this.textBoxAlarmMessage = new System.Windows.Forms.TextBox();
this.groupBoxErrorCode = new System.Windows.Forms.GroupBox();
this.textBoxErrorCode = new System.Windows.Forms.TextBox();
this.timerHighCycle = new System.Windows.Forms.Timer(this.components);
this.timerLowCycle = new System.Windows.Forms.Timer(this.components);
this.groupBox1.SuspendLayout();
this.groupBox2.SuspendLayout();
this.groupBox3.SuspendLayout();
this.groupBox4.SuspendLayout();
this.groupBox5.SuspendLayout();
this.groupBox8.SuspendLayout();
this.groupBox7.SuspendLayout();
this.groupBox6.SuspendLayout();
this.groupBox9.SuspendLayout();
this.groupBoxErrorCode.SuspendLayout();
this.SuspendLayout();
//
// groupBox1
//
this.groupBox1.Controls.Add(this.groupBox2);
this.groupBox1.Controls.Add(this.buttonExcute);
this.groupBox1.Controls.Add(this.buttonConnect);
this.groupBox1.Controls.Add(this.comboBoxSystemType);
this.groupBox1.Controls.Add(this.label6);
this.groupBox1.Controls.Add(this.label5);
this.groupBox1.Controls.Add(this.label4);
this.groupBox1.Controls.Add(this.textBoxTimeOut);
this.groupBox1.Controls.Add(this.textBoxMachineNo);
this.groupBox1.Controls.Add(this.textBoxIPAddress);
this.groupBox1.Controls.Add(this.label3);
this.groupBox1.Controls.Add(this.textBoxSystemVersion);
this.groupBox1.Controls.Add(this.radioButtonEnd);
this.groupBox1.Controls.Add(this.radioButtonStart);
this.groupBox1.Controls.Add(this.label2);
this.groupBox1.Controls.Add(this.label1);
this.groupBox1.Location = new System.Drawing.Point(16, 11);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(442, 178);
this.groupBox1.TabIndex = 0;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "NCカード通信開始/終了";
//
// groupBox2
//
this.groupBox2.Controls.Add(this.textBoxOpenStatus);
this.groupBox2.Controls.Add(this.textBoxConnectStatus);
this.groupBox2.Location = new System.Drawing.Point(329, 24);
this.groupBox2.Name = "groupBox2";
this.groupBox2.Size = new System.Drawing.Size(98, 85);
this.groupBox2.TabIndex = 15;
this.groupBox2.TabStop = false;
this.groupBox2.Text = "通信状態";
//
// textBoxOpenStatus
//
this.textBoxOpenStatus.BackColor = System.Drawing.Color.Yellow;
this.textBoxOpenStatus.Location = new System.Drawing.Point(8, 50);
this.textBoxOpenStatus.Name = "textBoxOpenStatus";
this.textBoxOpenStatus.ReadOnly = true;
this.textBoxOpenStatus.Size = new System.Drawing.Size(86, 19);
this.textBoxOpenStatus.TabIndex = 1;
this.textBoxOpenStatus.Text = "通信終了";
this.textBoxOpenStatus.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
//
// textBoxConnectStatus
//
this.textBoxConnectStatus.BackColor = System.Drawing.Color.Red;
this.textBoxConnectStatus.Location = new System.Drawing.Point(8, 21);
this.textBoxConnectStatus.Name = "textBoxConnectStatus";
this.textBoxConnectStatus.ReadOnly = true;
this.textBoxConnectStatus.Size = new System.Drawing.Size(86, 19);
this.textBoxConnectStatus.TabIndex = 0;
this.textBoxConnectStatus.Text = "切断";
this.textBoxConnectStatus.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
//
// buttonOpenClose
//
this.buttonExcute.Enabled = false;
this.buttonExcute.Location = new System.Drawing.Point(352, 115);
this.buttonExcute.Name = "buttonOpenClose";
this.buttonExcute.Size = new System.Drawing.Size(57, 22);
this.buttonExcute.TabIndex = 14;
this.buttonExcute.Text = "実行";
this.buttonExcute.UseVisualStyleBackColor = true;
this.buttonExcute.Click += new System.EventHandler(this.ButtonExcute_Click);
//
// buttonConnect
//
this.buttonConnect.Location = new System.Drawing.Point(258, 25);
this.buttonConnect.Name = "buttonConnect";
this.buttonConnect.Size = new System.Drawing.Size(57, 23);
this.buttonConnect.TabIndex = 13;
this.buttonConnect.Text = "接続";
this.buttonConnect.UseVisualStyleBackColor = true;
this.buttonConnect.Click += new System.EventHandler(this.ButtonConnect_Click);
//
// comboBoxSystemType
//
this.comboBoxSystemType.FormattingEnabled = true;
this.comboBoxSystemType.Location = new System.Drawing.Point(89, 58);
this.comboBoxSystemType.Name = "comboBoxSystemType";
this.comboBoxSystemType.Size = new System.Drawing.Size(152, 20);
this.comboBoxSystemType.TabIndex = 12;
//
// label6
//
this.label6.AutoSize = true;
this.label6.Location = new System.Drawing.Point(270, 120);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(60, 12);
this.label6.TabIndex = 11;
this.label6.Text = "(×100ms)";
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(101, 119);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(60, 12);
this.label5.TabIndex = 10;
this.label5.Text = "TimeOut値";
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(101, 97);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(103, 12);
this.label4.TabIndex = 9;
this.label4.Text = "NC制御ユニット番号";
//
// textBoxTimeOut
//
this.textBoxTimeOut.Location = new System.Drawing.Point(210, 117);
this.textBoxTimeOut.Name = "textBoxTimeOut";
this.textBoxTimeOut.Size = new System.Drawing.Size(52, 19);
this.textBoxTimeOut.TabIndex = 8;
this.textBoxTimeOut.Text = "50";
this.textBoxTimeOut.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
//
// textBoxMachineNo
//
this.textBoxMachineNo.Location = new System.Drawing.Point(210, 92);
this.textBoxMachineNo.Name = "textBoxMachineNo";
this.textBoxMachineNo.Size = new System.Drawing.Size(52, 19);
this.textBoxMachineNo.TabIndex = 7;
this.textBoxMachineNo.Text = "1";
this.textBoxMachineNo.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
//
// textBoxIPAddress
//
this.textBoxIPAddress.Location = new System.Drawing.Point(89, 27);
this.textBoxIPAddress.Name = "textBoxIPAddress";
this.textBoxIPAddress.Size = new System.Drawing.Size(152, 19);
this.textBoxIPAddress.TabIndex = 6;
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(16, 149);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(97, 12);
this.label3.TabIndex = 5;
this.label3.Text = "システム番号/名称";
//
// textBoxSystemVersion
//
this.textBoxSystemVersion.BackColor = System.Drawing.SystemColors.Info;
this.textBoxSystemVersion.Location = new System.Drawing.Point(135, 146);
this.textBoxSystemVersion.Name = "textBoxSystemVersion";
this.textBoxSystemVersion.ReadOnly = true;
this.textBoxSystemVersion.Size = new System.Drawing.Size(292, 19);
this.textBoxSystemVersion.TabIndex = 4;
//
// radioButtonEnd
//
this.radioButtonEnd.AutoSize = true;
this.radioButtonEnd.Location = new System.Drawing.Point(17, 117);
this.radioButtonEnd.Name = "radioButtonEnd";
this.radioButtonEnd.Size = new System.Drawing.Size(71, 16);
this.radioButtonEnd.TabIndex = 3;
this.radioButtonEnd.Text = "通信終了";
this.radioButtonEnd.UseVisualStyleBackColor = true;
//
// radioButtonStart
//
this.radioButtonStart.AutoSize = true;
this.radioButtonStart.Checked = true;
this.radioButtonStart.Location = new System.Drawing.Point(17, 95);
this.radioButtonStart.Name = "radioButtonStart";
this.radioButtonStart.Size = new System.Drawing.Size(71, 16);
this.radioButtonStart.TabIndex = 2;
this.radioButtonStart.TabStop = true;
this.radioButtonStart.Text = "通信開始";
this.radioButtonStart.UseVisualStyleBackColor = true;
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(16, 61);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(47, 12);
this.label2.TabIndex = 1;
this.label2.Text = "NCタイプ";
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(15, 30);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(51, 12);
this.label1.TabIndex = 0;
this.label1.Text = "IPアドレス";
//
// groupBox3
//
this.groupBox3.Controls.Add(this.textBoxSequenceNo);
this.groupBox3.Controls.Add(this.textBoxPrgNo);
this.groupBox3.Controls.Add(this.label17);
this.groupBox3.Controls.Add(this.label16);
this.groupBox3.Controls.Add(this.groupBox4);
this.groupBox3.Location = new System.Drawing.Point(477, 17);
this.groupBox3.Name = "groupBox3";
this.groupBox3.Size = new System.Drawing.Size(316, 395);
this.groupBox3.TabIndex = 1;
this.groupBox3.TabStop = false;
this.groupBox3.Text = "プログラム";
//
// textBoxSequenceNo
//
this.textBoxSequenceNo.BackColor = System.Drawing.SystemColors.Info;
this.textBoxSequenceNo.Font = new System.Drawing.Font("MS UI Gothic", 20.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
this.textBoxSequenceNo.Location = new System.Drawing.Point(115, 347);
this.textBoxSequenceNo.Name = "textBoxSequenceNo";
this.textBoxSequenceNo.ReadOnly = true;
this.textBoxSequenceNo.Size = new System.Drawing.Size(188, 34);
this.textBoxSequenceNo.TabIndex = 22;
this.textBoxSequenceNo.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
//
// textBoxPrgNo
//
this.textBoxPrgNo.BackColor = System.Drawing.SystemColors.Info;
this.textBoxPrgNo.Font = new System.Drawing.Font("MS UI Gothic", 20.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
this.textBoxPrgNo.Location = new System.Drawing.Point(115, 303);
this.textBoxPrgNo.Name = "textBoxPrgNo";
this.textBoxPrgNo.ReadOnly = true;
this.textBoxPrgNo.Size = new System.Drawing.Size(188, 34);
this.textBoxPrgNo.TabIndex = 21;
this.textBoxPrgNo.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
//
// label17
//
this.label17.AutoSize = true;
this.label17.Font = new System.Drawing.Font("MS UI Gothic", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
this.label17.Location = new System.Drawing.Point(16, 357);
this.label17.Name = "label17";
this.label17.Size = new System.Drawing.Size(95, 15);
this.label17.TabIndex = 2;
this.label17.Text = "シーケンス番号";
//
// label16
//
this.label16.AutoSize = true;
this.label16.Font = new System.Drawing.Font("MS UI Gothic", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
this.label16.Location = new System.Drawing.Point(16, 314);
this.label16.Name = "label16";
this.label16.Size = new System.Drawing.Size(93, 15);
this.label16.TabIndex = 1;
this.label16.Text = "プログラム番号";
//
// groupBox4
//
this.groupBox4.Controls.Add(this.listBoxCurrentProgram);
this.groupBox4.Location = new System.Drawing.Point(6, 21);
this.groupBox4.Name = "groupBox4";
this.groupBox4.Size = new System.Drawing.Size(304, 269);
this.groupBox4.TabIndex = 0;
this.groupBox4.TabStop = false;
this.groupBox4.Text = "実行プログラム表示";
//
// listBoxCurrentProgram
//
this.listBoxCurrentProgram.BackColor = System.Drawing.SystemColors.Info;
this.listBoxCurrentProgram.FormattingEnabled = true;
this.listBoxCurrentProgram.ItemHeight = 12;
this.listBoxCurrentProgram.Location = new System.Drawing.Point(8, 18);
this.listBoxCurrentProgram.Name = "listBoxCurrentProgram";
this.listBoxCurrentProgram.Size = new System.Drawing.Size(289, 244);
this.listBoxCurrentProgram.TabIndex = 17;
//
// groupBox5
//
this.groupBox5.Controls.Add(this.groupBox8);
this.groupBox5.Controls.Add(this.textBoxWorkPositionZ);
this.groupBox5.Controls.Add(this.groupBox7);
this.groupBox5.Controls.Add(this.groupBox6);
this.groupBox5.Location = new System.Drawing.Point(16, 195);
this.groupBox5.Name = "groupBox5";
this.groupBox5.Size = new System.Drawing.Size(442, 217);
this.groupBox5.TabIndex = 2;
this.groupBox5.TabStop = false;
this.groupBox5.Text = "位置表示";
//
// groupBox8
//
this.groupBox8.Controls.Add(this.textBoxMachinePositionZ);
this.groupBox8.Controls.Add(this.textBoxMachinePositionY);
this.groupBox8.Controls.Add(this.textBoxMachinePositionX);
this.groupBox8.Controls.Add(this.label11);
this.groupBox8.Controls.Add(this.label12);
this.groupBox8.Controls.Add(this.label13);
this.groupBox8.Location = new System.Drawing.Point(268, 118);
this.groupBox8.Name = "groupBox8";
this.groupBox8.Size = new System.Drawing.Size(168, 94);
this.groupBox8.TabIndex = 19;
this.groupBox8.TabStop = false;
this.groupBox8.Text = "機械位置";
//
// textBoxMachinePositionZ
//
this.textBoxMachinePositionZ.BackColor = System.Drawing.SystemColors.Info;
this.textBoxMachinePositionZ.Location = new System.Drawing.Point(27, 66);
this.textBoxMachinePositionZ.Name = "textBoxMachinePositionZ";
this.textBoxMachinePositionZ.ReadOnly = true;
this.textBoxMachinePositionZ.Size = new System.Drawing.Size(130, 19);
this.textBoxMachinePositionZ.TabIndex = 20;
//
// textBoxMachinePositionY
//
this.textBoxMachinePositionY.BackColor = System.Drawing.SystemColors.Info;
this.textBoxMachinePositionY.Location = new System.Drawing.Point(27, 41);
this.textBoxMachinePositionY.Name = "textBoxMachinePositionY";
this.textBoxMachinePositionY.ReadOnly = true;
this.textBoxMachinePositionY.Size = new System.Drawing.Size(130, 19);
this.textBoxMachinePositionY.TabIndex = 17;
//
// textBoxMachinePositionX
//
this.textBoxMachinePositionX.BackColor = System.Drawing.SystemColors.Info;
this.textBoxMachinePositionX.Location = new System.Drawing.Point(27, 17);
this.textBoxMachinePositionX.Name = "textBoxMachinePositionX";
this.textBoxMachinePositionX.ReadOnly = true;
this.textBoxMachinePositionX.Size = new System.Drawing.Size(130, 19);
this.textBoxMachinePositionX.TabIndex = 16;
//
// label11
//
this.label11.AutoSize = true;
this.label11.Location = new System.Drawing.Point(9, 69);
this.label11.Name = "label11";
this.label11.Size = new System.Drawing.Size(12, 12);
this.label11.TabIndex = 3;
this.label11.Text = "Z";
//
// label12
//
this.label12.AutoSize = true;
this.label12.Location = new System.Drawing.Point(9, 44);
this.label12.Name = "label12";
this.label12.Size = new System.Drawing.Size(12, 12);
this.label12.TabIndex = 2;
this.label12.Text = "Y";
//
// label13
//
this.label13.AutoSize = true;
this.label13.Location = new System.Drawing.Point(9, 20);
this.label13.Name = "label13";
this.label13.Size = new System.Drawing.Size(12, 12);
this.label13.TabIndex = 1;
this.label13.Text = "X";
//
// textBoxWorkPositionZ
//
this.textBoxWorkPositionZ.BackColor = System.Drawing.SystemColors.Info;
this.textBoxWorkPositionZ.Location = new System.Drawing.Point(295, 83);
this.textBoxWorkPositionZ.Name = "textBoxWorkPositionZ";
this.textBoxWorkPositionZ.ReadOnly = true;
this.textBoxWorkPositionZ.Size = new System.Drawing.Size(130, 19);
this.textBoxWorkPositionZ.TabIndex = 18;
//
// groupBox7
//
this.groupBox7.Controls.Add(this.textBoxWorkPositionY);
this.groupBox7.Controls.Add(this.textBoxWorkPositionX);
this.groupBox7.Controls.Add(this.label10);
this.groupBox7.Controls.Add(this.label9);
this.groupBox7.Controls.Add(this.label8);
this.groupBox7.Location = new System.Drawing.Point(268, 18);
this.groupBox7.Name = "groupBox7";
this.groupBox7.Size = new System.Drawing.Size(168, 94);
this.groupBox7.TabIndex = 1;
this.groupBox7.TabStop = false;
this.groupBox7.Text = "ワーク座標位置";
//
// textBoxWorkPositionY
//
this.textBoxWorkPositionY.BackColor = System.Drawing.SystemColors.Info;
this.textBoxWorkPositionY.Location = new System.Drawing.Point(27, 41);
this.textBoxWorkPositionY.Name = "textBoxWorkPositionY";
this.textBoxWorkPositionY.ReadOnly = true;
this.textBoxWorkPositionY.Size = new System.Drawing.Size(130, 19);
this.textBoxWorkPositionY.TabIndex = 17;
//
// textBoxWorkPositionX
//
this.textBoxWorkPositionX.BackColor = System.Drawing.SystemColors.Info;
this.textBoxWorkPositionX.Location = new System.Drawing.Point(27, 17);
this.textBoxWorkPositionX.Name = "textBoxWorkPositionX";
this.textBoxWorkPositionX.ReadOnly = true;
this.textBoxWorkPositionX.Size = new System.Drawing.Size(130, 19);
this.textBoxWorkPositionX.TabIndex = 16;
//
// label10
//
this.label10.AutoSize = true;
this.label10.Location = new System.Drawing.Point(9, 69);
this.label10.Name = "label10";
this.label10.Size = new System.Drawing.Size(12, 12);
this.label10.TabIndex = 3;
this.label10.Text = "Z";
//
// label9
//
this.label9.AutoSize = true;
this.label9.Location = new System.Drawing.Point(9, 44);
this.label9.Name = "label9";
this.label9.Size = new System.Drawing.Size(12, 12);
this.label9.TabIndex = 2;
this.label9.Text = "Y";
//
// label8
//
this.label8.AutoSize = true;
this.label8.Location = new System.Drawing.Point(9, 20);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(12, 12);
this.label8.TabIndex = 1;
this.label8.Text = "X";
//
// groupBox6
//
this.groupBox6.Controls.Add(this.textBoxCurrentPositionZ);
this.groupBox6.Controls.Add(this.textBoxCurrentPositionY);
this.groupBox6.Controls.Add(this.textBoxCurrentPositionX);
this.groupBox6.Controls.Add(this.label15);
this.groupBox6.Controls.Add(this.label14);
this.groupBox6.Controls.Add(this.label7);
this.groupBox6.Location = new System.Drawing.Point(6, 18);
this.groupBox6.Name = "groupBox6";
this.groupBox6.Size = new System.Drawing.Size(254, 193);
this.groupBox6.TabIndex = 0;
this.groupBox6.TabStop = false;
this.groupBox6.Text = "現在座標位置";
//
// textBoxCurrentPositionZ
//
this.textBoxCurrentPositionZ.BackColor = System.Drawing.SystemColors.Info;
this.textBoxCurrentPositionZ.Font = new System.Drawing.Font("MS UI Gothic", 20.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
this.textBoxCurrentPositionZ.Location = new System.Drawing.Point(58, 137);
this.textBoxCurrentPositionZ.Name = "textBoxCurrentPositionZ";
this.textBoxCurrentPositionZ.ReadOnly = true;
this.textBoxCurrentPositionZ.Size = new System.Drawing.Size(177, 34);
this.textBoxCurrentPositionZ.TabIndex = 20;
//
// textBoxCurrentPositionY
//
this.textBoxCurrentPositionY.BackColor = System.Drawing.SystemColors.Info;
this.textBoxCurrentPositionY.Font = new System.Drawing.Font("MS UI Gothic", 20.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
this.textBoxCurrentPositionY.Location = new System.Drawing.Point(58, 82);
this.textBoxCurrentPositionY.Name = "textBoxCurrentPositionY";
this.textBoxCurrentPositionY.ReadOnly = true;
this.textBoxCurrentPositionY.Size = new System.Drawing.Size(177, 34);
this.textBoxCurrentPositionY.TabIndex = 19;
//
// textBoxCurrentPositionX
//
this.textBoxCurrentPositionX.BackColor = System.Drawing.SystemColors.Info;
this.textBoxCurrentPositionX.Font = new System.Drawing.Font("MS UI Gothic", 20.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
this.textBoxCurrentPositionX.Location = new System.Drawing.Point(58, 30);
this.textBoxCurrentPositionX.Name = "textBoxCurrentPositionX";
this.textBoxCurrentPositionX.ReadOnly = true;
this.textBoxCurrentPositionX.Size = new System.Drawing.Size(177, 34);
this.textBoxCurrentPositionX.TabIndex = 18;
//
// label15
//
this.label15.AutoSize = true;
this.label15.Font = new System.Drawing.Font("MS UI Gothic", 26.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
this.label15.Location = new System.Drawing.Point(16, 133);
this.label15.Name = "label15";
this.label15.Size = new System.Drawing.Size(35, 35);
this.label15.TabIndex = 2;
this.label15.Text = "Z";
//
// label14
//
this.label14.AutoSize = true;
this.label14.Font = new System.Drawing.Font("MS UI Gothic", 26.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
this.label14.Location = new System.Drawing.Point(16, 82);
this.label14.Name = "label14";
this.label14.Size = new System.Drawing.Size(36, 35);
this.label14.TabIndex = 1;
this.label14.Text = "Y";
//
// label7
//
this.label7.AutoSize = true;
this.label7.Font = new System.Drawing.Font("MS UI Gothic", 26.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
this.label7.Location = new System.Drawing.Point(16, 29);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(36, 35);
this.label7.TabIndex = 0;
this.label7.Text = "X";
//
// groupBox9
//
this.groupBox9.Controls.Add(this.textBoxAlarmMessage);
this.groupBox9.Location = new System.Drawing.Point(19, 422);
this.groupBox9.Name = "groupBox9";
this.groupBox9.Size = new System.Drawing.Size(384, 83);
this.groupBox9.TabIndex = 3;
this.groupBox9.TabStop = false;
this.groupBox9.Text = "アラーム表示";
//
// textBoxAlarmMessage
//
this.textBoxAlarmMessage.BackColor = System.Drawing.SystemColors.Info;
this.textBoxAlarmMessage.Font = new System.Drawing.Font("MS UI Gothic", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
this.textBoxAlarmMessage.Location = new System.Drawing.Point(6, 18);
this.textBoxAlarmMessage.Multiline = true;
this.textBoxAlarmMessage.Name = "textBoxAlarmMessage";
this.textBoxAlarmMessage.ReadOnly = true;
this.textBoxAlarmMessage.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
this.textBoxAlarmMessage.Size = new System.Drawing.Size(372, 55);
this.textBoxAlarmMessage.TabIndex = 21;
//
// groupBoxErrorCode
//
this.groupBoxErrorCode.Controls.Add(this.textBoxErrorCode);
this.groupBoxErrorCode.Location = new System.Drawing.Point(409, 422);
this.groupBoxErrorCode.Name = "groupBoxErrorCode";
this.groupBoxErrorCode.Size = new System.Drawing.Size(384, 83);
this.groupBoxErrorCode.TabIndex = 22;
this.groupBoxErrorCode.TabStop = false;
this.groupBoxErrorCode.Text = "Error Code";
//
// textBoxErrorCode
//
this.textBoxErrorCode.BackColor = System.Drawing.SystemColors.Info;
this.textBoxErrorCode.Font = new System.Drawing.Font("MS UI Gothic", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
this.textBoxErrorCode.Location = new System.Drawing.Point(6, 18);
this.textBoxErrorCode.Multiline = true;
this.textBoxErrorCode.Name = "textBoxErrorCode";
this.textBoxErrorCode.ReadOnly = true;
this.textBoxErrorCode.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
this.textBoxErrorCode.Size = new System.Drawing.Size(372, 55);
this.textBoxErrorCode.TabIndex = 22;
//
// timerHighCycle
//
this.timerHighCycle.Tick += new System.EventHandler(this.TimerHighCycle_Tick);
//
// timerLowCycle
//
this.timerLowCycle.Interval = 1000;
this.timerLowCycle.Tick += new System.EventHandler(this.TimerLowCycle_Tick);
//
// FormSampleApp
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(805, 520);
this.Controls.Add(this.groupBoxErrorCode);
this.Controls.Add(this.groupBox9);
this.Controls.Add(this.groupBox5);
this.Controls.Add(this.groupBox3);
this.Controls.Add(this.groupBox1);
this.Name = "FormSampleApp";
this.Text = "Sample Application";
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
this.groupBox2.ResumeLayout(false);
this.groupBox2.PerformLayout();
this.groupBox3.ResumeLayout(false);
this.groupBox3.PerformLayout();
this.groupBox4.ResumeLayout(false);
this.groupBox5.ResumeLayout(false);
this.groupBox5.PerformLayout();
this.groupBox8.ResumeLayout(false);
this.groupBox8.PerformLayout();
this.groupBox7.ResumeLayout(false);
this.groupBox7.PerformLayout();
this.groupBox6.ResumeLayout(false);
this.groupBox6.PerformLayout();
this.groupBox9.ResumeLayout(false);
this.groupBox9.PerformLayout();
this.groupBoxErrorCode.ResumeLayout(false);
this.groupBoxErrorCode.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.TextBox textBoxTimeOut;
private System.Windows.Forms.TextBox textBoxMachineNo;
private System.Windows.Forms.TextBox textBoxIPAddress;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.TextBox textBoxSystemVersion;
private System.Windows.Forms.RadioButton radioButtonEnd;
private System.Windows.Forms.RadioButton radioButtonStart;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.GroupBox groupBox2;
private System.Windows.Forms.TextBox textBoxOpenStatus;
private System.Windows.Forms.TextBox textBoxConnectStatus;
private System.Windows.Forms.Button buttonExcute;
private System.Windows.Forms.Button buttonConnect;
private System.Windows.Forms.ComboBox comboBoxSystemType;
private System.Windows.Forms.GroupBox groupBox3;
private System.Windows.Forms.GroupBox groupBox4;
private System.Windows.Forms.GroupBox groupBox5;
private System.Windows.Forms.GroupBox groupBox7;
private System.Windows.Forms.Label label10;
private System.Windows.Forms.Label label9;
private System.Windows.Forms.Label label8;
private System.Windows.Forms.GroupBox groupBox6;
private System.Windows.Forms.Label label7;
private System.Windows.Forms.GroupBox groupBox8;
private System.Windows.Forms.TextBox textBoxMachinePositionY;
private System.Windows.Forms.TextBox textBoxMachinePositionX;
private System.Windows.Forms.Label label11;
private System.Windows.Forms.Label label12;
private System.Windows.Forms.Label label13;
private System.Windows.Forms.TextBox textBoxWorkPositionZ;
private System.Windows.Forms.TextBox textBoxWorkPositionY;
private System.Windows.Forms.TextBox textBoxWorkPositionX;
private System.Windows.Forms.TextBox textBoxSequenceNo;
private System.Windows.Forms.TextBox textBoxPrgNo;
private System.Windows.Forms.Label label17;
private System.Windows.Forms.Label label16;
private System.Windows.Forms.TextBox textBoxMachinePositionZ;
private System.Windows.Forms.TextBox textBoxCurrentPositionZ;
private System.Windows.Forms.TextBox textBoxCurrentPositionY;
private System.Windows.Forms.TextBox textBoxCurrentPositionX;
private System.Windows.Forms.Label label15;
private System.Windows.Forms.Label label14;
private System.Windows.Forms.GroupBox groupBox9;
private System.Windows.Forms.TextBox textBoxAlarmMessage;
private System.Windows.Forms.GroupBox groupBoxErrorCode;
private System.Windows.Forms.TextBox textBoxErrorCode;
private System.Windows.Forms.Timer timerHighCycle;
private System.Windows.Forms.Timer timerLowCycle;
private System.Windows.Forms.ListBox listBoxCurrentProgram;
}
}