File: ContainerControls.Designer.cs
Web Access
Project: src\src\System.Windows.Forms\tests\AccessibilityTests\Accessibility_Core_App.csproj (Accessibility_Core_App)
namespace Accessibility_Core_App;
 
partial class ContainerControls
{
    /// <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.flowLayoutPanel2 = new System.Windows.Forms.FlowLayoutPanel();
        this.button2 = new System.Windows.Forms.Button();
        this.button5 = new System.Windows.Forms.Button();
        this.button6 = new System.Windows.Forms.Button();
        this.label2 = new System.Windows.Forms.Label();
        this.label3 = new System.Windows.Forms.Label();
        this.label4 = new System.Windows.Forms.Label();
        this.groupBox1 = new System.Windows.Forms.GroupBox();
        this.button7 = new System.Windows.Forms.Button();
        this.groupBox2 = new System.Windows.Forms.GroupBox();
        this.button8 = new System.Windows.Forms.Button();
        this.groupBox3 = new System.Windows.Forms.GroupBox();
        this.button9 = new System.Windows.Forms.Button();
        this.groupBox4 = new System.Windows.Forms.GroupBox();
        this.button10 = new System.Windows.Forms.Button();
        this.label6 = new System.Windows.Forms.Label();
        this.label7 = new System.Windows.Forms.Label();
        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.label10 = new System.Windows.Forms.Label();
        this.tabControl5 = new System.Windows.Forms.TabControl();
        this.tabPage9 = new System.Windows.Forms.TabPage();
        this.button19 = new System.Windows.Forms.Button();
        this.tabPage10 = new System.Windows.Forms.TabPage();
        this.tabControl6 = new System.Windows.Forms.TabControl();
        this.tabPage11 = new System.Windows.Forms.TabPage();
        this.button20 = new System.Windows.Forms.Button();
        this.tabPage12 = new System.Windows.Forms.TabPage();
        this.button21 = new System.Windows.Forms.Button();
        this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel();
        this.button4 = new System.Windows.Forms.Button();
        this.button1 = new System.Windows.Forms.Button();
        this.button3 = new System.Windows.Forms.Button();
        this.label1 = new System.Windows.Forms.Label();
        this.panel2 = new System.Windows.Forms.Panel();
        this.tabControl2 = new System.Windows.Forms.TabControl();
        this.tabPage1 = new System.Windows.Forms.TabPage();
        this.tabPage2 = new System.Windows.Forms.TabPage();
        this.button12 = new System.Windows.Forms.Button();
        this.label5 = new System.Windows.Forms.Label();
        this.panel1 = new System.Windows.Forms.Panel();
        this.tabControl1 = new System.Windows.Forms.TabControl();
        this.tabPage3 = new System.Windows.Forms.TabPage();
        this.button11 = new System.Windows.Forms.Button();
        this.tabPage4 = new System.Windows.Forms.TabPage();
        this.button13 = new System.Windows.Forms.Button();
        this.flowLayoutPanel3 = new System.Windows.Forms.FlowLayoutPanel();
        this.button14 = new System.Windows.Forms.Button();
        this.button22 = new System.Windows.Forms.Button();
        this.button23 = new System.Windows.Forms.Button();
        this.panel3 = new System.Windows.Forms.Panel();
        this.tabControl3 = new System.Windows.Forms.TabControl();
        this.tabPage5 = new System.Windows.Forms.TabPage();
        this.tabPage6 = new System.Windows.Forms.TabPage();
        this.button24 = new System.Windows.Forms.Button();
        this.flowLayoutPanel2.SuspendLayout();
        this.groupBox1.SuspendLayout();
        this.groupBox2.SuspendLayout();
        this.groupBox3.SuspendLayout();
        this.groupBox4.SuspendLayout();
        this.tabControl5.SuspendLayout();
        this.tabPage9.SuspendLayout();
        this.tabPage10.SuspendLayout();
        this.tabControl6.SuspendLayout();
        this.tabPage11.SuspendLayout();
        this.tabPage12.SuspendLayout();
        this.flowLayoutPanel1.SuspendLayout();
        this.panel2.SuspendLayout();
        this.tabControl2.SuspendLayout();
        this.tabPage2.SuspendLayout();
        this.panel1.SuspendLayout();
        this.tabControl1.SuspendLayout();
        this.tabPage3.SuspendLayout();
        this.tabPage4.SuspendLayout();
        this.flowLayoutPanel3.SuspendLayout();
        this.panel3.SuspendLayout();
        this.tabControl3.SuspendLayout();
        this.tabPage6.SuspendLayout();
        this.SuspendLayout();
        // 
        // flowLayoutPanel2
        // 
        this.flowLayoutPanel2.AutoScroll = true;
        this.flowLayoutPanel2.BackColor = System.Drawing.Color.White;
        this.flowLayoutPanel2.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
        this.flowLayoutPanel2.Controls.Add(this.button2);
        this.flowLayoutPanel2.Controls.Add(this.button5);
        this.flowLayoutPanel2.Controls.Add(this.button6);
        this.flowLayoutPanel2.FlowDirection = System.Windows.Forms.FlowDirection.RightToLeft;
        this.flowLayoutPanel2.Location = new System.Drawing.Point(26, 31);
        this.flowLayoutPanel2.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
        this.flowLayoutPanel2.Name = "flowLayoutPanel2";
        this.flowLayoutPanel2.Size = new System.Drawing.Size(186, 106);
        this.flowLayoutPanel2.TabIndex = 1;
        // 
        // button2
        // 
        this.button2.Location = new System.Drawing.Point(90, 3);
        this.button2.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
        this.button2.Name = "button2";
        this.button2.Size = new System.Drawing.Size(88, 27);
        this.button2.TabIndex = 0;
        this.button2.Text = "button2";
        this.button2.UseVisualStyleBackColor = true;
        // 
        // button5
        // 
        this.button5.Location = new System.Drawing.Point(90, 36);
        this.button5.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
        this.button5.Name = "button5";
        this.button5.Size = new System.Drawing.Size(88, 27);
        this.button5.TabIndex = 1;
        this.button5.Text = "button5";
        this.button5.UseVisualStyleBackColor = true;
        // 
        // button6
        // 
        this.button6.Location = new System.Drawing.Point(90, 69);
        this.button6.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
        this.button6.Name = "button6";
        this.button6.Size = new System.Drawing.Size(88, 27);
        this.button6.TabIndex = 2;
        this.button6.Text = "button6";
        this.button6.UseVisualStyleBackColor = true;
        // 
        // label2
        // 
        this.label2.AutoSize = true;
        this.label2.Location = new System.Drawing.Point(26, 172);
        this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
        this.label2.Name = "label2";
        this.label2.Size = new System.Drawing.Size(203, 15);
        this.label2.TabIndex = 6;
        this.label2.Text = "Fixed3D_RightToLeft_AutoScroll:False";
        // 
        // label3
        // 
        this.label3.AutoSize = true;
        this.label3.Location = new System.Drawing.Point(26, 10);
        this.label3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
        this.label3.Name = "label3";
        this.label3.Size = new System.Drawing.Size(97, 15);
        this.label3.TabIndex = 0;
        this.label3.Text = "FlowLayoutPanel";
        // 
        // label4
        // 
        this.label4.AutoSize = true;
        this.label4.Location = new System.Drawing.Point(28, 427);
        this.label4.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
        this.label4.Name = "label4";
        this.label4.Size = new System.Drawing.Size(60, 15);
        this.label4.TabIndex = 14;
        this.label4.Text = "GroupBox";
        // 
        // groupBox1
        // 
        this.groupBox1.Controls.Add(this.button7);
        this.groupBox1.Location = new System.Drawing.Point(194, 445);
        this.groupBox1.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
        this.groupBox1.Name = "groupBox1";
        this.groupBox1.Padding = new System.Windows.Forms.Padding(4, 3, 4, 3);
        this.groupBox1.Size = new System.Drawing.Size(130, 69);
        this.groupBox1.TabIndex = 16;
        this.groupBox1.TabStop = false;
        this.groupBox1.Text = "FlatStyle=Standard";
        // 
        // button7
        // 
        this.button7.Location = new System.Drawing.Point(12, 22);
        this.button7.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
        this.button7.Name = "button7";
        this.button7.Size = new System.Drawing.Size(88, 27);
        this.button7.TabIndex = 0;
        this.button7.Text = "button7";
        this.button7.UseVisualStyleBackColor = true;
        // 
        // groupBox2
        // 
        this.groupBox2.Controls.Add(this.button8);
        this.groupBox2.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
        this.groupBox2.Location = new System.Drawing.Point(33, 445);
        this.groupBox2.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
        this.groupBox2.Name = "groupBox2";
        this.groupBox2.Padding = new System.Windows.Forms.Padding(4, 3, 4, 3);
        this.groupBox2.Size = new System.Drawing.Size(130, 69);
        this.groupBox2.TabIndex = 15;
        this.groupBox2.TabStop = false;
        this.groupBox2.Text = "FlatStyle=Flat";
        // 
        // button8
        // 
        this.button8.Location = new System.Drawing.Point(12, 22);
        this.button8.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
        this.button8.Name = "button8";
        this.button8.Size = new System.Drawing.Size(88, 27);
        this.button8.TabIndex = 0;
        this.button8.Text = "button8";
        this.button8.UseVisualStyleBackColor = true;
        // 
        // groupBox3
        // 
        this.groupBox3.Controls.Add(this.button9);
        this.groupBox3.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
        this.groupBox3.Location = new System.Drawing.Point(522, 445);
        this.groupBox3.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
        this.groupBox3.Name = "groupBox3";
        this.groupBox3.Padding = new System.Windows.Forms.Padding(4, 3, 4, 3);
        this.groupBox3.Size = new System.Drawing.Size(130, 69);
        this.groupBox3.TabIndex = 18;
        this.groupBox3.TabStop = false;
        this.groupBox3.Text = "FlatStyle=Popup";
        // 
        // button9
        // 
        this.button9.Location = new System.Drawing.Point(12, 22);
        this.button9.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
        this.button9.Name = "button9";
        this.button9.Size = new System.Drawing.Size(88, 27);
        this.button9.TabIndex = 0;
        this.button9.Text = "button9";
        this.button9.UseVisualStyleBackColor = true;
        // 
        // groupBox4
        // 
        this.groupBox4.Controls.Add(this.button10);
        this.groupBox4.FlatStyle = System.Windows.Forms.FlatStyle.System;
        this.groupBox4.Location = new System.Drawing.Point(350, 445);
        this.groupBox4.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
        this.groupBox4.Name = "groupBox4";
        this.groupBox4.Padding = new System.Windows.Forms.Padding(4, 3, 4, 3);
        this.groupBox4.Size = new System.Drawing.Size(130, 69);
        this.groupBox4.TabIndex = 17;
        this.groupBox4.TabStop = false;
        this.groupBox4.Text = "FlatStyle=System";
        // 
        // button10
        // 
        this.button10.Location = new System.Drawing.Point(12, 22);
        this.button10.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
        this.button10.Name = "button10";
        this.button10.Size = new System.Drawing.Size(88, 27);
        this.button10.TabIndex = 0;
        this.button10.Text = "button10";
        this.button10.UseVisualStyleBackColor = true;
        // 
        // label6
        // 
        this.label6.AutoSize = true;
        this.label6.Location = new System.Drawing.Point(285, 172);
        this.label6.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
        this.label6.Name = "label6";
        this.label6.Size = new System.Drawing.Size(186, 15);
        this.label6.TabIndex = 8;
        this.label6.Text = "Panel_FixedSingle_AutoScroll:True";
        // 
        // label7
        // 
        this.label7.AutoSize = true;
        this.label7.Location = new System.Drawing.Point(561, 172);
        this.label7.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
        this.label7.Name = "label7";
        this.label7.Size = new System.Drawing.Size(172, 15);
        this.label7.TabIndex = 10;
        this.label7.Text = "Panel_Fixed3D_AutoScroll:False";
        // 
        // 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;
        // 
        // label10
        // 
        this.label10.AutoSize = true;
        this.label10.Location = new System.Drawing.Point(561, 10);
        this.label10.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
        this.label10.Name = "label10";
        this.label10.Size = new System.Drawing.Size(70, 15);
        this.label10.TabIndex = 4;
        this.label10.Text = "Tab_Control";
        // 
        // tabControl5
        // 
        this.tabControl5.Controls.Add(this.tabPage9);
        this.tabControl5.Controls.Add(this.tabPage10);
        this.tabControl5.Location = new System.Drawing.Point(561, 31);
        this.tabControl5.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
        this.tabControl5.Name = "tabControl5";
        this.tabControl5.SelectedIndex = 0;
        this.tabControl5.Size = new System.Drawing.Size(219, 138);
        this.tabControl5.TabIndex = 5;
        // 
        // tabPage9
        // 
        this.tabPage9.Controls.Add(this.button19);
        this.tabPage9.Location = new System.Drawing.Point(4, 24);
        this.tabPage9.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
        this.tabPage9.Name = "tabPage9";
        this.tabPage9.Padding = new System.Windows.Forms.Padding(4, 3, 4, 3);
        this.tabPage9.Size = new System.Drawing.Size(211, 110);
        this.tabPage9.TabIndex = 0;
        this.tabPage9.Text = "tabPage9";
        this.tabPage9.UseVisualStyleBackColor = true;
        // 
        // button19
        // 
        this.button19.Location = new System.Drawing.Point(16, 24);
        this.button19.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
        this.button19.Name = "button19";
        this.button19.Size = new System.Drawing.Size(88, 27);
        this.button19.TabIndex = 0;
        this.button19.Text = "button19";
        this.button19.UseVisualStyleBackColor = true;
        // 
        // tabPage10
        // 
        this.tabPage10.Controls.Add(this.tabControl6);
        this.tabPage10.Location = new System.Drawing.Point(4, 24);
        this.tabPage10.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
        this.tabPage10.Name = "tabPage10";
        this.tabPage10.Padding = new System.Windows.Forms.Padding(4, 3, 4, 3);
        this.tabPage10.Size = new System.Drawing.Size(211, 110);
        this.tabPage10.TabIndex = 1;
        this.tabPage10.Text = "tabPage10";
        this.tabPage10.UseVisualStyleBackColor = true;
        // 
        // tabControl6
        // 
        this.tabControl6.Controls.Add(this.tabPage11);
        this.tabControl6.Controls.Add(this.tabPage12);
        this.tabControl6.Dock = System.Windows.Forms.DockStyle.Fill;
        this.tabControl6.Location = new System.Drawing.Point(4, 3);
        this.tabControl6.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
        this.tabControl6.Name = "tabControl6";
        this.tabControl6.SelectedIndex = 0;
        this.tabControl6.Size = new System.Drawing.Size(203, 104);
        this.tabControl6.TabIndex = 0;
        // 
        // tabPage11
        // 
        this.tabPage11.Controls.Add(this.button20);
        this.tabPage11.Location = new System.Drawing.Point(4, 24);
        this.tabPage11.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
        this.tabPage11.Name = "tabPage11";
        this.tabPage11.Padding = new System.Windows.Forms.Padding(4, 3, 4, 3);
        this.tabPage11.Size = new System.Drawing.Size(195, 76);
        this.tabPage11.TabIndex = 0;
        this.tabPage11.Text = "tabPage11";
        this.tabPage11.UseVisualStyleBackColor = true;
        // 
        // button20
        // 
        this.button20.Location = new System.Drawing.Point(0, 0);
        this.button20.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
        this.button20.Name = "button20";
        this.button20.Size = new System.Drawing.Size(88, 27);
        this.button20.TabIndex = 0;
        this.button20.Text = "button20";
        this.button20.UseVisualStyleBackColor = true;
        // 
        // tabPage12
        // 
        this.tabPage12.Controls.Add(this.button21);
        this.tabPage12.Location = new System.Drawing.Point(4, 24);
        this.tabPage12.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
        this.tabPage12.Name = "tabPage12";
        this.tabPage12.Padding = new System.Windows.Forms.Padding(4, 3, 4, 3);
        this.tabPage12.Size = new System.Drawing.Size(195, 76);
        this.tabPage12.TabIndex = 1;
        this.tabPage12.Text = "tabPage12";
        this.tabPage12.UseVisualStyleBackColor = true;
        // 
        // button21
        // 
        this.button21.Location = new System.Drawing.Point(9, 9);
        this.button21.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
        this.button21.Name = "button21";
        this.button21.Size = new System.Drawing.Size(88, 27);
        this.button21.TabIndex = 0;
        this.button21.Text = "button21";
        this.button21.UseVisualStyleBackColor = true;
        // 
        // flowLayoutPanel1
        // 
        this.flowLayoutPanel1.AutoScroll = true;
        this.flowLayoutPanel1.BackColor = System.Drawing.Color.White;
        this.flowLayoutPanel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
        this.flowLayoutPanel1.Controls.Add(this.button4);
        this.flowLayoutPanel1.Controls.Add(this.button1);
        this.flowLayoutPanel1.Controls.Add(this.button3);
        this.flowLayoutPanel1.Location = new System.Drawing.Point(26, 192);
        this.flowLayoutPanel1.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
        this.flowLayoutPanel1.Name = "flowLayoutPanel1";
        this.flowLayoutPanel1.Size = new System.Drawing.Size(203, 102);
        this.flowLayoutPanel1.TabIndex = 7;
        // 
        // button4
        // 
        this.button4.Location = new System.Drawing.Point(4, 3);
        this.button4.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
        this.button4.Name = "button4";
        this.button4.Size = new System.Drawing.Size(88, 27);
        this.button4.TabIndex = 0;
        this.button4.Text = "button4";
        this.button4.UseVisualStyleBackColor = true;
        // 
        // button1
        // 
        this.button1.Location = new System.Drawing.Point(100, 3);
        this.button1.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
        this.button1.Name = "button1";
        this.button1.Size = new System.Drawing.Size(88, 27);
        this.button1.TabIndex = 1;
        this.button1.Text = "button1";
        this.button1.UseVisualStyleBackColor = true;
        // 
        // button3
        // 
        this.button3.Location = new System.Drawing.Point(4, 36);
        this.button3.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
        this.button3.Name = "button3";
        this.button3.Size = new System.Drawing.Size(88, 27);
        this.button3.TabIndex = 2;
        this.button3.Text = "button3";
        this.button3.UseVisualStyleBackColor = true;
        // 
        // label1
        // 
        this.label1.AutoSize = true;
        this.label1.Location = new System.Drawing.Point(26, 308);
        this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
        this.label1.Name = "label1";
        this.label1.Size = new System.Drawing.Size(217, 15);
        this.label1.TabIndex = 12;
        this.label1.Text = "FixedSingle_LeftToRight_AutoScroll:True";
        // 
        // panel2
        // 
        this.panel2.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
        this.panel2.Controls.Add(this.tabControl2);
        this.panel2.Location = new System.Drawing.Point(285, 199);
        this.panel2.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
        this.panel2.Name = "panel2";
        this.panel2.Size = new System.Drawing.Size(204, 144);
        this.panel2.TabIndex = 9;
        // 
        // tabControl2
        // 
        this.tabControl2.Controls.Add(this.tabPage1);
        this.tabControl2.Controls.Add(this.tabPage2);
        this.tabControl2.Location = new System.Drawing.Point(8, 12);
        this.tabControl2.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
        this.tabControl2.Name = "tabControl2";
        this.tabControl2.SelectedIndex = 0;
        this.tabControl2.Size = new System.Drawing.Size(172, 122);
        this.tabControl2.TabIndex = 1;
        // 
        // tabPage1
        // 
        this.tabPage1.Location = new System.Drawing.Point(4, 24);
        this.tabPage1.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
        this.tabPage1.Name = "tabPage1";
        this.tabPage1.Padding = new System.Windows.Forms.Padding(4, 3, 4, 3);
        this.tabPage1.Size = new System.Drawing.Size(164, 94);
        this.tabPage1.TabIndex = 2;
        this.tabPage1.Text = "tabPage1";
        this.tabPage1.UseVisualStyleBackColor = true;
        // 
        // tabPage2
        // 
        this.tabPage2.Controls.Add(this.button12);
        this.tabPage2.Location = new System.Drawing.Point(4, 24);
        this.tabPage2.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
        this.tabPage2.Name = "tabPage2";
        this.tabPage2.Padding = new System.Windows.Forms.Padding(4, 3, 4, 3);
        this.tabPage2.Size = new System.Drawing.Size(164, 94);
        this.tabPage2.TabIndex = 3;
        this.tabPage2.Text = "tabPage2";
        this.tabPage2.UseVisualStyleBackColor = true;
        // 
        // button12
        // 
        this.button12.Location = new System.Drawing.Point(17, 24);
        this.button12.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
        this.button12.Name = "button12";
        this.button12.Size = new System.Drawing.Size(88, 27);
        this.button12.TabIndex = 0;
        this.button12.Text = "button12";
        this.button12.UseVisualStyleBackColor = true;
        // 
        // label5
        // 
        this.label5.AutoSize = true;
        this.label5.Location = new System.Drawing.Point(286, 9);
        this.label5.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
        this.label5.Name = "label5";
        this.label5.Size = new System.Drawing.Size(36, 15);
        this.label5.TabIndex = 2;
        this.label5.Text = "Panel";
        // 
        // panel1
        // 
        this.panel1.AutoScroll = true;
        this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
        this.panel1.Controls.Add(this.tabControl1);
        this.panel1.Location = new System.Drawing.Point(286, 30);
        this.panel1.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
        this.panel1.Name = "panel1";
        this.panel1.Size = new System.Drawing.Size(192, 128);
        this.panel1.TabIndex = 3;
        // 
        // tabControl1
        // 
        this.tabControl1.Controls.Add(this.tabPage3);
        this.tabControl1.Controls.Add(this.tabPage4);
        this.tabControl1.Location = new System.Drawing.Point(5, 4);
        this.tabControl1.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
        this.tabControl1.Name = "tabControl1";
        this.tabControl1.SelectedIndex = 0;
        this.tabControl1.Size = new System.Drawing.Size(156, 102);
        this.tabControl1.TabIndex = 0;
        // 
        // tabPage3
        // 
        this.tabPage3.Controls.Add(this.button11);
        this.tabPage3.Location = new System.Drawing.Point(4, 24);
        this.tabPage3.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
        this.tabPage3.Name = "tabPage3";
        this.tabPage3.Padding = new System.Windows.Forms.Padding(4, 3, 4, 3);
        this.tabPage3.Size = new System.Drawing.Size(148, 74);
        this.tabPage3.TabIndex = 0;
        this.tabPage3.Text = "tabPage3";
        this.tabPage3.UseVisualStyleBackColor = true;
        // 
        // button11
        // 
        this.button11.Location = new System.Drawing.Point(9, 9);
        this.button11.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
        this.button11.Name = "button11";
        this.button11.Size = new System.Drawing.Size(88, 27);
        this.button11.TabIndex = 0;
        this.button11.Text = "button11";
        this.button11.UseVisualStyleBackColor = true;
        // 
        // tabPage4
        // 
        this.tabPage4.Controls.Add(this.button13);
        this.tabPage4.Location = new System.Drawing.Point(4, 24);
        this.tabPage4.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
        this.tabPage4.Name = "tabPage4";
        this.tabPage4.Padding = new System.Windows.Forms.Padding(4, 3, 4, 3);
        this.tabPage4.Size = new System.Drawing.Size(148, 74);
        this.tabPage4.TabIndex = 1;
        this.tabPage4.Text = "tabPage4";
        this.tabPage4.UseVisualStyleBackColor = true;
        // 
        // button13
        // 
        this.button13.Location = new System.Drawing.Point(9, 9);
        this.button13.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
        this.button13.Name = "button13";
        this.button13.Size = new System.Drawing.Size(88, 27);
        this.button13.TabIndex = 0;
        this.button13.Text = "button13";
        this.button13.UseVisualStyleBackColor = true;
        // 
        // flowLayoutPanel3
        // 
        this.flowLayoutPanel3.AutoScroll = true;
        this.flowLayoutPanel3.BackColor = System.Drawing.Color.White;
        this.flowLayoutPanel3.Controls.Add(this.button14);
        this.flowLayoutPanel3.Controls.Add(this.button22);
        this.flowLayoutPanel3.Controls.Add(this.button23);
        this.flowLayoutPanel3.Location = new System.Drawing.Point(26, 326);
        this.flowLayoutPanel3.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
        this.flowLayoutPanel3.Name = "flowLayoutPanel3";
        this.flowLayoutPanel3.Size = new System.Drawing.Size(180, 98);
        this.flowLayoutPanel3.TabIndex = 13;
        // 
        // button14
        // 
        this.button14.Location = new System.Drawing.Point(4, 3);
        this.button14.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
        this.button14.Name = "button14";
        this.button14.Size = new System.Drawing.Size(88, 27);
        this.button14.TabIndex = 0;
        this.button14.Text = "button14";
        this.button14.UseVisualStyleBackColor = true;
        // 
        // button22
        // 
        this.button22.Location = new System.Drawing.Point(4, 36);
        this.button22.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
        this.button22.Name = "button22";
        this.button22.Size = new System.Drawing.Size(88, 27);
        this.button22.TabIndex = 1;
        this.button22.Text = "button22";
        this.button22.UseVisualStyleBackColor = true;
        // 
        // button23
        // 
        this.button23.Location = new System.Drawing.Point(4, 69);
        this.button23.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
        this.button23.Name = "button23";
        this.button23.Size = new System.Drawing.Size(88, 27);
        this.button23.TabIndex = 2;
        this.button23.Text = "button23";
        this.button23.UseVisualStyleBackColor = true;
        // 
        // panel3
        // 
        this.panel3.Controls.Add(this.tabControl3);
        this.panel3.Location = new System.Drawing.Point(561, 199);
        this.panel3.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
        this.panel3.Name = "panel3";
        this.panel3.Size = new System.Drawing.Size(211, 136);
        this.panel3.TabIndex = 11;
        // 
        // tabControl3
        // 
        this.tabControl3.Controls.Add(this.tabPage5);
        this.tabControl3.Controls.Add(this.tabPage6);
        this.tabControl3.Location = new System.Drawing.Point(12, 14);
        this.tabControl3.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
        this.tabControl3.Name = "tabControl3";
        this.tabControl3.SelectedIndex = 0;
        this.tabControl3.Size = new System.Drawing.Size(187, 118);
        this.tabControl3.TabIndex = 1;
        // 
        // tabPage5
        // 
        this.tabPage5.Location = new System.Drawing.Point(4, 24);
        this.tabPage5.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
        this.tabPage5.Name = "tabPage5";
        this.tabPage5.Padding = new System.Windows.Forms.Padding(4, 3, 4, 3);
        this.tabPage5.Size = new System.Drawing.Size(179, 90);
        this.tabPage5.TabIndex = 2;
        this.tabPage5.Text = "tabPage5";
        this.tabPage5.UseVisualStyleBackColor = true;
        // 
        // tabPage6
        // 
        this.tabPage6.Controls.Add(this.button24);
        this.tabPage6.Location = new System.Drawing.Point(4, 24);
        this.tabPage6.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
        this.tabPage6.Name = "tabPage6";
        this.tabPage6.Padding = new System.Windows.Forms.Padding(4, 3, 4, 3);
        this.tabPage6.Size = new System.Drawing.Size(179, 90);
        this.tabPage6.TabIndex = 3;
        this.tabPage6.Text = "tabPage6";
        this.tabPage6.UseVisualStyleBackColor = true;
        // 
        // button24
        // 
        this.button24.Location = new System.Drawing.Point(19, 23);
        this.button24.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
        this.button24.Name = "button24";
        this.button24.Size = new System.Drawing.Size(88, 27);
        this.button24.TabIndex = 0;
        this.button24.Text = "button24";
        this.button24.UseVisualStyleBackColor = true;
        // 
        // ContainerControls
        // 
        this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F);
        this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
        this.AutoScroll = true;
        this.ClientSize = new System.Drawing.Size(795, 523);
        this.Controls.Add(this.panel3);
        this.Controls.Add(this.flowLayoutPanel3);
        this.Controls.Add(this.panel1);
        this.Controls.Add(this.label5);
        this.Controls.Add(this.label1);
        this.Controls.Add(this.flowLayoutPanel1);
        this.Controls.Add(this.tabControl5);
        this.Controls.Add(this.label10);
        this.Controls.Add(this.label7);
        this.Controls.Add(this.label6);
        this.Controls.Add(this.panel2);
        this.Controls.Add(this.groupBox4);
        this.Controls.Add(this.groupBox3);
        this.Controls.Add(this.groupBox2);
        this.Controls.Add(this.groupBox1);
        this.Controls.Add(this.label4);
        this.Controls.Add(this.label2);
        this.Controls.Add(this.label3);
        this.Controls.Add(this.flowLayoutPanel2);
        this.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
        this.Name = "ContainerControls";
        this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
        this.Text = "Winforms_Containers";
        this.flowLayoutPanel2.ResumeLayout(false);
        this.groupBox1.ResumeLayout(false);
        this.groupBox2.ResumeLayout(false);
        this.groupBox3.ResumeLayout(false);
        this.groupBox4.ResumeLayout(false);
        this.tabControl5.ResumeLayout(false);
        this.tabPage9.ResumeLayout(false);
        this.tabPage10.ResumeLayout(false);
        this.tabControl6.ResumeLayout(false);
        this.tabPage11.ResumeLayout(false);
        this.tabPage12.ResumeLayout(false);
        this.flowLayoutPanel1.ResumeLayout(false);
        this.panel2.ResumeLayout(false);
        this.tabControl2.ResumeLayout(false);
        this.tabPage2.ResumeLayout(false);
        this.panel1.ResumeLayout(false);
        this.tabControl1.ResumeLayout(false);
        this.tabPage3.ResumeLayout(false);
        this.tabPage4.ResumeLayout(false);
        this.flowLayoutPanel3.ResumeLayout(false);
        this.panel3.ResumeLayout(false);
        this.tabControl3.ResumeLayout(false);
        this.tabPage6.ResumeLayout(false);
        this.ResumeLayout(false);
        this.PerformLayout();
 
    }
 
    #endregion
    private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel2;
    private System.Windows.Forms.Button button2;
    private System.Windows.Forms.Button button5;
    private System.Windows.Forms.Button button6;
    private System.Windows.Forms.Label label2;
    private System.Windows.Forms.Label label3;
    private System.Windows.Forms.Label label4;
    private System.Windows.Forms.GroupBox groupBox1;
    private System.Windows.Forms.Button button7;
    private System.Windows.Forms.GroupBox groupBox2;
    private System.Windows.Forms.Button button8;
    private System.Windows.Forms.GroupBox groupBox3;
    private System.Windows.Forms.Button button9;
    private System.Windows.Forms.GroupBox groupBox4;
    private System.Windows.Forms.Button button10;
    private System.Windows.Forms.Label label6;
    private System.Windows.Forms.Label label7;
    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 label10;
    private System.Windows.Forms.TabControl tabControl5;
    private System.Windows.Forms.TabPage tabPage9;
    private System.Windows.Forms.Button button19;
    private System.Windows.Forms.TabPage tabPage10;
    private System.Windows.Forms.TabControl tabControl6;
    private System.Windows.Forms.TabPage tabPage11;
    private System.Windows.Forms.Button button20;
    private System.Windows.Forms.TabPage tabPage12;
    private System.Windows.Forms.Button button21;
    private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel1;
    private System.Windows.Forms.Button button1;
    private System.Windows.Forms.Button button3;
    private System.Windows.Forms.Label label1;
    private System.Windows.Forms.Panel panel2;
    private System.Windows.Forms.TabControl tabControl2;
    private System.Windows.Forms.TabPage tabPage1;
    private System.Windows.Forms.TabPage tabPage2;
    private System.Windows.Forms.Button button12;
    private System.Windows.Forms.Label label5;
    private System.Windows.Forms.Panel panel1;
    private System.Windows.Forms.TabControl tabControl1;
    private System.Windows.Forms.TabPage tabPage3;
    private System.Windows.Forms.Button button11;
    private System.Windows.Forms.TabPage tabPage4;
    private System.Windows.Forms.Button button13;
    private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel3;
    private System.Windows.Forms.Button button14;
    private System.Windows.Forms.Button button22;
    private System.Windows.Forms.Button button23;
    private System.Windows.Forms.Panel panel3;
    private System.Windows.Forms.TabControl tabControl3;
    private System.Windows.Forms.TabPage tabPage5;
    private System.Windows.Forms.TabPage tabPage6;
    private System.Windows.Forms.Button button24;
    private System.Windows.Forms.Button button4;
}