namespace Sample
{
partial class NonRandomAccessSettingPanel
{
///
/// 必要なデザイナー変数です。
///
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.arrayCheckBox = new System.Windows.Forms.CheckBox();
this.codePageNumericUpDown = new System.Windows.Forms.NumericUpDown();
this.codePageLabel = new System.Windows.Forms.Label();
this.vtDataTypeComboBox = new System.Windows.Forms.ComboBox();
this.elemNumericUpDown = new System.Windows.Forms.NumericUpDown();
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.registerTypeComboBox = new System.Windows.Forms.ComboBox();
this.dataTypeComboBox = new System.Windows.Forms.ComboBox();
this.addressNoNumericUpDown = new System.Windows.Forms.NumericUpDown();
this.registerTypeLabel = new System.Windows.Forms.Label();
this.offsetNumericUpDown = new System.Windows.Forms.NumericUpDown();
this.addressNoLabel = new System.Windows.Forms.Label();
this.dataTypeLabel = new System.Windows.Forms.Label();
this.offsetLabel = new System.Windows.Forms.Label();
this.elemLabel = new System.Windows.Forms.Label();
this.vtDataTypeLabel = new System.Windows.Forms.Label();
((System.ComponentModel.ISupportInitialize)(this.codePageNumericUpDown)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.elemNumericUpDown)).BeginInit();
this.groupBox1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.addressNoNumericUpDown)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.offsetNumericUpDown)).BeginInit();
this.SuspendLayout();
//
// arrayCheckBox
//
this.arrayCheckBox.AutoSize = true;
this.arrayCheckBox.Location = new System.Drawing.Point(14, 130);
this.arrayCheckBox.Name = "arrayCheckBox";
this.arrayCheckBox.Size = new System.Drawing.Size(58, 16);
this.arrayCheckBox.TabIndex = 13;
this.arrayCheckBox.Text = ": Array";
this.arrayCheckBox.UseVisualStyleBackColor = true;
//
// codePageNumericUpDown
//
this.codePageNumericUpDown.Location = new System.Drawing.Point(323, 127);
this.codePageNumericUpDown.Maximum = new decimal(new int[] {
65535,
0,
0,
0});
this.codePageNumericUpDown.Name = "codePageNumericUpDown";
this.codePageNumericUpDown.Size = new System.Drawing.Size(108, 19);
this.codePageNumericUpDown.TabIndex = 15;
//
// codePageLabel
//
this.codePageLabel.AutoSize = true;
this.codePageLabel.Location = new System.Drawing.Point(239, 129);
this.codePageLabel.Name = "codePageLabel";
this.codePageLabel.Size = new System.Drawing.Size(65, 12);
this.codePageLabel.TabIndex = 14;
this.codePageLabel.Text = "Code page :";
//
// vtDataTypeComboBox
//
this.vtDataTypeComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.vtDataTypeComboBox.FormattingEnabled = true;
this.vtDataTypeComboBox.Location = new System.Drawing.Point(323, 92);
this.vtDataTypeComboBox.Name = "vtDataTypeComboBox";
this.vtDataTypeComboBox.Size = new System.Drawing.Size(108, 20);
this.vtDataTypeComboBox.TabIndex = 12;
this.vtDataTypeComboBox.SelectedIndexChanged += new System.EventHandler(this.vtDataTypeComboBox_SelectedIndexChanged);
//
// elemNumericUpDown
//
this.elemNumericUpDown.Location = new System.Drawing.Point(96, 92);
this.elemNumericUpDown.Maximum = new decimal(new int[] {
-1,
0,
0,
0});
this.elemNumericUpDown.Minimum = new decimal(new int[] {
1,
0,
0,
0});
this.elemNumericUpDown.Name = "elemNumericUpDown";
this.elemNumericUpDown.Size = new System.Drawing.Size(108, 19);
this.elemNumericUpDown.TabIndex = 10;
this.elemNumericUpDown.Value = new decimal(new int[] {
1,
0,
0,
0});
this.elemNumericUpDown.ValueChanged += new System.EventHandler(this.elemNumericUpDown_ValueChanged);
//
// groupBox1
//
this.groupBox1.Controls.Add(this.registerTypeComboBox);
this.groupBox1.Controls.Add(this.dataTypeComboBox);
this.groupBox1.Controls.Add(this.addressNoNumericUpDown);
this.groupBox1.Controls.Add(this.registerTypeLabel);
this.groupBox1.Controls.Add(this.offsetNumericUpDown);
this.groupBox1.Controls.Add(this.addressNoLabel);
this.groupBox1.Controls.Add(this.dataTypeLabel);
this.groupBox1.Controls.Add(this.offsetLabel);
this.groupBox1.Location = new System.Drawing.Point(3, 3);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(444, 84);
this.groupBox1.TabIndex = 0;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "Reference";
//
// registerTypeComboBox
//
this.registerTypeComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.registerTypeComboBox.FormattingEnabled = true;
this.registerTypeComboBox.Location = new System.Drawing.Point(93, 22);
this.registerTypeComboBox.Name = "registerTypeComboBox";
this.registerTypeComboBox.Size = new System.Drawing.Size(108, 20);
this.registerTypeComboBox.TabIndex = 2;
this.registerTypeComboBox.SelectedIndexChanged += new System.EventHandler(this.registerTypeComboBox_SelectedIndexChanged);
//
// dataTypeComboBox
//
this.dataTypeComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.dataTypeComboBox.FormattingEnabled = true;
this.dataTypeComboBox.Location = new System.Drawing.Point(320, 22);
this.dataTypeComboBox.Name = "dataTypeComboBox";
this.dataTypeComboBox.Size = new System.Drawing.Size(108, 20);
this.dataTypeComboBox.TabIndex = 4;
this.dataTypeComboBox.SelectedIndexChanged += new System.EventHandler(this.dataTypeComboBox_SelectedIndexChanged);
//
// addressNoNumericUpDown
//
this.addressNoNumericUpDown.Location = new System.Drawing.Point(93, 56);
this.addressNoNumericUpDown.Maximum = new decimal(new int[] {
-1,
0,
0,
0});
this.addressNoNumericUpDown.Name = "addressNoNumericUpDown";
this.addressNoNumericUpDown.Size = new System.Drawing.Size(108, 19);
this.addressNoNumericUpDown.TabIndex = 6;
//
// registerTypeLabel
//
this.registerTypeLabel.AutoSize = true;
this.registerTypeLabel.Location = new System.Drawing.Point(9, 25);
this.registerTypeLabel.Name = "registerTypeLabel";
this.registerTypeLabel.Size = new System.Drawing.Size(80, 12);
this.registerTypeLabel.TabIndex = 1;
this.registerTypeLabel.Text = "Register type :";
//
// offsetNumericUpDown
//
this.offsetNumericUpDown.Hexadecimal = true;
this.offsetNumericUpDown.Location = new System.Drawing.Point(320, 56);
this.offsetNumericUpDown.Maximum = new decimal(new int[] {
15,
0,
0,
0});
this.offsetNumericUpDown.Name = "offsetNumericUpDown";
this.offsetNumericUpDown.Size = new System.Drawing.Size(108, 19);
this.offsetNumericUpDown.TabIndex = 8;
//
// addressNoLabel
//
this.addressNoLabel.AutoSize = true;
this.addressNoLabel.Location = new System.Drawing.Point(9, 58);
this.addressNoLabel.Name = "addressNoLabel";
this.addressNoLabel.Size = new System.Drawing.Size(69, 12);
this.addressNoLabel.TabIndex = 5;
this.addressNoLabel.Text = "Address no :";
//
// dataTypeLabel
//
this.dataTypeLabel.AutoSize = true;
this.dataTypeLabel.Location = new System.Drawing.Point(232, 25);
this.dataTypeLabel.Name = "dataTypeLabel";
this.dataTypeLabel.Size = new System.Drawing.Size(61, 12);
this.dataTypeLabel.TabIndex = 3;
this.dataTypeLabel.Text = "Data type :";
//
// offsetLabel
//
this.offsetLabel.AutoSize = true;
this.offsetLabel.Location = new System.Drawing.Point(232, 58);
this.offsetLabel.Name = "offsetLabel";
this.offsetLabel.Size = new System.Drawing.Size(43, 12);
this.offsetLabel.TabIndex = 7;
this.offsetLabel.Text = "Offset :";
//
// elemLabel
//
this.elemLabel.AutoSize = true;
this.elemLabel.Location = new System.Drawing.Point(12, 94);
this.elemLabel.Name = "elemLabel";
this.elemLabel.Size = new System.Drawing.Size(36, 12);
this.elemLabel.TabIndex = 9;
this.elemLabel.Text = "Elem :";
//
// vtDataTypeLabel
//
this.vtDataTypeLabel.AutoSize = true;
this.vtDataTypeLabel.Location = new System.Drawing.Point(235, 96);
this.vtDataTypeLabel.Name = "vtDataTypeLabel";
this.vtDataTypeLabel.Size = new System.Drawing.Size(78, 12);
this.vtDataTypeLabel.TabIndex = 11;
this.vtDataTypeLabel.Text = "VT data type :";
//
// NonRandomAccessSettingPanel
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.AutoSize = true;
this.Controls.Add(this.arrayCheckBox);
this.Controls.Add(this.codePageNumericUpDown);
this.Controls.Add(this.codePageLabel);
this.Controls.Add(this.vtDataTypeComboBox);
this.Controls.Add(this.elemNumericUpDown);
this.Controls.Add(this.groupBox1);
this.Controls.Add(this.elemLabel);
this.Controls.Add(this.vtDataTypeLabel);
this.Name = "NonRandomAccessSettingPanel";
this.Size = new System.Drawing.Size(450, 149);
((System.ComponentModel.ISupportInitialize)(this.codePageNumericUpDown)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.elemNumericUpDown)).EndInit();
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.addressNoNumericUpDown)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.offsetNumericUpDown)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.CheckBox arrayCheckBox;
private System.Windows.Forms.NumericUpDown codePageNumericUpDown;
private System.Windows.Forms.Label codePageLabel;
private System.Windows.Forms.ComboBox vtDataTypeComboBox;
private System.Windows.Forms.NumericUpDown elemNumericUpDown;
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.ComboBox registerTypeComboBox;
private System.Windows.Forms.ComboBox dataTypeComboBox;
private System.Windows.Forms.NumericUpDown addressNoNumericUpDown;
private System.Windows.Forms.Label registerTypeLabel;
private System.Windows.Forms.NumericUpDown offsetNumericUpDown;
private System.Windows.Forms.Label addressNoLabel;
private System.Windows.Forms.Label dataTypeLabel;
private System.Windows.Forms.Label offsetLabel;
private System.Windows.Forms.Label elemLabel;
private System.Windows.Forms.Label vtDataTypeLabel;
}
}