namespace NJSample { partial class FrmMain { /// /// 必要なデザイナ変数です。 /// 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.caoEngine = new ORiN2.ManagedCAO.CCaoEngine(this.components); this.btnConnect = new System.Windows.Forms.Button(); this.trvVariable = new System.Windows.Forms.TreeView(); this.panel1 = new System.Windows.Forms.Panel(); this.txtOption = new System.Windows.Forms.TextBox(); this.lblOption = new System.Windows.Forms.Label(); this.panel2 = new System.Windows.Forms.Panel(); this.panel3 = new System.Windows.Forms.Panel(); this.panel4 = new System.Windows.Forms.Panel(); this.panel7 = new System.Windows.Forms.Panel(); this.txtPutValue = new System.Windows.Forms.TextBox(); this.label2 = new System.Windows.Forms.Label(); this.panel11 = new System.Windows.Forms.Panel(); this.txtGetValueType = new System.Windows.Forms.TextBox(); this.label6 = new System.Windows.Forms.Label(); this.panel6 = new System.Windows.Forms.Panel(); this.txtGetValue = new System.Windows.Forms.TextBox(); this.label1 = new System.Windows.Forms.Label(); this.panel5 = new System.Windows.Forms.Panel(); this.chkConvertClient = new System.Windows.Forms.CheckBox(); this.btnPutValueCtrl = new System.Windows.Forms.Button(); this.btnGetValueCtrl = new System.Windows.Forms.Button(); this.btnPutValue = new System.Windows.Forms.Button(); this.btnGetValue = new System.Windows.Forms.Button(); this.panel10 = new System.Windows.Forms.Panel(); this.txtVariantType = new System.Windows.Forms.TextBox(); this.label5 = new System.Windows.Forms.Label(); this.panel9 = new System.Windows.Forms.Panel(); this.txtCIPType = new System.Windows.Forms.TextBox(); this.label4 = new System.Windows.Forms.Label(); this.panel8 = new System.Windows.Forms.Panel(); this.txtVarName = new System.Windows.Forms.TextBox(); this.label3 = new System.Windows.Forms.Label(); this.panel1.SuspendLayout(); this.panel2.SuspendLayout(); this.panel3.SuspendLayout(); this.panel4.SuspendLayout(); this.panel7.SuspendLayout(); this.panel11.SuspendLayout(); this.panel6.SuspendLayout(); this.panel5.SuspendLayout(); this.panel10.SuspendLayout(); this.panel9.SuspendLayout(); this.panel8.SuspendLayout(); this.SuspendLayout(); // // btnConnect // this.btnConnect.Location = new System.Drawing.Point(3, 3); this.btnConnect.Name = "btnConnect"; this.btnConnect.Size = new System.Drawing.Size(184, 51); this.btnConnect.TabIndex = 0; this.btnConnect.Text = "Connect"; this.btnConnect.UseVisualStyleBackColor = true; this.btnConnect.Click += new System.EventHandler(this.btnConnect_Click); // // trvVariable // this.trvVariable.Dock = System.Windows.Forms.DockStyle.Left; this.trvVariable.HideSelection = false; this.trvVariable.Location = new System.Drawing.Point(4, 4); this.trvVariable.Name = "trvVariable"; this.trvVariable.Size = new System.Drawing.Size(502, 977); this.trvVariable.TabIndex = 1; this.trvVariable.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.trvVariable_AfterSelect); // // panel1 // this.panel1.Controls.Add(this.txtOption); this.panel1.Controls.Add(this.lblOption); this.panel1.Controls.Add(this.panel2); this.panel1.Dock = System.Windows.Forms.DockStyle.Top; this.panel1.Location = new System.Drawing.Point(506, 4); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(784, 81); this.panel1.TabIndex = 2; // // txtOption // this.txtOption.Dock = System.Windows.Forms.DockStyle.Fill; this.txtOption.Location = new System.Drawing.Point(67, 0); this.txtOption.Name = "txtOption"; this.txtOption.Size = new System.Drawing.Size(527, 25); this.txtOption.TabIndex = 3; this.txtOption.Text = "Conn=TCP:192.168.250.1"; // // lblOption // this.lblOption.AutoSize = true; this.lblOption.Dock = System.Windows.Forms.DockStyle.Left; this.lblOption.Location = new System.Drawing.Point(0, 0); this.lblOption.Name = "lblOption"; this.lblOption.Size = new System.Drawing.Size(67, 18); this.lblOption.TabIndex = 2; this.lblOption.Text = "Option:"; // // panel2 // this.panel2.Controls.Add(this.btnConnect); this.panel2.Dock = System.Windows.Forms.DockStyle.Right; this.panel2.Location = new System.Drawing.Point(594, 0); this.panel2.Name = "panel2"; this.panel2.Size = new System.Drawing.Size(190, 81); this.panel2.TabIndex = 1; // // panel3 // this.panel3.Controls.Add(this.panel4); this.panel3.Dock = System.Windows.Forms.DockStyle.Fill; this.panel3.Location = new System.Drawing.Point(506, 85); this.panel3.Name = "panel3"; this.panel3.Size = new System.Drawing.Size(784, 896); this.panel3.TabIndex = 3; // // panel4 // this.panel4.Controls.Add(this.panel7); this.panel4.Controls.Add(this.panel11); this.panel4.Controls.Add(this.panel6); this.panel4.Controls.Add(this.panel5); this.panel4.Controls.Add(this.panel10); this.panel4.Controls.Add(this.panel9); this.panel4.Controls.Add(this.panel8); this.panel4.Dock = System.Windows.Forms.DockStyle.Fill; this.panel4.Location = new System.Drawing.Point(0, 0); this.panel4.Name = "panel4"; this.panel4.Size = new System.Drawing.Size(784, 896); this.panel4.TabIndex = 3; // // panel7 // this.panel7.Controls.Add(this.txtPutValue); this.panel7.Controls.Add(this.label2); this.panel7.Dock = System.Windows.Forms.DockStyle.Top; this.panel7.Location = new System.Drawing.Point(0, 300); this.panel7.Name = "panel7"; this.panel7.Size = new System.Drawing.Size(562, 60); this.panel7.TabIndex = 5; // // txtPutValue // this.txtPutValue.Dock = System.Windows.Forms.DockStyle.Fill; this.txtPutValue.Location = new System.Drawing.Point(150, 0); this.txtPutValue.Name = "txtPutValue"; this.txtPutValue.Size = new System.Drawing.Size(412, 25); this.txtPutValue.TabIndex = 5; // // label2 // this.label2.Dock = System.Windows.Forms.DockStyle.Left; this.label2.Location = new System.Drawing.Point(0, 0); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(150, 60); this.label2.TabIndex = 4; this.label2.Text = "PutValue:"; // // panel11 // this.panel11.Controls.Add(this.txtGetValueType); this.panel11.Controls.Add(this.label6); this.panel11.Dock = System.Windows.Forms.DockStyle.Top; this.panel11.Location = new System.Drawing.Point(0, 240); this.panel11.Name = "panel11"; this.panel11.Size = new System.Drawing.Size(562, 60); this.panel11.TabIndex = 9; // // txtGetValueType // this.txtGetValueType.Dock = System.Windows.Forms.DockStyle.Fill; this.txtGetValueType.Location = new System.Drawing.Point(150, 0); this.txtGetValueType.Name = "txtGetValueType"; this.txtGetValueType.ReadOnly = true; this.txtGetValueType.Size = new System.Drawing.Size(412, 25); this.txtGetValueType.TabIndex = 5; // // label6 // this.label6.Dock = System.Windows.Forms.DockStyle.Left; this.label6.Location = new System.Drawing.Point(0, 0); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(150, 60); this.label6.TabIndex = 4; this.label6.Text = "GetValueType:"; // // panel6 // this.panel6.Controls.Add(this.txtGetValue); this.panel6.Controls.Add(this.label1); this.panel6.Dock = System.Windows.Forms.DockStyle.Top; this.panel6.Location = new System.Drawing.Point(0, 180); this.panel6.Name = "panel6"; this.panel6.Size = new System.Drawing.Size(562, 60); this.panel6.TabIndex = 4; // // txtGetValue // this.txtGetValue.Dock = System.Windows.Forms.DockStyle.Fill; this.txtGetValue.Location = new System.Drawing.Point(150, 0); this.txtGetValue.Name = "txtGetValue"; this.txtGetValue.ReadOnly = true; this.txtGetValue.Size = new System.Drawing.Size(412, 25); this.txtGetValue.TabIndex = 5; // // label1 // this.label1.Dock = System.Windows.Forms.DockStyle.Left; this.label1.Location = new System.Drawing.Point(0, 0); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(150, 60); this.label1.TabIndex = 4; this.label1.Text = "GetValue:"; // // panel5 // this.panel5.Controls.Add(this.chkConvertClient); this.panel5.Controls.Add(this.btnPutValueCtrl); this.panel5.Controls.Add(this.btnGetValueCtrl); this.panel5.Controls.Add(this.btnPutValue); this.panel5.Controls.Add(this.btnGetValue); this.panel5.Dock = System.Windows.Forms.DockStyle.Right; this.panel5.Location = new System.Drawing.Point(562, 180); this.panel5.Name = "panel5"; this.panel5.Size = new System.Drawing.Size(222, 716); this.panel5.TabIndex = 1; // // chkConvertClient // this.chkConvertClient.AutoSize = true; this.chkConvertClient.Location = new System.Drawing.Point(4, 232); this.chkConvertClient.Name = "chkConvertClient"; this.chkConvertClient.Size = new System.Drawing.Size(160, 22); this.chkConvertClient.TabIndex = 4; this.chkConvertClient.Text = "Convert at client"; this.chkConvertClient.UseVisualStyleBackColor = true; // // btnPutValueCtrl // this.btnPutValueCtrl.Location = new System.Drawing.Point(3, 174); this.btnPutValueCtrl.Name = "btnPutValueCtrl"; this.btnPutValueCtrl.Size = new System.Drawing.Size(216, 51); this.btnPutValueCtrl.TabIndex = 3; this.btnPutValueCtrl.Text = "PutValue(Controller)"; this.btnPutValueCtrl.UseVisualStyleBackColor = true; this.btnPutValueCtrl.Click += new System.EventHandler(this.btnPutValueCtrl_Click); // // btnGetValueCtrl // this.btnGetValueCtrl.Location = new System.Drawing.Point(3, 117); this.btnGetValueCtrl.Name = "btnGetValueCtrl"; this.btnGetValueCtrl.Size = new System.Drawing.Size(216, 51); this.btnGetValueCtrl.TabIndex = 2; this.btnGetValueCtrl.Text = "GetValue(Controller)"; this.btnGetValueCtrl.UseVisualStyleBackColor = true; this.btnGetValueCtrl.Click += new System.EventHandler(this.btnGetValueCtrl_Click); // // btnPutValue // this.btnPutValue.Location = new System.Drawing.Point(3, 60); this.btnPutValue.Name = "btnPutValue"; this.btnPutValue.Size = new System.Drawing.Size(216, 51); this.btnPutValue.TabIndex = 1; this.btnPutValue.Text = "PutValue"; this.btnPutValue.UseVisualStyleBackColor = true; this.btnPutValue.Click += new System.EventHandler(this.btnPutValue_Click); // // btnGetValue // this.btnGetValue.Location = new System.Drawing.Point(3, 3); this.btnGetValue.Name = "btnGetValue"; this.btnGetValue.Size = new System.Drawing.Size(216, 51); this.btnGetValue.TabIndex = 0; this.btnGetValue.Text = "GetValue"; this.btnGetValue.UseVisualStyleBackColor = true; this.btnGetValue.Click += new System.EventHandler(this.btnGetValue_Click); // // panel10 // this.panel10.Controls.Add(this.txtVariantType); this.panel10.Controls.Add(this.label5); this.panel10.Dock = System.Windows.Forms.DockStyle.Top; this.panel10.Location = new System.Drawing.Point(0, 120); this.panel10.Name = "panel10"; this.panel10.Size = new System.Drawing.Size(784, 60); this.panel10.TabIndex = 8; // // txtVariantType // this.txtVariantType.Dock = System.Windows.Forms.DockStyle.Fill; this.txtVariantType.Location = new System.Drawing.Point(150, 0); this.txtVariantType.Name = "txtVariantType"; this.txtVariantType.ReadOnly = true; this.txtVariantType.Size = new System.Drawing.Size(634, 25); this.txtVariantType.TabIndex = 5; // // label5 // this.label5.Dock = System.Windows.Forms.DockStyle.Left; this.label5.Location = new System.Drawing.Point(0, 0); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(150, 60); this.label5.TabIndex = 4; this.label5.Text = "VariantType:"; // // panel9 // this.panel9.Controls.Add(this.txtCIPType); this.panel9.Controls.Add(this.label4); this.panel9.Dock = System.Windows.Forms.DockStyle.Top; this.panel9.Location = new System.Drawing.Point(0, 60); this.panel9.Name = "panel9"; this.panel9.Size = new System.Drawing.Size(784, 60); this.panel9.TabIndex = 7; // // txtCIPType // this.txtCIPType.Dock = System.Windows.Forms.DockStyle.Fill; this.txtCIPType.Location = new System.Drawing.Point(150, 0); this.txtCIPType.Name = "txtCIPType"; this.txtCIPType.ReadOnly = true; this.txtCIPType.Size = new System.Drawing.Size(634, 25); this.txtCIPType.TabIndex = 5; // // label4 // this.label4.Dock = System.Windows.Forms.DockStyle.Left; this.label4.Location = new System.Drawing.Point(0, 0); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(150, 60); this.label4.TabIndex = 4; this.label4.Text = "CIPType:"; // // panel8 // this.panel8.Controls.Add(this.txtVarName); this.panel8.Controls.Add(this.label3); this.panel8.Dock = System.Windows.Forms.DockStyle.Top; this.panel8.Location = new System.Drawing.Point(0, 0); this.panel8.Name = "panel8"; this.panel8.Size = new System.Drawing.Size(784, 60); this.panel8.TabIndex = 6; // // txtVarName // this.txtVarName.Dock = System.Windows.Forms.DockStyle.Fill; this.txtVarName.Location = new System.Drawing.Point(150, 0); this.txtVarName.Name = "txtVarName"; this.txtVarName.ReadOnly = true; this.txtVarName.Size = new System.Drawing.Size(634, 25); this.txtVarName.TabIndex = 5; // // label3 // this.label3.Dock = System.Windows.Forms.DockStyle.Left; this.label3.Location = new System.Drawing.Point(0, 0); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(150, 60); this.label3.TabIndex = 4; this.label3.Text = "VariableName:"; // // FrmMain // this.AutoScaleDimensions = new System.Drawing.SizeF(10F, 18F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(1294, 985); this.Controls.Add(this.panel3); this.Controls.Add(this.panel1); this.Controls.Add(this.trvVariable); this.Name = "FrmMain"; this.Padding = new System.Windows.Forms.Padding(4); this.Text = "NJSample"; this.Load += new System.EventHandler(this.FrmMain_Load); this.panel1.ResumeLayout(false); this.panel1.PerformLayout(); this.panel2.ResumeLayout(false); this.panel3.ResumeLayout(false); this.panel4.ResumeLayout(false); this.panel7.ResumeLayout(false); this.panel7.PerformLayout(); this.panel11.ResumeLayout(false); this.panel11.PerformLayout(); this.panel6.ResumeLayout(false); this.panel6.PerformLayout(); this.panel5.ResumeLayout(false); this.panel5.PerformLayout(); this.panel10.ResumeLayout(false); this.panel10.PerformLayout(); this.panel9.ResumeLayout(false); this.panel9.PerformLayout(); this.panel8.ResumeLayout(false); this.panel8.PerformLayout(); this.ResumeLayout(false); } #endregion private ORiN2.ManagedCAO.CCaoEngine caoEngine; private System.Windows.Forms.Button btnConnect; private System.Windows.Forms.TreeView trvVariable; private System.Windows.Forms.Panel panel1; private System.Windows.Forms.TextBox txtOption; private System.Windows.Forms.Label lblOption; private System.Windows.Forms.Panel panel2; private System.Windows.Forms.Panel panel3; private System.Windows.Forms.Panel panel4; private System.Windows.Forms.Panel panel7; private System.Windows.Forms.TextBox txtPutValue; private System.Windows.Forms.Label label2; private System.Windows.Forms.Panel panel6; private System.Windows.Forms.TextBox txtGetValue; private System.Windows.Forms.Label label1; private System.Windows.Forms.Panel panel5; private System.Windows.Forms.Button btnPutValue; private System.Windows.Forms.Button btnGetValue; private System.Windows.Forms.Panel panel8; private System.Windows.Forms.TextBox txtVarName; private System.Windows.Forms.Label label3; private System.Windows.Forms.Button btnGetValueCtrl; private System.Windows.Forms.Button btnPutValueCtrl; private System.Windows.Forms.Panel panel9; private System.Windows.Forms.TextBox txtCIPType; private System.Windows.Forms.Label label4; private System.Windows.Forms.Panel panel10; private System.Windows.Forms.TextBox txtVariantType; private System.Windows.Forms.Label label5; private System.Windows.Forms.Panel panel11; private System.Windows.Forms.TextBox txtGetValueType; private System.Windows.Forms.Label label6; private System.Windows.Forms.CheckBox chkConvertClient; } }