namespace ResultsBrowser.Forms { partial class StatisticsOptionsDlg { /// /// 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.cancelButton = new System.Windows.Forms.Button(); this.okButton = new System.Windows.Forms.Button(); this.rowsGroupBox = new System.Windows.Forms.GroupBox(); this.rowTestSpecTextBox2 = new System.Windows.Forms.TextBox(); this.label4 = new System.Windows.Forms.Label(); this.rowsComboBox2 = new System.Windows.Forms.ComboBox(); this.rowTestSpecTextBox = new System.Windows.Forms.TextBox(); this.label1 = new System.Windows.Forms.Label(); this.rowsComboBox = new System.Windows.Forms.ComboBox(); this.columnsGroupBox = new System.Windows.Forms.GroupBox(); this.columnTestSpecTextBox2 = new System.Windows.Forms.TextBox(); this.label3 = new System.Windows.Forms.Label(); this.columnsComboBox2 = new System.Windows.Forms.ComboBox(); this.columnTestSpecTextBox = new System.Windows.Forms.TextBox(); this.label2 = new System.Windows.Forms.Label(); this.columnsComboBox = new System.Windows.Forms.ComboBox(); this.twoDimCheckBox = new System.Windows.Forms.CheckBox(); this.rowTestSpecTextBox3 = new System.Windows.Forms.TextBox(); this.label5 = new System.Windows.Forms.Label(); this.rowsComboBox3 = new System.Windows.Forms.ComboBox(); this.columnTestSpecTextBox3 = new System.Windows.Forms.TextBox(); this.label6 = new System.Windows.Forms.Label(); this.columnsComboBox3 = new System.Windows.Forms.ComboBox(); this.rowsGroupBox.SuspendLayout(); this.columnsGroupBox.SuspendLayout(); this.SuspendLayout(); // // cancelButton // this.cancelButton.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.cancelButton.Location = new System.Drawing.Point(368, 294); this.cancelButton.Name = "cancelButton"; this.cancelButton.Size = new System.Drawing.Size(95, 38); this.cancelButton.TabIndex = 9; this.cancelButton.Text = "Cancel"; this.cancelButton.UseVisualStyleBackColor = true; this.cancelButton.Click += new System.EventHandler(this.cancelButton_Click); // // okButton // this.okButton.Location = new System.Drawing.Point(257, 294); this.okButton.Name = "okButton"; this.okButton.Size = new System.Drawing.Size(95, 38); this.okButton.TabIndex = 8; this.okButton.Text = "OK"; this.okButton.UseVisualStyleBackColor = true; this.okButton.Click += new System.EventHandler(this.okButton_Click); // // rowsGroupBox // this.rowsGroupBox.Controls.Add(this.rowTestSpecTextBox3); this.rowsGroupBox.Controls.Add(this.label5); this.rowsGroupBox.Controls.Add(this.rowsComboBox3); this.rowsGroupBox.Controls.Add(this.rowTestSpecTextBox2); this.rowsGroupBox.Controls.Add(this.label4); this.rowsGroupBox.Controls.Add(this.rowsComboBox2); this.rowsGroupBox.Controls.Add(this.rowTestSpecTextBox); this.rowsGroupBox.Controls.Add(this.label1); this.rowsGroupBox.Controls.Add(this.rowsComboBox); this.rowsGroupBox.Location = new System.Drawing.Point(38, 50); this.rowsGroupBox.Name = "rowsGroupBox"; this.rowsGroupBox.Size = new System.Drawing.Size(427, 112); this.rowsGroupBox.TabIndex = 10; this.rowsGroupBox.TabStop = false; this.rowsGroupBox.Text = "Rows"; // // rowTestSpecTextBox2 // this.rowTestSpecTextBox2.Location = new System.Drawing.Point(326, 52); this.rowTestSpecTextBox2.Name = "rowTestSpecTextBox2"; this.rowTestSpecTextBox2.Size = new System.Drawing.Size(61, 20); this.rowTestSpecTextBox2.TabIndex = 5; // // label4 // this.label4.AutoSize = true; this.label4.Location = new System.Drawing.Point(242, 55); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(35, 13); this.label4.TabIndex = 4; this.label4.Text = "label4"; // // rowsComboBox2 // this.rowsComboBox2.FormattingEnabled = true; this.rowsComboBox2.Location = new System.Drawing.Point(32, 52); this.rowsComboBox2.Name = "rowsComboBox2"; this.rowsComboBox2.Size = new System.Drawing.Size(185, 21); this.rowsComboBox2.TabIndex = 3; // // rowTestSpecTextBox // this.rowTestSpecTextBox.Location = new System.Drawing.Point(326, 24); this.rowTestSpecTextBox.Name = "rowTestSpecTextBox"; this.rowTestSpecTextBox.Size = new System.Drawing.Size(61, 20); this.rowTestSpecTextBox.TabIndex = 2; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(242, 27); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(35, 13); this.label1.TabIndex = 1; this.label1.Text = "label1"; // // rowsComboBox // this.rowsComboBox.FormattingEnabled = true; this.rowsComboBox.Location = new System.Drawing.Point(32, 24); this.rowsComboBox.Name = "rowsComboBox"; this.rowsComboBox.Size = new System.Drawing.Size(185, 21); this.rowsComboBox.TabIndex = 0; // // columnsGroupBox // this.columnsGroupBox.Controls.Add(this.columnTestSpecTextBox3); this.columnsGroupBox.Controls.Add(this.label6); this.columnsGroupBox.Controls.Add(this.columnsComboBox3); this.columnsGroupBox.Controls.Add(this.columnTestSpecTextBox2); this.columnsGroupBox.Controls.Add(this.label3); this.columnsGroupBox.Controls.Add(this.columnsComboBox2); this.columnsGroupBox.Controls.Add(this.columnTestSpecTextBox); this.columnsGroupBox.Controls.Add(this.label2); this.columnsGroupBox.Controls.Add(this.columnsComboBox); this.columnsGroupBox.Location = new System.Drawing.Point(38, 175); this.columnsGroupBox.Name = "columnsGroupBox"; this.columnsGroupBox.Size = new System.Drawing.Size(427, 112); this.columnsGroupBox.TabIndex = 11; this.columnsGroupBox.TabStop = false; this.columnsGroupBox.Text = "Columns"; // // columnTestSpecTextBox2 // this.columnTestSpecTextBox2.Location = new System.Drawing.Point(326, 51); this.columnTestSpecTextBox2.Name = "columnTestSpecTextBox2"; this.columnTestSpecTextBox2.Size = new System.Drawing.Size(61, 20); this.columnTestSpecTextBox2.TabIndex = 6; // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(242, 54); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(35, 13); this.label3.TabIndex = 5; this.label3.Text = "label3"; // // columnsComboBox2 // this.columnsComboBox2.FormattingEnabled = true; this.columnsComboBox2.Location = new System.Drawing.Point(32, 51); this.columnsComboBox2.Name = "columnsComboBox2"; this.columnsComboBox2.Size = new System.Drawing.Size(185, 21); this.columnsComboBox2.TabIndex = 4; // // columnTestSpecTextBox // this.columnTestSpecTextBox.Location = new System.Drawing.Point(326, 23); this.columnTestSpecTextBox.Name = "columnTestSpecTextBox"; this.columnTestSpecTextBox.Size = new System.Drawing.Size(61, 20); this.columnTestSpecTextBox.TabIndex = 3; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(242, 26); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(35, 13); this.label2.TabIndex = 2; this.label2.Text = "label2"; // // columnsComboBox // this.columnsComboBox.FormattingEnabled = true; this.columnsComboBox.Location = new System.Drawing.Point(32, 23); this.columnsComboBox.Name = "columnsComboBox"; this.columnsComboBox.Size = new System.Drawing.Size(185, 21); this.columnsComboBox.TabIndex = 1; // // twoDimCheckBox // this.twoDimCheckBox.AutoSize = true; this.twoDimCheckBox.Location = new System.Drawing.Point(39, 21); this.twoDimCheckBox.Name = "twoDimCheckBox"; this.twoDimCheckBox.Size = new System.Drawing.Size(40, 17); this.twoDimCheckBox.TabIndex = 12; this.twoDimCheckBox.Text = "2D"; this.twoDimCheckBox.UseVisualStyleBackColor = true; this.twoDimCheckBox.CheckedChanged += new System.EventHandler(this.twoDimCheckBox_CheckedChanged); // // rowTestSpecTextBox3 // this.rowTestSpecTextBox3.Location = new System.Drawing.Point(326, 80); this.rowTestSpecTextBox3.Name = "rowTestSpecTextBox3"; this.rowTestSpecTextBox3.Size = new System.Drawing.Size(61, 20); this.rowTestSpecTextBox3.TabIndex = 8; // // label5 // this.label5.AutoSize = true; this.label5.Location = new System.Drawing.Point(242, 83); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(35, 13); this.label5.TabIndex = 7; this.label5.Text = "label5"; // // rowsComboBox3 // this.rowsComboBox3.FormattingEnabled = true; this.rowsComboBox3.Location = new System.Drawing.Point(32, 80); this.rowsComboBox3.Name = "rowsComboBox3"; this.rowsComboBox3.Size = new System.Drawing.Size(185, 21); this.rowsComboBox3.TabIndex = 6; // // columnTestSpecTextBox3 // this.columnTestSpecTextBox3.Location = new System.Drawing.Point(326, 79); this.columnTestSpecTextBox3.Name = "columnTestSpecTextBox3"; this.columnTestSpecTextBox3.Size = new System.Drawing.Size(61, 20); this.columnTestSpecTextBox3.TabIndex = 9; // // label6 // this.label6.AutoSize = true; this.label6.Location = new System.Drawing.Point(242, 82); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(35, 13); this.label6.TabIndex = 8; this.label6.Text = "label6"; // // columnsComboBox3 // this.columnsComboBox3.FormattingEnabled = true; this.columnsComboBox3.Location = new System.Drawing.Point(32, 79); this.columnsComboBox3.Name = "columnsComboBox3"; this.columnsComboBox3.Size = new System.Drawing.Size(185, 21); this.columnsComboBox3.TabIndex = 7; // // StatisticsOptionsDlg // this.AcceptButton = this.okButton; this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.CancelButton = this.cancelButton; this.ClientSize = new System.Drawing.Size(503, 355); this.Controls.Add(this.columnsGroupBox); this.Controls.Add(this.twoDimCheckBox); this.Controls.Add(this.rowsGroupBox); this.Controls.Add(this.cancelButton); this.Controls.Add(this.okButton); this.Name = "StatisticsOptionsDlg"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.Text = "StatisticsOptionsDlg"; this.Load += new System.EventHandler(this.StatisticsOptionsDlg_Load); this.rowsGroupBox.ResumeLayout(false); this.rowsGroupBox.PerformLayout(); this.columnsGroupBox.ResumeLayout(false); this.columnsGroupBox.PerformLayout(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Button cancelButton; private System.Windows.Forms.Button okButton; private System.Windows.Forms.GroupBox rowsGroupBox; private System.Windows.Forms.ComboBox rowsComboBox; private System.Windows.Forms.GroupBox columnsGroupBox; private System.Windows.Forms.ComboBox columnsComboBox; private System.Windows.Forms.CheckBox twoDimCheckBox; private System.Windows.Forms.TextBox rowTestSpecTextBox; private System.Windows.Forms.Label label1; private System.Windows.Forms.TextBox columnTestSpecTextBox; private System.Windows.Forms.Label label2; private System.Windows.Forms.TextBox columnTestSpecTextBox2; private System.Windows.Forms.Label label3; private System.Windows.Forms.ComboBox columnsComboBox2; private System.Windows.Forms.TextBox rowTestSpecTextBox2; private System.Windows.Forms.Label label4; private System.Windows.Forms.ComboBox rowsComboBox2; private System.Windows.Forms.TextBox rowTestSpecTextBox3; private System.Windows.Forms.Label label5; private System.Windows.Forms.ComboBox rowsComboBox3; private System.Windows.Forms.TextBox columnTestSpecTextBox3; private System.Windows.Forms.Label label6; private System.Windows.Forms.ComboBox columnsComboBox3; } }