namespace IoTDSProviderSample
{
partial class ValueInputControll
{
///
/// 必要なデザイナー変数です。
///
private System.ComponentModel.IContainer components = null;
///
/// 使用中のリソースをすべてクリーンアップします。
///
/// マネージ リソースが破棄される場合 true、破棄されない場合は false です。
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region コンポーネント デザイナーで生成されたコード
///
/// デザイナー サポートに必要なメソッドです。このメソッドの内容を
/// コード エディターで変更しないでください。
///
private void InitializeComponent()
{
this.panel2 = new System.Windows.Forms.Panel();
this.cmbValueType = new System.Windows.Forms.ComboBox();
this.label4 = new System.Windows.Forms.Label();
this.panel1 = new System.Windows.Forms.Panel();
this.txtValue = new System.Windows.Forms.TextBox();
this.label1 = new System.Windows.Forms.Label();
this.panel2.SuspendLayout();
this.panel1.SuspendLayout();
this.SuspendLayout();
//
// panel2
//
this.panel2.Controls.Add(this.cmbValueType);
this.panel2.Controls.Add(this.label4);
this.panel2.Dock = System.Windows.Forms.DockStyle.Top;
this.panel2.Location = new System.Drawing.Point(0, 0);
this.panel2.Name = "panel2";
this.panel2.Size = new System.Drawing.Size(464, 23);
this.panel2.TabIndex = 1;
//
// cmbValueType
//
this.cmbValueType.Dock = System.Windows.Forms.DockStyle.Fill;
this.cmbValueType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cmbValueType.FormattingEnabled = true;
this.cmbValueType.Location = new System.Drawing.Point(122, 0);
this.cmbValueType.Name = "cmbValueType";
this.cmbValueType.Size = new System.Drawing.Size(342, 20);
this.cmbValueType.TabIndex = 4;
//
// 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(122, 23);
this.label4.TabIndex = 3;
this.label4.Text = "Value type :";
this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// panel1
//
this.panel1.Controls.Add(this.txtValue);
this.panel1.Controls.Add(this.label1);
this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
this.panel1.Location = new System.Drawing.Point(0, 23);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(464, 23);
this.panel1.TabIndex = 2;
//
// txtValue
//
this.txtValue.Dock = System.Windows.Forms.DockStyle.Fill;
this.txtValue.Location = new System.Drawing.Point(122, 0);
this.txtValue.Name = "txtValue";
this.txtValue.Size = new System.Drawing.Size(342, 19);
this.txtValue.TabIndex = 2;
//
// 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(122, 23);
this.label1.TabIndex = 3;
this.label1.Text = "Value :";
this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// ValueInputControll
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this.panel1);
this.Controls.Add(this.panel2);
this.Name = "ValueInputControll";
this.Size = new System.Drawing.Size(464, 47);
this.panel2.ResumeLayout(false);
this.panel1.ResumeLayout(false);
this.panel1.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Panel panel2;
private System.Windows.Forms.ComboBox cmbValueType;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.Panel panel1;
private System.Windows.Forms.TextBox txtValue;
private System.Windows.Forms.Label label1;
}
}