Form1.Designer.cs 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270
  1. namespace _06_3_Dekorator_Interfejsy
  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.btnDelZimowkiFromFord = new System.Windows.Forms.Button();
  29. this.btnAddZimowkiToFord = new System.Windows.Forms.Button();
  30. this.button2 = new System.Windows.Forms.Button();
  31. this.button1 = new System.Windows.Forms.Button();
  32. this.btnDelMetalicFromPeugot = new System.Windows.Forms.Button();
  33. this.btnAddMetalicToPeugot = new System.Windows.Forms.Button();
  34. this.btnDelKlimaFromPeugot = new System.Windows.Forms.Button();
  35. this.btnAddKlimaToPeugot = new System.Windows.Forms.Button();
  36. this.btnDelMetalicFromFord = new System.Windows.Forms.Button();
  37. this.btnAddMetalicToFord = new System.Windows.Forms.Button();
  38. this.btnDelKlimaFromFord = new System.Windows.Forms.Button();
  39. this.btnAddKlimaToFord = new System.Windows.Forms.Button();
  40. this.label4 = new System.Windows.Forms.Label();
  41. this.label3 = new System.Windows.Forms.Label();
  42. this.label2 = new System.Windows.Forms.Label();
  43. this.label1 = new System.Windows.Forms.Label();
  44. this.SuspendLayout();
  45. //
  46. // btnDelZimowkiFromFord
  47. //
  48. this.btnDelZimowkiFromFord.Font = new System.Drawing.Font("Microsoft Sans Serif", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
  49. this.btnDelZimowkiFromFord.Location = new System.Drawing.Point(354, 259);
  50. this.btnDelZimowkiFromFord.Name = "btnDelZimowkiFromFord";
  51. this.btnDelZimowkiFromFord.Size = new System.Drawing.Size(130, 38);
  52. this.btnDelZimowkiFromFord.TabIndex = 31;
  53. this.btnDelZimowkiFromFord.Text = "- zimówki";
  54. this.btnDelZimowkiFromFord.UseVisualStyleBackColor = true;
  55. this.btnDelZimowkiFromFord.Click += new System.EventHandler(this.btnDelZimowkiFromFord_Click);
  56. //
  57. // btnAddZimowkiToFord
  58. //
  59. this.btnAddZimowkiToFord.Font = new System.Drawing.Font("Microsoft Sans Serif", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
  60. this.btnAddZimowkiToFord.Location = new System.Drawing.Point(354, 203);
  61. this.btnAddZimowkiToFord.Name = "btnAddZimowkiToFord";
  62. this.btnAddZimowkiToFord.Size = new System.Drawing.Size(130, 38);
  63. this.btnAddZimowkiToFord.TabIndex = 30;
  64. this.btnAddZimowkiToFord.Text = "+ zimówki";
  65. this.btnAddZimowkiToFord.UseVisualStyleBackColor = true;
  66. this.btnAddZimowkiToFord.Click += new System.EventHandler(this.btnAddZimowkiToFord_Click);
  67. //
  68. // button2
  69. //
  70. this.button2.Font = new System.Drawing.Font("Microsoft Sans Serif", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
  71. this.button2.Location = new System.Drawing.Point(693, 311);
  72. this.button2.Name = "button2";
  73. this.button2.Size = new System.Drawing.Size(130, 38);
  74. this.button2.TabIndex = 29;
  75. this.button2.Text = "- cokolwiek";
  76. this.button2.UseVisualStyleBackColor = true;
  77. this.button2.Click += new System.EventHandler(this.button2_Click);
  78. //
  79. // button1
  80. //
  81. this.button1.Font = new System.Drawing.Font("Microsoft Sans Serif", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
  82. this.button1.Location = new System.Drawing.Point(123, 325);
  83. this.button1.Name = "button1";
  84. this.button1.Size = new System.Drawing.Size(130, 38);
  85. this.button1.TabIndex = 28;
  86. this.button1.Text = "- cokolwiek";
  87. this.button1.UseVisualStyleBackColor = true;
  88. this.button1.Click += new System.EventHandler(this.button1_Click);
  89. //
  90. // btnDelMetalicFromPeugot
  91. //
  92. this.btnDelMetalicFromPeugot.Font = new System.Drawing.Font("Microsoft Sans Serif", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
  93. this.btnDelMetalicFromPeugot.Location = new System.Drawing.Point(763, 245);
  94. this.btnDelMetalicFromPeugot.Name = "btnDelMetalicFromPeugot";
  95. this.btnDelMetalicFromPeugot.Size = new System.Drawing.Size(130, 38);
  96. this.btnDelMetalicFromPeugot.TabIndex = 27;
  97. this.btnDelMetalicFromPeugot.Text = "- metalic";
  98. this.btnDelMetalicFromPeugot.UseVisualStyleBackColor = true;
  99. this.btnDelMetalicFromPeugot.Click += new System.EventHandler(this.btnDelMetalicFromPeugot_Click);
  100. //
  101. // btnAddMetalicToPeugot
  102. //
  103. this.btnAddMetalicToPeugot.Font = new System.Drawing.Font("Microsoft Sans Serif", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
  104. this.btnAddMetalicToPeugot.Location = new System.Drawing.Point(763, 189);
  105. this.btnAddMetalicToPeugot.Name = "btnAddMetalicToPeugot";
  106. this.btnAddMetalicToPeugot.Size = new System.Drawing.Size(130, 38);
  107. this.btnAddMetalicToPeugot.TabIndex = 26;
  108. this.btnAddMetalicToPeugot.Text = "+ metalic";
  109. this.btnAddMetalicToPeugot.UseVisualStyleBackColor = true;
  110. this.btnAddMetalicToPeugot.Click += new System.EventHandler(this.btnAddMetalicToPeugot_Click);
  111. //
  112. // btnDelKlimaFromPeugot
  113. //
  114. this.btnDelKlimaFromPeugot.Font = new System.Drawing.Font("Microsoft Sans Serif", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
  115. this.btnDelKlimaFromPeugot.Location = new System.Drawing.Point(610, 245);
  116. this.btnDelKlimaFromPeugot.Name = "btnDelKlimaFromPeugot";
  117. this.btnDelKlimaFromPeugot.Size = new System.Drawing.Size(130, 38);
  118. this.btnDelKlimaFromPeugot.TabIndex = 25;
  119. this.btnDelKlimaFromPeugot.Text = "- klima";
  120. this.btnDelKlimaFromPeugot.UseVisualStyleBackColor = true;
  121. this.btnDelKlimaFromPeugot.Click += new System.EventHandler(this.btnDelKlimaFromPeugot_Click);
  122. //
  123. // btnAddKlimaToPeugot
  124. //
  125. this.btnAddKlimaToPeugot.Font = new System.Drawing.Font("Microsoft Sans Serif", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
  126. this.btnAddKlimaToPeugot.Location = new System.Drawing.Point(610, 189);
  127. this.btnAddKlimaToPeugot.Name = "btnAddKlimaToPeugot";
  128. this.btnAddKlimaToPeugot.Size = new System.Drawing.Size(130, 38);
  129. this.btnAddKlimaToPeugot.TabIndex = 24;
  130. this.btnAddKlimaToPeugot.Text = "+ klima";
  131. this.btnAddKlimaToPeugot.UseVisualStyleBackColor = true;
  132. this.btnAddKlimaToPeugot.Click += new System.EventHandler(this.btnAddKlimaToPeugot_Click);
  133. //
  134. // btnDelMetalicFromFord
  135. //
  136. this.btnDelMetalicFromFord.Font = new System.Drawing.Font("Microsoft Sans Serif", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
  137. this.btnDelMetalicFromFord.Location = new System.Drawing.Point(190, 259);
  138. this.btnDelMetalicFromFord.Name = "btnDelMetalicFromFord";
  139. this.btnDelMetalicFromFord.Size = new System.Drawing.Size(130, 38);
  140. this.btnDelMetalicFromFord.TabIndex = 23;
  141. this.btnDelMetalicFromFord.Text = "- metalic";
  142. this.btnDelMetalicFromFord.UseVisualStyleBackColor = true;
  143. this.btnDelMetalicFromFord.Click += new System.EventHandler(this.btnDelMetalicFromFord_Click);
  144. //
  145. // btnAddMetalicToFord
  146. //
  147. this.btnAddMetalicToFord.Font = new System.Drawing.Font("Microsoft Sans Serif", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
  148. this.btnAddMetalicToFord.Location = new System.Drawing.Point(190, 203);
  149. this.btnAddMetalicToFord.Name = "btnAddMetalicToFord";
  150. this.btnAddMetalicToFord.Size = new System.Drawing.Size(130, 38);
  151. this.btnAddMetalicToFord.TabIndex = 22;
  152. this.btnAddMetalicToFord.Text = "+ metalic";
  153. this.btnAddMetalicToFord.UseVisualStyleBackColor = true;
  154. this.btnAddMetalicToFord.Click += new System.EventHandler(this.btnAddMetalicToFord_Click);
  155. //
  156. // btnDelKlimaFromFord
  157. //
  158. this.btnDelKlimaFromFord.Font = new System.Drawing.Font("Microsoft Sans Serif", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
  159. this.btnDelKlimaFromFord.Location = new System.Drawing.Point(37, 259);
  160. this.btnDelKlimaFromFord.Name = "btnDelKlimaFromFord";
  161. this.btnDelKlimaFromFord.Size = new System.Drawing.Size(130, 38);
  162. this.btnDelKlimaFromFord.TabIndex = 21;
  163. this.btnDelKlimaFromFord.Text = "- klima";
  164. this.btnDelKlimaFromFord.UseVisualStyleBackColor = true;
  165. this.btnDelKlimaFromFord.Click += new System.EventHandler(this.btnDelKlimaFromFord_Click);
  166. //
  167. // btnAddKlimaToFord
  168. //
  169. this.btnAddKlimaToFord.Font = new System.Drawing.Font("Microsoft Sans Serif", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
  170. this.btnAddKlimaToFord.Location = new System.Drawing.Point(37, 203);
  171. this.btnAddKlimaToFord.Name = "btnAddKlimaToFord";
  172. this.btnAddKlimaToFord.Size = new System.Drawing.Size(130, 38);
  173. this.btnAddKlimaToFord.TabIndex = 20;
  174. this.btnAddKlimaToFord.Text = "+ klima";
  175. this.btnAddKlimaToFord.UseVisualStyleBackColor = true;
  176. this.btnAddKlimaToFord.Click += new System.EventHandler(this.btnAddKlimaToFord_Click);
  177. //
  178. // label4
  179. //
  180. this.label4.AutoSize = true;
  181. this.label4.Font = new System.Drawing.Font("Microsoft Sans Serif", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
  182. this.label4.Location = new System.Drawing.Point(605, 113);
  183. this.label4.Name = "label4";
  184. this.label4.Size = new System.Drawing.Size(70, 25);
  185. this.label4.TabIndex = 19;
  186. this.label4.Text = "label4";
  187. //
  188. // label3
  189. //
  190. this.label3.AutoSize = true;
  191. this.label3.Font = new System.Drawing.Font("Microsoft Sans Serif", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
  192. this.label3.Location = new System.Drawing.Point(605, 48);
  193. this.label3.Name = "label3";
  194. this.label3.Size = new System.Drawing.Size(70, 25);
  195. this.label3.TabIndex = 18;
  196. this.label3.Text = "label3";
  197. //
  198. // label2
  199. //
  200. this.label2.AutoSize = true;
  201. this.label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
  202. this.label2.Location = new System.Drawing.Point(41, 80);
  203. this.label2.Name = "label2";
  204. this.label2.Size = new System.Drawing.Size(70, 25);
  205. this.label2.TabIndex = 17;
  206. this.label2.Text = "label2";
  207. //
  208. // label1
  209. //
  210. this.label1.AutoSize = true;
  211. this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
  212. this.label1.Location = new System.Drawing.Point(41, 22);
  213. this.label1.Name = "label1";
  214. this.label1.Size = new System.Drawing.Size(70, 25);
  215. this.label1.TabIndex = 16;
  216. this.label1.Text = "label1";
  217. //
  218. // Form1
  219. //
  220. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  221. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  222. this.ClientSize = new System.Drawing.Size(1146, 565);
  223. this.Controls.Add(this.btnDelZimowkiFromFord);
  224. this.Controls.Add(this.btnAddZimowkiToFord);
  225. this.Controls.Add(this.button2);
  226. this.Controls.Add(this.button1);
  227. this.Controls.Add(this.btnDelMetalicFromPeugot);
  228. this.Controls.Add(this.btnAddMetalicToPeugot);
  229. this.Controls.Add(this.btnDelKlimaFromPeugot);
  230. this.Controls.Add(this.btnAddKlimaToPeugot);
  231. this.Controls.Add(this.btnDelMetalicFromFord);
  232. this.Controls.Add(this.btnAddMetalicToFord);
  233. this.Controls.Add(this.btnDelKlimaFromFord);
  234. this.Controls.Add(this.btnAddKlimaToFord);
  235. this.Controls.Add(this.label4);
  236. this.Controls.Add(this.label3);
  237. this.Controls.Add(this.label2);
  238. this.Controls.Add(this.label1);
  239. this.Name = "Form1";
  240. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  241. this.Text = "Form1";
  242. this.ResumeLayout(false);
  243. this.PerformLayout();
  244. }
  245. #endregion
  246. private System.Windows.Forms.Button btnDelZimowkiFromFord;
  247. private System.Windows.Forms.Button btnAddZimowkiToFord;
  248. private System.Windows.Forms.Button button2;
  249. private System.Windows.Forms.Button button1;
  250. private System.Windows.Forms.Button btnDelMetalicFromPeugot;
  251. private System.Windows.Forms.Button btnAddMetalicToPeugot;
  252. private System.Windows.Forms.Button btnDelKlimaFromPeugot;
  253. private System.Windows.Forms.Button btnAddKlimaToPeugot;
  254. private System.Windows.Forms.Button btnDelMetalicFromFord;
  255. private System.Windows.Forms.Button btnAddMetalicToFord;
  256. private System.Windows.Forms.Button btnDelKlimaFromFord;
  257. private System.Windows.Forms.Button btnAddKlimaToFord;
  258. private System.Windows.Forms.Label label4;
  259. private System.Windows.Forms.Label label3;
  260. private System.Windows.Forms.Label label2;
  261. private System.Windows.Forms.Label label1;
  262. }
  263. }