Form1.Designer.cs 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300
  1. namespace _07_1_Delegacje
  2. {
  3. partial class Form1
  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.button1 = new System.Windows.Forms.Button();
  29. this.button2 = new System.Windows.Forms.Button();
  30. this.button3 = new System.Windows.Forms.Button();
  31. this.button4 = new System.Windows.Forms.Button();
  32. this.button5 = new System.Windows.Forms.Button();
  33. this.button6 = new System.Windows.Forms.Button();
  34. this.button7 = new System.Windows.Forms.Button();
  35. this.button8 = new System.Windows.Forms.Button();
  36. this.button9 = new System.Windows.Forms.Button();
  37. this.button10 = new System.Windows.Forms.Button();
  38. this.button11 = new System.Windows.Forms.Button();
  39. this.button12 = new System.Windows.Forms.Button();
  40. this.button13 = new System.Windows.Forms.Button();
  41. this.button14 = new System.Windows.Forms.Button();
  42. this.button15 = new System.Windows.Forms.Button();
  43. this.button16 = new System.Windows.Forms.Button();
  44. this.label1 = new System.Windows.Forms.Label();
  45. this.button17 = new System.Windows.Forms.Button();
  46. this.SuspendLayout();
  47. //
  48. // button1
  49. //
  50. this.button1.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
  51. this.button1.Location = new System.Drawing.Point(15, 15);
  52. this.button1.Name = "button1";
  53. this.button1.Size = new System.Drawing.Size(121, 50);
  54. this.button1.TabIndex = 0;
  55. this.button1.Text = "X";
  56. this.button1.UseVisualStyleBackColor = true;
  57. this.button1.Click += new System.EventHandler(this.button1_Click);
  58. //
  59. // button2
  60. //
  61. this.button2.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
  62. this.button2.Location = new System.Drawing.Point(142, 15);
  63. this.button2.Name = "button2";
  64. this.button2.Size = new System.Drawing.Size(121, 50);
  65. this.button2.TabIndex = 1;
  66. this.button2.Text = "Y";
  67. this.button2.UseVisualStyleBackColor = true;
  68. this.button2.Click += new System.EventHandler(this.button2_Click);
  69. //
  70. // button3
  71. //
  72. this.button3.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
  73. this.button3.Location = new System.Drawing.Point(269, 15);
  74. this.button3.Name = "button3";
  75. this.button3.Size = new System.Drawing.Size(121, 50);
  76. this.button3.TabIndex = 2;
  77. this.button3.Text = "Z";
  78. this.button3.UseVisualStyleBackColor = true;
  79. this.button3.Click += new System.EventHandler(this.button3_Click);
  80. //
  81. // button4
  82. //
  83. this.button4.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
  84. this.button4.Location = new System.Drawing.Point(28, 301);
  85. this.button4.Name = "button4";
  86. this.button4.Size = new System.Drawing.Size(344, 31);
  87. this.button4.TabIndex = 3;
  88. this.button4.Text = "HiLevel";
  89. this.button4.UseVisualStyleBackColor = true;
  90. this.button4.Click += new System.EventHandler(this.button4_Click);
  91. //
  92. // button5
  93. //
  94. this.button5.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
  95. this.button5.Location = new System.Drawing.Point(28, 338);
  96. this.button5.Name = "button5";
  97. this.button5.Size = new System.Drawing.Size(344, 31);
  98. this.button5.TabIndex = 4;
  99. this.button5.Text = "HiLevel";
  100. this.button5.UseVisualStyleBackColor = true;
  101. this.button5.Click += new System.EventHandler(this.button5_Click);
  102. //
  103. // button6
  104. //
  105. this.button6.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
  106. this.button6.Location = new System.Drawing.Point(269, 71);
  107. this.button6.Name = "button6";
  108. this.button6.Size = new System.Drawing.Size(121, 50);
  109. this.button6.TabIndex = 7;
  110. this.button6.Text = "Z";
  111. this.button6.UseVisualStyleBackColor = true;
  112. this.button6.Click += new System.EventHandler(this.button6_Click);
  113. //
  114. // button7
  115. //
  116. this.button7.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
  117. this.button7.Location = new System.Drawing.Point(142, 71);
  118. this.button7.Name = "button7";
  119. this.button7.Size = new System.Drawing.Size(121, 50);
  120. this.button7.TabIndex = 6;
  121. this.button7.Text = "Y";
  122. this.button7.UseVisualStyleBackColor = true;
  123. this.button7.Click += new System.EventHandler(this.button7_Click);
  124. //
  125. // button8
  126. //
  127. this.button8.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
  128. this.button8.Location = new System.Drawing.Point(15, 71);
  129. this.button8.Name = "button8";
  130. this.button8.Size = new System.Drawing.Size(121, 50);
  131. this.button8.TabIndex = 5;
  132. this.button8.Text = "X";
  133. this.button8.UseVisualStyleBackColor = true;
  134. this.button8.Click += new System.EventHandler(this.button8_Click);
  135. //
  136. // button9
  137. //
  138. this.button9.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
  139. this.button9.Location = new System.Drawing.Point(269, 127);
  140. this.button9.Name = "button9";
  141. this.button9.Size = new System.Drawing.Size(121, 50);
  142. this.button9.TabIndex = 10;
  143. this.button9.Text = "Z";
  144. this.button9.UseVisualStyleBackColor = true;
  145. this.button9.Click += new System.EventHandler(this.button9_Click);
  146. //
  147. // button10
  148. //
  149. this.button10.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
  150. this.button10.Location = new System.Drawing.Point(142, 127);
  151. this.button10.Name = "button10";
  152. this.button10.Size = new System.Drawing.Size(121, 50);
  153. this.button10.TabIndex = 9;
  154. this.button10.Text = "Y";
  155. this.button10.UseVisualStyleBackColor = true;
  156. this.button10.Click += new System.EventHandler(this.button10_Click);
  157. //
  158. // button11
  159. //
  160. this.button11.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
  161. this.button11.Location = new System.Drawing.Point(15, 127);
  162. this.button11.Name = "button11";
  163. this.button11.Size = new System.Drawing.Size(121, 50);
  164. this.button11.TabIndex = 8;
  165. this.button11.Text = "X";
  166. this.button11.UseVisualStyleBackColor = true;
  167. this.button11.Click += new System.EventHandler(this.button11_Click);
  168. //
  169. // button12
  170. //
  171. this.button12.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
  172. this.button12.Location = new System.Drawing.Point(269, 183);
  173. this.button12.Name = "button12";
  174. this.button12.Size = new System.Drawing.Size(121, 50);
  175. this.button12.TabIndex = 13;
  176. this.button12.Text = "Z";
  177. this.button12.UseVisualStyleBackColor = true;
  178. this.button12.Click += new System.EventHandler(this.button12_Click);
  179. //
  180. // button13
  181. //
  182. this.button13.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
  183. this.button13.Location = new System.Drawing.Point(142, 183);
  184. this.button13.Name = "button13";
  185. this.button13.Size = new System.Drawing.Size(121, 50);
  186. this.button13.TabIndex = 12;
  187. this.button13.Text = "Y";
  188. this.button13.UseVisualStyleBackColor = true;
  189. this.button13.Click += new System.EventHandler(this.button13_Click);
  190. //
  191. // button14
  192. //
  193. this.button14.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
  194. this.button14.Location = new System.Drawing.Point(15, 183);
  195. this.button14.Name = "button14";
  196. this.button14.Size = new System.Drawing.Size(121, 50);
  197. this.button14.TabIndex = 11;
  198. this.button14.Text = "X";
  199. this.button14.UseVisualStyleBackColor = true;
  200. this.button14.Click += new System.EventHandler(this.button14_Click);
  201. //
  202. // button15
  203. //
  204. this.button15.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
  205. this.button15.Location = new System.Drawing.Point(483, 15);
  206. this.button15.Name = "button15";
  207. this.button15.Size = new System.Drawing.Size(121, 50);
  208. this.button15.TabIndex = 14;
  209. this.button15.Text = "losuj";
  210. this.button15.UseVisualStyleBackColor = true;
  211. this.button15.Click += new System.EventHandler(this.button15_Click);
  212. //
  213. // button16
  214. //
  215. this.button16.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
  216. this.button16.Location = new System.Drawing.Point(483, 291);
  217. this.button16.Name = "button16";
  218. this.button16.Size = new System.Drawing.Size(121, 50);
  219. this.button16.TabIndex = 15;
  220. this.button16.Text = "HiLevel";
  221. this.button16.UseVisualStyleBackColor = true;
  222. this.button16.Click += new System.EventHandler(this.button16_Click);
  223. //
  224. // label1
  225. //
  226. this.label1.AutoSize = true;
  227. this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
  228. this.label1.Location = new System.Drawing.Point(10, 416);
  229. this.label1.Name = "label1";
  230. this.label1.Size = new System.Drawing.Size(70, 25);
  231. this.label1.TabIndex = 16;
  232. this.label1.Text = "label1";
  233. //
  234. // button17
  235. //
  236. this.button17.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
  237. this.button17.Location = new System.Drawing.Point(619, 15);
  238. this.button17.Name = "button17";
  239. this.button17.Size = new System.Drawing.Size(121, 50);
  240. this.button17.TabIndex = 17;
  241. this.button17.Text = "losuj";
  242. this.button17.UseVisualStyleBackColor = true;
  243. this.button17.Click += new System.EventHandler(this.button17_Click);
  244. //
  245. // Form1
  246. //
  247. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  248. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  249. this.ClientSize = new System.Drawing.Size(800, 450);
  250. this.Controls.Add(this.button17);
  251. this.Controls.Add(this.label1);
  252. this.Controls.Add(this.button16);
  253. this.Controls.Add(this.button15);
  254. this.Controls.Add(this.button12);
  255. this.Controls.Add(this.button13);
  256. this.Controls.Add(this.button14);
  257. this.Controls.Add(this.button9);
  258. this.Controls.Add(this.button10);
  259. this.Controls.Add(this.button11);
  260. this.Controls.Add(this.button6);
  261. this.Controls.Add(this.button7);
  262. this.Controls.Add(this.button8);
  263. this.Controls.Add(this.button5);
  264. this.Controls.Add(this.button4);
  265. this.Controls.Add(this.button3);
  266. this.Controls.Add(this.button2);
  267. this.Controls.Add(this.button1);
  268. this.Name = "Form1";
  269. this.Text = "Form1";
  270. this.ResumeLayout(false);
  271. this.PerformLayout();
  272. }
  273. #endregion
  274. private System.Windows.Forms.Button button1;
  275. private System.Windows.Forms.Button button2;
  276. private System.Windows.Forms.Button button3;
  277. private System.Windows.Forms.Button button4;
  278. private System.Windows.Forms.Button button5;
  279. private System.Windows.Forms.Button button6;
  280. private System.Windows.Forms.Button button7;
  281. private System.Windows.Forms.Button button8;
  282. private System.Windows.Forms.Button button9;
  283. private System.Windows.Forms.Button button10;
  284. private System.Windows.Forms.Button button11;
  285. private System.Windows.Forms.Button button12;
  286. private System.Windows.Forms.Button button13;
  287. private System.Windows.Forms.Button button14;
  288. private System.Windows.Forms.Button button15;
  289. private System.Windows.Forms.Button button16;
  290. private System.Windows.Forms.Label label1;
  291. private System.Windows.Forms.Button button17;
  292. }
  293. }