namespace WindowsApplication1 { 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.cmdConnect = new System.Windows.Forms.Button(); this.cmdDisconnect = new System.Windows.Forms.Button(); this.txtBxIP = new System.Windows.Forms.TextBox(); this.txtBxPort = new System.Windows.Forms.TextBox(); this.cmbPtnNo = new System.Windows.Forms.ComboBox(); this.checkCH1 = new System.Windows.Forms.CheckBox(); this.checkCH2 = new System.Windows.Forms.CheckBox(); this.txtVal1 = new System.Windows.Forms.TextBox(); this.txtVal2 = new System.Windows.Forms.TextBox(); this.cmdRead = new System.Windows.Forms.Button(); this.cmdWrite = new System.Windows.Forms.Button(); this.txtRawCmdRet = new System.Windows.Forms.TextBox(); this.cmdRawCmd = new System.Windows.Forms.Button(); this.txtErrState = new System.Windows.Forms.TextBox(); this.cmdGetErrState = new System.Windows.Forms.Button(); this.txtRawCmdSend = new System.Windows.Forms.TextBox(); this.gbItem = new System.Windows.Forms.GroupBox(); this.rdBtnDuty = new System.Windows.Forms.RadioButton(); this.rdBtnDrtn = new System.Windows.Forms.RadioButton(); this.rdBtnDelay = new System.Windows.Forms.RadioButton(); this.checkOnCH1 = new System.Windows.Forms.CheckBox(); this.checkOnCH2 = new System.Windows.Forms.CheckBox(); this.cmdReadOn = new System.Windows.Forms.Button(); this.cmdWriteOn = new System.Windows.Forms.Button(); this.gbOn = new System.Windows.Forms.GroupBox(); this.gbTrg = new System.Windows.Forms.GroupBox(); this.cmbTrgCH1 = new System.Windows.Forms.ComboBox(); this.cmbTrgCH2 = new System.Windows.Forms.ComboBox(); this.cmdReadTrg = new System.Windows.Forms.Button(); this.cmdWriteTrg = new System.Windows.Forms.Button(); this.gbPWM = new System.Windows.Forms.GroupBox(); this.gbRaw = new System.Windows.Forms.GroupBox(); this.gbConnect = new System.Windows.Forms.GroupBox(); this.gbPtn = new System.Windows.Forms.GroupBox(); this.cmbPtnNo1 = new System.Windows.Forms.ComboBox(); this.cmdReadPtn = new System.Windows.Forms.Button(); this.cmdWritePtn = new System.Windows.Forms.Button(); this.gbErr = new System.Windows.Forms.GroupBox(); this.cmdSaveSetting = new System.Windows.Forms.Button(); this.cmdReadSetting = new System.Windows.Forms.Button(); this.gbSet = new System.Windows.Forms.GroupBox(); this.labelPtn = new System.Windows.Forms.Label(); this.gbItem.SuspendLayout(); this.gbOn.SuspendLayout(); this.gbTrg.SuspendLayout(); this.gbPWM.SuspendLayout(); this.gbRaw.SuspendLayout(); this.gbConnect.SuspendLayout(); this.gbPtn.SuspendLayout(); this.gbErr.SuspendLayout(); this.gbSet.SuspendLayout(); this.SuspendLayout(); // // cmdConnect // this.cmdConnect.Enabled = false; this.cmdConnect.Location = new System.Drawing.Point(136, 13); this.cmdConnect.Name = "cmdConnect"; this.cmdConnect.Size = new System.Drawing.Size(60, 24); this.cmdConnect.TabIndex = 0; this.cmdConnect.Text = "Connect"; this.cmdConnect.UseVisualStyleBackColor = true; this.cmdConnect.Click += new System.EventHandler(this.cmdConnect_Click); // // cmdDisconnect // this.cmdDisconnect.Enabled = false; this.cmdDisconnect.Location = new System.Drawing.Point(202, 13); this.cmdDisconnect.Name = "cmdDisconnect"; this.cmdDisconnect.Size = new System.Drawing.Size(78, 24); this.cmdDisconnect.TabIndex = 1; this.cmdDisconnect.Text = "Disconnect"; this.cmdDisconnect.UseVisualStyleBackColor = true; this.cmdDisconnect.Click += new System.EventHandler(this.cmdDisconnect_Click); // // txtBxIP // this.txtBxIP.Location = new System.Drawing.Point(3, 18); this.txtBxIP.Name = "txtBxIP"; this.txtBxIP.Size = new System.Drawing.Size(80, 19); this.txtBxIP.TabIndex = 2; this.txtBxIP.Text = "192.168.0.29"; // // txtBxPort // this.txtBxPort.Location = new System.Drawing.Point(92, 18); this.txtBxPort.Name = "txtBxPort"; this.txtBxPort.Size = new System.Drawing.Size(38, 19); this.txtBxPort.TabIndex = 3; this.txtBxPort.Text = "3100"; // // cmbPtnNo // this.cmbPtnNo.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cmbPtnNo.FormattingEnabled = true; this.cmbPtnNo.Items.AddRange(new object[] { "1", "2", "3", "4", "5", "6", "7", "8"}); this.cmbPtnNo.Location = new System.Drawing.Point(6, 78); this.cmbPtnNo.Name = "cmbPtnNo"; this.cmbPtnNo.Size = new System.Drawing.Size(44, 20); this.cmbPtnNo.TabIndex = 4; // // checkCH1 // this.checkCH1.AutoSize = true; this.checkCH1.Location = new System.Drawing.Point(62, 59); this.checkCH1.Name = "checkCH1"; this.checkCH1.Size = new System.Drawing.Size(50, 16); this.checkCH1.TabIndex = 5; this.checkCH1.Text = "CH 1"; this.checkCH1.UseVisualStyleBackColor = true; // // checkCH2 // this.checkCH2.AutoSize = true; this.checkCH2.Location = new System.Drawing.Point(147, 59); this.checkCH2.Name = "checkCH2"; this.checkCH2.Size = new System.Drawing.Size(50, 16); this.checkCH2.TabIndex = 6; this.checkCH2.Text = "CH 2"; this.checkCH2.UseVisualStyleBackColor = true; // // txtVal1 // this.txtVal1.Location = new System.Drawing.Point(62, 79); this.txtVal1.Name = "txtVal1"; this.txtVal1.Size = new System.Drawing.Size(70, 19); this.txtVal1.TabIndex = 7; // // txtVal2 // this.txtVal2.Location = new System.Drawing.Point(147, 79); this.txtVal2.Name = "txtVal2"; this.txtVal2.Size = new System.Drawing.Size(70, 19); this.txtVal2.TabIndex = 8; // // cmdRead // this.cmdRead.Enabled = false; this.cmdRead.Location = new System.Drawing.Point(236, 55); this.cmdRead.Name = "cmdRead"; this.cmdRead.Size = new System.Drawing.Size(44, 22); this.cmdRead.TabIndex = 9; this.cmdRead.Text = "Read"; this.cmdRead.UseVisualStyleBackColor = true; this.cmdRead.Click += new System.EventHandler(this.cmdRead_Click); // // cmdWrite // this.cmdWrite.Enabled = false; this.cmdWrite.Location = new System.Drawing.Point(236, 79); this.cmdWrite.Name = "cmdWrite"; this.cmdWrite.Size = new System.Drawing.Size(44, 22); this.cmdWrite.TabIndex = 10; this.cmdWrite.Text = "Write"; this.cmdWrite.UseVisualStyleBackColor = true; this.cmdWrite.Click += new System.EventHandler(this.cmdWrite_Click); // // txtRawCmdRet // this.txtRawCmdRet.Location = new System.Drawing.Point(6, 45); this.txtRawCmdRet.Name = "txtRawCmdRet"; this.txtRawCmdRet.ReadOnly = true; this.txtRawCmdRet.Size = new System.Drawing.Size(112, 19); this.txtRawCmdRet.TabIndex = 11; // // cmdRawCmd // this.cmdRawCmd.Enabled = false; this.cmdRawCmd.Location = new System.Drawing.Point(124, 19); this.cmdRawCmd.Name = "cmdRawCmd"; this.cmdRawCmd.Size = new System.Drawing.Size(38, 22); this.cmdRawCmd.TabIndex = 12; this.cmdRawCmd.Text = "Send"; this.cmdRawCmd.UseVisualStyleBackColor = true; this.cmdRawCmd.Click += new System.EventHandler(this.cmdRawCmd_Click); // // txtErrState // this.txtErrState.Location = new System.Drawing.Point(6, 23); this.txtErrState.Name = "txtErrState"; this.txtErrState.ReadOnly = true; this.txtErrState.Size = new System.Drawing.Size(35, 19); this.txtErrState.TabIndex = 13; // // cmdGetErrState // this.cmdGetErrState.Enabled = false; this.cmdGetErrState.Location = new System.Drawing.Point(6, 43); this.cmdGetErrState.Name = "cmdGetErrState"; this.cmdGetErrState.Size = new System.Drawing.Size(35, 22); this.cmdGetErrState.TabIndex = 14; this.cmdGetErrState.Text = "Get"; this.cmdGetErrState.UseVisualStyleBackColor = true; this.cmdGetErrState.Click += new System.EventHandler(this.cmdGetErrState_Click); // // txtRawCmdSend // this.txtRawCmdSend.Location = new System.Drawing.Point(6, 21); this.txtRawCmdSend.Name = "txtRawCmdSend"; this.txtRawCmdSend.Size = new System.Drawing.Size(112, 19); this.txtRawCmdSend.TabIndex = 15; // // gbItem // this.gbItem.Controls.Add(this.rdBtnDelay); this.gbItem.Controls.Add(this.rdBtnDrtn); this.gbItem.Controls.Add(this.rdBtnDuty); this.gbItem.Location = new System.Drawing.Point(6, 14); this.gbItem.Name = "gbItem"; this.gbItem.Size = new System.Drawing.Size(274, 39); this.gbItem.TabIndex = 16; this.gbItem.TabStop = false; // // rdBtnDuty // this.rdBtnDuty.AutoSize = true; this.rdBtnDuty.Location = new System.Drawing.Point(6, 15); this.rdBtnDuty.Name = "rdBtnDuty"; this.rdBtnDuty.Size = new System.Drawing.Size(72, 16); this.rdBtnDuty.TabIndex = 0; this.rdBtnDuty.TabStop = true; this.rdBtnDuty.Text = "PWMDuty"; this.rdBtnDuty.UseVisualStyleBackColor = true; // // rdBtnDrtn // this.rdBtnDrtn.AutoSize = true; this.rdBtnDrtn.Location = new System.Drawing.Point(84, 15); this.rdBtnDrtn.Name = "rdBtnDrtn"; this.rdBtnDrtn.Size = new System.Drawing.Size(91, 16); this.rdBtnDrtn.TabIndex = 1; this.rdBtnDrtn.TabStop = true; this.rdBtnDrtn.Text = "PWMDuration"; this.rdBtnDrtn.UseVisualStyleBackColor = true; // // rdBtnDelay // this.rdBtnDelay.AutoSize = true; this.rdBtnDelay.Location = new System.Drawing.Point(183, 15); this.rdBtnDelay.Name = "rdBtnDelay"; this.rdBtnDelay.Size = new System.Drawing.Size(77, 16); this.rdBtnDelay.TabIndex = 2; this.rdBtnDelay.TabStop = true; this.rdBtnDelay.Text = "DelayTime"; this.rdBtnDelay.UseVisualStyleBackColor = true; // // checkOnCH1 // this.checkOnCH1.AutoSize = true; this.checkOnCH1.Location = new System.Drawing.Point(6, 18); this.checkOnCH1.Name = "checkOnCH1"; this.checkOnCH1.Size = new System.Drawing.Size(50, 16); this.checkOnCH1.TabIndex = 17; this.checkOnCH1.Text = "CH 1"; this.checkOnCH1.UseVisualStyleBackColor = true; // // checkOnCH2 // this.checkOnCH2.AutoSize = true; this.checkOnCH2.Location = new System.Drawing.Point(6, 33); this.checkOnCH2.Name = "checkOnCH2"; this.checkOnCH2.Size = new System.Drawing.Size(50, 16); this.checkOnCH2.TabIndex = 18; this.checkOnCH2.Text = "CH 2"; this.checkOnCH2.UseVisualStyleBackColor = true; // // cmdReadOn // this.cmdReadOn.Enabled = false; this.cmdReadOn.Location = new System.Drawing.Point(62, 18); this.cmdReadOn.Name = "cmdReadOn"; this.cmdReadOn.Size = new System.Drawing.Size(44, 22); this.cmdReadOn.TabIndex = 19; this.cmdReadOn.Text = "Read"; this.cmdReadOn.UseVisualStyleBackColor = true; this.cmdReadOn.Click += new System.EventHandler(this.cmdReadOn_Click); // // cmdWriteOn // this.cmdWriteOn.Enabled = false; this.cmdWriteOn.Location = new System.Drawing.Point(112, 18); this.cmdWriteOn.Name = "cmdWriteOn"; this.cmdWriteOn.Size = new System.Drawing.Size(46, 22); this.cmdWriteOn.TabIndex = 20; this.cmdWriteOn.Text = "Write"; this.cmdWriteOn.UseVisualStyleBackColor = true; this.cmdWriteOn.Click += new System.EventHandler(this.cmdWriteOn_Click); // // gbOn // this.gbOn.Controls.Add(this.cmdReadOn); this.gbOn.Controls.Add(this.checkOnCH1); this.gbOn.Controls.Add(this.checkOnCH2); this.gbOn.Controls.Add(this.cmdWriteOn); this.gbOn.Location = new System.Drawing.Point(5, 115); this.gbOn.Name = "gbOn"; this.gbOn.Size = new System.Drawing.Size(169, 55); this.gbOn.TabIndex = 21; this.gbOn.TabStop = false; this.gbOn.Text = "On/Off"; // // gbTrg // this.gbTrg.Controls.Add(this.cmdWriteTrg); this.gbTrg.Controls.Add(this.cmdReadTrg); this.gbTrg.Controls.Add(this.cmbTrgCH2); this.gbTrg.Controls.Add(this.cmbTrgCH1); this.gbTrg.Location = new System.Drawing.Point(180, 66); this.gbTrg.Name = "gbTrg"; this.gbTrg.Size = new System.Drawing.Size(114, 104); this.gbTrg.TabIndex = 22; this.gbTrg.TabStop = false; this.gbTrg.Text = "Trigger Mode"; // // cmbTrgCH1 // this.cmbTrgCH1.FormattingEnabled = true; this.cmbTrgCH1.Items.AddRange(new object[] { "Internal", "Extanal"}); this.cmbTrgCH1.Location = new System.Drawing.Point(6, 18); this.cmbTrgCH1.Name = "cmbTrgCH1"; this.cmbTrgCH1.Size = new System.Drawing.Size(99, 20); this.cmbTrgCH1.TabIndex = 0; // // cmbTrgCH2 // this.cmbTrgCH2.FormattingEnabled = true; this.cmbTrgCH2.Items.AddRange(new object[] { "Internal", "Extanal"}); this.cmbTrgCH2.Location = new System.Drawing.Point(6, 42); this.cmbTrgCH2.Name = "cmbTrgCH2"; this.cmbTrgCH2.Size = new System.Drawing.Size(99, 20); this.cmbTrgCH2.TabIndex = 1; // // cmdReadTrg // this.cmdReadTrg.Enabled = false; this.cmdReadTrg.Location = new System.Drawing.Point(6, 67); this.cmdReadTrg.Name = "cmdReadTrg"; this.cmdReadTrg.Size = new System.Drawing.Size(44, 22); this.cmdReadTrg.TabIndex = 2; this.cmdReadTrg.Text = "Read"; this.cmdReadTrg.UseVisualStyleBackColor = true; this.cmdReadTrg.Click += new System.EventHandler(this.cmdReadTrg_Click); // // cmdWriteTrg // this.cmdWriteTrg.Enabled = false; this.cmdWriteTrg.Location = new System.Drawing.Point(56, 67); this.cmdWriteTrg.Name = "cmdWriteTrg"; this.cmdWriteTrg.Size = new System.Drawing.Size(44, 22); this.cmdWriteTrg.TabIndex = 3; this.cmdWriteTrg.Text = "Write"; this.cmdWriteTrg.UseVisualStyleBackColor = true; this.cmdWriteTrg.Click += new System.EventHandler(this.cmdWriteTrg_Click); // // gbPWM // this.gbPWM.Controls.Add(this.labelPtn); this.gbPWM.Controls.Add(this.gbItem); this.gbPWM.Controls.Add(this.checkCH1); this.gbPWM.Controls.Add(this.cmbPtnNo); this.gbPWM.Controls.Add(this.checkCH2); this.gbPWM.Controls.Add(this.txtVal1); this.gbPWM.Controls.Add(this.txtVal2); this.gbPWM.Controls.Add(this.cmdRead); this.gbPWM.Controls.Add(this.cmdWrite); this.gbPWM.Location = new System.Drawing.Point(5, 176); this.gbPWM.Name = "gbPWM"; this.gbPWM.Size = new System.Drawing.Size(289, 107); this.gbPWM.TabIndex = 23; this.gbPWM.TabStop = false; this.gbPWM.Text = "PWM Setting"; // // gbRaw // this.gbRaw.Controls.Add(this.txtRawCmdRet); this.gbRaw.Controls.Add(this.txtRawCmdSend); this.gbRaw.Controls.Add(this.cmdRawCmd); this.gbRaw.Location = new System.Drawing.Point(123, 289); this.gbRaw.Name = "gbRaw"; this.gbRaw.Size = new System.Drawing.Size(171, 70); this.gbRaw.TabIndex = 24; this.gbRaw.TabStop = false; this.gbRaw.Text = "Raw Command"; // // gbConnect // this.gbConnect.Controls.Add(this.txtBxIP); this.gbConnect.Controls.Add(this.txtBxPort); this.gbConnect.Controls.Add(this.cmdConnect); this.gbConnect.Controls.Add(this.cmdDisconnect); this.gbConnect.Location = new System.Drawing.Point(5, 12); this.gbConnect.Name = "gbConnect"; this.gbConnect.Size = new System.Drawing.Size(289, 48); this.gbConnect.TabIndex = 25; this.gbConnect.TabStop = false; this.gbConnect.Text = "IP address / Port No."; // // gbPtn // this.gbPtn.Controls.Add(this.cmdWritePtn); this.gbPtn.Controls.Add(this.cmdReadPtn); this.gbPtn.Controls.Add(this.cmbPtnNo1); this.gbPtn.Location = new System.Drawing.Point(5, 66); this.gbPtn.Name = "gbPtn"; this.gbPtn.Size = new System.Drawing.Size(169, 43); this.gbPtn.TabIndex = 26; this.gbPtn.TabStop = false; this.gbPtn.Text = "Pattern No."; // // cmbPtnNo1 // this.cmbPtnNo1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cmbPtnNo1.FormattingEnabled = true; this.cmbPtnNo1.Items.AddRange(new object[] { "1", "2", "3", "4", "5", "6", "7", "8"}); this.cmbPtnNo1.Location = new System.Drawing.Point(6, 18); this.cmbPtnNo1.Name = "cmbPtnNo1"; this.cmbPtnNo1.Size = new System.Drawing.Size(44, 20); this.cmbPtnNo1.TabIndex = 5; // // cmdReadPtn // this.cmdReadPtn.Enabled = false; this.cmdReadPtn.Location = new System.Drawing.Point(62, 15); this.cmdReadPtn.Name = "cmdReadPtn"; this.cmdReadPtn.Size = new System.Drawing.Size(44, 24); this.cmdReadPtn.TabIndex = 20; this.cmdReadPtn.Text = "Read"; this.cmdReadPtn.UseVisualStyleBackColor = true; this.cmdReadPtn.Click += new System.EventHandler(this.cmdReadPtn_Click); // // cmdWritePtn // this.cmdWritePtn.Enabled = false; this.cmdWritePtn.Location = new System.Drawing.Point(112, 15); this.cmdWritePtn.Name = "cmdWritePtn"; this.cmdWritePtn.Size = new System.Drawing.Size(44, 24); this.cmdWritePtn.TabIndex = 21; this.cmdWritePtn.Text = "Write"; this.cmdWritePtn.UseVisualStyleBackColor = true; this.cmdWritePtn.Click += new System.EventHandler(this.cmdWritePtn_Click); // // gbErr // this.gbErr.Controls.Add(this.txtErrState); this.gbErr.Controls.Add(this.cmdGetErrState); this.gbErr.Location = new System.Drawing.Point(68, 289); this.gbErr.Name = "gbErr"; this.gbErr.Size = new System.Drawing.Size(49, 70); this.gbErr.TabIndex = 27; this.gbErr.TabStop = false; this.gbErr.Text = "Error State"; // // cmdSaveSetting // this.cmdSaveSetting.Enabled = false; this.cmdSaveSetting.Location = new System.Drawing.Point(3, 41); this.cmdSaveSetting.Name = "cmdSaveSetting"; this.cmdSaveSetting.Size = new System.Drawing.Size(48, 21); this.cmdSaveSetting.TabIndex = 28; this.cmdSaveSetting.Text = "Save"; this.cmdSaveSetting.UseVisualStyleBackColor = true; this.cmdSaveSetting.Click += new System.EventHandler(this.cmdSaveSetting_Click); // // cmdReadSetting // this.cmdReadSetting.Enabled = false; this.cmdReadSetting.Location = new System.Drawing.Point(3, 17); this.cmdReadSetting.Name = "cmdReadSetting"; this.cmdReadSetting.Size = new System.Drawing.Size(48, 21); this.cmdReadSetting.TabIndex = 29; this.cmdReadSetting.Text = "Read"; this.cmdReadSetting.UseVisualStyleBackColor = true; this.cmdReadSetting.Click += new System.EventHandler(this.cmdReadSetting_Click); // // gbSet // this.gbSet.Controls.Add(this.cmdReadSetting); this.gbSet.Controls.Add(this.cmdSaveSetting); this.gbSet.Location = new System.Drawing.Point(5, 289); this.gbSet.Name = "gbSet"; this.gbSet.Size = new System.Drawing.Size(56, 70); this.gbSet.TabIndex = 30; this.gbSet.TabStop = false; this.gbSet.Text = "Setting"; // // labelPtn // this.labelPtn.AutoSize = true; this.labelPtn.Location = new System.Drawing.Point(4, 60); this.labelPtn.Name = "labelPtn"; this.labelPtn.Size = new System.Drawing.Size(42, 12); this.labelPtn.TabIndex = 17; this.labelPtn.Text = "Pattern"; // // Form1 // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(298, 367); this.Controls.Add(this.gbSet); this.Controls.Add(this.gbErr); this.Controls.Add(this.gbPtn); this.Controls.Add(this.gbConnect); this.Controls.Add(this.gbRaw); this.Controls.Add(this.gbPWM); this.Controls.Add(this.gbTrg); this.Controls.Add(this.gbOn); this.Name = "Form1"; this.Text = "IPPA Sample"; this.Load += new System.EventHandler(this.Form1_Load); this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Form1_FormClosing); this.gbItem.ResumeLayout(false); this.gbItem.PerformLayout(); this.gbOn.ResumeLayout(false); this.gbOn.PerformLayout(); this.gbTrg.ResumeLayout(false); this.gbPWM.ResumeLayout(false); this.gbPWM.PerformLayout(); this.gbRaw.ResumeLayout(false); this.gbRaw.PerformLayout(); this.gbConnect.ResumeLayout(false); this.gbConnect.PerformLayout(); this.gbPtn.ResumeLayout(false); this.gbErr.ResumeLayout(false); this.gbErr.PerformLayout(); this.gbSet.ResumeLayout(false); this.ResumeLayout(false); } #endregion private System.Windows.Forms.Button cmdConnect; private System.Windows.Forms.Button cmdDisconnect; private System.Windows.Forms.TextBox txtBxIP; private System.Windows.Forms.TextBox txtBxPort; private System.Windows.Forms.ComboBox cmbPtnNo; private System.Windows.Forms.CheckBox checkCH1; private System.Windows.Forms.CheckBox checkCH2; private System.Windows.Forms.TextBox txtVal1; private System.Windows.Forms.TextBox txtVal2; private System.Windows.Forms.Button cmdRead; private System.Windows.Forms.Button cmdWrite; private System.Windows.Forms.TextBox txtRawCmdRet; private System.Windows.Forms.Button cmdRawCmd; private System.Windows.Forms.TextBox txtErrState; private System.Windows.Forms.Button cmdGetErrState; private System.Windows.Forms.TextBox txtRawCmdSend; private System.Windows.Forms.GroupBox gbItem; private System.Windows.Forms.RadioButton rdBtnDrtn; private System.Windows.Forms.RadioButton rdBtnDuty; private System.Windows.Forms.RadioButton rdBtnDelay; private System.Windows.Forms.CheckBox checkOnCH1; private System.Windows.Forms.CheckBox checkOnCH2; private System.Windows.Forms.Button cmdReadOn; private System.Windows.Forms.Button cmdWriteOn; private System.Windows.Forms.GroupBox gbOn; private System.Windows.Forms.GroupBox gbTrg; private System.Windows.Forms.ComboBox cmbTrgCH2; private System.Windows.Forms.ComboBox cmbTrgCH1; private System.Windows.Forms.Button cmdWriteTrg; private System.Windows.Forms.Button cmdReadTrg; private System.Windows.Forms.GroupBox gbPWM; private System.Windows.Forms.GroupBox gbRaw; private System.Windows.Forms.GroupBox gbConnect; private System.Windows.Forms.GroupBox gbPtn; private System.Windows.Forms.Button cmdWritePtn; private System.Windows.Forms.Button cmdReadPtn; private System.Windows.Forms.ComboBox cmbPtnNo1; private System.Windows.Forms.GroupBox gbErr; private System.Windows.Forms.Button cmdSaveSetting; private System.Windows.Forms.Button cmdReadSetting; private System.Windows.Forms.GroupBox gbSet; private System.Windows.Forms.Label labelPtn; } }