FastM1nesweeperForm.Designer.cs 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243
  1. namespace FastReport.Forms
  2. {
  3. partial class FastM1nesweeperForm
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</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 Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.lWelcome = new System.Windows.Forms.Label();
  29. this.cbDifficulty = new System.Windows.Forms.ComboBox();
  30. this.gbSettings = new System.Windows.Forms.GroupBox();
  31. this.lColumns = new System.Windows.Forms.Label();
  32. this.lRows = new System.Windows.Forms.Label();
  33. this.lBombs = new System.Windows.Forms.Label();
  34. this.tbRows = new System.Windows.Forms.NumericUpDown();
  35. this.tbColumns = new System.Windows.Forms.NumericUpDown();
  36. this.tbBombs = new System.Windows.Forms.NumericUpDown();
  37. this.lDifficulty = new System.Windows.Forms.Label();
  38. this.gbSettings.SuspendLayout();
  39. ((System.ComponentModel.ISupportInitialize)(this.tbRows)).BeginInit();
  40. ((System.ComponentModel.ISupportInitialize)(this.tbColumns)).BeginInit();
  41. ((System.ComponentModel.ISupportInitialize)(this.tbBombs)).BeginInit();
  42. this.SuspendLayout();
  43. //
  44. // btnOk
  45. //
  46. this.btnOk.Location = new System.Drawing.Point(127, 177);
  47. this.btnOk.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
  48. //
  49. // btnCancel
  50. //
  51. this.btnCancel.Location = new System.Drawing.Point(207, 177);
  52. this.btnCancel.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
  53. //
  54. // lWelcome
  55. //
  56. this.lWelcome.AutoSize = true;
  57. this.lWelcome.Location = new System.Drawing.Point(8, 14);
  58. this.lWelcome.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  59. this.lWelcome.Name = "lWelcome";
  60. this.lWelcome.Size = new System.Drawing.Size(228, 13);
  61. this.lWelcome.TabIndex = 2;
  62. this.lWelcome.Text = "Create a new Fast M1nesweeper report game";
  63. //
  64. // cbDifficulty
  65. //
  66. this.cbDifficulty.FormattingEnabled = true;
  67. this.cbDifficulty.Location = new System.Drawing.Point(129, 17);
  68. this.cbDifficulty.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
  69. this.cbDifficulty.Name = "cbDifficulty";
  70. this.cbDifficulty.Size = new System.Drawing.Size(137, 21);
  71. this.cbDifficulty.TabIndex = 3;
  72. this.cbDifficulty.SelectedIndexChanged += new System.EventHandler(this.cbDifficulty_SelectedIndexChanged);
  73. //
  74. // gbSettings
  75. //
  76. this.gbSettings.Controls.Add(this.lColumns);
  77. this.gbSettings.Controls.Add(this.lRows);
  78. this.gbSettings.Controls.Add(this.lBombs);
  79. this.gbSettings.Controls.Add(this.tbRows);
  80. this.gbSettings.Controls.Add(this.tbColumns);
  81. this.gbSettings.Controls.Add(this.tbBombs);
  82. this.gbSettings.Controls.Add(this.lDifficulty);
  83. this.gbSettings.Controls.Add(this.cbDifficulty);
  84. this.gbSettings.Location = new System.Drawing.Point(11, 45);
  85. this.gbSettings.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
  86. this.gbSettings.Name = "gbSettings";
  87. this.gbSettings.Padding = new System.Windows.Forms.Padding(2, 2, 2, 2);
  88. this.gbSettings.Size = new System.Drawing.Size(268, 117);
  89. this.gbSettings.TabIndex = 4;
  90. this.gbSettings.TabStop = false;
  91. this.gbSettings.Text = "Settings";
  92. //
  93. // lColumns
  94. //
  95. this.lColumns.AutoSize = true;
  96. this.lColumns.Location = new System.Drawing.Point(4, 63);
  97. this.lColumns.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  98. this.lColumns.Name = "lColumns";
  99. this.lColumns.Size = new System.Drawing.Size(47, 13);
  100. this.lColumns.TabIndex = 10;
  101. this.lColumns.Text = "Columns";
  102. //
  103. // lRows
  104. //
  105. this.lRows.AutoSize = true;
  106. this.lRows.Location = new System.Drawing.Point(4, 85);
  107. this.lRows.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  108. this.lRows.Name = "lRows";
  109. this.lRows.Size = new System.Drawing.Size(33, 13);
  110. this.lRows.TabIndex = 9;
  111. this.lRows.Text = "Rows";
  112. //
  113. // lBombs
  114. //
  115. this.lBombs.AutoSize = true;
  116. this.lBombs.Location = new System.Drawing.Point(4, 41);
  117. this.lBombs.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  118. this.lBombs.Name = "lBombs";
  119. this.lBombs.Size = new System.Drawing.Size(38, 13);
  120. this.lBombs.TabIndex = 8;
  121. this.lBombs.Text = "Bombs";
  122. //
  123. // tbRows
  124. //
  125. this.tbRows.Location = new System.Drawing.Point(129, 83);
  126. this.tbRows.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
  127. this.tbRows.Maximum = new decimal(new int[] {
  128. 25,
  129. 0,
  130. 0,
  131. 0});
  132. this.tbRows.Minimum = new decimal(new int[] {
  133. 5,
  134. 0,
  135. 0,
  136. 0});
  137. this.tbRows.Name = "tbRows";
  138. this.tbRows.Size = new System.Drawing.Size(135, 20);
  139. this.tbRows.TabIndex = 7;
  140. this.tbRows.Value = new decimal(new int[] {
  141. 10,
  142. 0,
  143. 0,
  144. 0});
  145. this.tbRows.ValueChanged += new System.EventHandler(this.Settings_ValueChanged);
  146. //
  147. // tbColumns
  148. //
  149. this.tbColumns.Location = new System.Drawing.Point(129, 61);
  150. this.tbColumns.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
  151. this.tbColumns.Maximum = new decimal(new int[] {
  152. 25,
  153. 0,
  154. 0,
  155. 0});
  156. this.tbColumns.Minimum = new decimal(new int[] {
  157. 5,
  158. 0,
  159. 0,
  160. 0});
  161. this.tbColumns.Name = "tbColumns";
  162. this.tbColumns.Size = new System.Drawing.Size(135, 20);
  163. this.tbColumns.TabIndex = 6;
  164. this.tbColumns.Value = new decimal(new int[] {
  165. 10,
  166. 0,
  167. 0,
  168. 0});
  169. this.tbColumns.ValueChanged += new System.EventHandler(this.Settings_ValueChanged);
  170. //
  171. // tbBombs
  172. //
  173. this.tbBombs.Location = new System.Drawing.Point(129, 39);
  174. this.tbBombs.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
  175. this.tbBombs.Maximum = new decimal(new int[] {
  176. 250,
  177. 0,
  178. 0,
  179. 0});
  180. this.tbBombs.Minimum = new decimal(new int[] {
  181. 1,
  182. 0,
  183. 0,
  184. 0});
  185. this.tbBombs.Name = "tbBombs";
  186. this.tbBombs.Size = new System.Drawing.Size(135, 20);
  187. this.tbBombs.TabIndex = 5;
  188. this.tbBombs.Value = new decimal(new int[] {
  189. 15,
  190. 0,
  191. 0,
  192. 0});
  193. this.tbBombs.ValueChanged += new System.EventHandler(this.Settings_ValueChanged);
  194. //
  195. // lDifficulty
  196. //
  197. this.lDifficulty.AutoSize = true;
  198. this.lDifficulty.Location = new System.Drawing.Point(4, 19);
  199. this.lDifficulty.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  200. this.lDifficulty.Name = "lDifficulty";
  201. this.lDifficulty.Size = new System.Drawing.Size(49, 13);
  202. this.lDifficulty.TabIndex = 4;
  203. this.lDifficulty.Text = "Difficulty";
  204. //
  205. // FastM1nesweeperForm
  206. //
  207. this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
  208. this.ClientSize = new System.Drawing.Size(290, 215);
  209. this.Controls.Add(this.gbSettings);
  210. this.Controls.Add(this.lWelcome);
  211. this.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
  212. this.Name = "FastM1nesweeperForm";
  213. this.Controls.SetChildIndex(this.lWelcome, 0);
  214. this.Controls.SetChildIndex(this.gbSettings, 0);
  215. this.Controls.SetChildIndex(this.btnOk, 0);
  216. this.Controls.SetChildIndex(this.btnCancel, 0);
  217. this.gbSettings.ResumeLayout(false);
  218. this.gbSettings.PerformLayout();
  219. ((System.ComponentModel.ISupportInitialize)(this.tbRows)).EndInit();
  220. ((System.ComponentModel.ISupportInitialize)(this.tbColumns)).EndInit();
  221. ((System.ComponentModel.ISupportInitialize)(this.tbBombs)).EndInit();
  222. this.ResumeLayout(false);
  223. this.PerformLayout();
  224. }
  225. #endregion
  226. private System.Windows.Forms.Label lWelcome;
  227. private System.Windows.Forms.ComboBox cbDifficulty;
  228. private System.Windows.Forms.GroupBox gbSettings;
  229. private System.Windows.Forms.Label lColumns;
  230. private System.Windows.Forms.Label lRows;
  231. private System.Windows.Forms.Label lBombs;
  232. private System.Windows.Forms.NumericUpDown tbRows;
  233. private System.Windows.Forms.NumericUpDown tbColumns;
  234. private System.Windows.Forms.NumericUpDown tbBombs;
  235. private System.Windows.Forms.Label lDifficulty;
  236. }
  237. }