TableLayoutPanel.Designer.cs 8.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186
  1. 
  2. namespace Praktika2
  3. {
  4. partial class TableLayoutPanel
  5. {
  6. /// <summary>
  7. /// Required designer variable.
  8. /// </summary>
  9. private System.ComponentModel.IContainer components = null;
  10. /// <summary>
  11. /// Clean up any resources being used.
  12. /// </summary>
  13. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  14. protected override void Dispose(bool disposing)
  15. {
  16. if (disposing && (components != null))
  17. {
  18. components.Dispose();
  19. }
  20. base.Dispose(disposing);
  21. }
  22. #region Windows Form Designer generated code
  23. /// <summary>
  24. /// Required method for Designer support - do not modify
  25. /// the contents of this method with the code editor.
  26. /// </summary>
  27. private void InitializeComponent()
  28. {
  29. this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
  30. this.button1 = new System.Windows.Forms.Button();
  31. this.button2 = new System.Windows.Forms.Button();
  32. this.button3 = new System.Windows.Forms.Button();
  33. this.button4 = new System.Windows.Forms.Button();
  34. this.button5 = new System.Windows.Forms.Button();
  35. this.button6 = new System.Windows.Forms.Button();
  36. this.button7 = new System.Windows.Forms.Button();
  37. this.button8 = new System.Windows.Forms.Button();
  38. this.button9 = new System.Windows.Forms.Button();
  39. this.tableLayoutPanel1.SuspendLayout();
  40. this.SuspendLayout();
  41. //
  42. // tableLayoutPanel1
  43. //
  44. this.tableLayoutPanel1.ColumnCount = 3;
  45. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
  46. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
  47. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
  48. this.tableLayoutPanel1.Controls.Add(this.button9, 2, 2);
  49. this.tableLayoutPanel1.Controls.Add(this.button8, 1, 2);
  50. this.tableLayoutPanel1.Controls.Add(this.button7, 0, 2);
  51. this.tableLayoutPanel1.Controls.Add(this.button6, 2, 1);
  52. this.tableLayoutPanel1.Controls.Add(this.button5, 1, 1);
  53. this.tableLayoutPanel1.Controls.Add(this.button4, 0, 1);
  54. this.tableLayoutPanel1.Controls.Add(this.button3, 2, 0);
  55. this.tableLayoutPanel1.Controls.Add(this.button2, 1, 0);
  56. this.tableLayoutPanel1.Controls.Add(this.button1, 0, 0);
  57. this.tableLayoutPanel1.Location = new System.Drawing.Point(59, 41);
  58. this.tableLayoutPanel1.Name = "tableLayoutPanel1";
  59. this.tableLayoutPanel1.RowCount = 3;
  60. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
  61. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
  62. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
  63. this.tableLayoutPanel1.Size = new System.Drawing.Size(661, 364);
  64. this.tableLayoutPanel1.TabIndex = 0;
  65. this.tableLayoutPanel1.Paint += new System.Windows.Forms.PaintEventHandler(this.tableLayoutPanel1_Paint);
  66. //
  67. // button1
  68. //
  69. this.button1.Dock = System.Windows.Forms.DockStyle.Fill;
  70. this.button1.Location = new System.Drawing.Point(3, 3);
  71. this.button1.Name = "button1";
  72. this.button1.Size = new System.Drawing.Size(214, 115);
  73. this.button1.TabIndex = 0;
  74. this.button1.Text = "button1";
  75. this.button1.UseVisualStyleBackColor = true;
  76. //
  77. // button2
  78. //
  79. this.button2.Dock = System.Windows.Forms.DockStyle.Fill;
  80. this.button2.Location = new System.Drawing.Point(223, 3);
  81. this.button2.Name = "button2";
  82. this.button2.Size = new System.Drawing.Size(214, 115);
  83. this.button2.TabIndex = 1;
  84. this.button2.Text = "button2";
  85. this.button2.UseVisualStyleBackColor = true;
  86. //
  87. // button3
  88. //
  89. this.button3.Dock = System.Windows.Forms.DockStyle.Fill;
  90. this.button3.Location = new System.Drawing.Point(443, 3);
  91. this.button3.Name = "button3";
  92. this.button3.Size = new System.Drawing.Size(215, 115);
  93. this.button3.TabIndex = 2;
  94. this.button3.Text = "button3";
  95. this.button3.UseVisualStyleBackColor = true;
  96. //
  97. // button4
  98. //
  99. this.button4.Dock = System.Windows.Forms.DockStyle.Fill;
  100. this.button4.Location = new System.Drawing.Point(3, 124);
  101. this.button4.Name = "button4";
  102. this.button4.Size = new System.Drawing.Size(214, 115);
  103. this.button4.TabIndex = 3;
  104. this.button4.Text = "button4";
  105. this.button4.UseVisualStyleBackColor = true;
  106. //
  107. // button5
  108. //
  109. this.button5.Dock = System.Windows.Forms.DockStyle.Fill;
  110. this.button5.Location = new System.Drawing.Point(223, 124);
  111. this.button5.Name = "button5";
  112. this.button5.Size = new System.Drawing.Size(214, 115);
  113. this.button5.TabIndex = 4;
  114. this.button5.Text = "button5";
  115. this.button5.UseVisualStyleBackColor = true;
  116. //
  117. // button6
  118. //
  119. this.button6.Dock = System.Windows.Forms.DockStyle.Fill;
  120. this.button6.Location = new System.Drawing.Point(443, 124);
  121. this.button6.Name = "button6";
  122. this.button6.Size = new System.Drawing.Size(215, 115);
  123. this.button6.TabIndex = 5;
  124. this.button6.Text = "button6";
  125. this.button6.UseVisualStyleBackColor = true;
  126. //
  127. // button7
  128. //
  129. this.button7.Dock = System.Windows.Forms.DockStyle.Fill;
  130. this.button7.Location = new System.Drawing.Point(3, 245);
  131. this.button7.Name = "button7";
  132. this.button7.Size = new System.Drawing.Size(214, 116);
  133. this.button7.TabIndex = 6;
  134. this.button7.Text = "button7";
  135. this.button7.UseVisualStyleBackColor = true;
  136. //
  137. // button8
  138. //
  139. this.button8.Dock = System.Windows.Forms.DockStyle.Fill;
  140. this.button8.Location = new System.Drawing.Point(223, 245);
  141. this.button8.Name = "button8";
  142. this.button8.Size = new System.Drawing.Size(214, 116);
  143. this.button8.TabIndex = 7;
  144. this.button8.Text = "button8";
  145. this.button8.UseVisualStyleBackColor = true;
  146. //
  147. // button9
  148. //
  149. this.button9.Dock = System.Windows.Forms.DockStyle.Fill;
  150. this.button9.Location = new System.Drawing.Point(443, 245);
  151. this.button9.Name = "button9";
  152. this.button9.Size = new System.Drawing.Size(215, 116);
  153. this.button9.TabIndex = 8;
  154. this.button9.Text = "button9";
  155. this.button9.UseVisualStyleBackColor = true;
  156. //
  157. // TableLayoutPanel
  158. //
  159. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  160. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  161. this.ClientSize = new System.Drawing.Size(800, 450);
  162. this.Controls.Add(this.tableLayoutPanel1);
  163. this.Name = "TableLayoutPanel";
  164. this.Text = "TableLayoutPanel";
  165. this.tableLayoutPanel1.ResumeLayout(false);
  166. this.ResumeLayout(false);
  167. }
  168. #endregion
  169. private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
  170. private System.Windows.Forms.Button button9;
  171. private System.Windows.Forms.Button button8;
  172. private System.Windows.Forms.Button button7;
  173. private System.Windows.Forms.Button button6;
  174. private System.Windows.Forms.Button button5;
  175. private System.Windows.Forms.Button button4;
  176. private System.Windows.Forms.Button button3;
  177. private System.Windows.Forms.Button button2;
  178. private System.Windows.Forms.Button button1;
  179. }
  180. }