123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186 |
-
- namespace Praktika2
- {
- partial class TableLayoutPanel
- {
- /// <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.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
- this.button1 = new System.Windows.Forms.Button();
- this.button2 = 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.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.tableLayoutPanel1.SuspendLayout();
- this.SuspendLayout();
- //
- // 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.33333F));
- this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
- this.tableLayoutPanel1.Controls.Add(this.button9, 2, 2);
- this.tableLayoutPanel1.Controls.Add(this.button8, 1, 2);
- this.tableLayoutPanel1.Controls.Add(this.button7, 0, 2);
- this.tableLayoutPanel1.Controls.Add(this.button6, 2, 1);
- this.tableLayoutPanel1.Controls.Add(this.button5, 1, 1);
- this.tableLayoutPanel1.Controls.Add(this.button4, 0, 1);
- this.tableLayoutPanel1.Controls.Add(this.button3, 2, 0);
- this.tableLayoutPanel1.Controls.Add(this.button2, 1, 0);
- this.tableLayoutPanel1.Controls.Add(this.button1, 0, 0);
- this.tableLayoutPanel1.Location = new System.Drawing.Point(59, 41);
- 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(661, 364);
- this.tableLayoutPanel1.TabIndex = 0;
- this.tableLayoutPanel1.Paint += new System.Windows.Forms.PaintEventHandler(this.tableLayoutPanel1_Paint);
- //
- // button1
- //
- this.button1.Dock = System.Windows.Forms.DockStyle.Fill;
- this.button1.Location = new System.Drawing.Point(3, 3);
- this.button1.Name = "button1";
- this.button1.Size = new System.Drawing.Size(214, 115);
- this.button1.TabIndex = 0;
- this.button1.Text = "button1";
- this.button1.UseVisualStyleBackColor = true;
- //
- // button2
- //
- this.button2.Dock = System.Windows.Forms.DockStyle.Fill;
- this.button2.Location = new System.Drawing.Point(223, 3);
- this.button2.Name = "button2";
- this.button2.Size = new System.Drawing.Size(214, 115);
- this.button2.TabIndex = 1;
- this.button2.Text = "button2";
- this.button2.UseVisualStyleBackColor = true;
- //
- // button3
- //
- this.button3.Dock = System.Windows.Forms.DockStyle.Fill;
- this.button3.Location = new System.Drawing.Point(443, 3);
- this.button3.Name = "button3";
- this.button3.Size = new System.Drawing.Size(215, 115);
- this.button3.TabIndex = 2;
- this.button3.Text = "button3";
- this.button3.UseVisualStyleBackColor = true;
- //
- // button4
- //
- this.button4.Dock = System.Windows.Forms.DockStyle.Fill;
- this.button4.Location = new System.Drawing.Point(3, 124);
- this.button4.Name = "button4";
- this.button4.Size = new System.Drawing.Size(214, 115);
- this.button4.TabIndex = 3;
- this.button4.Text = "button4";
- this.button4.UseVisualStyleBackColor = true;
- //
- // button5
- //
- this.button5.Dock = System.Windows.Forms.DockStyle.Fill;
- this.button5.Location = new System.Drawing.Point(223, 124);
- this.button5.Name = "button5";
- this.button5.Size = new System.Drawing.Size(214, 115);
- this.button5.TabIndex = 4;
- this.button5.Text = "button5";
- this.button5.UseVisualStyleBackColor = true;
- //
- // button6
- //
- this.button6.Dock = System.Windows.Forms.DockStyle.Fill;
- this.button6.Location = new System.Drawing.Point(443, 124);
- this.button6.Name = "button6";
- this.button6.Size = new System.Drawing.Size(215, 115);
- this.button6.TabIndex = 5;
- this.button6.Text = "button6";
- this.button6.UseVisualStyleBackColor = true;
- //
- // button7
- //
- this.button7.Dock = System.Windows.Forms.DockStyle.Fill;
- this.button7.Location = new System.Drawing.Point(3, 245);
- this.button7.Name = "button7";
- this.button7.Size = new System.Drawing.Size(214, 116);
- this.button7.TabIndex = 6;
- this.button7.Text = "button7";
- this.button7.UseVisualStyleBackColor = true;
- //
- // button8
- //
- this.button8.Dock = System.Windows.Forms.DockStyle.Fill;
- this.button8.Location = new System.Drawing.Point(223, 245);
- this.button8.Name = "button8";
- this.button8.Size = new System.Drawing.Size(214, 116);
- this.button8.TabIndex = 7;
- this.button8.Text = "button8";
- this.button8.UseVisualStyleBackColor = true;
- //
- // button9
- //
- this.button9.Dock = System.Windows.Forms.DockStyle.Fill;
- this.button9.Location = new System.Drawing.Point(443, 245);
- this.button9.Name = "button9";
- this.button9.Size = new System.Drawing.Size(215, 116);
- this.button9.TabIndex = 8;
- this.button9.Text = "button9";
- this.button9.UseVisualStyleBackColor = true;
- //
- // TableLayoutPanel
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(800, 450);
- this.Controls.Add(this.tableLayoutPanel1);
- this.Name = "TableLayoutPanel";
- this.Text = "TableLayoutPanel";
- this.tableLayoutPanel1.ResumeLayout(false);
- this.ResumeLayout(false);
- }
- #endregion
- private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
- private System.Windows.Forms.Button button9;
- private System.Windows.Forms.Button button8;
- private System.Windows.Forms.Button button7;
- private System.Windows.Forms.Button button6;
- private System.Windows.Forms.Button button5;
- private System.Windows.Forms.Button button4;
- private System.Windows.Forms.Button button3;
- private System.Windows.Forms.Button button2;
- private System.Windows.Forms.Button button1;
- }
- }
|