|
using System.Drawing;
namespace Accessibility_Core_App;
partial class ContainerControls2
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
this.label8 = new System.Windows.Forms.Label();
this.splitContainer1 = new System.Windows.Forms.SplitContainer();
this.button15 = new System.Windows.Forms.Button();
this.button16 = new System.Windows.Forms.Button();
this.label9 = new System.Windows.Forms.Label();
this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
this.radioButton6 = new System.Windows.Forms.RadioButton();
this.radioButton5 = new System.Windows.Forms.RadioButton();
this.radioButton4 = new System.Windows.Forms.RadioButton();
this.checkBox2 = new System.Windows.Forms.CheckBox();
this.radioButton3 = new System.Windows.Forms.RadioButton();
this.radioButton2 = new System.Windows.Forms.RadioButton();
this.button18 = new System.Windows.Forms.Button();
this.button17 = new System.Windows.Forms.Button();
this.radioButton1 = new System.Windows.Forms.RadioButton();
this.checkBox1 = new System.Windows.Forms.CheckBox();
this.label13 = new System.Windows.Forms.Label();
this.flowLayoutPanel4 = new System.Windows.Forms.FlowLayoutPanel();
this.label14 = new System.Windows.Forms.Label();
this.groupBox5 = new System.Windows.Forms.GroupBox();
this.label15 = new System.Windows.Forms.Label();
this.panel4 = new System.Windows.Forms.Panel();
this.label16 = new System.Windows.Forms.Label();
this.splitContainer2 = new System.Windows.Forms.SplitContainer();
this.label17 = new System.Windows.Forms.Label();
this.tabControl4 = new System.Windows.Forms.TabControl();
this.tabPage7 = new System.Windows.Forms.TabPage();
this.tabPage8 = new System.Windows.Forms.TabPage();
this.label18 = new System.Windows.Forms.Label();
this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel();
((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
this.splitContainer1.Panel1.SuspendLayout();
this.splitContainer1.Panel2.SuspendLayout();
this.splitContainer1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).BeginInit();
this.splitContainer2.SuspendLayout();
this.tabControl4.SuspendLayout();
this.SuspendLayout();
//
// label8
//
this.label8.AutoSize = true;
this.label8.Location = new System.Drawing.Point(13, 21);
this.label8.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(295, 15);
this.label8.TabIndex = 0;
this.label8.Text = "SplitContainer_SetBackColor_Panel1_Silver_Panel2_Red";
//
// splitContainer1
//
this.splitContainer1.Location = new System.Drawing.Point(13, 45);
this.splitContainer1.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
this.splitContainer1.Name = "splitContainer1";
//
// splitContainer1.Panel1
//
this.splitContainer1.Panel1.BackColor = System.Drawing.Color.Silver;
this.splitContainer1.Panel1.Controls.Add(this.button15);
this.splitContainer1.Panel1.RightToLeft = System.Windows.Forms.RightToLeft.No;
//
// splitContainer1.Panel2
//
this.splitContainer1.Panel2.BackColor = System.Drawing.Color.Red;
this.splitContainer1.Panel2.Controls.Add(this.button16);
this.splitContainer1.Panel2.RightToLeft = System.Windows.Forms.RightToLeft.No;
this.splitContainer1.RightToLeft = System.Windows.Forms.RightToLeft.No;
this.splitContainer1.Size = new System.Drawing.Size(273, 142);
this.splitContainer1.SplitterDistance = 98;
this.splitContainer1.SplitterWidth = 5;
this.splitContainer1.TabIndex = 1;
//
// button15
//
this.button15.Location = new System.Drawing.Point(10, 57);
this.button15.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
this.button15.Name = "button15";
this.button15.Size = new System.Drawing.Size(74, 27);
this.button15.TabIndex = 0;
this.button15.Text = "button15";
this.button15.UseVisualStyleBackColor = true;
//
// button16
//
this.button16.Location = new System.Drawing.Point(21, 57);
this.button16.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
this.button16.Name = "button16";
this.button16.Size = new System.Drawing.Size(88, 27);
this.button16.TabIndex = 0;
this.button16.Text = "button16";
this.button16.UseVisualStyleBackColor = true;
//
// label9
//
this.label9.AutoSize = true;
this.label9.Location = new System.Drawing.Point(27, 294);
this.label9.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label9.Name = "label9";
this.label9.Size = new System.Drawing.Size(199, 15);
this.label9.TabIndex = 10;
this.label9.Text = "TableLayoutPanel_SetBackColor_Red";
//
// tableLayoutPanel1
//
this.tableLayoutPanel1.BackColor = System.Drawing.Color.Red;
this.tableLayoutPanel1.ColumnCount = 5;
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 23F));
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 23F));
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 25F));
this.tableLayoutPanel1.Location = new System.Drawing.Point(27, 329);
this.tableLayoutPanel1.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
this.tableLayoutPanel1.Name = "tableLayoutPanel1";
this.tableLayoutPanel1.RowCount = 2;
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, 23F));
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 23F));
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 23F));
this.tableLayoutPanel1.Size = new System.Drawing.Size(259, 103);
this.tableLayoutPanel1.TabIndex = 11;
//
// radioButton6
//
this.radioButton6.AutoSize = true;
this.radioButton6.Location = new System.Drawing.Point(223, 72);
this.radioButton6.Name = "radioButton6";
this.radioButton6.Size = new System.Drawing.Size(15, 17);
this.radioButton6.TabIndex = 9;
this.radioButton6.Text = "radioButton6";
this.radioButton6.UseVisualStyleBackColor = true;
//
// radioButton5
//
this.radioButton5.AutoSize = true;
this.radioButton5.Location = new System.Drawing.Point(203, 72);
this.radioButton5.Name = "radioButton5";
this.radioButton5.Size = new System.Drawing.Size(14, 17);
this.radioButton5.TabIndex = 8;
this.radioButton5.Text = "radioButton5";
this.radioButton5.UseVisualStyleBackColor = true;
//
// radioButton4
//
this.radioButton4.AutoSize = true;
this.radioButton4.Location = new System.Drawing.Point(183, 72);
this.radioButton4.Name = "radioButton4";
this.radioButton4.Size = new System.Drawing.Size(14, 17);
this.radioButton4.TabIndex = 7;
this.radioButton4.Text = "radioButton4";
this.radioButton4.UseVisualStyleBackColor = true;
//
// checkBox2
//
this.checkBox2.AutoSize = true;
this.checkBox2.Checked = true;
this.checkBox2.CheckState = System.Windows.Forms.CheckState.Checked;
this.checkBox2.Location = new System.Drawing.Point(93, 72);
this.checkBox2.Name = "checkBox2";
this.checkBox2.Size = new System.Drawing.Size(80, 17);
this.checkBox2.TabIndex = 6;
this.checkBox2.Text = "checkBox2";
this.checkBox2.UseVisualStyleBackColor = true;
//
// radioButton3
//
this.radioButton3.AutoSize = true;
this.radioButton3.Checked = true;
this.radioButton3.Location = new System.Drawing.Point(223, 3);
this.radioButton3.Name = "radioButton3";
this.radioButton3.Size = new System.Drawing.Size(15, 17);
this.radioButton3.TabIndex = 4;
this.radioButton3.TabStop = true;
this.radioButton3.Text = "radioButton3";
this.radioButton3.UseVisualStyleBackColor = true;
//
// radioButton2
//
this.radioButton2.AutoSize = true;
this.radioButton2.Location = new System.Drawing.Point(203, 3);
this.radioButton2.Name = "radioButton2";
this.radioButton2.Size = new System.Drawing.Size(14, 17);
this.radioButton2.TabIndex = 3;
this.radioButton2.Text = "radioButton2";
this.radioButton2.UseVisualStyleBackColor = true;
//
// button18
//
this.button18.Location = new System.Drawing.Point(93, 3);
this.button18.Name = "button18";
this.button18.Size = new System.Drawing.Size(75, 23);
this.button18.TabIndex = 1;
this.button18.Text = "button18";
this.button18.UseVisualStyleBackColor = true;
//
// button17
//
this.button17.Location = new System.Drawing.Point(3, 3);
this.button17.Name = "button17";
this.button17.Size = new System.Drawing.Size(75, 23);
this.button17.TabIndex = 0;
this.button17.Text = "button17";
this.button17.UseVisualStyleBackColor = true;
//
// radioButton1
//
this.radioButton1.AutoSize = true;
this.radioButton1.Location = new System.Drawing.Point(183, 3);
this.radioButton1.Name = "radioButton1";
this.radioButton1.Size = new System.Drawing.Size(14, 17);
this.radioButton1.TabIndex = 2;
this.radioButton1.Text = "radioButton1";
this.radioButton1.UseVisualStyleBackColor = true;
//
// checkBox1
//
this.checkBox1.AutoSize = true;
this.checkBox1.Location = new System.Drawing.Point(3, 72);
this.checkBox1.Name = "checkBox1";
this.checkBox1.Size = new System.Drawing.Size(80, 17);
this.checkBox1.TabIndex = 5;
this.checkBox1.Text = "checkBox1";
this.checkBox1.UseVisualStyleBackColor = true;
//
// label13
//
this.label13.AutoSize = true;
this.label13.Location = new System.Drawing.Point(337, 21);
this.label13.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label13.Name = "label13";
this.label13.Size = new System.Drawing.Size(218, 15);
this.label13.TabIndex = 2;
this.label13.Text = "Empty_FlowLayout_SetBackColor_Green";
//
// flowLayoutPanel4
//
this.flowLayoutPanel4.BackColor = System.Drawing.Color.Green;
this.flowLayoutPanel4.Location = new System.Drawing.Point(337, 45);
this.flowLayoutPanel4.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
this.flowLayoutPanel4.Name = "flowLayoutPanel4";
this.flowLayoutPanel4.Size = new System.Drawing.Size(153, 84);
this.flowLayoutPanel4.TabIndex = 3;
//
// label14
//
this.label14.AutoSize = true;
this.label14.Location = new System.Drawing.Point(337, 157);
this.label14.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label14.Name = "label14";
this.label14.Size = new System.Drawing.Size(210, 15);
this.label14.TabIndex = 6;
this.label14.Text = "Empty_GroupBox_SetBackColor_Green";
//
// groupBox5
//
this.groupBox5.BackColor = System.Drawing.Color.Green;
groupBox5.ForeColor = SystemColors.Control;
this.groupBox5.Location = new System.Drawing.Point(337, 182);
this.groupBox5.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
this.groupBox5.Name = "groupBox5";
this.groupBox5.Padding = new System.Windows.Forms.Padding(4, 3, 4, 3);
this.groupBox5.Size = new System.Drawing.Size(153, 88);
this.groupBox5.TabIndex = 7;
this.groupBox5.TabStop = false;
this.groupBox5.Text = "groupBox5";
//
// label15
//
this.label15.AutoSize = true;
this.label15.Location = new System.Drawing.Point(337, 294);
this.label15.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label15.Name = "label15";
this.label15.Size = new System.Drawing.Size(186, 15);
this.label15.TabIndex = 12;
this.label15.Text = "Empty_Panel_SetBackColor_Green";
//
// panel4
//
this.panel4.BackColor = System.Drawing.Color.Green;
this.panel4.Location = new System.Drawing.Point(337, 329);
this.panel4.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
this.panel4.Name = "panel4";
this.panel4.Size = new System.Drawing.Size(164, 103);
this.panel4.TabIndex = 13;
//
// label16
//
this.label16.AutoSize = true;
this.label16.Location = new System.Drawing.Point(582, 21);
this.label16.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label16.Name = "label16";
this.label16.Size = new System.Drawing.Size(337, 15);
this.label16.TabIndex = 4;
this.label16.Text = "Empty_SplitContainer_SetBackColor_Panel1_Green_Panel2_Red";
//
// splitContainer2
//
this.splitContainer2.Location = new System.Drawing.Point(586, 39);
this.splitContainer2.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
this.splitContainer2.Name = "splitContainer2";
//
// splitContainer2.Panel1
//
this.splitContainer2.Panel1.BackColor = System.Drawing.Color.Green;
//
// splitContainer2.Panel2
//
this.splitContainer2.Panel2.BackColor = System.Drawing.Color.Red;
this.splitContainer2.Size = new System.Drawing.Size(262, 90);
this.splitContainer2.SplitterDistance = 83;
this.splitContainer2.SplitterWidth = 5;
this.splitContainer2.TabIndex = 5;
//
// label17
//
this.label17.AutoSize = true;
this.label17.Location = new System.Drawing.Point(582, 157);
this.label17.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label17.Name = "label17";
this.label17.Size = new System.Drawing.Size(350, 15);
this.label17.TabIndex = 8;
this.label17.Text = "Empty_TabControl_SetBackColor_TabPage7_Green_TabPage8_Red";
//
// tabControl4
//
this.tabControl4.Controls.Add(this.tabPage7);
this.tabControl4.Controls.Add(this.tabPage8);
this.tabControl4.Location = new System.Drawing.Point(582, 182);
this.tabControl4.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
this.tabControl4.Name = "tabControl4";
this.tabControl4.SelectedIndex = 0;
this.tabControl4.Size = new System.Drawing.Size(262, 88);
this.tabControl4.TabIndex = 9;
//
// tabPage7
//
this.tabPage7.BackColor = System.Drawing.Color.Green;
this.tabPage7.Location = new System.Drawing.Point(4, 24);
this.tabPage7.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
this.tabPage7.Name = "tabPage7";
this.tabPage7.Padding = new System.Windows.Forms.Padding(4, 3, 4, 3);
this.tabPage7.Size = new System.Drawing.Size(254, 60);
this.tabPage7.TabIndex = 0;
this.tabPage7.Text = "tabPage7";
//
// tabPage8
//
this.tabPage8.BackColor = System.Drawing.Color.Red;
this.tabPage8.Location = new System.Drawing.Point(4, 24);
this.tabPage8.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
this.tabPage8.Name = "tabPage8";
this.tabPage8.Padding = new System.Windows.Forms.Padding(4, 3, 4, 3);
this.tabPage8.Size = new System.Drawing.Size(254, 60);
this.tabPage8.TabIndex = 1;
this.tabPage8.Text = "tabPage8";
//
// label18
//
this.label18.AutoSize = true;
this.label18.Location = new System.Drawing.Point(582, 294);
this.label18.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label18.Name = "label18";
this.label18.Size = new System.Drawing.Size(211, 15);
this.label18.TabIndex = 14;
this.label18.Text = "Empty_TabLayout_SetBackColor_Green";
//
// tableLayoutPanel2
//
this.tableLayoutPanel2.BackColor = System.Drawing.Color.Green;
this.tableLayoutPanel2.ColumnCount = 2;
this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
this.tableLayoutPanel2.Location = new System.Drawing.Point(582, 329);
this.tableLayoutPanel2.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
this.tableLayoutPanel2.Name = "tableLayoutPanel2";
this.tableLayoutPanel2.RowCount = 2;
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.Size = new System.Drawing.Size(258, 103);
this.tableLayoutPanel2.TabIndex = 15;
//
// ContainerControls2
//
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.AutoScroll = true;
this.ClientSize = new System.Drawing.Size(945, 464);
this.Controls.Add(this.tableLayoutPanel2);
this.Controls.Add(this.label18);
this.Controls.Add(this.tabControl4);
this.Controls.Add(this.label17);
this.Controls.Add(this.splitContainer2);
this.Controls.Add(this.label16);
this.Controls.Add(this.panel4);
this.Controls.Add(this.label15);
this.Controls.Add(this.groupBox5);
this.Controls.Add(this.label14);
this.Controls.Add(this.flowLayoutPanel4);
this.Controls.Add(this.label13);
this.Controls.Add(this.tableLayoutPanel1);
this.Controls.Add(this.label9);
this.Controls.Add(this.splitContainer1);
this.Controls.Add(this.label8);
this.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
this.Name = "ContainerControls2";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "Winforms_Containers";
this.Load += this.ContainerControls2_Load;
this.splitContainer1.Panel1.ResumeLayout(false);
this.splitContainer1.Panel2.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
this.splitContainer1.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).EndInit();
this.splitContainer2.ResumeLayout(false);
this.tabControl4.ResumeLayout(false);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Label label8;
private System.Windows.Forms.SplitContainer splitContainer1;
private System.Windows.Forms.Button button15;
private System.Windows.Forms.Button button16;
private System.Windows.Forms.Label label9;
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
private System.Windows.Forms.RadioButton radioButton6;
private System.Windows.Forms.RadioButton radioButton5;
private System.Windows.Forms.RadioButton radioButton4;
private System.Windows.Forms.CheckBox checkBox2;
private System.Windows.Forms.RadioButton radioButton3;
private System.Windows.Forms.RadioButton radioButton2;
private System.Windows.Forms.Button button18;
private System.Windows.Forms.Button button17;
private System.Windows.Forms.RadioButton radioButton1;
private System.Windows.Forms.CheckBox checkBox1;
private System.Windows.Forms.Label label13;
private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel4;
private System.Windows.Forms.Label label14;
private System.Windows.Forms.GroupBox groupBox5;
private System.Windows.Forms.Label label15;
private System.Windows.Forms.Panel panel4;
private System.Windows.Forms.Label label16;
private System.Windows.Forms.SplitContainer splitContainer2;
private System.Windows.Forms.Label label17;
private System.Windows.Forms.TabControl tabControl4;
private System.Windows.Forms.TabPage tabPage7;
private System.Windows.Forms.TabPage tabPage8;
private System.Windows.Forms.Label label18;
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel2;
}
|