namespace KazarinPractica03 { partial class Form3 { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.label2 = new System.Windows.Forms.Label(); this.panel1 = new System.Windows.Forms.Panel(); this.radioButton2 = new System.Windows.Forms.RadioButton(); this.radioButton1 = new System.Windows.Forms.RadioButton(); this.label1 = new System.Windows.Forms.Label(); this.panel2 = new System.Windows.Forms.Panel(); this.groupBox2 = new System.Windows.Forms.GroupBox(); this.button2 = new System.Windows.Forms.Button(); this.button1 = new System.Windows.Forms.Button(); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.radioButton3 = new System.Windows.Forms.RadioButton(); this.radioButton4 = new System.Windows.Forms.RadioButton(); this.radioButton5 = new System.Windows.Forms.RadioButton(); this.radioButton6 = new System.Windows.Forms.RadioButton(); this.radioButton7 = new System.Windows.Forms.RadioButton(); this.radioButton8 = new System.Windows.Forms.RadioButton(); this.radioButton9 = new System.Windows.Forms.RadioButton(); this.radioButton10 = new System.Windows.Forms.RadioButton(); this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel(); this.flowLayoutPanel2 = new System.Windows.Forms.FlowLayoutPanel(); this.flowLayoutPanel3 = new System.Windows.Forms.FlowLayoutPanel(); this.flowLayoutPanel4 = new System.Windows.Forms.FlowLayoutPanel(); this.label3 = new System.Windows.Forms.Label(); this.label4 = new System.Windows.Forms.Label(); this.label5 = new System.Windows.Forms.Label(); this.label6 = new System.Windows.Forms.Label(); this.button3 = new System.Windows.Forms.Button(); this.button4 = new System.Windows.Forms.Button(); this.button5 = new System.Windows.Forms.Button(); this.button6 = new System.Windows.Forms.Button(); this.button7 = new System.Windows.Forms.Button(); this.button8 = new System.Windows.Forms.Button(); this.button9 = new System.Windows.Forms.Button(); this.button10 = new System.Windows.Forms.Button(); this.button11 = new System.Windows.Forms.Button(); this.button12 = new System.Windows.Forms.Button(); this.button13 = new System.Windows.Forms.Button(); this.button14 = new System.Windows.Forms.Button(); this.button15 = new System.Windows.Forms.Button(); this.button16 = new System.Windows.Forms.Button(); this.button17 = new System.Windows.Forms.Button(); this.button18 = new System.Windows.Forms.Button(); this.groupBox3 = new System.Windows.Forms.GroupBox(); this.groupBox4 = new System.Windows.Forms.GroupBox(); this.groupBox5 = new System.Windows.Forms.GroupBox(); this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel(); this.button19 = new System.Windows.Forms.Button(); this.button20 = new System.Windows.Forms.Button(); this.button21 = new System.Windows.Forms.Button(); this.button22 = new System.Windows.Forms.Button(); this.button23 = new System.Windows.Forms.Button(); this.button24 = new System.Windows.Forms.Button(); this.button25 = new System.Windows.Forms.Button(); this.button26 = new System.Windows.Forms.Button(); this.button27 = new System.Windows.Forms.Button(); this.groupBox6 = new System.Windows.Forms.GroupBox(); this.groupBox7 = new System.Windows.Forms.GroupBox(); this.tabControl1 = new System.Windows.Forms.TabControl(); this.tabPage1 = new System.Windows.Forms.TabPage(); this.tabPage2 = new System.Windows.Forms.TabPage(); this.tabPage3 = new System.Windows.Forms.TabPage(); this.groupBox8 = new System.Windows.Forms.GroupBox(); this.splitContainer1 = new System.Windows.Forms.SplitContainer(); this.panel1.SuspendLayout(); this.panel2.SuspendLayout(); this.groupBox2.SuspendLayout(); this.groupBox1.SuspendLayout(); this.flowLayoutPanel1.SuspendLayout(); this.flowLayoutPanel2.SuspendLayout(); this.flowLayoutPanel3.SuspendLayout(); this.flowLayoutPanel4.SuspendLayout(); this.groupBox3.SuspendLayout(); this.groupBox4.SuspendLayout(); this.groupBox5.SuspendLayout(); this.tableLayoutPanel1.SuspendLayout(); this.groupBox6.SuspendLayout(); this.groupBox7.SuspendLayout(); this.tabControl1.SuspendLayout(); this.groupBox8.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit(); this.splitContainer1.SuspendLayout(); this.SuspendLayout(); // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(51, 34); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(81, 13); this.label2.TabIndex = 0; this.label2.Text = "Элемент Panel"; // // panel1 // this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.panel1.Controls.Add(this.label2); this.panel1.Location = new System.Drawing.Point(6, 19); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(200, 77); this.panel1.TabIndex = 5; // // radioButton2 // this.radioButton2.AutoSize = true; this.radioButton2.Location = new System.Drawing.Point(27, 58); this.radioButton2.Name = "radioButton2"; this.radioButton2.Size = new System.Drawing.Size(85, 17); this.radioButton2.TabIndex = 4; this.radioButton2.TabStop = true; this.radioButton2.Text = "radioButton2"; this.radioButton2.UseVisualStyleBackColor = true; // // radioButton1 // this.radioButton1.AutoSize = true; this.radioButton1.Location = new System.Drawing.Point(27, 35); this.radioButton1.Name = "radioButton1"; this.radioButton1.Size = new System.Drawing.Size(85, 17); this.radioButton1.TabIndex = 3; this.radioButton1.TabStop = true; this.radioButton1.Text = "radioButton1"; this.radioButton1.UseVisualStyleBackColor = true; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(24, 10); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(151, 13); this.label1.TabIndex = 2; this.label1.Text = "Элемент Panel с прокруткой"; // // panel2 // this.panel2.AutoScroll = true; this.panel2.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; this.panel2.Controls.Add(this.radioButton9); this.panel2.Controls.Add(this.radioButton10); this.panel2.Controls.Add(this.radioButton7); this.panel2.Controls.Add(this.radioButton8); this.panel2.Controls.Add(this.radioButton5); this.panel2.Controls.Add(this.radioButton6); this.panel2.Controls.Add(this.label1); this.panel2.Controls.Add(this.radioButton1); this.panel2.Controls.Add(this.radioButton2); this.panel2.Location = new System.Drawing.Point(6, 114); this.panel2.Name = "panel2"; this.panel2.Size = new System.Drawing.Size(200, 102); this.panel2.TabIndex = 6; // // groupBox2 // this.groupBox2.Controls.Add(this.button2); this.groupBox2.Controls.Add(this.button1); this.groupBox2.Location = new System.Drawing.Point(9, 125); this.groupBox2.Name = "groupBox2"; this.groupBox2.Size = new System.Drawing.Size(231, 62); this.groupBox2.TabIndex = 8; this.groupBox2.TabStop = false; // // button2 // this.button2.Location = new System.Drawing.Point(137, 19); this.button2.Name = "button2"; this.button2.Size = new System.Drawing.Size(61, 23); this.button2.TabIndex = 1; this.button2.Text = "Отмена"; this.button2.UseVisualStyleBackColor = true; // // button1 // this.button1.Location = new System.Drawing.Point(27, 19); this.button1.Name = "button1"; this.button1.Size = new System.Drawing.Size(61, 23); this.button1.TabIndex = 0; this.button1.Text = "ОК"; this.button1.UseVisualStyleBackColor = true; // // groupBox1 // this.groupBox1.Controls.Add(this.radioButton3); this.groupBox1.Controls.Add(this.radioButton4); this.groupBox1.Location = new System.Drawing.Point(9, 19); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(231, 100); this.groupBox1.TabIndex = 7; this.groupBox1.TabStop = false; this.groupBox1.Text = "Сделайте выбор"; // // radioButton3 // this.radioButton3.AutoSize = true; this.radioButton3.Location = new System.Drawing.Point(6, 56); this.radioButton3.Name = "radioButton3"; this.radioButton3.Size = new System.Drawing.Size(82, 17); this.radioButton3.TabIndex = 1; this.radioButton3.Text = "Выключить"; this.radioButton3.UseVisualStyleBackColor = true; // // radioButton4 // this.radioButton4.AutoSize = true; this.radioButton4.CausesValidation = false; this.radioButton4.Checked = true; this.radioButton4.Location = new System.Drawing.Point(6, 33); this.radioButton4.Name = "radioButton4"; this.radioButton4.RightToLeft = System.Windows.Forms.RightToLeft.No; this.radioButton4.Size = new System.Drawing.Size(74, 17); this.radioButton4.TabIndex = 0; this.radioButton4.TabStop = true; this.radioButton4.Text = "Включить"; this.radioButton4.UseVisualStyleBackColor = true; // // radioButton5 // this.radioButton5.AutoSize = true; this.radioButton5.Location = new System.Drawing.Point(27, 81); this.radioButton5.Name = "radioButton5"; this.radioButton5.Size = new System.Drawing.Size(85, 17); this.radioButton5.TabIndex = 5; this.radioButton5.TabStop = true; this.radioButton5.Text = "radioButton5"; this.radioButton5.UseVisualStyleBackColor = true; // // radioButton6 // this.radioButton6.AutoSize = true; this.radioButton6.Location = new System.Drawing.Point(27, 104); this.radioButton6.Name = "radioButton6"; this.radioButton6.Size = new System.Drawing.Size(85, 17); this.radioButton6.TabIndex = 6; this.radioButton6.TabStop = true; this.radioButton6.Text = "radioButton6"; this.radioButton6.UseVisualStyleBackColor = true; // // radioButton7 // this.radioButton7.AutoSize = true; this.radioButton7.Location = new System.Drawing.Point(27, 127); this.radioButton7.Name = "radioButton7"; this.radioButton7.Size = new System.Drawing.Size(85, 17); this.radioButton7.TabIndex = 7; this.radioButton7.TabStop = true; this.radioButton7.Text = "radioButton7"; this.radioButton7.UseVisualStyleBackColor = true; // // radioButton8 // this.radioButton8.AutoSize = true; this.radioButton8.Location = new System.Drawing.Point(27, 150); this.radioButton8.Name = "radioButton8"; this.radioButton8.Size = new System.Drawing.Size(85, 17); this.radioButton8.TabIndex = 8; this.radioButton8.TabStop = true; this.radioButton8.Text = "radioButton8"; this.radioButton8.UseVisualStyleBackColor = true; // // radioButton9 // this.radioButton9.AutoSize = true; this.radioButton9.Location = new System.Drawing.Point(27, 173); this.radioButton9.Name = "radioButton9"; this.radioButton9.Size = new System.Drawing.Size(85, 17); this.radioButton9.TabIndex = 9; this.radioButton9.TabStop = true; this.radioButton9.Text = "radioButton9"; this.radioButton9.UseVisualStyleBackColor = true; // // radioButton10 // this.radioButton10.AutoSize = true; this.radioButton10.Location = new System.Drawing.Point(27, 196); this.radioButton10.Name = "radioButton10"; this.radioButton10.Size = new System.Drawing.Size(91, 17); this.radioButton10.TabIndex = 10; this.radioButton10.TabStop = true; this.radioButton10.Text = "radioButton10"; this.radioButton10.UseVisualStyleBackColor = true; // // flowLayoutPanel1 // this.flowLayoutPanel1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; this.flowLayoutPanel1.Controls.Add(this.button3); this.flowLayoutPanel1.Controls.Add(this.button4); this.flowLayoutPanel1.Controls.Add(this.button5); this.flowLayoutPanel1.Controls.Add(this.button6); this.flowLayoutPanel1.Location = new System.Drawing.Point(16, 47); this.flowLayoutPanel1.Name = "flowLayoutPanel1"; this.flowLayoutPanel1.Size = new System.Drawing.Size(200, 100); this.flowLayoutPanel1.TabIndex = 9; // // flowLayoutPanel2 // this.flowLayoutPanel2.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; this.flowLayoutPanel2.Controls.Add(this.button7); this.flowLayoutPanel2.Controls.Add(this.button8); this.flowLayoutPanel2.Controls.Add(this.button10); this.flowLayoutPanel2.Controls.Add(this.button9); this.flowLayoutPanel2.Location = new System.Drawing.Point(240, 47); this.flowLayoutPanel2.Name = "flowLayoutPanel2"; this.flowLayoutPanel2.RightToLeft = System.Windows.Forms.RightToLeft.Yes; this.flowLayoutPanel2.Size = new System.Drawing.Size(200, 100); this.flowLayoutPanel2.TabIndex = 10; // // flowLayoutPanel3 // this.flowLayoutPanel3.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; this.flowLayoutPanel3.Controls.Add(this.button11); this.flowLayoutPanel3.Controls.Add(this.button12); this.flowLayoutPanel3.Controls.Add(this.button13); this.flowLayoutPanel3.Controls.Add(this.button14); this.flowLayoutPanel3.FlowDirection = System.Windows.Forms.FlowDirection.TopDown; this.flowLayoutPanel3.Location = new System.Drawing.Point(16, 176); this.flowLayoutPanel3.Name = "flowLayoutPanel3"; this.flowLayoutPanel3.Size = new System.Drawing.Size(200, 123); this.flowLayoutPanel3.TabIndex = 11; // // flowLayoutPanel4 // this.flowLayoutPanel4.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; this.flowLayoutPanel4.Controls.Add(this.button15); this.flowLayoutPanel4.Controls.Add(this.button16); this.flowLayoutPanel4.Controls.Add(this.button17); this.flowLayoutPanel4.Controls.Add(this.button18); this.flowLayoutPanel4.FlowDirection = System.Windows.Forms.FlowDirection.BottomUp; this.flowLayoutPanel4.Location = new System.Drawing.Point(240, 176); this.flowLayoutPanel4.Name = "flowLayoutPanel4"; this.flowLayoutPanel4.Size = new System.Drawing.Size(200, 123); this.flowLayoutPanel4.TabIndex = 12; // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(81, 28); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(50, 13); this.label3.TabIndex = 13; this.label3.Text = "LeftRight"; // // label4 // this.label4.AutoSize = true; this.label4.Location = new System.Drawing.Point(81, 160); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(54, 13); this.label4.TabIndex = 14; this.label4.Text = "TopDown"; // // label5 // this.label5.AutoSize = true; this.label5.Location = new System.Drawing.Point(316, 28); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(50, 13); this.label5.TabIndex = 15; this.label5.Text = "RightLeft"; // // label6 // this.label6.AutoSize = true; this.label6.Location = new System.Drawing.Point(321, 160); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(54, 13); this.label6.TabIndex = 16; this.label6.Text = "BottomUp"; // // button3 // this.button3.Location = new System.Drawing.Point(3, 3); this.button3.Name = "button3"; this.button3.Size = new System.Drawing.Size(75, 23); this.button3.TabIndex = 0; this.button3.Text = "button3"; this.button3.UseVisualStyleBackColor = true; // // button4 // this.button4.Location = new System.Drawing.Point(84, 3); this.button4.Name = "button4"; this.button4.Size = new System.Drawing.Size(75, 23); this.button4.TabIndex = 1; this.button4.Text = "button4"; this.button4.UseVisualStyleBackColor = true; // // button5 // this.button5.Location = new System.Drawing.Point(3, 32); this.button5.Name = "button5"; this.button5.Size = new System.Drawing.Size(75, 23); this.button5.TabIndex = 2; this.button5.Text = "button5"; this.button5.UseVisualStyleBackColor = true; // // button6 // this.button6.Location = new System.Drawing.Point(84, 32); this.button6.Name = "button6"; this.button6.Size = new System.Drawing.Size(75, 23); this.button6.TabIndex = 3; this.button6.Text = "button6"; this.button6.UseVisualStyleBackColor = true; // // button7 // this.button7.Location = new System.Drawing.Point(118, 3); this.button7.Name = "button7"; this.button7.Size = new System.Drawing.Size(75, 23); this.button7.TabIndex = 1; this.button7.Text = "button7"; this.button7.UseVisualStyleBackColor = true; // // button8 // this.button8.Location = new System.Drawing.Point(37, 3); this.button8.Name = "button8"; this.button8.Size = new System.Drawing.Size(75, 23); this.button8.TabIndex = 2; this.button8.Text = "button8"; this.button8.UseVisualStyleBackColor = true; // // button9 // this.button9.Location = new System.Drawing.Point(37, 32); this.button9.Name = "button9"; this.button9.Size = new System.Drawing.Size(75, 23); this.button9.TabIndex = 3; this.button9.Text = "button9"; this.button9.UseVisualStyleBackColor = true; // // button10 // this.button10.Location = new System.Drawing.Point(118, 32); this.button10.Name = "button10"; this.button10.Size = new System.Drawing.Size(75, 23); this.button10.TabIndex = 4; this.button10.Text = "button10"; this.button10.UseVisualStyleBackColor = true; // // button11 // this.button11.Location = new System.Drawing.Point(3, 3); this.button11.Name = "button11"; this.button11.Size = new System.Drawing.Size(75, 23); this.button11.TabIndex = 1; this.button11.Text = "button11"; this.button11.UseVisualStyleBackColor = true; // // button12 // this.button12.Location = new System.Drawing.Point(3, 32); this.button12.Name = "button12"; this.button12.Size = new System.Drawing.Size(75, 23); this.button12.TabIndex = 2; this.button12.Text = "button12"; this.button12.UseVisualStyleBackColor = true; // // button13 // this.button13.Location = new System.Drawing.Point(3, 61); this.button13.Name = "button13"; this.button13.Size = new System.Drawing.Size(75, 23); this.button13.TabIndex = 3; this.button13.Text = "button13"; this.button13.UseVisualStyleBackColor = true; // // button14 // this.button14.Location = new System.Drawing.Point(3, 90); this.button14.Name = "button14"; this.button14.Size = new System.Drawing.Size(75, 23); this.button14.TabIndex = 4; this.button14.Text = "button14"; this.button14.UseVisualStyleBackColor = true; // // button15 // this.button15.Location = new System.Drawing.Point(3, 93); this.button15.Name = "button15"; this.button15.Size = new System.Drawing.Size(75, 23); this.button15.TabIndex = 1; this.button15.Text = "button15"; this.button15.UseVisualStyleBackColor = true; // // button16 // this.button16.Location = new System.Drawing.Point(3, 64); this.button16.Name = "button16"; this.button16.Size = new System.Drawing.Size(75, 23); this.button16.TabIndex = 2; this.button16.Text = "button16"; this.button16.UseVisualStyleBackColor = true; // // button17 // this.button17.Location = new System.Drawing.Point(3, 35); this.button17.Name = "button17"; this.button17.Size = new System.Drawing.Size(75, 23); this.button17.TabIndex = 3; this.button17.Text = "button17"; this.button17.UseVisualStyleBackColor = true; // // button18 // this.button18.Location = new System.Drawing.Point(3, 6); this.button18.Name = "button18"; this.button18.Size = new System.Drawing.Size(75, 23); this.button18.TabIndex = 4; this.button18.Text = "button18"; this.button18.UseVisualStyleBackColor = true; // // groupBox3 // this.groupBox3.Controls.Add(this.groupBox1); this.groupBox3.Controls.Add(this.groupBox2); this.groupBox3.Location = new System.Drawing.Point(12, 12); this.groupBox3.Name = "groupBox3"; this.groupBox3.Size = new System.Drawing.Size(253, 193); this.groupBox3.TabIndex = 17; this.groupBox3.TabStop = false; this.groupBox3.Text = "Задание 1 Group Box "; // // groupBox4 // this.groupBox4.Controls.Add(this.panel1); this.groupBox4.Controls.Add(this.panel2); this.groupBox4.Location = new System.Drawing.Point(271, 12); this.groupBox4.Name = "groupBox4"; this.groupBox4.Size = new System.Drawing.Size(221, 222); this.groupBox4.TabIndex = 18; this.groupBox4.TabStop = false; this.groupBox4.Text = "Задание 2 Panel"; // // groupBox5 // this.groupBox5.Controls.Add(this.flowLayoutPanel1); this.groupBox5.Controls.Add(this.flowLayoutPanel2); this.groupBox5.Controls.Add(this.flowLayoutPanel3); this.groupBox5.Controls.Add(this.label6); this.groupBox5.Controls.Add(this.flowLayoutPanel4); this.groupBox5.Controls.Add(this.label5); this.groupBox5.Controls.Add(this.label3); this.groupBox5.Controls.Add(this.label4); this.groupBox5.Location = new System.Drawing.Point(498, 12); this.groupBox5.Name = "groupBox5"; this.groupBox5.Size = new System.Drawing.Size(455, 315); this.groupBox5.TabIndex = 19; this.groupBox5.TabStop = false; this.groupBox5.Text = "Задание 3 FlowLayoutPanel"; // // tableLayoutPanel1 // this.tableLayoutPanel1.ColumnCount = 3; this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F)); this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33334F)); this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33334F)); this.tableLayoutPanel1.Controls.Add(this.button27, 2, 2); this.tableLayoutPanel1.Controls.Add(this.button26, 1, 2); this.tableLayoutPanel1.Controls.Add(this.button25, 0, 2); this.tableLayoutPanel1.Controls.Add(this.button24, 2, 1); this.tableLayoutPanel1.Controls.Add(this.button23, 1, 1); this.tableLayoutPanel1.Controls.Add(this.button22, 0, 1); this.tableLayoutPanel1.Controls.Add(this.button21, 2, 0); this.tableLayoutPanel1.Controls.Add(this.button20, 1, 0); this.tableLayoutPanel1.Controls.Add(this.button19, 0, 0); this.tableLayoutPanel1.Location = new System.Drawing.Point(6, 19); this.tableLayoutPanel1.Name = "tableLayoutPanel1"; this.tableLayoutPanel1.RowCount = 3; this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 33.33333F)); this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 33.33333F)); this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 33.33333F)); this.tableLayoutPanel1.Size = new System.Drawing.Size(353, 233); this.tableLayoutPanel1.TabIndex = 20; this.tableLayoutPanel1.Paint += new System.Windows.Forms.PaintEventHandler(this.tableLayoutPanel1_Paint); // // button19 // this.button19.Dock = System.Windows.Forms.DockStyle.Left; this.button19.Location = new System.Drawing.Point(3, 3); this.button19.Name = "button19"; this.button19.Size = new System.Drawing.Size(111, 71); this.button19.TabIndex = 0; this.button19.Text = "button19"; this.button19.UseVisualStyleBackColor = true; // // button20 // this.button20.Dock = System.Windows.Forms.DockStyle.Left; this.button20.Location = new System.Drawing.Point(120, 3); this.button20.Name = "button20"; this.button20.Size = new System.Drawing.Size(111, 71); this.button20.TabIndex = 1; this.button20.Text = "button20"; this.button20.UseVisualStyleBackColor = true; // // button21 // this.button21.Dock = System.Windows.Forms.DockStyle.Left; this.button21.Location = new System.Drawing.Point(237, 3); this.button21.Name = "button21"; this.button21.Size = new System.Drawing.Size(111, 71); this.button21.TabIndex = 2; this.button21.Text = "button21"; this.button21.UseVisualStyleBackColor = true; // // button22 // this.button22.Dock = System.Windows.Forms.DockStyle.Left; this.button22.Location = new System.Drawing.Point(3, 80); this.button22.Name = "button22"; this.button22.Size = new System.Drawing.Size(111, 71); this.button22.TabIndex = 3; this.button22.Text = "button22"; this.button22.UseVisualStyleBackColor = true; // // button23 // this.button23.Dock = System.Windows.Forms.DockStyle.Left; this.button23.Location = new System.Drawing.Point(120, 80); this.button23.Name = "button23"; this.button23.Size = new System.Drawing.Size(111, 71); this.button23.TabIndex = 4; this.button23.Text = "button23"; this.button23.UseVisualStyleBackColor = true; // // button24 // this.button24.Dock = System.Windows.Forms.DockStyle.Left; this.button24.Location = new System.Drawing.Point(237, 80); this.button24.Name = "button24"; this.button24.Size = new System.Drawing.Size(111, 71); this.button24.TabIndex = 5; this.button24.Text = "button24"; this.button24.UseVisualStyleBackColor = true; // // button25 // this.button25.Dock = System.Windows.Forms.DockStyle.Left; this.button25.Location = new System.Drawing.Point(3, 157); this.button25.Name = "button25"; this.button25.Size = new System.Drawing.Size(111, 73); this.button25.TabIndex = 6; this.button25.Text = "button25"; this.button25.UseVisualStyleBackColor = true; // // button26 // this.button26.Dock = System.Windows.Forms.DockStyle.Left; this.button26.Location = new System.Drawing.Point(120, 157); this.button26.Name = "button26"; this.button26.Size = new System.Drawing.Size(111, 73); this.button26.TabIndex = 7; this.button26.Text = "button26"; this.button26.UseVisualStyleBackColor = true; // // button27 // this.button27.Dock = System.Windows.Forms.DockStyle.Left; this.button27.Location = new System.Drawing.Point(237, 157); this.button27.Name = "button27"; this.button27.Size = new System.Drawing.Size(111, 73); this.button27.TabIndex = 8; this.button27.Text = "button27"; this.button27.UseVisualStyleBackColor = true; // // groupBox6 // this.groupBox6.Controls.Add(this.tableLayoutPanel1); this.groupBox6.Location = new System.Drawing.Point(21, 255); this.groupBox6.Name = "groupBox6"; this.groupBox6.Size = new System.Drawing.Size(368, 263); this.groupBox6.TabIndex = 21; this.groupBox6.TabStop = false; this.groupBox6.Text = "Задание 4 TableLayoutPanel"; // // groupBox7 // this.groupBox7.Controls.Add(this.tabControl1); this.groupBox7.Location = new System.Drawing.Point(416, 354); this.groupBox7.Name = "groupBox7"; this.groupBox7.Size = new System.Drawing.Size(213, 129); this.groupBox7.TabIndex = 22; this.groupBox7.TabStop = false; this.groupBox7.Text = "Задание 5 TapControl"; // // tabControl1 // this.tabControl1.Controls.Add(this.tabPage1); this.tabControl1.Controls.Add(this.tabPage2); this.tabControl1.Controls.Add(this.tabPage3); this.tabControl1.Location = new System.Drawing.Point(6, 19); this.tabControl1.Name = "tabControl1"; this.tabControl1.SelectedIndex = 0; this.tabControl1.Size = new System.Drawing.Size(200, 100); this.tabControl1.TabIndex = 0; // // tabPage1 // this.tabPage1.Location = new System.Drawing.Point(4, 22); this.tabPage1.Name = "tabPage1"; this.tabPage1.Padding = new System.Windows.Forms.Padding(3); this.tabPage1.Size = new System.Drawing.Size(192, 74); this.tabPage1.TabIndex = 0; this.tabPage1.Text = "Вкладка1"; this.tabPage1.UseVisualStyleBackColor = true; // // tabPage2 // this.tabPage2.Location = new System.Drawing.Point(4, 22); this.tabPage2.Name = "tabPage2"; this.tabPage2.Padding = new System.Windows.Forms.Padding(3); this.tabPage2.Size = new System.Drawing.Size(192, 74); this.tabPage2.TabIndex = 1; this.tabPage2.Text = "Вкладка2"; this.tabPage2.UseVisualStyleBackColor = true; // // tabPage3 // this.tabPage3.Location = new System.Drawing.Point(4, 22); this.tabPage3.Name = "tabPage3"; this.tabPage3.Padding = new System.Windows.Forms.Padding(3); this.tabPage3.Size = new System.Drawing.Size(192, 74); this.tabPage3.TabIndex = 2; this.tabPage3.Text = "Вкладка3"; this.tabPage3.UseVisualStyleBackColor = true; // // groupBox8 // this.groupBox8.Controls.Add(this.splitContainer1); this.groupBox8.Location = new System.Drawing.Point(647, 354); this.groupBox8.Name = "groupBox8"; this.groupBox8.Size = new System.Drawing.Size(306, 153); this.groupBox8.TabIndex = 23; this.groupBox8.TabStop = false; this.groupBox8.Text = "Задание 6 SplitContainer"; // // splitContainer1 // this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill; this.splitContainer1.Location = new System.Drawing.Point(3, 16); this.splitContainer1.Name = "splitContainer1"; // // splitContainer1.Panel2 // this.splitContainer1.Size = new System.Drawing.Size(300, 134); this.splitContainer1.SplitterDistance = 100; this.splitContainer1.TabIndex = 0; // // Form3 // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(1079, 717); 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.Name = "Form3"; this.Text = "Привет мир!"; this.Load += new System.EventHandler(this.Form3_Load); this.panel1.ResumeLayout(false); this.panel1.PerformLayout(); this.panel2.ResumeLayout(false); this.panel2.PerformLayout(); this.groupBox2.ResumeLayout(false); this.groupBox1.ResumeLayout(false); this.groupBox1.PerformLayout(); this.flowLayoutPanel1.ResumeLayout(false); this.flowLayoutPanel2.ResumeLayout(false); this.flowLayoutPanel3.ResumeLayout(false); this.flowLayoutPanel4.ResumeLayout(false); this.groupBox3.ResumeLayout(false); this.groupBox4.ResumeLayout(false); this.groupBox5.ResumeLayout(false); this.groupBox5.PerformLayout(); this.tableLayoutPanel1.ResumeLayout(false); this.groupBox6.ResumeLayout(false); this.groupBox7.ResumeLayout(false); this.tabControl1.ResumeLayout(false); this.groupBox8.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit(); this.splitContainer1.ResumeLayout(false); this.ResumeLayout(false); } #endregion private System.Windows.Forms.Label label2; private System.Windows.Forms.Panel panel1; private System.Windows.Forms.RadioButton radioButton2; private System.Windows.Forms.RadioButton radioButton1; private System.Windows.Forms.Label label1; private System.Windows.Forms.Panel panel2; private System.Windows.Forms.RadioButton radioButton9; private System.Windows.Forms.RadioButton radioButton10; private System.Windows.Forms.RadioButton radioButton7; private System.Windows.Forms.RadioButton radioButton8; private System.Windows.Forms.RadioButton radioButton5; private System.Windows.Forms.RadioButton radioButton6; private System.Windows.Forms.GroupBox groupBox2; private System.Windows.Forms.Button button2; private System.Windows.Forms.Button button1; private System.Windows.Forms.GroupBox groupBox1; private System.Windows.Forms.RadioButton radioButton3; private System.Windows.Forms.RadioButton radioButton4; private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel1; 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.FlowLayoutPanel flowLayoutPanel2; private System.Windows.Forms.Button button7; private System.Windows.Forms.Button button8; private System.Windows.Forms.Button button10; private System.Windows.Forms.Button button9; private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel3; private System.Windows.Forms.Button button11; private System.Windows.Forms.Button button12; private System.Windows.Forms.Button button13; private System.Windows.Forms.Button button14; private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel4; private System.Windows.Forms.Button button15; private System.Windows.Forms.Button button16; private System.Windows.Forms.Button button17; private System.Windows.Forms.Button button18; private System.Windows.Forms.Label label3; private System.Windows.Forms.Label label4; private System.Windows.Forms.Label label5; private System.Windows.Forms.Label label6; private System.Windows.Forms.GroupBox groupBox3; private System.Windows.Forms.GroupBox groupBox4; private System.Windows.Forms.GroupBox groupBox5; private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1; private System.Windows.Forms.Button button27; private System.Windows.Forms.Button button26; private System.Windows.Forms.Button button25; private System.Windows.Forms.Button button24; private System.Windows.Forms.Button button23; private System.Windows.Forms.Button button22; private System.Windows.Forms.Button button21; private System.Windows.Forms.Button button20; private System.Windows.Forms.Button button19; private System.Windows.Forms.GroupBox groupBox6; private System.Windows.Forms.GroupBox groupBox7; private System.Windows.Forms.TabControl tabControl1; private System.Windows.Forms.TabPage tabPage1; private System.Windows.Forms.TabPage tabPage2; private System.Windows.Forms.TabPage tabPage3; private System.Windows.Forms.GroupBox groupBox8; private System.Windows.Forms.SplitContainer splitContainer1; } }