File: CommonControl1.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 CommonControl1
{
    /// <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()
    {
        System.Windows.Forms.ListViewItem listViewItem1 = new("1");
        System.Windows.Forms.ListViewItem listViewItem2 = new("2");
        System.Windows.Forms.ListViewItem listViewItem3 = new("3");
        System.Windows.Forms.ListViewItem listViewItem4 = new("4");
        this.groupBox1 = new System.Windows.Forms.GroupBox();
        this.button12 = new System.Windows.Forms.Button();
        this.button1 = new System.Windows.Forms.Button();
        this.button10 = new System.Windows.Forms.Button();
        this.button9 = new System.Windows.Forms.Button();
        this.button8 = new System.Windows.Forms.Button();
        this.button3 = new System.Windows.Forms.Button();
        this.button4 = new System.Windows.Forms.Button();
        this.button5 = new System.Windows.Forms.Button();
        this.button2 = new System.Windows.Forms.Button();
        this.button6 = new System.Windows.Forms.Button();
        this.groupBox2 = new System.Windows.Forms.GroupBox();
        this.checkedListBox1 = new System.Windows.Forms.CheckedListBox();
        this.label7 = new System.Windows.Forms.Label();
        this.checkBox3 = new System.Windows.Forms.CheckBox();
        this.checkBox2 = new System.Windows.Forms.CheckBox();
        this.checkBox1 = new System.Windows.Forms.CheckBox();
        this.groupBox3 = new System.Windows.Forms.GroupBox();
        this.comboBox2 = new System.Windows.Forms.ComboBox();
        this.label11 = new System.Windows.Forms.Label();
        this.comboBox1 = new System.Windows.Forms.ComboBox();
        this.label10 = new System.Windows.Forms.Label();
        this.groupBox4 = new System.Windows.Forms.GroupBox();
        this.listView1 = new System.Windows.Forms.ListView();
        this.label8 = new System.Windows.Forms.Label();
        this.groupBox5 = new System.Windows.Forms.GroupBox();
        this.linkLabel6 = new System.Windows.Forms.LinkLabel();
        this.linkLabel5 = new System.Windows.Forms.LinkLabel();
        this.linkLabel4 = new System.Windows.Forms.LinkLabel();
        this.linkLabel3 = new System.Windows.Forms.LinkLabel();
        this.label6 = new System.Windows.Forms.Label();
        this.label5 = new System.Windows.Forms.Label();
        this.label4 = new System.Windows.Forms.Label();
        this.label3 = new System.Windows.Forms.Label();
        this.linkLabel2 = new System.Windows.Forms.LinkLabel();
        this.linkLabel1 = new System.Windows.Forms.LinkLabel();
        this.label2 = new System.Windows.Forms.Label();
        this.label1 = new System.Windows.Forms.Label();
        this.groupBox6 = new System.Windows.Forms.GroupBox();
        this.listBox1 = new System.Windows.Forms.ListBox();
        this.label12 = new System.Windows.Forms.Label();
        this.groupBox7 = new System.Windows.Forms.GroupBox();
        this.maskedTextBox1 = new System.Windows.Forms.MaskedTextBox();
        this.label9 = new System.Windows.Forms.Label();
        this.groupBox8 = new System.Windows.Forms.GroupBox();
        this.dateTimePicker3 = new System.Windows.Forms.DateTimePicker();
        this.dateTimePicker2 = new System.Windows.Forms.DateTimePicker();
        this.dateTimePicker1 = new System.Windows.Forms.DateTimePicker();
        this.groupBox1.SuspendLayout();
        this.groupBox2.SuspendLayout();
        this.groupBox3.SuspendLayout();
        this.groupBox4.SuspendLayout();
        this.groupBox5.SuspendLayout();
        this.groupBox6.SuspendLayout();
        this.groupBox7.SuspendLayout();
        this.groupBox8.SuspendLayout();
        this.SuspendLayout();
        // 
        // groupBox1
        // 
        this.groupBox1.Controls.Add(this.button12);
        this.groupBox1.Controls.Add(this.button1);
        this.groupBox1.Controls.Add(this.button10);
        this.groupBox1.Controls.Add(this.button9);
        this.groupBox1.Controls.Add(this.button8);
        this.groupBox1.Controls.Add(this.button3);
        this.groupBox1.Controls.Add(this.button4);
        this.groupBox1.Controls.Add(this.button5);
        this.groupBox1.Controls.Add(this.button2);
        this.groupBox1.Controls.Add(this.button6);
        this.groupBox1.Location = new System.Drawing.Point(32, 4);
        this.groupBox1.Margin = new System.Windows.Forms.Padding(7, 6, 7, 6);
        this.groupBox1.Name = "groupBox1";
        this.groupBox1.Padding = new System.Windows.Forms.Padding(7, 6, 7, 6);
        this.groupBox1.Size = new System.Drawing.Size(771, 380);
        this.groupBox1.TabIndex = 0;
        this.groupBox1.TabStop = false;
        this.groupBox1.Text = "Button";
        // 
        // button12
        // 
        this.button12.FlatStyle = System.Windows.Forms.FlatStyle.System;
        this.button12.Location = new System.Drawing.Point(15, 309);
        this.button12.Margin = new System.Windows.Forms.Padding(7, 6, 7, 6);
        this.button12.Name = "button12";
        this.button12.Size = new System.Drawing.Size(130, 58);
        this.button12.TabIndex = 4;
        this.button12.Text = "System";
        this.button12.UseVisualStyleBackColor = true;
        // 
        // button1
        // 
        this.button1.Anchor = System.Windows.Forms.AnchorStyles.Left;
        this.button1.Location = new System.Drawing.Point(240, 245);
        this.button1.Margin = new System.Windows.Forms.Padding(7, 6, 7, 6);
        this.button1.Name = "button1";
        this.button1.Size = new System.Drawing.Size(130, 58);
        this.button1.TabIndex = 8;
        this.button1.Text = "Details";
        this.button1.UseVisualStyleBackColor = true;
        this.button1.Click += this.button1_Click;
        // 
        // button10
        // 
        this.button10.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
        this.button10.Location = new System.Drawing.Point(15, 105);
        this.button10.Margin = new System.Windows.Forms.Padding(7, 6, 7, 6);
        this.button10.Name = "button10";
        this.button10.Size = new System.Drawing.Size(130, 58);
        this.button10.TabIndex = 1;
        this.button10.Text = "Flat";
        this.button10.UseVisualStyleBackColor = true;
        // 
        // button9
        // 
        this.button9.Location = new System.Drawing.Point(15, 245);
        this.button9.Margin = new System.Windows.Forms.Padding(7, 6, 7, 6);
        this.button9.Name = "button9";
        this.button9.Size = new System.Drawing.Size(130, 58);
        this.button9.TabIndex = 3;
        this.button9.Text = "Standard";
        this.button9.UseVisualStyleBackColor = true;
        // 
        // button8
        // 
        this.button8.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
        this.button8.Location = new System.Drawing.Point(15, 175);
        this.button8.Margin = new System.Windows.Forms.Padding(7, 6, 7, 6);
        this.button8.Name = "button8";
        this.button8.Size = new System.Drawing.Size(130, 58);
        this.button8.TabIndex = 2;
        this.button8.Text = "PopUp";
        this.button8.UseVisualStyleBackColor = true;
        // 
        // button3
        // 
        this.button3.Anchor = System.Windows.Forms.AnchorStyles.Right;
        this.button3.Location = new System.Drawing.Point(15, 34);
        this.button3.Margin = new System.Windows.Forms.Padding(7, 6, 7, 6);
        this.button3.Name = "button3";
        this.button3.Size = new System.Drawing.Size(130, 58);
        this.button3.TabIndex = 0;
        this.button3.Text = "List";
        this.button3.UseVisualStyleBackColor = false;
        this.button3.Click += this.button3_Click;
        // 
        // button4
        // 
        this.button4.Anchor = System.Windows.Forms.AnchorStyles.Bottom;
        this.button4.Location = new System.Drawing.Point(240, 309);
        this.button4.Margin = new System.Windows.Forms.Padding(7, 6, 7, 6);
        this.button4.Name = "button4";
        this.button4.Size = new System.Drawing.Size(156, 58);
        this.button4.TabIndex = 9;
        this.button4.Text = "SmallIcon";
        this.button4.UseVisualStyleBackColor = true;
        this.button4.Click += this.button4_Click;
        // 
        // button5
        // 
        this.button5.AutoSize = true;
        this.button5.Location = new System.Drawing.Point(240, 100);
        this.button5.Margin = new System.Windows.Forms.Padding(7, 6, 7, 6);
        this.button5.Name = "button5";
        this.button5.Size = new System.Drawing.Size(175, 63);
        this.button5.TabIndex = 6;
        this.button5.Text = "AutoSizeTrue";
        this.button5.UseVisualStyleBackColor = true;
        // 
        // button2
        // 
        this.button2.Anchor = System.Windows.Forms.AnchorStyles.Top;
        this.button2.Location = new System.Drawing.Point(241, 34);
        this.button2.Margin = new System.Windows.Forms.Padding(7, 6, 7, 6);
        this.button2.Name = "button2";
        this.button2.Size = new System.Drawing.Size(156, 58);
        this.button2.TabIndex = 5;
        this.button2.Text = "LargeIcon";
        this.button2.UseVisualStyleBackColor = true;
        this.button2.Click += this.button2_Click;
        // 
        // button6
        // 
        this.button6.Location = new System.Drawing.Point(240, 175);
        this.button6.Margin = new System.Windows.Forms.Padding(7, 6, 7, 6);
        this.button6.Name = "button6";
        this.button6.Size = new System.Drawing.Size(175, 58);
        this.button6.TabIndex = 7;
        this.button6.Text = "AutoSizeFalse";
        this.button6.UseVisualStyleBackColor = true;
        // 
        // groupBox2
        // 
        this.groupBox2.Controls.Add(this.checkedListBox1);
        this.groupBox2.Controls.Add(this.label7);
        this.groupBox2.Controls.Add(this.checkBox3);
        this.groupBox2.Controls.Add(this.checkBox2);
        this.groupBox2.Controls.Add(this.checkBox1);
        this.groupBox2.Location = new System.Drawing.Point(32, 397);
        this.groupBox2.Margin = new System.Windows.Forms.Padding(7, 6, 7, 6);
        this.groupBox2.Name = "groupBox2";
        this.groupBox2.Padding = new System.Windows.Forms.Padding(7, 6, 7, 6);
        this.groupBox2.Size = new System.Drawing.Size(771, 269);
        this.groupBox2.TabIndex = 1;
        this.groupBox2.TabStop = false;
        this.groupBox2.Text = "CheckedBox";
        // 
        // checkedListBox1
        // 
        this.checkedListBox1.FormattingEnabled = true;
        this.checkedListBox1.Items.AddRange(new object[] {
        "Winforms1",
        "Winforms2",
        "Winforms3"});
        this.checkedListBox1.Location = new System.Drawing.Point(299, 83);
        this.checkedListBox1.Margin = new System.Windows.Forms.Padding(7, 6, 7, 6);
        this.checkedListBox1.Name = "checkedListBox1";
        this.checkedListBox1.Size = new System.Drawing.Size(255, 148);
        this.checkedListBox1.TabIndex = 4;
        // 
        // label7
        // 
        this.label7.AutoSize = true;
        this.label7.Location = new System.Drawing.Point(301, 32);
        this.label7.Margin = new System.Windows.Forms.Padding(7, 0, 7, 0);
        this.label7.Name = "label7";
        this.label7.Size = new System.Drawing.Size(180, 32);
        this.label7.TabIndex = 3;
        this.label7.Text = "CheckedListBox";
        // 
        // checkBox3
        // 
        this.checkBox3.AutoSize = true;
        this.checkBox3.Location = new System.Drawing.Point(15, 137);
        this.checkBox3.Margin = new System.Windows.Forms.Padding(7, 6, 7, 6);
        this.checkBox3.Name = "checkBox3";
        this.checkBox3.Size = new System.Drawing.Size(160, 36);
        this.checkBox3.TabIndex = 2;
        this.checkBox3.Text = "ThreeState";
        this.checkBox3.ThreeState = true;
        this.checkBox3.UseVisualStyleBackColor = true;
        // 
        // checkBox2
        // 
        this.checkBox2.AutoSize = true;
        this.checkBox2.Location = new System.Drawing.Point(15, 83);
        this.checkBox2.Margin = new System.Windows.Forms.Padding(7, 6, 7, 6);
        this.checkBox2.Name = "checkBox2";
        this.checkBox2.Size = new System.Drawing.Size(168, 36);
        this.checkBox2.TabIndex = 1;
        this.checkBox2.Text = "UnChecked";
        this.checkBox2.UseVisualStyleBackColor = true;
        // 
        // checkBox1
        // 
        this.checkBox1.AutoSize = true;
        this.checkBox1.Checked = true;
        this.checkBox1.CheckState = System.Windows.Forms.CheckState.Checked;
        this.checkBox1.Location = new System.Drawing.Point(15, 30);
        this.checkBox1.Margin = new System.Windows.Forms.Padding(7, 6, 7, 6);
        this.checkBox1.Name = "checkBox1";
        this.checkBox1.Size = new System.Drawing.Size(138, 36);
        this.checkBox1.TabIndex = 0;
        this.checkBox1.Text = "Checked";
        this.checkBox1.UseVisualStyleBackColor = true;
        // 
        // groupBox3
        // 
        this.groupBox3.Controls.Add(this.comboBox2);
        this.groupBox3.Controls.Add(this.label11);
        this.groupBox3.Controls.Add(this.comboBox1);
        this.groupBox3.Controls.Add(this.label10);
        this.groupBox3.Location = new System.Drawing.Point(839, 4);
        this.groupBox3.Margin = new System.Windows.Forms.Padding(7, 6, 7, 6);
        this.groupBox3.Name = "groupBox3";
        this.groupBox3.Padding = new System.Windows.Forms.Padding(7, 6, 7, 6);
        this.groupBox3.Size = new System.Drawing.Size(600, 380);
        this.groupBox3.TabIndex = 4;
        this.groupBox3.TabStop = false;
        this.groupBox3.Text = "ComboBox";
        // 
        // comboBox2
        // 
        this.comboBox2.DropDownStyle = System.Windows.Forms.ComboBoxStyle.Simple;
        this.comboBox2.FormattingEnabled = true;
        this.comboBox2.Items.AddRange(new object[] {
        "1",
        "2",
        "3",
        "4",
        "5"});
        this.comboBox2.Location = new System.Drawing.Point(314, 85);
        this.comboBox2.Margin = new System.Windows.Forms.Padding(7, 6, 7, 6);
        this.comboBox2.Name = "comboBox2";
        this.comboBox2.Size = new System.Drawing.Size(257, 266);
        this.comboBox2.TabIndex = 3;
        // 
        // label11
        // 
        this.label11.AutoSize = true;
        this.label11.Location = new System.Drawing.Point(371, 34);
        this.label11.Margin = new System.Windows.Forms.Padding(7, 0, 7, 0);
        this.label11.Name = "label11";
        this.label11.Size = new System.Drawing.Size(138, 32);
        this.label11.TabIndex = 2;
        this.label11.Text = "SimpleStyle";
        // 
        // comboBox1
        // 
        this.comboBox1.FormattingEnabled = true;
        this.comboBox1.Items.AddRange(new object[] {
        "1",
        "2",
        "3",
        "4",
        "5"});
        this.comboBox1.Location = new System.Drawing.Point(15, 90);
        this.comboBox1.Margin = new System.Windows.Forms.Padding(7, 6, 7, 6);
        this.comboBox1.Name = "comboBox1";
        this.comboBox1.Size = new System.Drawing.Size(257, 40);
        this.comboBox1.TabIndex = 1;
        // 
        // label10
        // 
        this.label10.AutoSize = true;
        this.label10.Location = new System.Drawing.Point(15, 41);
        this.label10.Margin = new System.Windows.Forms.Padding(7, 0, 7, 0);
        this.label10.Name = "label10";
        this.label10.Size = new System.Drawing.Size(180, 32);
        this.label10.TabIndex = 0;
        this.label10.Text = "DropDownStyle";
        // 
        // groupBox4
        // 
        this.groupBox4.Controls.Add(this.listView1);
        this.groupBox4.Controls.Add(this.label8);
        this.groupBox4.Location = new System.Drawing.Point(839, 397);
        this.groupBox4.Margin = new System.Windows.Forms.Padding(7, 6, 7, 6);
        this.groupBox4.Name = "groupBox4";
        this.groupBox4.Padding = new System.Windows.Forms.Padding(7, 6, 7, 6);
        this.groupBox4.Size = new System.Drawing.Size(598, 269);
        this.groupBox4.TabIndex = 5;
        this.groupBox4.TabStop = false;
        this.groupBox4.Text = "ListView";
        // 
        // listView1
        // 
        this.listView1.Items.AddRange(new System.Windows.Forms.ListViewItem[] {
        listViewItem1,
        listViewItem2,
        listViewItem3,
        listViewItem4});
        this.listView1.Location = new System.Drawing.Point(149, 83);
        this.listView1.Margin = new System.Windows.Forms.Padding(7, 6, 7, 6);
        this.listView1.Name = "listView1";
        this.listView1.Size = new System.Drawing.Size(257, 151);
        this.listView1.TabIndex = 1;
        this.listView1.UseCompatibleStateImageBehavior = false;
        // 
        // label8
        // 
        this.label8.AutoSize = true;
        this.label8.Location = new System.Drawing.Point(223, 30);
        this.label8.Margin = new System.Windows.Forms.Padding(7, 0, 7, 0);
        this.label8.Name = "label8";
        this.label8.Size = new System.Drawing.Size(100, 32);
        this.label8.TabIndex = 0;
        this.label8.Text = "ListView";
        // 
        // groupBox5
        // 
        this.groupBox5.Controls.Add(this.linkLabel6);
        this.groupBox5.Controls.Add(this.linkLabel5);
        this.groupBox5.Controls.Add(this.linkLabel4);
        this.groupBox5.Controls.Add(this.linkLabel3);
        this.groupBox5.Controls.Add(this.label6);
        this.groupBox5.Controls.Add(this.label5);
        this.groupBox5.Controls.Add(this.label4);
        this.groupBox5.Controls.Add(this.label3);
        this.groupBox5.Controls.Add(this.linkLabel2);
        this.groupBox5.Controls.Add(this.linkLabel1);
        this.groupBox5.Controls.Add(this.label2);
        this.groupBox5.Controls.Add(this.label1);
        this.groupBox5.Location = new System.Drawing.Point(33, 678);
        this.groupBox5.Margin = new System.Windows.Forms.Padding(7, 6, 7, 6);
        this.groupBox5.Name = "groupBox5";
        this.groupBox5.Padding = new System.Windows.Forms.Padding(7, 6, 7, 6);
        this.groupBox5.Size = new System.Drawing.Size(769, 271);
        this.groupBox5.TabIndex = 2;
        this.groupBox5.TabStop = false;
        this.groupBox5.Text = "Label";
        // 
        // linkLabel6
        // 
        this.linkLabel6.Anchor = System.Windows.Forms.AnchorStyles.Top;
        this.linkLabel6.AutoSize = true;
        this.linkLabel6.Location = new System.Drawing.Point(386, 38);
        this.linkLabel6.Margin = new System.Windows.Forms.Padding(7, 0, 7, 0);
        this.linkLabel6.Name = "linkLabel6";
        this.linkLabel6.Size = new System.Drawing.Size(44, 32);
        this.linkLabel6.TabIndex = 5;
        this.linkLabel6.TabStop = true;
        this.linkLabel6.Text = "Up";
        // 
        // linkLabel5
        // 
        this.linkLabel5.Anchor = System.Windows.Forms.AnchorStyles.Bottom;
        this.linkLabel5.AutoSize = true;
        this.linkLabel5.Location = new System.Drawing.Point(340, 207);
        this.linkLabel5.Margin = new System.Windows.Forms.Padding(7, 0, 7, 0);
        this.linkLabel5.Name = "linkLabel5";
        this.linkLabel5.Size = new System.Drawing.Size(93, 32);
        this.linkLabel5.TabIndex = 9;
        this.linkLabel5.TabStop = true;
        this.linkLabel5.Text = "Bottom";
        // 
        // linkLabel4
        // 
        this.linkLabel4.Anchor = System.Windows.Forms.AnchorStyles.Right;
        this.linkLabel4.AutoSize = true;
        this.linkLabel4.Location = new System.Drawing.Point(598, 143);
        this.linkLabel4.Margin = new System.Windows.Forms.Padding(7, 0, 7, 0);
        this.linkLabel4.Name = "linkLabel4";
        this.linkLabel4.Size = new System.Drawing.Size(70, 32);
        this.linkLabel4.TabIndex = 11;
        this.linkLabel4.TabStop = true;
        this.linkLabel4.Text = "Right";
        // 
        // linkLabel3
        // 
        this.linkLabel3.Anchor = System.Windows.Forms.AnchorStyles.Left;
        this.linkLabel3.AutoSize = true;
        this.linkLabel3.Location = new System.Drawing.Point(17, 143);
        this.linkLabel3.Margin = new System.Windows.Forms.Padding(7, 0, 7, 0);
        this.linkLabel3.Name = "linkLabel3";
        this.linkLabel3.Size = new System.Drawing.Size(54, 32);
        this.linkLabel3.TabIndex = 1;
        this.linkLabel3.TabStop = true;
        this.linkLabel3.Text = "Left";
        // 
        // label6
        // 
        this.label6.Anchor = System.Windows.Forms.AnchorStyles.Bottom;
        this.label6.AutoSize = true;
        this.label6.Location = new System.Drawing.Point(154, 207);
        this.label6.Margin = new System.Windows.Forms.Padding(7, 0, 7, 0);
        this.label6.Name = "label6";
        this.label6.Size = new System.Drawing.Size(93, 32);
        this.label6.TabIndex = 8;
        this.label6.Text = "Bottom";
        // 
        // label5
        // 
        this.label5.Anchor = System.Windows.Forms.AnchorStyles.Left;
        this.label5.AutoSize = true;
        this.label5.Location = new System.Drawing.Point(15, 87);
        this.label5.Margin = new System.Windows.Forms.Padding(7, 0, 7, 0);
        this.label5.Name = "label5";
        this.label5.Size = new System.Drawing.Size(54, 32);
        this.label5.TabIndex = 0;
        this.label5.Text = "Left";
        // 
        // label4
        // 
        this.label4.Anchor = System.Windows.Forms.AnchorStyles.Right;
        this.label4.AutoSize = true;
        this.label4.Location = new System.Drawing.Point(598, 87);
        this.label4.Margin = new System.Windows.Forms.Padding(7, 0, 7, 0);
        this.label4.Name = "label4";
        this.label4.Size = new System.Drawing.Size(70, 32);
        this.label4.TabIndex = 10;
        this.label4.Text = "Right";
        // 
        // label3
        // 
        this.label3.Anchor = System.Windows.Forms.AnchorStyles.Top;
        this.label3.AutoSize = true;
        this.label3.Location = new System.Drawing.Point(171, 41);
        this.label3.Margin = new System.Windows.Forms.Padding(7, 0, 7, 0);
        this.label3.Name = "label3";
        this.label3.Size = new System.Drawing.Size(44, 32);
        this.label3.TabIndex = 4;
        this.label3.Text = "Up";
        // 
        // linkLabel2
        // 
        this.linkLabel2.Location = new System.Drawing.Point(340, 143);
        this.linkLabel2.Margin = new System.Windows.Forms.Padding(7, 0, 7, 0);
        this.linkLabel2.Name = "linkLabel2";
        this.linkLabel2.Size = new System.Drawing.Size(217, 58);
        this.linkLabel2.TabIndex = 7;
        this.linkLabel2.TabStop = true;
        this.linkLabel2.Text = "AutoSizeFalse";
        // 
        // linkLabel1
        // 
        this.linkLabel1.AutoSize = true;
        this.linkLabel1.Location = new System.Drawing.Point(340, 87);
        this.linkLabel1.Margin = new System.Windows.Forms.Padding(7, 0, 7, 0);
        this.linkLabel1.Name = "linkLabel1";
        this.linkLabel1.Size = new System.Drawing.Size(154, 32);
        this.linkLabel1.TabIndex = 6;
        this.linkLabel1.TabStop = true;
        this.linkLabel1.Text = "AutoSizeTrue";
        // 
        // label2
        // 
        this.label2.Location = new System.Drawing.Point(121, 143);
        this.label2.Margin = new System.Windows.Forms.Padding(7, 0, 7, 0);
        this.label2.Name = "label2";
        this.label2.Size = new System.Drawing.Size(217, 58);
        this.label2.TabIndex = 3;
        this.label2.Text = "AutoSizeFalse";
        // 
        // label1
        // 
        this.label1.AutoSize = true;
        this.label1.Location = new System.Drawing.Point(121, 87);
        this.label1.Margin = new System.Windows.Forms.Padding(7, 0, 7, 0);
        this.label1.Name = "label1";
        this.label1.Size = new System.Drawing.Size(154, 32);
        this.label1.TabIndex = 2;
        this.label1.Text = "AutoSizeTrue";
        // 
        // groupBox6
        // 
        this.groupBox6.Controls.Add(this.listBox1);
        this.groupBox6.Controls.Add(this.label12);
        this.groupBox6.Location = new System.Drawing.Point(839, 678);
        this.groupBox6.Margin = new System.Windows.Forms.Padding(7, 6, 7, 6);
        this.groupBox6.Name = "groupBox6";
        this.groupBox6.Padding = new System.Windows.Forms.Padding(7, 6, 7, 6);
        this.groupBox6.Size = new System.Drawing.Size(598, 271);
        this.groupBox6.TabIndex = 6;
        this.groupBox6.TabStop = false;
        this.groupBox6.Text = "ListBox";
        // 
        // listBox1
        // 
        this.listBox1.FormattingEnabled = true;
        this.listBox1.ItemHeight = 32;
        this.listBox1.Items.AddRange(new object[] {
        "1",
        "2",
        "3",
        "4"});
        this.listBox1.Location = new System.Drawing.Point(150, 77);
        this.listBox1.Margin = new System.Windows.Forms.Padding(7, 6, 7, 6);
        this.listBox1.Name = "listBox1";
        this.listBox1.Size = new System.Drawing.Size(255, 164);
        this.listBox1.TabIndex = 1;
        // 
        // label12
        // 
        this.label12.AutoSize = true;
        this.label12.Location = new System.Drawing.Point(223, 38);
        this.label12.Margin = new System.Windows.Forms.Padding(7, 0, 7, 0);
        this.label12.Name = "label12";
        this.label12.Size = new System.Drawing.Size(83, 32);
        this.label12.TabIndex = 0;
        this.label12.Text = "listbox";
        // 
        // groupBox7
        // 
        this.groupBox7.Controls.Add(this.maskedTextBox1);
        this.groupBox7.Controls.Add(this.label9);
        this.groupBox7.Location = new System.Drawing.Point(702, 983);
        this.groupBox7.Margin = new System.Windows.Forms.Padding(7, 6, 7, 6);
        this.groupBox7.Name = "groupBox7";
        this.groupBox7.Padding = new System.Windows.Forms.Padding(7, 6, 7, 6);
        this.groupBox7.Size = new System.Drawing.Size(735, 277);
        this.groupBox7.TabIndex = 7;
        this.groupBox7.TabStop = false;
        this.groupBox7.Text = "MaskedTextBox";
        // 
        // maskedTextBox1
        // 
        this.maskedTextBox1.Location = new System.Drawing.Point(288, 119);
        this.maskedTextBox1.Margin = new System.Windows.Forms.Padding(7, 6, 7, 6);
        this.maskedTextBox1.Name = "maskedTextBox1";
        this.maskedTextBox1.Size = new System.Drawing.Size(212, 39);
        this.maskedTextBox1.TabIndex = 1;
        // 
        // label9
        // 
        this.label9.AutoSize = true;
        this.label9.Location = new System.Drawing.Point(15, 126);
        this.label9.Margin = new System.Windows.Forms.Padding(7, 0, 7, 0);
        this.label9.Name = "label9";
        this.label9.Size = new System.Drawing.Size(171, 32);
        this.label9.TabIndex = 0;
        this.label9.Text = "MaskedTextBix";
        // 
        // groupBox8
        // 
        this.groupBox8.Controls.Add(this.dateTimePicker3);
        this.groupBox8.Controls.Add(this.dateTimePicker2);
        this.groupBox8.Controls.Add(this.dateTimePicker1);
        this.groupBox8.Location = new System.Drawing.Point(33, 983);
        this.groupBox8.Margin = new System.Windows.Forms.Padding(7, 6, 7, 6);
        this.groupBox8.Name = "groupBox8";
        this.groupBox8.Padding = new System.Windows.Forms.Padding(7, 6, 7, 6);
        this.groupBox8.Size = new System.Drawing.Size(570, 277);
        this.groupBox8.TabIndex = 3;
        this.groupBox8.TabStop = false;
        this.groupBox8.Text = "DataTimerPicker";
        // 
        // dateTimePicker3
        // 
        this.dateTimePicker3.AccessibleName = "DTP2";
        this.dateTimePicker3.Location = new System.Drawing.Point(37, 126);
        this.dateTimePicker3.Margin = new System.Windows.Forms.Padding(7, 6, 7, 6);
        this.dateTimePicker3.Name = "dateTimePicker3";
        this.dateTimePicker3.Size = new System.Drawing.Size(429, 39);
        this.dateTimePicker3.TabIndex = 1;
        // 
        // dateTimePicker2
        // 
        this.dateTimePicker2.AccessibleName = "DTP3";
        this.dateTimePicker2.Anchor = System.Windows.Forms.AnchorStyles.Bottom;
        this.dateTimePicker2.Location = new System.Drawing.Point(37, 205);
        this.dateTimePicker2.Margin = new System.Windows.Forms.Padding(7, 6, 7, 6);
        this.dateTimePicker2.Name = "dateTimePicker2";
        this.dateTimePicker2.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
        this.dateTimePicker2.Size = new System.Drawing.Size(429, 39);
        this.dateTimePicker2.TabIndex = 2;
        // 
        // dateTimePicker1
        // 
        this.dateTimePicker1.AccessibleName = "DTP1";
        this.dateTimePicker1.CalendarForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(128)))));
        this.dateTimePicker1.CalendarMonthBackground = System.Drawing.Color.Yellow;
        this.dateTimePicker1.CalendarTitleBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
        this.dateTimePicker1.CalendarTitleForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(224)))), ((int)(((byte)(192)))));
        this.dateTimePicker1.CalendarTrailingForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
        this.dateTimePicker1.Location = new System.Drawing.Point(37, 47);
        this.dateTimePicker1.Margin = new System.Windows.Forms.Padding(7, 6, 7, 6);
        this.dateTimePicker1.Name = "dateTimePicker1";
        this.dateTimePicker1.ShowCheckBox = true;
        this.dateTimePicker1.Size = new System.Drawing.Size(457, 39);
        this.dateTimePicker1.TabIndex = 0;
        // 
        // CommonControl1
        // 
        this.AutoScaleDimensions = new System.Drawing.SizeF(13F, 32F);
        this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
        this.AutoScroll = true;
        this.ClientSize = new System.Drawing.Size(1482, 1291);
        this.Controls.Add(this.groupBox8);
        this.Controls.Add(this.groupBox7);
        this.Controls.Add(this.groupBox6);
        this.Controls.Add(this.groupBox5);
        this.Controls.Add(this.groupBox4);
        this.Controls.Add(this.groupBox3);
        this.Controls.Add(this.groupBox2);
        this.Controls.Add(this.groupBox1);
        this.Margin = new System.Windows.Forms.Padding(7, 6, 7, 6);
        this.Name = "CommonControl1";
        this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
        this.Text = "CommonControl1";
        this.Load += this.MainForm_Load;
        this.groupBox1.ResumeLayout(false);
        this.groupBox1.PerformLayout();
        this.groupBox2.ResumeLayout(false);
        this.groupBox2.PerformLayout();
        this.groupBox3.ResumeLayout(false);
        this.groupBox3.PerformLayout();
        this.groupBox4.ResumeLayout(false);
        this.groupBox4.PerformLayout();
        this.groupBox5.ResumeLayout(false);
        this.groupBox5.PerformLayout();
        this.groupBox6.ResumeLayout(false);
        this.groupBox6.PerformLayout();
        this.groupBox7.ResumeLayout(false);
        this.groupBox7.PerformLayout();
        this.groupBox8.ResumeLayout(false);
        this.ResumeLayout(false);
 
    }
 
    #endregion
 
    private System.Windows.Forms.GroupBox groupBox1;
    private System.Windows.Forms.Button button1;
    private System.Windows.Forms.Button button3;
    private System.Windows.Forms.Button button4;
    private System.Windows.Forms.Button button5;
    private System.Windows.Forms.Button button6;
    private System.Windows.Forms.Button button12;
    private System.Windows.Forms.Button button10;
    private System.Windows.Forms.Button button9;
    private System.Windows.Forms.Button button8;
    private System.Windows.Forms.Button button2;
    private System.Windows.Forms.GroupBox groupBox2;
    private System.Windows.Forms.CheckBox checkBox3;
    private System.Windows.Forms.CheckBox checkBox2;
    private System.Windows.Forms.CheckBox checkBox1;
    private System.Windows.Forms.GroupBox groupBox3;
    private System.Windows.Forms.GroupBox groupBox4;
    private System.Windows.Forms.GroupBox groupBox5;
    private System.Windows.Forms.LinkLabel linkLabel2;
    private System.Windows.Forms.LinkLabel linkLabel1;
    private System.Windows.Forms.Label label2;
    private System.Windows.Forms.Label label1;
    private System.Windows.Forms.LinkLabel linkLabel6;
    private System.Windows.Forms.LinkLabel linkLabel5;
    private System.Windows.Forms.LinkLabel linkLabel4;
    private System.Windows.Forms.LinkLabel linkLabel3;
    private System.Windows.Forms.Label label6;
    private System.Windows.Forms.Label label5;
    private System.Windows.Forms.Label label4;
    private System.Windows.Forms.Label label3;
    private System.Windows.Forms.GroupBox groupBox6;
    private System.Windows.Forms.GroupBox groupBox7;
    private System.Windows.Forms.GroupBox groupBox8;
    private System.Windows.Forms.DateTimePicker dateTimePicker2;
    private System.Windows.Forms.DateTimePicker dateTimePicker1;
    private System.Windows.Forms.DateTimePicker dateTimePicker3;
    private System.Windows.Forms.CheckedListBox checkedListBox1;
    private System.Windows.Forms.Label label7;
    private System.Windows.Forms.ListView listView1;
    private System.Windows.Forms.Label label8;
    private System.Windows.Forms.MaskedTextBox maskedTextBox1;
    private System.Windows.Forms.Label label9;
    private System.Windows.Forms.ComboBox comboBox1;
    private System.Windows.Forms.Label label10;
    private System.Windows.Forms.ComboBox comboBox2;
    private System.Windows.Forms.Label label11;
    private System.Windows.Forms.ListBox listBox1;
    private System.Windows.Forms.Label label12;
}