namespace OINA.Extender.Testharness { partial class DetailDialogVisualSettings { /// /// 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.groupBox1 = new System.Windows.Forms.GroupBox(); this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel(); this.label7 = new System.Windows.Forms.Label(); this.label5 = new System.Windows.Forms.Label(); this.label1 = new System.Windows.Forms.Label(); this.backgroundColorComboBox = new System.Windows.Forms.ComboBox(); this.headerColorComboBox = new System.Windows.Forms.ComboBox(); this.detailColorComboBox = new System.Windows.Forms.ComboBox(); this.backgroundColorPanel = new System.Windows.Forms.Panel(); this.headerColorPanel = new System.Windows.Forms.Panel(); this.detailColorPanel = new System.Windows.Forms.Panel(); this.groupBox2 = new System.Windows.Forms.GroupBox(); this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel(); this.label6 = new System.Windows.Forms.Label(); this.label4 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.headerSizeNumericUpDown = new System.Windows.Forms.NumericUpDown(); this.headerFontFamilyComboBox = new System.Windows.Forms.ComboBox(); this.headerFontStyleComboBox = new System.Windows.Forms.ComboBox(); this.groupBox3 = new System.Windows.Forms.GroupBox(); this.tableLayoutPanel3 = new System.Windows.Forms.TableLayoutPanel(); this.label9 = new System.Windows.Forms.Label(); this.label8 = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); this.detailSizeNumericUpDown = new System.Windows.Forms.NumericUpDown(); this.detailFontFamilyComboBox = new System.Windows.Forms.ComboBox(); this.detailFontStyleComboBox = new System.Windows.Forms.ComboBox(); this.resetStylesButton = new System.Windows.Forms.Button(); this.groupBox1.SuspendLayout(); this.tableLayoutPanel1.SuspendLayout(); this.groupBox2.SuspendLayout(); this.tableLayoutPanel2.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.headerSizeNumericUpDown)).BeginInit(); this.groupBox3.SuspendLayout(); this.tableLayoutPanel3.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.detailSizeNumericUpDown)).BeginInit(); this.SuspendLayout(); // // groupBox1 // this.groupBox1.Controls.Add(this.tableLayoutPanel1); this.groupBox1.Dock = System.Windows.Forms.DockStyle.Top; this.groupBox1.Location = new System.Drawing.Point(0, 0); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(370, 104); this.groupBox1.TabIndex = 0; this.groupBox1.TabStop = false; this.groupBox1.Text = "Dialog Color Settings"; // // tableLayoutPanel1 // this.tableLayoutPanel1.ColumnCount = 3; this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 49.4465F)); this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50.5535F)); this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 98F)); this.tableLayoutPanel1.Controls.Add(this.label7, 0, 2); this.tableLayoutPanel1.Controls.Add(this.label5, 0, 1); this.tableLayoutPanel1.Controls.Add(this.label1, 0, 0); this.tableLayoutPanel1.Controls.Add(this.backgroundColorComboBox, 1, 0); this.tableLayoutPanel1.Controls.Add(this.headerColorComboBox, 1, 1); this.tableLayoutPanel1.Controls.Add(this.detailColorComboBox, 1, 2); this.tableLayoutPanel1.Controls.Add(this.backgroundColorPanel, 2, 0); this.tableLayoutPanel1.Controls.Add(this.headerColorPanel, 2, 1); this.tableLayoutPanel1.Controls.Add(this.detailColorPanel, 2, 2); this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill; this.tableLayoutPanel1.Location = new System.Drawing.Point(3, 16); this.tableLayoutPanel1.Name = "tableLayoutPanel1"; this.tableLayoutPanel1.RowCount = 3; this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F)); this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F)); this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 24F)); this.tableLayoutPanel1.Size = new System.Drawing.Size(364, 85); this.tableLayoutPanel1.TabIndex = 0; // // label7 // this.label7.AutoSize = true; this.label7.Dock = System.Windows.Forms.DockStyle.Fill; this.label7.Location = new System.Drawing.Point(3, 60); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(125, 25); this.label7.TabIndex = 5; this.label7.Text = "Detail Text"; this.label7.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // label5 // this.label5.AutoSize = true; this.label5.Dock = System.Windows.Forms.DockStyle.Fill; this.label5.Location = new System.Drawing.Point(3, 30); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(125, 30); this.label5.TabIndex = 3; this.label5.Text = "Heading"; this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // label1 // this.label1.AutoSize = true; this.label1.Dock = System.Windows.Forms.DockStyle.Fill; this.label1.Location = new System.Drawing.Point(3, 0); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(125, 30); this.label1.TabIndex = 0; this.label1.Text = "Background"; this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // backgroundColorComboBox // this.backgroundColorComboBox.Dock = System.Windows.Forms.DockStyle.Fill; this.backgroundColorComboBox.FormattingEnabled = true; this.backgroundColorComboBox.Location = new System.Drawing.Point(134, 3); this.backgroundColorComboBox.Name = "backgroundColorComboBox"; this.backgroundColorComboBox.Size = new System.Drawing.Size(128, 21); this.backgroundColorComboBox.TabIndex = 6; this.backgroundColorComboBox.SelectedValueChanged += new System.EventHandler(this.OnBackgroundColorComboBoxSelectedValueChanged); // // headerColorComboBox // this.headerColorComboBox.Dock = System.Windows.Forms.DockStyle.Fill; this.headerColorComboBox.FormattingEnabled = true; this.headerColorComboBox.Location = new System.Drawing.Point(134, 33); this.headerColorComboBox.Name = "headerColorComboBox"; this.headerColorComboBox.Size = new System.Drawing.Size(128, 21); this.headerColorComboBox.TabIndex = 7; this.headerColorComboBox.SelectedValueChanged += new System.EventHandler(this.OnHeaderColorComboBoxSelectedValueChanged); // // detailColorComboBox // this.detailColorComboBox.Dock = System.Windows.Forms.DockStyle.Fill; this.detailColorComboBox.FormattingEnabled = true; this.detailColorComboBox.Location = new System.Drawing.Point(134, 63); this.detailColorComboBox.Name = "detailColorComboBox"; this.detailColorComboBox.Size = new System.Drawing.Size(128, 21); this.detailColorComboBox.TabIndex = 8; this.detailColorComboBox.SelectedValueChanged += new System.EventHandler(this.OnDetailColorComboBoxSelectedValueChanged); // // backgroundColorPanel // this.backgroundColorPanel.Location = new System.Drawing.Point(268, 3); this.backgroundColorPanel.Name = "backgroundColorPanel"; this.backgroundColorPanel.Size = new System.Drawing.Size(87, 24); this.backgroundColorPanel.TabIndex = 9; // // headerColorPanel // this.headerColorPanel.Location = new System.Drawing.Point(268, 33); this.headerColorPanel.Name = "headerColorPanel"; this.headerColorPanel.Size = new System.Drawing.Size(87, 24); this.headerColorPanel.TabIndex = 10; // // detailColorPanel // this.detailColorPanel.Location = new System.Drawing.Point(268, 63); this.detailColorPanel.Name = "detailColorPanel"; this.detailColorPanel.Size = new System.Drawing.Size(87, 19); this.detailColorPanel.TabIndex = 11; // // groupBox2 // this.groupBox2.Controls.Add(this.tableLayoutPanel2); this.groupBox2.Dock = System.Windows.Forms.DockStyle.Top; this.groupBox2.Location = new System.Drawing.Point(0, 104); this.groupBox2.Name = "groupBox2"; this.groupBox2.Size = new System.Drawing.Size(370, 104); this.groupBox2.TabIndex = 1; this.groupBox2.TabStop = false; this.groupBox2.Text = "Header Text Font Style"; // // tableLayoutPanel2 // this.tableLayoutPanel2.ColumnCount = 2; this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 36.81319F)); this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 63.18681F)); this.tableLayoutPanel2.Controls.Add(this.label6, 0, 2); this.tableLayoutPanel2.Controls.Add(this.label4, 0, 1); this.tableLayoutPanel2.Controls.Add(this.label2, 0, 0); this.tableLayoutPanel2.Controls.Add(this.headerSizeNumericUpDown, 1, 2); this.tableLayoutPanel2.Controls.Add(this.headerFontFamilyComboBox, 1, 0); this.tableLayoutPanel2.Controls.Add(this.headerFontStyleComboBox, 1, 1); this.tableLayoutPanel2.Dock = System.Windows.Forms.DockStyle.Fill; this.tableLayoutPanel2.Location = new System.Drawing.Point(3, 16); this.tableLayoutPanel2.Name = "tableLayoutPanel2"; this.tableLayoutPanel2.RowCount = 3; this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F)); this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F)); this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 27F)); this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F)); this.tableLayoutPanel2.Size = new System.Drawing.Size(364, 85); this.tableLayoutPanel2.TabIndex = 1; // // label6 // this.label6.AutoSize = true; this.label6.Dock = System.Windows.Forms.DockStyle.Fill; this.label6.Location = new System.Drawing.Point(3, 58); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(128, 27); this.label6.TabIndex = 4; this.label6.Text = "Font Size"; this.label6.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // label4 // this.label4.AutoSize = true; this.label4.Dock = System.Windows.Forms.DockStyle.Fill; this.label4.Location = new System.Drawing.Point(3, 29); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(128, 29); this.label4.TabIndex = 3; this.label4.Text = "Font Style"; this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // label2 // this.label2.AutoSize = true; this.label2.Dock = System.Windows.Forms.DockStyle.Fill; this.label2.Location = new System.Drawing.Point(3, 0); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(128, 29); this.label2.TabIndex = 2; this.label2.Text = "Font Family"; this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // headerSizeNumericUpDown // this.headerSizeNumericUpDown.Dock = System.Windows.Forms.DockStyle.Fill; this.headerSizeNumericUpDown.Location = new System.Drawing.Point(137, 61); this.headerSizeNumericUpDown.Name = "headerSizeNumericUpDown"; this.headerSizeNumericUpDown.Size = new System.Drawing.Size(224, 20); this.headerSizeNumericUpDown.TabIndex = 5; this.headerSizeNumericUpDown.ValueChanged += new System.EventHandler(this.OnHeaderSizeNumericUpDownValueChanged); // // headerFontFamilyComboBox // this.headerFontFamilyComboBox.Dock = System.Windows.Forms.DockStyle.Fill; this.headerFontFamilyComboBox.FormattingEnabled = true; this.headerFontFamilyComboBox.Location = new System.Drawing.Point(137, 3); this.headerFontFamilyComboBox.Name = "headerFontFamilyComboBox"; this.headerFontFamilyComboBox.Size = new System.Drawing.Size(224, 21); this.headerFontFamilyComboBox.TabIndex = 6; this.headerFontFamilyComboBox.SelectedValueChanged += new System.EventHandler(this.ComboBox_SelectedValueChanged); // // headerFontStyleComboBox // this.headerFontStyleComboBox.Dock = System.Windows.Forms.DockStyle.Fill; this.headerFontStyleComboBox.FormattingEnabled = true; this.headerFontStyleComboBox.Location = new System.Drawing.Point(137, 32); this.headerFontStyleComboBox.Name = "headerFontStyleComboBox"; this.headerFontStyleComboBox.Size = new System.Drawing.Size(224, 21); this.headerFontStyleComboBox.TabIndex = 7; this.headerFontStyleComboBox.SelectedValueChanged += new System.EventHandler(this.ComboBox_SelectedValueChanged); // // groupBox3 // this.groupBox3.Controls.Add(this.tableLayoutPanel3); this.groupBox3.Dock = System.Windows.Forms.DockStyle.Top; this.groupBox3.Location = new System.Drawing.Point(0, 208); this.groupBox3.Name = "groupBox3"; this.groupBox3.Size = new System.Drawing.Size(370, 105); this.groupBox3.TabIndex = 2; this.groupBox3.TabStop = false; this.groupBox3.Text = "Detail Text Font Style"; // // tableLayoutPanel3 // this.tableLayoutPanel3.ColumnCount = 2; this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 36.26374F)); this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 63.73626F)); this.tableLayoutPanel3.Controls.Add(this.label9, 0, 2); this.tableLayoutPanel3.Controls.Add(this.label8, 0, 1); this.tableLayoutPanel3.Controls.Add(this.label3, 0, 0); this.tableLayoutPanel3.Controls.Add(this.detailSizeNumericUpDown, 1, 2); this.tableLayoutPanel3.Controls.Add(this.detailFontFamilyComboBox, 1, 0); this.tableLayoutPanel3.Controls.Add(this.detailFontStyleComboBox, 1, 1); this.tableLayoutPanel3.Dock = System.Windows.Forms.DockStyle.Fill; this.tableLayoutPanel3.Location = new System.Drawing.Point(3, 16); this.tableLayoutPanel3.Name = "tableLayoutPanel3"; this.tableLayoutPanel3.RowCount = 3; this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F)); this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F)); this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F)); this.tableLayoutPanel3.Size = new System.Drawing.Size(364, 86); this.tableLayoutPanel3.TabIndex = 1; // // label9 // this.label9.AutoSize = true; this.label9.Dock = System.Windows.Forms.DockStyle.Fill; this.label9.Location = new System.Drawing.Point(3, 56); this.label9.Name = "label9"; this.label9.Size = new System.Drawing.Size(126, 30); this.label9.TabIndex = 3; this.label9.Text = "Font Size"; this.label9.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // label8 // this.label8.AutoSize = true; this.label8.Dock = System.Windows.Forms.DockStyle.Fill; this.label8.Location = new System.Drawing.Point(3, 28); this.label8.Name = "label8"; this.label8.Size = new System.Drawing.Size(126, 28); this.label8.TabIndex = 2; this.label8.Text = "Font Style"; this.label8.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // label3 // this.label3.AutoSize = true; this.label3.Dock = System.Windows.Forms.DockStyle.Fill; this.label3.Location = new System.Drawing.Point(3, 0); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(126, 28); this.label3.TabIndex = 1; this.label3.Text = "Font Family"; this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // detailSizeNumericUpDown // this.detailSizeNumericUpDown.Dock = System.Windows.Forms.DockStyle.Fill; this.detailSizeNumericUpDown.Location = new System.Drawing.Point(135, 59); this.detailSizeNumericUpDown.Name = "detailSizeNumericUpDown"; this.detailSizeNumericUpDown.Size = new System.Drawing.Size(226, 20); this.detailSizeNumericUpDown.TabIndex = 4; this.detailSizeNumericUpDown.ValueChanged += new System.EventHandler(this.OnDetailSizeNumericUpDownValueChanged); // // detailFontFamilyComboBox // this.detailFontFamilyComboBox.Dock = System.Windows.Forms.DockStyle.Fill; this.detailFontFamilyComboBox.FormattingEnabled = true; this.detailFontFamilyComboBox.Location = new System.Drawing.Point(135, 3); this.detailFontFamilyComboBox.Name = "detailFontFamilyComboBox"; this.detailFontFamilyComboBox.Size = new System.Drawing.Size(226, 21); this.detailFontFamilyComboBox.TabIndex = 5; this.detailFontFamilyComboBox.SelectedValueChanged += new System.EventHandler(this.ComboBox_SelectedValueChanged); // // detailFontStyleComboBox // this.detailFontStyleComboBox.Dock = System.Windows.Forms.DockStyle.Fill; this.detailFontStyleComboBox.FormattingEnabled = true; this.detailFontStyleComboBox.Location = new System.Drawing.Point(135, 31); this.detailFontStyleComboBox.Name = "detailFontStyleComboBox"; this.detailFontStyleComboBox.Size = new System.Drawing.Size(226, 21); this.detailFontStyleComboBox.TabIndex = 6; this.detailFontStyleComboBox.SelectedValueChanged += new System.EventHandler(this.ComboBox_SelectedValueChanged); // // resetStylesButton // this.resetStylesButton.Dock = System.Windows.Forms.DockStyle.Fill; this.resetStylesButton.Location = new System.Drawing.Point(0, 313); this.resetStylesButton.Name = "resetStylesButton"; this.resetStylesButton.Size = new System.Drawing.Size(370, 38); this.resetStylesButton.TabIndex = 3; this.resetStylesButton.Text = "Reset"; this.resetStylesButton.UseVisualStyleBackColor = true; this.resetStylesButton.Click += new System.EventHandler(this.OnResetStylesButtonClick); // // DetailDialogVisualSettings // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(370, 351); this.Controls.Add(this.resetStylesButton); this.Controls.Add(this.groupBox3); this.Controls.Add(this.groupBox2); this.Controls.Add(this.groupBox1); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow; this.Name = "DetailDialogVisualSettings"; this.Text = "Detail Dialog Visual Settings"; this.groupBox1.ResumeLayout(false); this.tableLayoutPanel1.ResumeLayout(false); this.tableLayoutPanel1.PerformLayout(); this.groupBox2.ResumeLayout(false); this.tableLayoutPanel2.ResumeLayout(false); this.tableLayoutPanel2.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.headerSizeNumericUpDown)).EndInit(); this.groupBox3.ResumeLayout(false); this.tableLayoutPanel3.ResumeLayout(false); this.tableLayoutPanel3.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.detailSizeNumericUpDown)).EndInit(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.GroupBox groupBox1; private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1; private System.Windows.Forms.Label label7; private System.Windows.Forms.Label label5; private System.Windows.Forms.Label label1; private System.Windows.Forms.GroupBox groupBox2; private System.Windows.Forms.TableLayoutPanel tableLayoutPanel2; private System.Windows.Forms.Label label6; private System.Windows.Forms.Label label4; private System.Windows.Forms.Label label2; private System.Windows.Forms.NumericUpDown headerSizeNumericUpDown; private System.Windows.Forms.GroupBox groupBox3; private System.Windows.Forms.TableLayoutPanel tableLayoutPanel3; private System.Windows.Forms.Label label9; private System.Windows.Forms.Label label8; private System.Windows.Forms.Label label3; private System.Windows.Forms.NumericUpDown detailSizeNumericUpDown; private System.Windows.Forms.Button resetStylesButton; private System.Windows.Forms.ComboBox backgroundColorComboBox; private System.Windows.Forms.ComboBox headerColorComboBox; private System.Windows.Forms.ComboBox detailColorComboBox; private System.Windows.Forms.Panel backgroundColorPanel; private System.Windows.Forms.Panel headerColorPanel; private System.Windows.Forms.Panel detailColorPanel; private System.Windows.Forms.ComboBox headerFontFamilyComboBox; private System.Windows.Forms.ComboBox headerFontStyleComboBox; private System.Windows.Forms.ComboBox detailFontFamilyComboBox; private System.Windows.Forms.ComboBox detailFontStyleComboBox; } }