namespace DeviceTest { partial class DeviceTestDlg { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.parentClassNameComboBox = new System.Windows.Forms.ComboBox(); this.classLabel = new System.Windows.Forms.Label(); this.nameLabel = new System.Windows.Forms.Label(); this.parentNameTextBox = new System.Windows.Forms.TextBox(); this.configureParentButton = new System.Windows.Forms.Button(); this.startButton = new System.Windows.Forms.Button(); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.groupBox2 = new System.Windows.Forms.GroupBox(); this.configureComponent1Button = new System.Windows.Forms.Button(); this.componentNameTextBox = new System.Windows.Forms.TextBox(); this.label1 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.component1ClassNameComboBox = new System.Windows.Forms.ComboBox(); this.radioButton4 = new System.Windows.Forms.RadioButton(); this.radioButton3 = new System.Windows.Forms.RadioButton(); this.radioButton2 = new System.Windows.Forms.RadioButton(); this.radioButton1 = new System.Windows.Forms.RadioButton(); this.radioButton0 = new System.Windows.Forms.RadioButton(); this.stopButton = new System.Windows.Forms.Button(); this.groupBox3 = new System.Windows.Forms.GroupBox(); this.configureComponent2Button = new System.Windows.Forms.Button(); this.component2NameTextBox = new System.Windows.Forms.TextBox(); this.label3 = new System.Windows.Forms.Label(); this.label4 = new System.Windows.Forms.Label(); this.component2ClassNameComboBox = new System.Windows.Forms.ComboBox(); this.radioButton24 = new System.Windows.Forms.RadioButton(); this.radioButton23 = new System.Windows.Forms.RadioButton(); this.radioButton22 = new System.Windows.Forms.RadioButton(); this.radioButton21 = new System.Windows.Forms.RadioButton(); this.groupBox4 = new System.Windows.Forms.GroupBox(); this.radioButton34 = new System.Windows.Forms.RadioButton(); this.radioButton33 = new System.Windows.Forms.RadioButton(); this.radioButton32 = new System.Windows.Forms.RadioButton(); this.radioButton31 = new System.Windows.Forms.RadioButton(); this.groupBox5 = new System.Windows.Forms.GroupBox(); this.configureComponent3Button = new System.Windows.Forms.Button(); this.component3NameTextBox = new System.Windows.Forms.TextBox(); this.label5 = new System.Windows.Forms.Label(); this.label6 = new System.Windows.Forms.Label(); this.component3ClassNameComboBox = new System.Windows.Forms.ComboBox(); this.groupBox1.SuspendLayout(); this.groupBox2.SuspendLayout(); this.groupBox3.SuspendLayout(); this.groupBox4.SuspendLayout(); this.groupBox5.SuspendLayout(); this.SuspendLayout(); // // parentClassNameComboBox // this.parentClassNameComboBox.FormattingEnabled = true; this.parentClassNameComboBox.Location = new System.Drawing.Point(77, 19); this.parentClassNameComboBox.Name = "parentClassNameComboBox"; this.parentClassNameComboBox.Size = new System.Drawing.Size(299, 21); this.parentClassNameComboBox.TabIndex = 0; // // classLabel // this.classLabel.AutoSize = true; this.classLabel.Location = new System.Drawing.Point(11, 22); this.classLabel.Name = "classLabel"; this.classLabel.Size = new System.Drawing.Size(32, 13); this.classLabel.TabIndex = 1; this.classLabel.Text = "Class"; // // nameLabel // this.nameLabel.AutoSize = true; this.nameLabel.Location = new System.Drawing.Point(11, 47); this.nameLabel.Name = "nameLabel"; this.nameLabel.Size = new System.Drawing.Size(35, 13); this.nameLabel.TabIndex = 2; this.nameLabel.Text = "Name"; // // parentNameTextBox // this.parentNameTextBox.Enabled = false; this.parentNameTextBox.Location = new System.Drawing.Point(77, 44); this.parentNameTextBox.Name = "parentNameTextBox"; this.parentNameTextBox.Size = new System.Drawing.Size(299, 20); this.parentNameTextBox.TabIndex = 3; // // configureParentButton // this.configureParentButton.Location = new System.Drawing.Point(395, 19); this.configureParentButton.Name = "configureParentButton"; this.configureParentButton.Size = new System.Drawing.Size(73, 45); this.configureParentButton.TabIndex = 4; this.configureParentButton.Text = "Configure"; this.configureParentButton.UseVisualStyleBackColor = true; this.configureParentButton.Click += new System.EventHandler(this.configureParentButton_Click); // // startButton // this.startButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.startButton.Location = new System.Drawing.Point(520, 19); this.startButton.Name = "startButton"; this.startButton.Size = new System.Drawing.Size(73, 45); this.startButton.TabIndex = 7; this.startButton.Text = "Start"; this.startButton.UseVisualStyleBackColor = true; this.startButton.Click += new System.EventHandler(this.startButton_Click); // // groupBox1 // this.groupBox1.Controls.Add(this.configureParentButton); this.groupBox1.Controls.Add(this.parentNameTextBox); this.groupBox1.Controls.Add(this.nameLabel); this.groupBox1.Controls.Add(this.classLabel); this.groupBox1.Controls.Add(this.parentClassNameComboBox); this.groupBox1.Location = new System.Drawing.Point(12, 12); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(486, 75); this.groupBox1.TabIndex = 8; this.groupBox1.TabStop = false; this.groupBox1.Text = "Parent component"; // // groupBox2 // this.groupBox2.Controls.Add(this.configureComponent1Button); this.groupBox2.Controls.Add(this.componentNameTextBox); this.groupBox2.Controls.Add(this.label1); this.groupBox2.Controls.Add(this.label2); this.groupBox2.Controls.Add(this.component1ClassNameComboBox); this.groupBox2.Location = new System.Drawing.Point(12, 93); this.groupBox2.Name = "groupBox2"; this.groupBox2.Size = new System.Drawing.Size(486, 75); this.groupBox2.TabIndex = 9; this.groupBox2.TabStop = false; this.groupBox2.Text = "Component 1"; // // configureComponentButton // this.configureComponent1Button.Location = new System.Drawing.Point(395, 19); this.configureComponent1Button.Name = "configureComponentButton"; this.configureComponent1Button.Size = new System.Drawing.Size(73, 45); this.configureComponent1Button.TabIndex = 4; this.configureComponent1Button.Text = "Configure"; this.configureComponent1Button.UseVisualStyleBackColor = true; this.configureComponent1Button.Click += new System.EventHandler(this.configureComponent1Button_Click); // // componentNameTextBox // this.componentNameTextBox.Enabled = false; this.componentNameTextBox.Location = new System.Drawing.Point(77, 44); this.componentNameTextBox.Name = "componentNameTextBox"; this.componentNameTextBox.Size = new System.Drawing.Size(299, 20); this.componentNameTextBox.TabIndex = 3; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(11, 47); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(35, 13); this.label1.TabIndex = 2; this.label1.Text = "Name"; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(11, 22); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(32, 13); this.label2.TabIndex = 1; this.label2.Text = "Class"; // // componentClassNameComboBox // this.component1ClassNameComboBox.FormattingEnabled = true; this.component1ClassNameComboBox.Location = new System.Drawing.Point(77, 19); this.component1ClassNameComboBox.Name = "componentClassNameComboBox"; this.component1ClassNameComboBox.Size = new System.Drawing.Size(299, 21); this.component1ClassNameComboBox.TabIndex = 0; // // radioButton4 // this.radioButton4.AutoSize = true; this.radioButton4.Location = new System.Drawing.Point(13, 118); this.radioButton4.Name = "radioButton4"; this.radioButton4.Size = new System.Drawing.Size(51, 17); this.radioButton4.TabIndex = 9; this.radioButton4.TabStop = true; this.radioButton4.Text = "spare"; this.radioButton4.UseVisualStyleBackColor = true; this.radioButton4.CheckedChanged += new System.EventHandler(this.radioButton4_CheckedChanged); // // radioButton3 // this.radioButton3.AutoSize = true; this.radioButton3.Location = new System.Drawing.Point(13, 95); this.radioButton3.Name = "radioButton3"; this.radioButton3.Size = new System.Drawing.Size(51, 17); this.radioButton3.TabIndex = 8; this.radioButton3.TabStop = true; this.radioButton3.Text = "spare"; this.radioButton3.UseVisualStyleBackColor = true; this.radioButton3.CheckedChanged += new System.EventHandler(this.radioButton3_CheckedChanged); // // radioButton2 // this.radioButton2.AutoSize = true; this.radioButton2.Location = new System.Drawing.Point(13, 72); this.radioButton2.Name = "radioButton2"; this.radioButton2.Size = new System.Drawing.Size(51, 17); this.radioButton2.TabIndex = 7; this.radioButton2.TabStop = true; this.radioButton2.Text = "spare"; this.radioButton2.UseVisualStyleBackColor = true; this.radioButton2.CheckedChanged += new System.EventHandler(this.radioButton2_CheckedChanged); // // radioButton1 // this.radioButton1.AutoSize = true; this.radioButton1.Location = new System.Drawing.Point(13, 49); this.radioButton1.Name = "radioButton1"; this.radioButton1.Size = new System.Drawing.Size(106, 17); this.radioButton1.TabIndex = 6; this.radioButton1.TabStop = true; this.radioButton1.Text = "ReadPressureOp"; this.radioButton1.UseVisualStyleBackColor = true; this.radioButton1.CheckedChanged += new System.EventHandler(this.radioButton1_CheckedChanged); // // radioButton0 // this.radioButton0.AutoSize = true; this.radioButton0.Location = new System.Drawing.Point(13, 26); this.radioButton0.Name = "radioButton0"; this.radioButton0.Size = new System.Drawing.Size(94, 17); this.radioButton0.TabIndex = 5; this.radioButton0.TabStop = true; this.radioButton0.Text = "Stop operation"; this.radioButton0.UseVisualStyleBackColor = true; this.radioButton0.CheckedChanged += new System.EventHandler(this.radioButton0_CheckedChanged); // // stopButton // this.stopButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.stopButton.Location = new System.Drawing.Point(520, 77); this.stopButton.Name = "stopButton"; this.stopButton.Size = new System.Drawing.Size(73, 45); this.stopButton.TabIndex = 10; this.stopButton.Text = "Stop"; this.stopButton.UseVisualStyleBackColor = true; this.stopButton.Click += new System.EventHandler(this.stopButton_Click); // // groupBox3 // this.groupBox3.Controls.Add(this.configureComponent2Button); this.groupBox3.Controls.Add(this.component2NameTextBox); this.groupBox3.Controls.Add(this.label3); this.groupBox3.Controls.Add(this.label4); this.groupBox3.Controls.Add(this.component2ClassNameComboBox); this.groupBox3.Location = new System.Drawing.Point(12, 174); this.groupBox3.Name = "groupBox3"; this.groupBox3.Size = new System.Drawing.Size(486, 75); this.groupBox3.TabIndex = 11; this.groupBox3.TabStop = false; this.groupBox3.Text = "Component 2"; // // configureComponent2Button // this.configureComponent2Button.Location = new System.Drawing.Point(395, 19); this.configureComponent2Button.Name = "configureComponent2Button"; this.configureComponent2Button.Size = new System.Drawing.Size(73, 45); this.configureComponent2Button.TabIndex = 4; this.configureComponent2Button.Text = "Configure"; this.configureComponent2Button.UseVisualStyleBackColor = true; this.configureComponent2Button.Click += new System.EventHandler(this.configureComponent2Button_Click); // // component2NameTextBox // this.component2NameTextBox.Enabled = false; this.component2NameTextBox.Location = new System.Drawing.Point(77, 44); this.component2NameTextBox.Name = "component2NameTextBox"; this.component2NameTextBox.Size = new System.Drawing.Size(299, 20); this.component2NameTextBox.TabIndex = 3; // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(11, 47); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(35, 13); this.label3.TabIndex = 2; this.label3.Text = "Name"; // // label4 // this.label4.AutoSize = true; this.label4.Location = new System.Drawing.Point(11, 22); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(32, 13); this.label4.TabIndex = 1; this.label4.Text = "Class"; // // component2ClassNameComboBox // this.component2ClassNameComboBox.FormattingEnabled = true; this.component2ClassNameComboBox.Location = new System.Drawing.Point(77, 19); this.component2ClassNameComboBox.Name = "component2ClassNameComboBox"; this.component2ClassNameComboBox.Size = new System.Drawing.Size(299, 21); this.component2ClassNameComboBox.TabIndex = 0; // // radioButton24 // this.radioButton24.AutoSize = true; this.radioButton24.Location = new System.Drawing.Point(212, 118); this.radioButton24.Name = "radioButton24"; this.radioButton24.Size = new System.Drawing.Size(51, 17); this.radioButton24.TabIndex = 9; this.radioButton24.TabStop = true; this.radioButton24.Text = "spare"; this.radioButton24.UseVisualStyleBackColor = true; this.radioButton24.CheckedChanged += new System.EventHandler(this.radioButton24_CheckedChanged); // // radioButton23 // this.radioButton23.AutoSize = true; this.radioButton23.Location = new System.Drawing.Point(212, 95); this.radioButton23.Name = "radioButton23"; this.radioButton23.Size = new System.Drawing.Size(51, 17); this.radioButton23.TabIndex = 8; this.radioButton23.TabStop = true; this.radioButton23.Text = "spare"; this.radioButton23.UseVisualStyleBackColor = true; this.radioButton23.CheckedChanged += new System.EventHandler(this.radioButton23_CheckedChanged); // // radioButton22 // this.radioButton22.AutoSize = true; this.radioButton22.Location = new System.Drawing.Point(212, 72); this.radioButton22.Name = "radioButton22"; this.radioButton22.Size = new System.Drawing.Size(51, 17); this.radioButton22.TabIndex = 7; this.radioButton22.TabStop = true; this.radioButton22.Text = "spare"; this.radioButton22.UseVisualStyleBackColor = true; this.radioButton22.CheckedChanged += new System.EventHandler(this.radioButton22_CheckedChanged); // // radioButton21 // this.radioButton21.AutoSize = true; this.radioButton21.Location = new System.Drawing.Point(212, 49); this.radioButton21.Name = "radioButton21"; this.radioButton21.Size = new System.Drawing.Size(106, 17); this.radioButton21.TabIndex = 6; this.radioButton21.TabStop = true; this.radioButton21.Text = "ReadPressureOp"; this.radioButton21.UseVisualStyleBackColor = true; this.radioButton21.CheckedChanged += new System.EventHandler(this.radioButton21_CheckedChanged); // // groupBox4 // this.groupBox4.Controls.Add(this.radioButton34); this.groupBox4.Controls.Add(this.radioButton33); this.groupBox4.Controls.Add(this.radioButton32); this.groupBox4.Controls.Add(this.radioButton31); this.groupBox4.Controls.Add(this.radioButton24); this.groupBox4.Controls.Add(this.radioButton4); this.groupBox4.Controls.Add(this.radioButton23); this.groupBox4.Controls.Add(this.radioButton0); this.groupBox4.Controls.Add(this.radioButton22); this.groupBox4.Controls.Add(this.radioButton3); this.groupBox4.Controls.Add(this.radioButton21); this.groupBox4.Controls.Add(this.radioButton1); this.groupBox4.Controls.Add(this.radioButton2); this.groupBox4.Location = new System.Drawing.Point(12, 349); this.groupBox4.Name = "groupBox4"; this.groupBox4.Size = new System.Drawing.Size(581, 145); this.groupBox4.TabIndex = 12; this.groupBox4.TabStop = false; this.groupBox4.Text = "Operations"; // // radioButton34 // this.radioButton34.AutoSize = true; this.radioButton34.Location = new System.Drawing.Point(405, 118); this.radioButton34.Name = "radioButton34"; this.radioButton34.Size = new System.Drawing.Size(51, 17); this.radioButton34.TabIndex = 13; this.radioButton34.TabStop = true; this.radioButton34.Text = "spare"; this.radioButton34.UseVisualStyleBackColor = true; this.radioButton34.CheckedChanged += new System.EventHandler(this.radioButton34_CheckedChanged); // // radioButton33 // this.radioButton33.AutoSize = true; this.radioButton33.Location = new System.Drawing.Point(405, 95); this.radioButton33.Name = "radioButton33"; this.radioButton33.Size = new System.Drawing.Size(51, 17); this.radioButton33.TabIndex = 12; this.radioButton33.TabStop = true; this.radioButton33.Text = "spare"; this.radioButton33.UseVisualStyleBackColor = true; this.radioButton33.CheckedChanged += new System.EventHandler(this.radioButton33_CheckedChanged); // // radioButton32 // this.radioButton32.AutoSize = true; this.radioButton32.Location = new System.Drawing.Point(405, 72); this.radioButton32.Name = "radioButton32"; this.radioButton32.Size = new System.Drawing.Size(51, 17); this.radioButton32.TabIndex = 11; this.radioButton32.TabStop = true; this.radioButton32.Text = "spare"; this.radioButton32.UseVisualStyleBackColor = true; this.radioButton32.CheckedChanged += new System.EventHandler(this.radioButton32_CheckedChanged); // // radioButton31 // this.radioButton31.AutoSize = true; this.radioButton31.Location = new System.Drawing.Point(405, 49); this.radioButton31.Name = "radioButton31"; this.radioButton31.Size = new System.Drawing.Size(106, 17); this.radioButton31.TabIndex = 10; this.radioButton31.TabStop = true; this.radioButton31.Text = "ReadPressureOp"; this.radioButton31.UseVisualStyleBackColor = true; this.radioButton31.CheckedChanged += new System.EventHandler(this.radioButton31_CheckedChanged); // // groupBox5 // this.groupBox5.Controls.Add(this.configureComponent3Button); this.groupBox5.Controls.Add(this.component3NameTextBox); this.groupBox5.Controls.Add(this.label5); this.groupBox5.Controls.Add(this.label6); this.groupBox5.Controls.Add(this.component3ClassNameComboBox); this.groupBox5.Location = new System.Drawing.Point(12, 255); this.groupBox5.Name = "groupBox5"; this.groupBox5.Size = new System.Drawing.Size(486, 75); this.groupBox5.TabIndex = 13; this.groupBox5.TabStop = false; this.groupBox5.Text = "Component 3"; // // configureComponent3Button // this.configureComponent3Button.Location = new System.Drawing.Point(395, 19); this.configureComponent3Button.Name = "configureComponent3Button"; this.configureComponent3Button.Size = new System.Drawing.Size(73, 45); this.configureComponent3Button.TabIndex = 4; this.configureComponent3Button.Text = "Configure"; this.configureComponent3Button.UseVisualStyleBackColor = true; this.configureComponent3Button.Click += new System.EventHandler(this.configureComponent3Button_Click); // // component3NameTextBox // this.component3NameTextBox.Enabled = false; this.component3NameTextBox.Location = new System.Drawing.Point(77, 44); this.component3NameTextBox.Name = "component3NameTextBox"; this.component3NameTextBox.Size = new System.Drawing.Size(299, 20); this.component3NameTextBox.TabIndex = 3; // // label5 // this.label5.AutoSize = true; this.label5.Location = new System.Drawing.Point(11, 47); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(35, 13); this.label5.TabIndex = 2; this.label5.Text = "Name"; // // label6 // this.label6.AutoSize = true; this.label6.Location = new System.Drawing.Point(11, 22); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(32, 13); this.label6.TabIndex = 1; this.label6.Text = "Class"; // // component3ClassNameComboBox // this.component3ClassNameComboBox.FormattingEnabled = true; this.component3ClassNameComboBox.Location = new System.Drawing.Point(77, 19); this.component3ClassNameComboBox.Name = "component3ClassNameComboBox"; this.component3ClassNameComboBox.Size = new System.Drawing.Size(299, 21); this.component3ClassNameComboBox.TabIndex = 0; // // DeviceTestDlg // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(613, 502); this.Controls.Add(this.groupBox5); this.Controls.Add(this.groupBox4); this.Controls.Add(this.groupBox3); this.Controls.Add(this.stopButton); this.Controls.Add(this.groupBox2); this.Controls.Add(this.startButton); this.Controls.Add(this.groupBox1); this.Name = "DeviceTestDlg"; this.Text = "Device test"; this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.DeviceTestDlg_FormClosing); this.Load += new System.EventHandler(this.DeviceTestDlg_Load); this.groupBox1.ResumeLayout(false); this.groupBox1.PerformLayout(); this.groupBox2.ResumeLayout(false); this.groupBox2.PerformLayout(); this.groupBox3.ResumeLayout(false); this.groupBox3.PerformLayout(); this.groupBox4.ResumeLayout(false); this.groupBox4.PerformLayout(); this.groupBox5.ResumeLayout(false); this.groupBox5.PerformLayout(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.ComboBox parentClassNameComboBox; private System.Windows.Forms.Label classLabel; private System.Windows.Forms.Label nameLabel; private System.Windows.Forms.TextBox parentNameTextBox; private System.Windows.Forms.Button configureParentButton; private System.Windows.Forms.Button startButton; private System.Windows.Forms.GroupBox groupBox1; private System.Windows.Forms.GroupBox groupBox2; private System.Windows.Forms.Button configureComponent1Button; private System.Windows.Forms.TextBox componentNameTextBox; private System.Windows.Forms.Label label1; private System.Windows.Forms.Label label2; private System.Windows.Forms.ComboBox component1ClassNameComboBox; private System.Windows.Forms.RadioButton radioButton4; private System.Windows.Forms.RadioButton radioButton3; private System.Windows.Forms.RadioButton radioButton2; private System.Windows.Forms.RadioButton radioButton1; private System.Windows.Forms.RadioButton radioButton0; private System.Windows.Forms.Button stopButton; private System.Windows.Forms.GroupBox groupBox3; private System.Windows.Forms.RadioButton radioButton24; private System.Windows.Forms.RadioButton radioButton23; private System.Windows.Forms.RadioButton radioButton22; private System.Windows.Forms.RadioButton radioButton21; private System.Windows.Forms.Button configureComponent2Button; private System.Windows.Forms.TextBox component2NameTextBox; private System.Windows.Forms.Label label3; private System.Windows.Forms.Label label4; private System.Windows.Forms.ComboBox component2ClassNameComboBox; private System.Windows.Forms.GroupBox groupBox4; private System.Windows.Forms.GroupBox groupBox5; private System.Windows.Forms.Button configureComponent3Button; private System.Windows.Forms.TextBox component3NameTextBox; private System.Windows.Forms.Label label5; private System.Windows.Forms.Label label6; private System.Windows.Forms.ComboBox component3ClassNameComboBox; private System.Windows.Forms.RadioButton radioButton34; private System.Windows.Forms.RadioButton radioButton33; private System.Windows.Forms.RadioButton radioButton32; private System.Windows.Forms.RadioButton radioButton31; } }