Form1.Designer.cs 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283
  1. namespace _01_1_ProbyKontrolek
  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.components = new System.ComponentModel.Container();
  29. this.button1 = new System.Windows.Forms.Button();
  30. this.tbRozmiar = new System.Windows.Forms.TextBox();
  31. this.label1 = new System.Windows.Forms.Label();
  32. this.textBox1 = new System.Windows.Forms.TextBox();
  33. this.checkBox1 = new System.Windows.Forms.CheckBox();
  34. this.checkBox2 = new System.Windows.Forms.CheckBox();
  35. this.checkBox3 = new System.Windows.Forms.CheckBox();
  36. this.radioButton1 = new System.Windows.Forms.RadioButton();
  37. this.radioButton2 = new System.Windows.Forms.RadioButton();
  38. this.radioButton3 = new System.Windows.Forms.RadioButton();
  39. this.listBox1 = new System.Windows.Forms.ListBox();
  40. this.comboBox1 = new System.Windows.Forms.ComboBox();
  41. this.button2 = new System.Windows.Forms.Button();
  42. this.dateTimePicker1 = new System.Windows.Forms.DateTimePicker();
  43. this.timer1 = new System.Windows.Forms.Timer(this.components);
  44. this.button3 = new System.Windows.Forms.Button();
  45. this.SuspendLayout();
  46. //
  47. // button1
  48. //
  49. this.button1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
  50. this.button1.Font = new System.Drawing.Font("Microsoft Uighur", 15.75F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  51. this.button1.Location = new System.Drawing.Point(32, 23);
  52. this.button1.Name = "button1";
  53. this.button1.Size = new System.Drawing.Size(243, 70);
  54. this.button1.TabIndex = 0;
  55. this.button1.Text = "Ala ma kota";
  56. this.button1.UseVisualStyleBackColor = false;
  57. this.button1.Click += new System.EventHandler(this.button1_Click);
  58. //
  59. // tbRozmiar
  60. //
  61. this.tbRozmiar.Location = new System.Drawing.Point(45, 118);
  62. this.tbRozmiar.Name = "tbRozmiar";
  63. this.tbRozmiar.Size = new System.Drawing.Size(230, 20);
  64. this.tbRozmiar.TabIndex = 1;
  65. this.tbRozmiar.Text = "10";
  66. //
  67. // label1
  68. //
  69. this.label1.AutoSize = true;
  70. this.label1.Font = new System.Drawing.Font("Consolas", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
  71. this.label1.Location = new System.Drawing.Point(314, 24);
  72. this.label1.Name = "label1";
  73. this.label1.Size = new System.Drawing.Size(58, 24);
  74. this.label1.TabIndex = 2;
  75. this.label1.Text = "????";
  76. //
  77. // textBox1
  78. //
  79. this.textBox1.Font = new System.Drawing.Font("Lucida Console", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
  80. this.textBox1.Location = new System.Drawing.Point(32, 158);
  81. this.textBox1.Multiline = true;
  82. this.textBox1.Name = "textBox1";
  83. this.textBox1.ScrollBars = System.Windows.Forms.ScrollBars.Both;
  84. this.textBox1.Size = new System.Drawing.Size(725, 280);
  85. this.textBox1.TabIndex = 3;
  86. this.textBox1.WordWrap = false;
  87. //
  88. // checkBox1
  89. //
  90. this.checkBox1.AutoSize = true;
  91. this.checkBox1.Font = new System.Drawing.Font("Lucida Console", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
  92. this.checkBox1.Location = new System.Drawing.Point(775, 453);
  93. this.checkBox1.Name = "checkBox1";
  94. this.checkBox1.Size = new System.Drawing.Size(146, 25);
  95. this.checkBox1.TabIndex = 4;
  96. this.checkBox1.Text = "checkBox1";
  97. this.checkBox1.UseVisualStyleBackColor = true;
  98. //
  99. // checkBox2
  100. //
  101. this.checkBox2.AutoSize = true;
  102. this.checkBox2.Font = new System.Drawing.Font("Lucida Console", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
  103. this.checkBox2.Location = new System.Drawing.Point(541, 60);
  104. this.checkBox2.Name = "checkBox2";
  105. this.checkBox2.Size = new System.Drawing.Size(146, 25);
  106. this.checkBox2.TabIndex = 5;
  107. this.checkBox2.Text = "checkBox2";
  108. this.checkBox2.UseVisualStyleBackColor = true;
  109. //
  110. // checkBox3
  111. //
  112. this.checkBox3.AutoSize = true;
  113. this.checkBox3.Font = new System.Drawing.Font("Lucida Console", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
  114. this.checkBox3.Location = new System.Drawing.Point(704, 60);
  115. this.checkBox3.Name = "checkBox3";
  116. this.checkBox3.Size = new System.Drawing.Size(146, 25);
  117. this.checkBox3.TabIndex = 6;
  118. this.checkBox3.Text = "checkBox3";
  119. this.checkBox3.UseVisualStyleBackColor = true;
  120. //
  121. // radioButton1
  122. //
  123. this.radioButton1.AutoSize = true;
  124. this.radioButton1.Font = new System.Drawing.Font("Lucida Console", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
  125. this.radioButton1.Location = new System.Drawing.Point(527, 94);
  126. this.radioButton1.Name = "radioButton1";
  127. this.radioButton1.Size = new System.Drawing.Size(184, 25);
  128. this.radioButton1.TabIndex = 7;
  129. this.radioButton1.Text = "radioButton1";
  130. this.radioButton1.UseVisualStyleBackColor = true;
  131. //
  132. // radioButton2
  133. //
  134. this.radioButton2.AutoSize = true;
  135. this.radioButton2.Checked = true;
  136. this.radioButton2.Font = new System.Drawing.Font("Lucida Console", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
  137. this.radioButton2.Location = new System.Drawing.Point(647, 91);
  138. this.radioButton2.Name = "radioButton2";
  139. this.radioButton2.Size = new System.Drawing.Size(184, 25);
  140. this.radioButton2.TabIndex = 8;
  141. this.radioButton2.TabStop = true;
  142. this.radioButton2.Text = "radioButton2";
  143. this.radioButton2.UseVisualStyleBackColor = true;
  144. //
  145. // radioButton3
  146. //
  147. this.radioButton3.AutoSize = true;
  148. this.radioButton3.Font = new System.Drawing.Font("Lucida Console", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
  149. this.radioButton3.Location = new System.Drawing.Point(766, 94);
  150. this.radioButton3.Name = "radioButton3";
  151. this.radioButton3.Size = new System.Drawing.Size(184, 25);
  152. this.radioButton3.TabIndex = 9;
  153. this.radioButton3.Text = "radioButton3";
  154. this.radioButton3.UseVisualStyleBackColor = true;
  155. //
  156. // listBox1
  157. //
  158. this.listBox1.Font = new System.Drawing.Font("Lucida Console", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
  159. this.listBox1.FormattingEnabled = true;
  160. this.listBox1.ItemHeight = 21;
  161. this.listBox1.Items.AddRange(new object[] {
  162. "111111111111111111",
  163. "222222222222222222",
  164. "333333333333333",
  165. "44444444444",
  166. "55555555555555",
  167. "666666666666",
  168. "77777777777777",
  169. "88888888888888",
  170. "99999999999999999"});
  171. this.listBox1.Location = new System.Drawing.Point(775, 167);
  172. this.listBox1.Name = "listBox1";
  173. this.listBox1.Size = new System.Drawing.Size(277, 88);
  174. this.listBox1.TabIndex = 10;
  175. this.listBox1.SelectedIndexChanged += new System.EventHandler(this.listBox1_SelectedIndexChanged);
  176. //
  177. // comboBox1
  178. //
  179. this.comboBox1.Font = new System.Drawing.Font("Lucida Console", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
  180. this.comboBox1.FormattingEnabled = true;
  181. this.comboBox1.Items.AddRange(new object[] {
  182. "aaaaaaaaaaa",
  183. "bbbbbbbbbbbbb",
  184. "ccccccccccccccc",
  185. "ddddddddddddddddd",
  186. "eeeeeeeeeeeeeeeee",
  187. "ffffffffffffffffff",
  188. "ggggggggggggg"});
  189. this.comboBox1.Location = new System.Drawing.Point(775, 287);
  190. this.comboBox1.Name = "comboBox1";
  191. this.comboBox1.Size = new System.Drawing.Size(277, 29);
  192. this.comboBox1.TabIndex = 11;
  193. this.comboBox1.Text = "Ala ma kota";
  194. //
  195. // button2
  196. //
  197. this.button2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
  198. this.button2.Font = new System.Drawing.Font("Microsoft Uighur", 15.75F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  199. this.button2.Location = new System.Drawing.Point(775, 351);
  200. this.button2.Name = "button2";
  201. this.button2.Size = new System.Drawing.Size(243, 70);
  202. this.button2.TabIndex = 12;
  203. this.button2.Text = "Ala ma kota";
  204. this.button2.UseVisualStyleBackColor = false;
  205. this.button2.Click += new System.EventHandler(this.button2_Click);
  206. //
  207. // dateTimePicker1
  208. //
  209. this.dateTimePicker1.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
  210. this.dateTimePicker1.Location = new System.Drawing.Point(58, 499);
  211. this.dateTimePicker1.Name = "dateTimePicker1";
  212. this.dateTimePicker1.Size = new System.Drawing.Size(271, 29);
  213. this.dateTimePicker1.TabIndex = 13;
  214. //
  215. // timer1
  216. //
  217. this.timer1.Enabled = true;
  218. this.timer1.Interval = 1000;
  219. this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
  220. //
  221. // button3
  222. //
  223. this.button3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
  224. this.button3.Font = new System.Drawing.Font("Microsoft Uighur", 15.75F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  225. this.button3.Location = new System.Drawing.Point(58, 545);
  226. this.button3.Name = "button3";
  227. this.button3.Size = new System.Drawing.Size(243, 70);
  228. this.button3.TabIndex = 14;
  229. this.button3.Text = "Oblicz wiek";
  230. this.button3.UseVisualStyleBackColor = false;
  231. this.button3.Click += new System.EventHandler(this.button3_Click);
  232. //
  233. // Form1
  234. //
  235. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  236. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  237. this.ClientSize = new System.Drawing.Size(1131, 724);
  238. this.Controls.Add(this.button3);
  239. this.Controls.Add(this.dateTimePicker1);
  240. this.Controls.Add(this.button2);
  241. this.Controls.Add(this.comboBox1);
  242. this.Controls.Add(this.listBox1);
  243. this.Controls.Add(this.radioButton3);
  244. this.Controls.Add(this.radioButton2);
  245. this.Controls.Add(this.radioButton1);
  246. this.Controls.Add(this.checkBox3);
  247. this.Controls.Add(this.checkBox2);
  248. this.Controls.Add(this.checkBox1);
  249. this.Controls.Add(this.textBox1);
  250. this.Controls.Add(this.label1);
  251. this.Controls.Add(this.tbRozmiar);
  252. this.Controls.Add(this.button1);
  253. this.Name = "Form1";
  254. this.Text = "Form1";
  255. this.ResumeLayout(false);
  256. this.PerformLayout();
  257. }
  258. #endregion
  259. private System.Windows.Forms.Button button1;
  260. private System.Windows.Forms.TextBox tbRozmiar;
  261. private System.Windows.Forms.Label label1;
  262. private System.Windows.Forms.TextBox textBox1;
  263. private System.Windows.Forms.CheckBox checkBox1;
  264. private System.Windows.Forms.CheckBox checkBox2;
  265. private System.Windows.Forms.CheckBox checkBox3;
  266. private System.Windows.Forms.RadioButton radioButton1;
  267. private System.Windows.Forms.RadioButton radioButton2;
  268. private System.Windows.Forms.RadioButton radioButton3;
  269. private System.Windows.Forms.ListBox listBox1;
  270. private System.Windows.Forms.ComboBox comboBox1;
  271. private System.Windows.Forms.Button button2;
  272. private System.Windows.Forms.DateTimePicker dateTimePicker1;
  273. private System.Windows.Forms.Timer timer1;
  274. private System.Windows.Forms.Button button3;
  275. }
  276. }