namespace Sample { partial class RandomAccessSettingPanel { /// /// 必要なデザイナー変数です。 /// 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.addReferenceGroupBox = new System.Windows.Forms.GroupBox(); this.vtDataTypeComboBox = new System.Windows.Forms.ComboBox(); this.addressNoNumericUpDown = new System.Windows.Forms.NumericUpDown(); this.dataTypeComboBox = new System.Windows.Forms.ComboBox(); this.registerTypeComboBox = new System.Windows.Forms.ComboBox(); this.addButton = new System.Windows.Forms.Button(); this.label6 = new System.Windows.Forms.Label(); this.label5 = new System.Windows.Forms.Label(); this.label4 = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); this.addedRegisterGroupBox = new System.Windows.Forms.GroupBox(); this.addedRegistListView = new System.Windows.Forms.ListView(); this.ReferenceRegisterHeader = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); this.GetDataTypeHeader = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); this.deleteButton = new System.Windows.Forms.Button(); this.codePageNumericUpDown = new System.Windows.Forms.NumericUpDown(); this.label1 = new System.Windows.Forms.Label(); this.addandDeleteGroupBox = new System.Windows.Forms.GroupBox(); this.addReferenceGroupBox.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.addressNoNumericUpDown)).BeginInit(); this.addedRegisterGroupBox.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.codePageNumericUpDown)).BeginInit(); this.addandDeleteGroupBox.SuspendLayout(); this.SuspendLayout(); // // addReferenceGroupBox // this.addReferenceGroupBox.AutoSize = true; this.addReferenceGroupBox.Controls.Add(this.vtDataTypeComboBox); this.addReferenceGroupBox.Controls.Add(this.addressNoNumericUpDown); this.addReferenceGroupBox.Controls.Add(this.dataTypeComboBox); this.addReferenceGroupBox.Controls.Add(this.registerTypeComboBox); this.addReferenceGroupBox.Controls.Add(this.addButton); this.addReferenceGroupBox.Controls.Add(this.label6); this.addReferenceGroupBox.Controls.Add(this.label5); this.addReferenceGroupBox.Controls.Add(this.label4); this.addReferenceGroupBox.Controls.Add(this.label3); this.addReferenceGroupBox.Location = new System.Drawing.Point(6, 18); this.addReferenceGroupBox.Name = "addReferenceGroupBox"; this.addReferenceGroupBox.Size = new System.Drawing.Size(423, 112); this.addReferenceGroupBox.TabIndex = 17; this.addReferenceGroupBox.TabStop = false; this.addReferenceGroupBox.Text = "Reference register to add"; // // vtDataTypeComboBox // this.vtDataTypeComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.vtDataTypeComboBox.FormattingEnabled = true; this.vtDataTypeComboBox.Location = new System.Drawing.Point(303, 43); this.vtDataTypeComboBox.Name = "vtDataTypeComboBox"; this.vtDataTypeComboBox.Size = new System.Drawing.Size(114, 20); this.vtDataTypeComboBox.TabIndex = 8; // // addressNoNumericUpDown // this.addressNoNumericUpDown.Location = new System.Drawing.Point(88, 44); this.addressNoNumericUpDown.Maximum = new decimal(new int[] { -1, 0, 0, 0}); this.addressNoNumericUpDown.Name = "addressNoNumericUpDown"; this.addressNoNumericUpDown.Size = new System.Drawing.Size(114, 19); this.addressNoNumericUpDown.TabIndex = 7; // // dataTypeComboBox // this.dataTypeComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.dataTypeComboBox.FormattingEnabled = true; this.dataTypeComboBox.Location = new System.Drawing.Point(303, 18); this.dataTypeComboBox.Name = "dataTypeComboBox"; this.dataTypeComboBox.Size = new System.Drawing.Size(114, 20); this.dataTypeComboBox.TabIndex = 6; this.dataTypeComboBox.SelectedIndexChanged += new System.EventHandler(this.dataTypeComboBox_SelectedIndexChanged); // // registerTypeComboBox // this.registerTypeComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.registerTypeComboBox.FormattingEnabled = true; this.registerTypeComboBox.Location = new System.Drawing.Point(88, 18); this.registerTypeComboBox.Name = "registerTypeComboBox"; this.registerTypeComboBox.Size = new System.Drawing.Size(114, 20); this.registerTypeComboBox.TabIndex = 5; this.registerTypeComboBox.SelectedIndexChanged += new System.EventHandler(this.registerTypeComboBox_SelectedIndexChanged); // // addButton // this.addButton.Location = new System.Drawing.Point(303, 71); this.addButton.Name = "addButton"; this.addButton.Size = new System.Drawing.Size(114, 23); this.addButton.TabIndex = 4; this.addButton.Text = "Add"; this.addButton.UseVisualStyleBackColor = true; this.addButton.Click += new System.EventHandler(this.addButton_Click); // // label6 // this.label6.AutoSize = true; this.label6.Location = new System.Drawing.Point(223, 46); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(78, 12); this.label6.TabIndex = 3; this.label6.Text = "VT data type :"; // // label5 // this.label5.AutoSize = true; this.label5.Location = new System.Drawing.Point(6, 46); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(69, 12); this.label5.TabIndex = 2; this.label5.Text = "Address no :"; // // label4 // this.label4.AutoSize = true; this.label4.Location = new System.Drawing.Point(223, 21); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(61, 12); this.label4.TabIndex = 1; this.label4.Text = "Data type :"; // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(6, 21); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(80, 12); this.label3.TabIndex = 0; this.label3.Text = "Register type :"; // // addedRegisterGroupBox // this.addedRegisterGroupBox.AutoSize = true; this.addedRegisterGroupBox.Controls.Add(this.addedRegistListView); this.addedRegisterGroupBox.Controls.Add(this.deleteButton); this.addedRegisterGroupBox.Location = new System.Drawing.Point(6, 136); this.addedRegisterGroupBox.Name = "addedRegisterGroupBox"; this.addedRegisterGroupBox.Size = new System.Drawing.Size(423, 162); this.addedRegisterGroupBox.TabIndex = 18; this.addedRegisterGroupBox.TabStop = false; this.addedRegisterGroupBox.Text = "Added simultaneous reference register"; // // addedRegistListView // this.addedRegistListView.AutoArrange = false; this.addedRegistListView.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] { this.ReferenceRegisterHeader, this.GetDataTypeHeader}); this.addedRegistListView.GridLines = true; this.addedRegistListView.HideSelection = false; this.addedRegistListView.LabelEdit = true; this.addedRegistListView.Location = new System.Drawing.Point(8, 18); this.addedRegistListView.Name = "addedRegistListView"; this.addedRegistListView.Size = new System.Drawing.Size(289, 126); this.addedRegistListView.TabIndex = 10; this.addedRegistListView.UseCompatibleStateImageBehavior = false; this.addedRegistListView.View = System.Windows.Forms.View.Details; // // ReferenceRegisterHeader // this.ReferenceRegisterHeader.Text = "Reference register"; this.ReferenceRegisterHeader.Width = 107; // // GetDataTypeHeader // this.GetDataTypeHeader.Text = "VT data type"; this.GetDataTypeHeader.Width = 142; // // deleteButton // this.deleteButton.Location = new System.Drawing.Point(303, 121); this.deleteButton.Name = "deleteButton"; this.deleteButton.Size = new System.Drawing.Size(114, 23); this.deleteButton.TabIndex = 9; this.deleteButton.Text = "Delete"; this.deleteButton.UseVisualStyleBackColor = true; this.deleteButton.Click += new System.EventHandler(this.deleteButton_Click); // // codePageNumericUpDown // this.codePageNumericUpDown.Location = new System.Drawing.Point(234, 322); this.codePageNumericUpDown.Maximum = new decimal(new int[] { 65535, 0, 0, 0}); this.codePageNumericUpDown.Name = "codePageNumericUpDown"; this.codePageNumericUpDown.Size = new System.Drawing.Size(114, 19); this.codePageNumericUpDown.TabIndex = 10; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(126, 324); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(65, 12); this.label1.TabIndex = 9; this.label1.Text = "Code page :"; // // addandDeleteGroupBox // this.addandDeleteGroupBox.AutoSize = true; this.addandDeleteGroupBox.Controls.Add(this.addReferenceGroupBox); this.addandDeleteGroupBox.Controls.Add(this.addedRegisterGroupBox); this.addandDeleteGroupBox.Location = new System.Drawing.Point(3, 0); this.addandDeleteGroupBox.Name = "addandDeleteGroupBox"; this.addandDeleteGroupBox.Size = new System.Drawing.Size(435, 316); this.addandDeleteGroupBox.TabIndex = 19; this.addandDeleteGroupBox.TabStop = false; this.addandDeleteGroupBox.Text = "Add/Delete access destination"; // // RandomAccessSettingPanel // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.AutoSize = true; this.Controls.Add(this.codePageNumericUpDown); this.Controls.Add(this.label1); this.Controls.Add(this.addandDeleteGroupBox); this.Name = "RandomAccessSettingPanel"; this.Size = new System.Drawing.Size(441, 344); this.addReferenceGroupBox.ResumeLayout(false); this.addReferenceGroupBox.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.addressNoNumericUpDown)).EndInit(); this.addedRegisterGroupBox.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.codePageNumericUpDown)).EndInit(); this.addandDeleteGroupBox.ResumeLayout(false); this.addandDeleteGroupBox.PerformLayout(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.GroupBox addReferenceGroupBox; private System.Windows.Forms.ComboBox vtDataTypeComboBox; private System.Windows.Forms.NumericUpDown addressNoNumericUpDown; private System.Windows.Forms.ComboBox dataTypeComboBox; private System.Windows.Forms.ComboBox registerTypeComboBox; private System.Windows.Forms.Button addButton; private System.Windows.Forms.Label label6; private System.Windows.Forms.Label label5; private System.Windows.Forms.Label label4; private System.Windows.Forms.Label label3; private System.Windows.Forms.GroupBox addedRegisterGroupBox; private System.Windows.Forms.Button deleteButton; private System.Windows.Forms.NumericUpDown codePageNumericUpDown; private System.Windows.Forms.Label label1; private System.Windows.Forms.GroupBox addandDeleteGroupBox; private System.Windows.Forms.ListView addedRegistListView; private System.Windows.Forms.ColumnHeader ReferenceRegisterHeader; private System.Windows.Forms.ColumnHeader GetDataTypeHeader; } }