Form1.Designer.cs 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226
  1. namespace WindowsFormsApp4
  2. {
  3. partial class Form1
  4. {
  5. /// <summary>
  6. /// Обязательная переменная конструктора.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Освободить все используемые ресурсы.
  11. /// </summary>
  12. /// <param name="disposing">истинно, если управляемый ресурс должен быть удален; иначе ложно.</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region Код, автоматически созданный конструктором форм Windows
  22. /// <summary>
  23. /// Требуемый метод для поддержки конструктора — не изменяйте
  24. /// содержимое этого метода с помощью редактора кода.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.btnMin1 = new System.Windows.Forms.Button();
  29. this.btnMin2 = new System.Windows.Forms.Button();
  30. this.btnMin3 = new System.Windows.Forms.Button();
  31. this.btnMin4 = new System.Windows.Forms.Button();
  32. this.btnMin5 = new System.Windows.Forms.Button();
  33. this.btnMin6 = new System.Windows.Forms.Button();
  34. this.btnMin7 = new System.Windows.Forms.Button();
  35. this.btnMin8 = new System.Windows.Forms.Button();
  36. this.btnMin9 = new System.Windows.Forms.Button();
  37. this.tb1 = new System.Windows.Forms.TextBox();
  38. this.btnStart = new System.Windows.Forms.Button();
  39. this.panel1 = new System.Windows.Forms.Panel();
  40. this.SuspendLayout();
  41. //
  42. // btnMin1
  43. //
  44. this.btnMin1.Cursor = System.Windows.Forms.Cursors.Hand;
  45. this.btnMin1.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  46. this.btnMin1.Location = new System.Drawing.Point(12, 66);
  47. this.btnMin1.Name = "btnMin1";
  48. this.btnMin1.Size = new System.Drawing.Size(55, 55);
  49. this.btnMin1.TabIndex = 0;
  50. this.btnMin1.UseVisualStyleBackColor = true;
  51. this.btnMin1.Click += new System.EventHandler(this.btn_Click1);
  52. //
  53. // btnMin2
  54. //
  55. this.btnMin2.Cursor = System.Windows.Forms.Cursors.Hand;
  56. this.btnMin2.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  57. this.btnMin2.Location = new System.Drawing.Point(73, 66);
  58. this.btnMin2.Name = "btnMin2";
  59. this.btnMin2.Size = new System.Drawing.Size(55, 55);
  60. this.btnMin2.TabIndex = 1;
  61. this.btnMin2.UseVisualStyleBackColor = true;
  62. this.btnMin2.Click += new System.EventHandler(this.btnMin_Click2);
  63. //
  64. // btnMin3
  65. //
  66. this.btnMin3.Cursor = System.Windows.Forms.Cursors.Hand;
  67. this.btnMin3.Font = new System.Drawing.Font("Microsoft Sans Serif", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  68. this.btnMin3.Location = new System.Drawing.Point(134, 66);
  69. this.btnMin3.Name = "btnMin3";
  70. this.btnMin3.Size = new System.Drawing.Size(55, 55);
  71. this.btnMin3.TabIndex = 2;
  72. this.btnMin3.UseVisualStyleBackColor = true;
  73. this.btnMin3.Click += new System.EventHandler(this.btn_Click3);
  74. //
  75. // btnMin4
  76. //
  77. this.btnMin4.Cursor = System.Windows.Forms.Cursors.Hand;
  78. this.btnMin4.Font = new System.Drawing.Font("Microsoft Sans Serif", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  79. this.btnMin4.Location = new System.Drawing.Point(12, 125);
  80. this.btnMin4.Name = "btnMin4";
  81. this.btnMin4.Size = new System.Drawing.Size(55, 55);
  82. this.btnMin4.TabIndex = 3;
  83. this.btnMin4.UseVisualStyleBackColor = true;
  84. this.btnMin4.Click += new System.EventHandler(this.btn_Click4);
  85. //
  86. // btnMin5
  87. //
  88. this.btnMin5.Cursor = System.Windows.Forms.Cursors.Hand;
  89. this.btnMin5.Font = new System.Drawing.Font("Microsoft Sans Serif", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  90. this.btnMin5.Location = new System.Drawing.Point(73, 125);
  91. this.btnMin5.Name = "btnMin5";
  92. this.btnMin5.Size = new System.Drawing.Size(55, 55);
  93. this.btnMin5.TabIndex = 4;
  94. this.btnMin5.UseVisualStyleBackColor = true;
  95. this.btnMin5.Click += new System.EventHandler(this.btn_Click5);
  96. //
  97. // btnMin6
  98. //
  99. this.btnMin6.Cursor = System.Windows.Forms.Cursors.Hand;
  100. this.btnMin6.Font = new System.Drawing.Font("Microsoft Sans Serif", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  101. this.btnMin6.Location = new System.Drawing.Point(134, 125);
  102. this.btnMin6.Name = "btnMin6";
  103. this.btnMin6.Size = new System.Drawing.Size(55, 55);
  104. this.btnMin6.TabIndex = 5;
  105. this.btnMin6.UseVisualStyleBackColor = true;
  106. this.btnMin6.Click += new System.EventHandler(this.btn_Click6);
  107. //
  108. // btnMin7
  109. //
  110. this.btnMin7.Cursor = System.Windows.Forms.Cursors.Hand;
  111. this.btnMin7.Font = new System.Drawing.Font("Microsoft Sans Serif", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  112. this.btnMin7.Location = new System.Drawing.Point(12, 184);
  113. this.btnMin7.Name = "btnMin7";
  114. this.btnMin7.Size = new System.Drawing.Size(55, 55);
  115. this.btnMin7.TabIndex = 6;
  116. this.btnMin7.UseVisualStyleBackColor = true;
  117. this.btnMin7.Click += new System.EventHandler(this.btn_Click7);
  118. //
  119. // btnMin8
  120. //
  121. this.btnMin8.Cursor = System.Windows.Forms.Cursors.Hand;
  122. this.btnMin8.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  123. this.btnMin8.Location = new System.Drawing.Point(73, 184);
  124. this.btnMin8.Name = "btnMin8";
  125. this.btnMin8.Size = new System.Drawing.Size(55, 55);
  126. this.btnMin8.TabIndex = 7;
  127. this.btnMin8.UseVisualStyleBackColor = true;
  128. this.btnMin8.Click += new System.EventHandler(this.btnMin_Click8);
  129. //
  130. // btnMin9
  131. //
  132. this.btnMin9.Cursor = System.Windows.Forms.Cursors.Hand;
  133. this.btnMin9.Font = new System.Drawing.Font("Microsoft Sans Serif", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  134. this.btnMin9.Location = new System.Drawing.Point(134, 184);
  135. this.btnMin9.Name = "btnMin9";
  136. this.btnMin9.Size = new System.Drawing.Size(55, 55);
  137. this.btnMin9.TabIndex = 8;
  138. this.btnMin9.UseVisualStyleBackColor = true;
  139. this.btnMin9.Click += new System.EventHandler(this.btn_Click9);
  140. //
  141. // tb1
  142. //
  143. this.tb1.Cursor = System.Windows.Forms.Cursors.No;
  144. this.tb1.Enabled = false;
  145. this.tb1.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  146. this.tb1.Location = new System.Drawing.Point(12, 245);
  147. this.tb1.Name = "tb1";
  148. this.tb1.Size = new System.Drawing.Size(179, 26);
  149. this.tb1.TabIndex = 9;
  150. this.tb1.TextChanged += new System.EventHandler(this.tb1TextChanged);
  151. //
  152. // btnStart
  153. //
  154. this.btnStart.BackColor = System.Drawing.Color.White;
  155. this.btnStart.Cursor = System.Windows.Forms.Cursors.Hand;
  156. this.btnStart.FlatStyle = System.Windows.Forms.FlatStyle.System;
  157. this.btnStart.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  158. this.btnStart.ForeColor = System.Drawing.Color.Black;
  159. this.btnStart.Location = new System.Drawing.Point(12, 22);
  160. this.btnStart.Name = "btnStart";
  161. this.btnStart.Size = new System.Drawing.Size(177, 38);
  162. this.btnStart.TabIndex = 10;
  163. this.btnStart.Tag = "";
  164. this.btnStart.Text = "Начать играть";
  165. this.btnStart.UseVisualStyleBackColor = false;
  166. this.btnStart.Click += new System.EventHandler(this.btnStart_Click);
  167. //
  168. // panel1
  169. //
  170. this.panel1.BackColor = System.Drawing.Color.Gray;
  171. this.panel1.Location = new System.Drawing.Point(-3, -84);
  172. this.panel1.Name = "panel1";
  173. this.panel1.Size = new System.Drawing.Size(209, 370);
  174. this.panel1.TabIndex = 11;
  175. //
  176. // Form1
  177. //
  178. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  179. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  180. this.AutoValidate = System.Windows.Forms.AutoValidate.EnablePreventFocusChange;
  181. this.ClientSize = new System.Drawing.Size(205, 283);
  182. this.Controls.Add(this.btnStart);
  183. this.Controls.Add(this.tb1);
  184. this.Controls.Add(this.btnMin9);
  185. this.Controls.Add(this.btnMin8);
  186. this.Controls.Add(this.btnMin7);
  187. this.Controls.Add(this.btnMin6);
  188. this.Controls.Add(this.btnMin5);
  189. this.Controls.Add(this.btnMin4);
  190. this.Controls.Add(this.btnMin3);
  191. this.Controls.Add(this.btnMin2);
  192. this.Controls.Add(this.btnMin1);
  193. this.Controls.Add(this.panel1);
  194. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
  195. this.MaximizeBox = false;
  196. this.MaximumSize = new System.Drawing.Size(1000, 1000);
  197. this.MinimizeBox = false;
  198. this.Name = "Form1";
  199. this.RightToLeft = System.Windows.Forms.RightToLeft.No;
  200. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  201. this.Text = "Сапёр";
  202. this.ResumeLayout(false);
  203. this.PerformLayout();
  204. }
  205. #endregion
  206. private System.Windows.Forms.Button btnMin1;
  207. private System.Windows.Forms.Button btnMin2;
  208. private System.Windows.Forms.Button btnMin3;
  209. private System.Windows.Forms.Button btnMin4;
  210. private System.Windows.Forms.Button btnMin5;
  211. private System.Windows.Forms.Button btnMin6;
  212. private System.Windows.Forms.Button btnMin7;
  213. private System.Windows.Forms.Button btnMin8;
  214. private System.Windows.Forms.Button btnMin9;
  215. private System.Windows.Forms.TextBox tb1;
  216. private System.Windows.Forms.Button btnStart;
  217. private System.Windows.Forms.Panel panel1;
  218. }
  219. }