namespace IoTDSProviderSample
{
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.panel1 = new System.Windows.Forms.Panel();
this.btnAddController = new System.Windows.Forms.Button();
this.label3 = new System.Windows.Forms.Label();
this.nudTimeout = new System.Windows.Forms.NumericUpDown();
this.label2 = new System.Windows.Forms.Label();
this.txtServer = new System.Windows.Forms.TextBox();
this.label1 = new System.Windows.Forms.Label();
this.txtControllerName = new System.Windows.Forms.TextBox();
this.grpVariables = new System.Windows.Forms.GroupBox();
this.pnlVariableProperties = new System.Windows.Forms.Panel();
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.btnPutValue = new System.Windows.Forms.Button();
this.btnGetValue = new System.Windows.Forms.Button();
this.ctlValueValue = new IoTDSProviderSample.ValueInputControll();
this.lstVariables = new System.Windows.Forms.ListBox();
this.panel2 = new System.Windows.Forms.Panel();
this.btnAddVariable = new System.Windows.Forms.Button();
this.label4 = new System.Windows.Forms.Label();
this.txtVariableName = new System.Windows.Forms.TextBox();
this.panel1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.nudTimeout)).BeginInit();
this.grpVariables.SuspendLayout();
this.pnlVariableProperties.SuspendLayout();
this.groupBox1.SuspendLayout();
this.panel2.SuspendLayout();
this.SuspendLayout();
//
// panel1
//
this.panel1.Controls.Add(this.btnAddController);
this.panel1.Controls.Add(this.label3);
this.panel1.Controls.Add(this.nudTimeout);
this.panel1.Controls.Add(this.label2);
this.panel1.Controls.Add(this.txtServer);
this.panel1.Controls.Add(this.label1);
this.panel1.Controls.Add(this.txtControllerName);
this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
this.panel1.Location = new System.Drawing.Point(0, 0);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(643, 118);
this.panel1.TabIndex = 0;
//
// btnAddController
//
this.btnAddController.Location = new System.Drawing.Point(489, 87);
this.btnAddController.Name = "btnAddController";
this.btnAddController.Size = new System.Drawing.Size(142, 23);
this.btnAddController.TabIndex = 6;
this.btnAddController.Text = "AddController";
this.btnAddController.UseVisualStyleBackColor = true;
this.btnAddController.Click += new System.EventHandler(this.btnAddController_Click);
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(12, 64);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(52, 12);
this.label3.TabIndex = 5;
this.label3.Text = "Timeout :";
//
// nudTimeout
//
this.nudTimeout.Location = new System.Drawing.Point(153, 62);
this.nudTimeout.Maximum = new decimal(new int[] {
65535,
0,
0,
0});
this.nudTimeout.Minimum = new decimal(new int[] {
1,
0,
0,
0});
this.nudTimeout.Name = "nudTimeout";
this.nudTimeout.Size = new System.Drawing.Size(478, 19);
this.nudTimeout.TabIndex = 4;
this.nudTimeout.Value = new decimal(new int[] {
5000,
0,
0,
0});
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(12, 40);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(44, 12);
this.label2.TabIndex = 3;
this.label2.Text = "Server :";
//
// txtServer
//
this.txtServer.Location = new System.Drawing.Point(153, 37);
this.txtServer.Name = "txtServer";
this.txtServer.Size = new System.Drawing.Size(478, 19);
this.txtServer.TabIndex = 2;
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(12, 15);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(92, 12);
this.label1.TabIndex = 1;
this.label1.Text = "Controller name :";
//
// txtControllerName
//
this.txtControllerName.Location = new System.Drawing.Point(153, 12);
this.txtControllerName.Name = "txtControllerName";
this.txtControllerName.Size = new System.Drawing.Size(478, 19);
this.txtControllerName.TabIndex = 0;
//
// grpVariables
//
this.grpVariables.Controls.Add(this.pnlVariableProperties);
this.grpVariables.Controls.Add(this.lstVariables);
this.grpVariables.Controls.Add(this.panel2);
this.grpVariables.Dock = System.Windows.Forms.DockStyle.Fill;
this.grpVariables.Location = new System.Drawing.Point(0, 118);
this.grpVariables.Name = "grpVariables";
this.grpVariables.Size = new System.Drawing.Size(643, 186);
this.grpVariables.TabIndex = 1;
this.grpVariables.TabStop = false;
this.grpVariables.Text = "Variables";
//
// pnlVariableProperties
//
this.pnlVariableProperties.Controls.Add(this.groupBox1);
this.pnlVariableProperties.Dock = System.Windows.Forms.DockStyle.Fill;
this.pnlVariableProperties.Location = new System.Drawing.Point(245, 69);
this.pnlVariableProperties.Name = "pnlVariableProperties";
this.pnlVariableProperties.Size = new System.Drawing.Size(395, 114);
this.pnlVariableProperties.TabIndex = 2;
//
// groupBox1
//
this.groupBox1.Controls.Add(this.btnPutValue);
this.groupBox1.Controls.Add(this.btnGetValue);
this.groupBox1.Controls.Add(this.ctlValueValue);
this.groupBox1.Location = new System.Drawing.Point(6, 6);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(380, 101);
this.groupBox1.TabIndex = 0;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "Value";
//
// btnPutValue
//
this.btnPutValue.Location = new System.Drawing.Point(232, 71);
this.btnPutValue.Name = "btnPutValue";
this.btnPutValue.Size = new System.Drawing.Size(142, 23);
this.btnPutValue.TabIndex = 9;
this.btnPutValue.Text = "put_Value";
this.btnPutValue.UseVisualStyleBackColor = true;
this.btnPutValue.Click += new System.EventHandler(this.btnPutValue_Click);
//
// btnGetValue
//
this.btnGetValue.Location = new System.Drawing.Point(84, 71);
this.btnGetValue.Name = "btnGetValue";
this.btnGetValue.Size = new System.Drawing.Size(142, 23);
this.btnGetValue.TabIndex = 8;
this.btnGetValue.Text = "get_Value";
this.btnGetValue.UseVisualStyleBackColor = true;
this.btnGetValue.Click += new System.EventHandler(this.btnGetValue_Click);
//
// ctlValueValue
//
this.ctlValueValue.Location = new System.Drawing.Point(6, 18);
this.ctlValueValue.Name = "ctlValueValue";
this.ctlValueValue.Size = new System.Drawing.Size(368, 47);
this.ctlValueValue.TabIndex = 0;
this.ctlValueValue.Value = null;
//
// lstVariables
//
this.lstVariables.Dock = System.Windows.Forms.DockStyle.Left;
this.lstVariables.FormattingEnabled = true;
this.lstVariables.ItemHeight = 12;
this.lstVariables.Location = new System.Drawing.Point(3, 69);
this.lstVariables.Name = "lstVariables";
this.lstVariables.Size = new System.Drawing.Size(242, 114);
this.lstVariables.TabIndex = 1;
this.lstVariables.SelectedIndexChanged += new System.EventHandler(this.lstVariables_SelectedIndexChanged);
//
// panel2
//
this.panel2.Controls.Add(this.btnAddVariable);
this.panel2.Controls.Add(this.label4);
this.panel2.Controls.Add(this.txtVariableName);
this.panel2.Dock = System.Windows.Forms.DockStyle.Top;
this.panel2.Location = new System.Drawing.Point(3, 15);
this.panel2.Name = "panel2";
this.panel2.Size = new System.Drawing.Size(637, 54);
this.panel2.TabIndex = 0;
//
// btnAddVariable
//
this.btnAddVariable.Location = new System.Drawing.Point(486, 28);
this.btnAddVariable.Name = "btnAddVariable";
this.btnAddVariable.Size = new System.Drawing.Size(142, 23);
this.btnAddVariable.TabIndex = 7;
this.btnAddVariable.Text = "AddVariable";
this.btnAddVariable.UseVisualStyleBackColor = true;
this.btnAddVariable.Click += new System.EventHandler(this.btnAddVariable_Click);
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(9, 6);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(84, 12);
this.label4.TabIndex = 3;
this.label4.Text = "Variable name :";
//
// txtVariableName
//
this.txtVariableName.Location = new System.Drawing.Point(150, 3);
this.txtVariableName.Name = "txtVariableName";
this.txtVariableName.Size = new System.Drawing.Size(478, 19);
this.txtVariableName.TabIndex = 2;
//
// FrmMain
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(643, 304);
this.Controls.Add(this.grpVariables);
this.Controls.Add(this.panel1);
this.Name = "FrmMain";
this.Text = "IoTDS Provider Sample";
this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.FrmMain_FormClosed);
this.panel1.ResumeLayout(false);
this.panel1.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.nudTimeout)).EndInit();
this.grpVariables.ResumeLayout(false);
this.pnlVariableProperties.ResumeLayout(false);
this.groupBox1.ResumeLayout(false);
this.panel2.ResumeLayout(false);
this.panel2.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Panel panel1;
private System.Windows.Forms.Button btnAddController;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.NumericUpDown nudTimeout;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.TextBox txtServer;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.TextBox txtControllerName;
private System.Windows.Forms.GroupBox grpVariables;
private System.Windows.Forms.Panel panel2;
private System.Windows.Forms.Button btnAddVariable;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.TextBox txtVariableName;
private System.Windows.Forms.ListBox lstVariables;
private System.Windows.Forms.Panel pnlVariableProperties;
private System.Windows.Forms.GroupBox groupBox1;
private ValueInputControll ctlValueValue;
private System.Windows.Forms.Button btnGetValue;
private System.Windows.Forms.Button btnPutValue;
}
}