namespace Sample
{
partial class MainForm
{
///
/// 必要なデザイナー変数です。
///
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.tableLayoutPanel = new System.Windows.Forms.TableLayoutPanel();
this.getputGroupBox = new System.Windows.Forms.GroupBox();
this.getDataTypeLabel = new System.Windows.Forms.Label();
this.dataTypeLabel = new System.Windows.Forms.Label();
this.dataTextBox = new System.Windows.Forms.TextBox();
this.getButton = new System.Windows.Forms.Button();
this.putButton = new System.Windows.Forms.Button();
this.dataLabel = new System.Windows.Forms.Label();
this.settingGroupBox = new System.Windows.Forms.GroupBox();
this.accessGroupBox = new System.Windows.Forms.GroupBox();
this.noRandomAccessRadioButton = new System.Windows.Forms.RadioButton();
this.randomAccessRadioButton = new System.Windows.Forms.RadioButton();
this.editButton = new System.Windows.Forms.Button();
this.confirmButton = new System.Windows.Forms.Button();
this.nonRandomAccessSettingPanel = new Sample.NonRandomAccessSettingPanel();
this.randomAccessSettingPanel = new Sample.RandomAccessSettingPanel();
this.connectGroupBox = new System.Windows.Forms.GroupBox();
this.connectPanel = new System.Windows.Forms.Panel();
this.ipAddressLabel = new System.Windows.Forms.Label();
this.ipAddressTextBox = new System.Windows.Forms.TextBox();
this.portNoLabel = new System.Windows.Forms.Label();
this.timeoutNumericUpDown = new System.Windows.Forms.NumericUpDown();
this.label1 = new System.Windows.Forms.Label();
this.timeoutLabel = new System.Windows.Forms.Label();
this.cpuNoLabel = new System.Windows.Forms.Label();
this.bitComboBox = new System.Windows.Forms.ComboBox();
this.portNoNumericUpDown = new System.Windows.Forms.NumericUpDown();
this.cpuNoNumericUpDown = new System.Windows.Forms.NumericUpDown();
this.disconnectButton = new System.Windows.Forms.Button();
this.connectButton = new System.Windows.Forms.Button();
this.randomRadioButton = new System.Windows.Forms.RadioButton();
this.noRandomRadioButton = new System.Windows.Forms.RadioButton();
this.tableLayoutPanel.SuspendLayout();
this.getputGroupBox.SuspendLayout();
this.settingGroupBox.SuspendLayout();
this.accessGroupBox.SuspendLayout();
this.connectGroupBox.SuspendLayout();
this.connectPanel.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.timeoutNumericUpDown)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.portNoNumericUpDown)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.cpuNoNumericUpDown)).BeginInit();
this.SuspendLayout();
//
// tableLayoutPanel
//
this.tableLayoutPanel.AutoSize = true;
this.tableLayoutPanel.ColumnCount = 1;
this.tableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
this.tableLayoutPanel.Controls.Add(this.getputGroupBox, 0, 2);
this.tableLayoutPanel.Controls.Add(this.settingGroupBox, 0, 1);
this.tableLayoutPanel.Controls.Add(this.connectGroupBox, 0, 0);
this.tableLayoutPanel.Dock = System.Windows.Forms.DockStyle.Fill;
this.tableLayoutPanel.Location = new System.Drawing.Point(0, 0);
this.tableLayoutPanel.Name = "tableLayoutPanel";
this.tableLayoutPanel.RowCount = 3;
this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 160F));
this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 485F));
this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 122F));
this.tableLayoutPanel.Size = new System.Drawing.Size(465, 760);
this.tableLayoutPanel.TabIndex = 0;
//
// getputGroupBox
//
this.getputGroupBox.Controls.Add(this.getDataTypeLabel);
this.getputGroupBox.Controls.Add(this.dataTypeLabel);
this.getputGroupBox.Controls.Add(this.dataTextBox);
this.getputGroupBox.Controls.Add(this.getButton);
this.getputGroupBox.Controls.Add(this.putButton);
this.getputGroupBox.Controls.Add(this.dataLabel);
this.getputGroupBox.Location = new System.Drawing.Point(3, 648);
this.getputGroupBox.MaximumSize = new System.Drawing.Size(460, 110);
this.getputGroupBox.Name = "getputGroupBox";
this.getputGroupBox.Size = new System.Drawing.Size(459, 110);
this.getputGroupBox.TabIndex = 16;
this.getputGroupBox.TabStop = false;
this.getputGroupBox.Text = "Get / Put";
//
// getDataTypeLabel
//
this.getDataTypeLabel.AutoSize = true;
this.getDataTypeLabel.Location = new System.Drawing.Point(208, 15);
this.getDataTypeLabel.Name = "getDataTypeLabel";
this.getDataTypeLabel.Size = new System.Drawing.Size(61, 12);
this.getDataTypeLabel.TabIndex = 26;
this.getDataTypeLabel.Text = "VT_EMPTY";
//
// dataTypeLabel
//
this.dataTypeLabel.AutoSize = true;
this.dataTypeLabel.Location = new System.Drawing.Point(102, 15);
this.dataTypeLabel.Name = "dataTypeLabel";
this.dataTypeLabel.Size = new System.Drawing.Size(65, 12);
this.dataTypeLabel.TabIndex = 25;
this.dataTypeLabel.Text = "Data type : ";
//
// dataTextBox
//
this.dataTextBox.Location = new System.Drawing.Point(210, 42);
this.dataTextBox.Name = "dataTextBox";
this.dataTextBox.Size = new System.Drawing.Size(147, 19);
this.dataTextBox.TabIndex = 22;
//
// getButton
//
this.getButton.Location = new System.Drawing.Point(104, 76);
this.getButton.Name = "getButton";
this.getButton.Size = new System.Drawing.Size(108, 23);
this.getButton.TabIndex = 23;
this.getButton.Text = "Get";
this.getButton.UseVisualStyleBackColor = true;
this.getButton.Click += new System.EventHandler(this.getButton_Click);
//
// putButton
//
this.putButton.Location = new System.Drawing.Point(249, 76);
this.putButton.Name = "putButton";
this.putButton.Size = new System.Drawing.Size(108, 23);
this.putButton.TabIndex = 24;
this.putButton.Text = "Put";
this.putButton.UseVisualStyleBackColor = true;
this.putButton.Click += new System.EventHandler(this.putButton_Click);
//
// dataLabel
//
this.dataLabel.AutoSize = true;
this.dataLabel.Location = new System.Drawing.Point(102, 45);
this.dataLabel.Name = "dataLabel";
this.dataLabel.Size = new System.Drawing.Size(35, 12);
this.dataLabel.TabIndex = 21;
this.dataLabel.Text = "Data :";
//
// settingGroupBox
//
this.settingGroupBox.Controls.Add(this.accessGroupBox);
this.settingGroupBox.Controls.Add(this.editButton);
this.settingGroupBox.Controls.Add(this.confirmButton);
this.settingGroupBox.Controls.Add(this.nonRandomAccessSettingPanel);
this.settingGroupBox.Controls.Add(this.randomAccessSettingPanel);
this.settingGroupBox.Dock = System.Windows.Forms.DockStyle.Fill;
this.settingGroupBox.Location = new System.Drawing.Point(3, 163);
this.settingGroupBox.MaximumSize = new System.Drawing.Size(460, 0);
this.settingGroupBox.Name = "settingGroupBox";
this.settingGroupBox.Size = new System.Drawing.Size(459, 479);
this.settingGroupBox.TabIndex = 13;
this.settingGroupBox.TabStop = false;
this.settingGroupBox.Text = "Setting";
//
// accessGroupBox
//
this.accessGroupBox.AutoSize = true;
this.accessGroupBox.Controls.Add(this.noRandomAccessRadioButton);
this.accessGroupBox.Controls.Add(this.randomAccessRadioButton);
this.accessGroupBox.Location = new System.Drawing.Point(90, 18);
this.accessGroupBox.Name = "accessGroupBox";
this.accessGroupBox.Size = new System.Drawing.Size(269, 52);
this.accessGroupBox.TabIndex = 25;
this.accessGroupBox.TabStop = false;
this.accessGroupBox.Text = "Register access method";
//
// noRandomAccessRadioButton
//
this.noRandomAccessRadioButton.AutoSize = true;
this.noRandomAccessRadioButton.Checked = true;
this.noRandomAccessRadioButton.Location = new System.Drawing.Point(14, 18);
this.noRandomAccessRadioButton.Name = "noRandomAccessRadioButton";
this.noRandomAccessRadioButton.Size = new System.Drawing.Size(118, 16);
this.noRandomAccessRadioButton.TabIndex = 21;
this.noRandomAccessRadioButton.TabStop = true;
this.noRandomAccessRadioButton.Text = "No random access";
this.noRandomAccessRadioButton.UseVisualStyleBackColor = true;
this.noRandomAccessRadioButton.Click += new System.EventHandler(this.AccessTypeRadioButton_Click);
//
// randomAccessRadioButton
//
this.randomAccessRadioButton.AutoSize = true;
this.randomAccessRadioButton.Location = new System.Drawing.Point(159, 18);
this.randomAccessRadioButton.Name = "randomAccessRadioButton";
this.randomAccessRadioButton.Size = new System.Drawing.Size(104, 16);
this.randomAccessRadioButton.TabIndex = 22;
this.randomAccessRadioButton.Text = "Random access";
this.randomAccessRadioButton.UseVisualStyleBackColor = true;
this.randomAccessRadioButton.Click += new System.EventHandler(this.AccessTypeRadioButton_Click);
//
// editButton
//
this.editButton.Location = new System.Drawing.Point(249, 439);
this.editButton.Name = "editButton";
this.editButton.Size = new System.Drawing.Size(108, 23);
this.editButton.TabIndex = 24;
this.editButton.Text = "Edit";
this.editButton.UseVisualStyleBackColor = true;
this.editButton.Click += new System.EventHandler(this.editButton_Click);
//
// confirmButton
//
this.confirmButton.Location = new System.Drawing.Point(104, 439);
this.confirmButton.Name = "confirmButton";
this.confirmButton.Size = new System.Drawing.Size(108, 23);
this.confirmButton.TabIndex = 23;
this.confirmButton.Text = "Confirm";
this.confirmButton.UseVisualStyleBackColor = true;
this.confirmButton.Click += new System.EventHandler(this.confirmButton_Click);
//
// nonRandomAccessSettingPanel
//
this.nonRandomAccessSettingPanel.AutoSize = true;
this.nonRandomAccessSettingPanel.Location = new System.Drawing.Point(0, 71);
this.nonRandomAccessSettingPanel.Name = "nonRandomAccessSettingPanel";
this.nonRandomAccessSettingPanel.Size = new System.Drawing.Size(450, 149);
this.nonRandomAccessSettingPanel.TabIndex = 17;
//
// randomAccessSettingPanel
//
this.randomAccessSettingPanel.AutoSize = true;
this.randomAccessSettingPanel.Location = new System.Drawing.Point(0, 71);
this.randomAccessSettingPanel.Name = "randomAccessSettingPanel";
this.randomAccessSettingPanel.Size = new System.Drawing.Size(441, 344);
this.randomAccessSettingPanel.TabIndex = 20;
//
// connectGroupBox
//
this.connectGroupBox.AutoSize = true;
this.connectGroupBox.Controls.Add(this.connectPanel);
this.connectGroupBox.Controls.Add(this.disconnectButton);
this.connectGroupBox.Controls.Add(this.connectButton);
this.connectGroupBox.Dock = System.Windows.Forms.DockStyle.Fill;
this.connectGroupBox.Location = new System.Drawing.Point(3, 3);
this.connectGroupBox.MaximumSize = new System.Drawing.Size(460, 154);
this.connectGroupBox.Name = "connectGroupBox";
this.connectGroupBox.Size = new System.Drawing.Size(459, 154);
this.connectGroupBox.TabIndex = 0;
this.connectGroupBox.TabStop = false;
this.connectGroupBox.Text = "Connect";
//
// connectPanel
//
this.connectPanel.Controls.Add(this.ipAddressLabel);
this.connectPanel.Controls.Add(this.ipAddressTextBox);
this.connectPanel.Controls.Add(this.portNoLabel);
this.connectPanel.Controls.Add(this.timeoutNumericUpDown);
this.connectPanel.Controls.Add(this.label1);
this.connectPanel.Controls.Add(this.timeoutLabel);
this.connectPanel.Controls.Add(this.cpuNoLabel);
this.connectPanel.Controls.Add(this.bitComboBox);
this.connectPanel.Controls.Add(this.portNoNumericUpDown);
this.connectPanel.Controls.Add(this.cpuNoNumericUpDown);
this.connectPanel.Location = new System.Drawing.Point(6, 13);
this.connectPanel.Name = "connectPanel";
this.connectPanel.Size = new System.Drawing.Size(444, 108);
this.connectPanel.TabIndex = 13;
//
// ipAddressLabel
//
this.ipAddressLabel.AutoSize = true;
this.ipAddressLabel.Location = new System.Drawing.Point(3, 12);
this.ipAddressLabel.Name = "ipAddressLabel";
this.ipAddressLabel.Size = new System.Drawing.Size(65, 12);
this.ipAddressLabel.TabIndex = 1;
this.ipAddressLabel.Text = "IP address :";
//
// ipAddressTextBox
//
this.ipAddressTextBox.Location = new System.Drawing.Point(98, 9);
this.ipAddressTextBox.Name = "ipAddressTextBox";
this.ipAddressTextBox.Size = new System.Drawing.Size(108, 19);
this.ipAddressTextBox.TabIndex = 2;
this.ipAddressTextBox.Text = "192.168.1.1";
//
// portNoLabel
//
this.portNoLabel.AutoSize = true;
this.portNoLabel.Location = new System.Drawing.Point(3, 45);
this.portNoLabel.Name = "portNoLabel";
this.portNoLabel.Size = new System.Drawing.Size(48, 12);
this.portNoLabel.TabIndex = 5;
this.portNoLabel.Text = "Port no :";
//
// timeoutNumericUpDown
//
this.timeoutNumericUpDown.Location = new System.Drawing.Point(98, 77);
this.timeoutNumericUpDown.Maximum = new decimal(new int[] {
-1,
0,
0,
0});
this.timeoutNumericUpDown.Minimum = new decimal(new int[] {
1,
0,
0,
0});
this.timeoutNumericUpDown.Name = "timeoutNumericUpDown";
this.timeoutNumericUpDown.Size = new System.Drawing.Size(108, 19);
this.timeoutNumericUpDown.TabIndex = 10;
this.timeoutNumericUpDown.Value = new decimal(new int[] {
3000,
0,
0,
0});
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(237, 12);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(26, 12);
this.label1.TabIndex = 3;
this.label1.Text = "Bit :";
//
// timeoutLabel
//
this.timeoutLabel.AutoSize = true;
this.timeoutLabel.Location = new System.Drawing.Point(3, 79);
this.timeoutLabel.Name = "timeoutLabel";
this.timeoutLabel.Size = new System.Drawing.Size(52, 12);
this.timeoutLabel.TabIndex = 9;
this.timeoutLabel.Text = "Timeout :";
//
// cpuNoLabel
//
this.cpuNoLabel.AutoSize = true;
this.cpuNoLabel.Location = new System.Drawing.Point(237, 45);
this.cpuNoLabel.Name = "cpuNoLabel";
this.cpuNoLabel.Size = new System.Drawing.Size(50, 12);
this.cpuNoLabel.TabIndex = 7;
this.cpuNoLabel.Text = "CPU no :";
//
// bitComboBox
//
this.bitComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.bitComboBox.FormattingEnabled = true;
this.bitComboBox.Items.AddRange(new object[] {
"16Bit",
"32Bit"});
this.bitComboBox.Location = new System.Drawing.Point(325, 9);
this.bitComboBox.Name = "bitComboBox";
this.bitComboBox.Size = new System.Drawing.Size(108, 20);
this.bitComboBox.TabIndex = 4;
this.bitComboBox.SelectedIndexChanged += new System.EventHandler(this.bitComboBox_SelectedIndexChanged);
//
// portNoNumericUpDown
//
this.portNoNumericUpDown.Location = new System.Drawing.Point(98, 43);
this.portNoNumericUpDown.Maximum = new decimal(new int[] {
65535,
0,
0,
0});
this.portNoNumericUpDown.Minimum = new decimal(new int[] {
1,
0,
0,
0});
this.portNoNumericUpDown.Name = "portNoNumericUpDown";
this.portNoNumericUpDown.Size = new System.Drawing.Size(108, 19);
this.portNoNumericUpDown.TabIndex = 6;
this.portNoNumericUpDown.Value = new decimal(new int[] {
10001,
0,
0,
0});
//
// cpuNoNumericUpDown
//
this.cpuNoNumericUpDown.Location = new System.Drawing.Point(325, 43);
this.cpuNoNumericUpDown.Maximum = new decimal(new int[] {
15,
0,
0,
0});
this.cpuNoNumericUpDown.Minimum = new decimal(new int[] {
1,
0,
0,
0});
this.cpuNoNumericUpDown.Name = "cpuNoNumericUpDown";
this.cpuNoNumericUpDown.Size = new System.Drawing.Size(108, 19);
this.cpuNoNumericUpDown.TabIndex = 8;
this.cpuNoNumericUpDown.Value = new decimal(new int[] {
1,
0,
0,
0});
//
// disconnectButton
//
this.disconnectButton.Location = new System.Drawing.Point(249, 123);
this.disconnectButton.Name = "disconnectButton";
this.disconnectButton.Size = new System.Drawing.Size(108, 23);
this.disconnectButton.TabIndex = 12;
this.disconnectButton.Text = "Disconnect";
this.disconnectButton.UseVisualStyleBackColor = true;
this.disconnectButton.Click += new System.EventHandler(this.disconnectButton_Click);
//
// connectButton
//
this.connectButton.Location = new System.Drawing.Point(104, 123);
this.connectButton.Name = "connectButton";
this.connectButton.Size = new System.Drawing.Size(108, 23);
this.connectButton.TabIndex = 11;
this.connectButton.Text = "Connect";
this.connectButton.UseVisualStyleBackColor = true;
this.connectButton.Click += new System.EventHandler(this.connectButton_Click);
//
// randomRadioButton
//
this.randomRadioButton.AutoSize = true;
this.randomRadioButton.Location = new System.Drawing.Point(160, 19);
this.randomRadioButton.Name = "randomRadioButton";
this.randomRadioButton.Size = new System.Drawing.Size(104, 16);
this.randomRadioButton.TabIndex = 1;
this.randomRadioButton.Tag = "RANDOM";
this.randomRadioButton.Text = "Random access";
this.randomRadioButton.UseVisualStyleBackColor = true;
//
// noRandomRadioButton
//
this.noRandomRadioButton.AutoSize = true;
this.noRandomRadioButton.Checked = true;
this.noRandomRadioButton.Location = new System.Drawing.Point(17, 19);
this.noRandomRadioButton.Name = "noRandomRadioButton";
this.noRandomRadioButton.Size = new System.Drawing.Size(122, 16);
this.noRandomRadioButton.TabIndex = 0;
this.noRandomRadioButton.TabStop = true;
this.noRandomRadioButton.Tag = "NORANDOM";
this.noRandomRadioButton.Text = "No Random access";
this.noRandomRadioButton.UseVisualStyleBackColor = true;
//
// MainForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.AutoSize = true;
this.ClientSize = new System.Drawing.Size(465, 760);
this.Controls.Add(this.tableLayoutPanel);
this.MaximumSize = new System.Drawing.Size(481, 800);
this.MinimumSize = new System.Drawing.Size(481, 726);
this.Name = "MainForm";
this.Text = "ExMEMOBUSSample";
this.tableLayoutPanel.ResumeLayout(false);
this.tableLayoutPanel.PerformLayout();
this.getputGroupBox.ResumeLayout(false);
this.getputGroupBox.PerformLayout();
this.settingGroupBox.ResumeLayout(false);
this.settingGroupBox.PerformLayout();
this.accessGroupBox.ResumeLayout(false);
this.accessGroupBox.PerformLayout();
this.connectGroupBox.ResumeLayout(false);
this.connectPanel.ResumeLayout(false);
this.connectPanel.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.timeoutNumericUpDown)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.portNoNumericUpDown)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.cpuNoNumericUpDown)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel;
private System.Windows.Forms.GroupBox settingGroupBox;
private System.Windows.Forms.GroupBox connectGroupBox;
private System.Windows.Forms.Button disconnectButton;
private System.Windows.Forms.Button connectButton;
private System.Windows.Forms.ComboBox bitComboBox;
private System.Windows.Forms.NumericUpDown cpuNoNumericUpDown;
private System.Windows.Forms.NumericUpDown timeoutNumericUpDown;
private System.Windows.Forms.NumericUpDown portNoNumericUpDown;
private System.Windows.Forms.Label cpuNoLabel;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Label timeoutLabel;
private System.Windows.Forms.Label portNoLabel;
private System.Windows.Forms.Label ipAddressLabel;
private NonRandomAccessSettingPanel nonRandomAccessSettingPanel;
private System.Windows.Forms.TextBox ipAddressTextBox;
private RandomAccessSettingPanel randomAccessSettingPanel;
private System.Windows.Forms.GroupBox getputGroupBox;
private System.Windows.Forms.TextBox dataTextBox;
private System.Windows.Forms.Button getButton;
private System.Windows.Forms.Button putButton;
private System.Windows.Forms.Label dataLabel;
private System.Windows.Forms.RadioButton randomRadioButton;
private System.Windows.Forms.RadioButton noRandomRadioButton;
private System.Windows.Forms.RadioButton randomAccessRadioButton;
private System.Windows.Forms.RadioButton noRandomAccessRadioButton;
private System.Windows.Forms.Button editButton;
private System.Windows.Forms.Button confirmButton;
private System.Windows.Forms.GroupBox accessGroupBox;
private System.Windows.Forms.Panel connectPanel;
private System.Windows.Forms.Label getDataTypeLabel;
private System.Windows.Forms.Label dataTypeLabel;
}
}