Form1.Designer.cs 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231
  1. 
  2. namespace _08_Interpolacja
  3. {
  4. partial class Form1
  5. {
  6. /// <summary>
  7. /// Required designer variable.
  8. /// </summary>
  9. private System.ComponentModel.IContainer components = null;
  10. /// <summary>
  11. /// Clean up any resources being used.
  12. /// </summary>
  13. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  14. protected override void Dispose(bool disposing)
  15. {
  16. if (disposing && (components != null))
  17. {
  18. components.Dispose();
  19. }
  20. base.Dispose(disposing);
  21. }
  22. #region Windows Form Designer generated code
  23. /// <summary>
  24. /// Required method for Designer support - do not modify
  25. /// the contents of this method with the code editor.
  26. /// </summary>
  27. private void InitializeComponent()
  28. {
  29. this.button3 = new System.Windows.Forms.Button();
  30. this.button2 = new System.Windows.Forms.Button();
  31. this.label4 = new System.Windows.Forms.Label();
  32. this.label3 = new System.Windows.Forms.Label();
  33. this.label2 = new System.Windows.Forms.Label();
  34. this.label1 = new System.Windows.Forms.Label();
  35. this.textBox4 = new System.Windows.Forms.TextBox();
  36. this.textBox3 = new System.Windows.Forms.TextBox();
  37. this.textBox2 = new System.Windows.Forms.TextBox();
  38. this.textBox1 = new System.Windows.Forms.TextBox();
  39. this.button1 = new System.Windows.Forms.Button();
  40. this.button4 = new System.Windows.Forms.Button();
  41. this.label5 = new System.Windows.Forms.Label();
  42. this.textBox5 = new System.Windows.Forms.TextBox();
  43. this.SuspendLayout();
  44. //
  45. // button3
  46. //
  47. this.button3.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
  48. this.button3.Location = new System.Drawing.Point(484, 105);
  49. this.button3.Name = "button3";
  50. this.button3.Size = new System.Drawing.Size(284, 73);
  51. this.button3.TabIndex = 21;
  52. this.button3.Text = "Interpoluj 2";
  53. this.button3.UseVisualStyleBackColor = true;
  54. this.button3.Click += new System.EventHandler(this.button3_Click);
  55. //
  56. // button2
  57. //
  58. this.button2.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
  59. this.button2.Location = new System.Drawing.Point(484, 24);
  60. this.button2.Name = "button2";
  61. this.button2.Size = new System.Drawing.Size(284, 73);
  62. this.button2.TabIndex = 20;
  63. this.button2.Text = "Interpoluj 1";
  64. this.button2.UseVisualStyleBackColor = true;
  65. this.button2.Click += new System.EventHandler(this.button2_Click);
  66. //
  67. // label4
  68. //
  69. this.label4.AutoSize = true;
  70. this.label4.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
  71. this.label4.Location = new System.Drawing.Point(28, 228);
  72. this.label4.Name = "label4";
  73. this.label4.Size = new System.Drawing.Size(89, 24);
  74. this.label4.TabIndex = 19;
  75. this.label4.Text = "liczność=";
  76. //
  77. // label3
  78. //
  79. this.label3.AutoSize = true;
  80. this.label3.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
  81. this.label3.Location = new System.Drawing.Point(28, 186);
  82. this.label3.Name = "label3";
  83. this.label3.Size = new System.Drawing.Size(82, 24);
  84. this.label3.TabIndex = 18;
  85. this.label3.Text = "stopień=";
  86. //
  87. // label2
  88. //
  89. this.label2.AutoSize = true;
  90. this.label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
  91. this.label2.Location = new System.Drawing.Point(53, 144);
  92. this.label2.Name = "label2";
  93. this.label2.Size = new System.Drawing.Size(32, 24);
  94. this.label2.TabIndex = 17;
  95. this.label2.Text = "b=";
  96. //
  97. // label1
  98. //
  99. this.label1.AutoSize = true;
  100. this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
  101. this.label1.Location = new System.Drawing.Point(53, 105);
  102. this.label1.Name = "label1";
  103. this.label1.Size = new System.Drawing.Size(31, 24);
  104. this.label1.TabIndex = 16;
  105. this.label1.Text = "a=";
  106. //
  107. // textBox4
  108. //
  109. this.textBox4.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
  110. this.textBox4.Location = new System.Drawing.Point(123, 228);
  111. this.textBox4.Name = "textBox4";
  112. this.textBox4.Size = new System.Drawing.Size(100, 29);
  113. this.textBox4.TabIndex = 15;
  114. this.textBox4.Text = "4";
  115. //
  116. // textBox3
  117. //
  118. this.textBox3.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
  119. this.textBox3.Location = new System.Drawing.Point(123, 183);
  120. this.textBox3.Name = "textBox3";
  121. this.textBox3.Size = new System.Drawing.Size(100, 29);
  122. this.textBox3.TabIndex = 14;
  123. this.textBox3.Text = "3";
  124. //
  125. // textBox2
  126. //
  127. this.textBox2.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
  128. this.textBox2.Location = new System.Drawing.Point(123, 144);
  129. this.textBox2.Name = "textBox2";
  130. this.textBox2.Size = new System.Drawing.Size(100, 29);
  131. this.textBox2.TabIndex = 13;
  132. this.textBox2.Text = "5";
  133. //
  134. // textBox1
  135. //
  136. this.textBox1.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
  137. this.textBox1.Location = new System.Drawing.Point(123, 105);
  138. this.textBox1.Name = "textBox1";
  139. this.textBox1.Size = new System.Drawing.Size(100, 29);
  140. this.textBox1.TabIndex = 12;
  141. this.textBox1.Text = "-5";
  142. //
  143. // button1
  144. //
  145. this.button1.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
  146. this.button1.Location = new System.Drawing.Point(229, 95);
  147. this.button1.Name = "button1";
  148. this.button1.Size = new System.Drawing.Size(170, 162);
  149. this.button1.TabIndex = 11;
  150. this.button1.Text = "Losuj";
  151. this.button1.UseVisualStyleBackColor = true;
  152. this.button1.Click += new System.EventHandler(this.button1_Click);
  153. //
  154. // button4
  155. //
  156. this.button4.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
  157. this.button4.Location = new System.Drawing.Point(484, 186);
  158. this.button4.Name = "button4";
  159. this.button4.Size = new System.Drawing.Size(284, 73);
  160. this.button4.TabIndex = 22;
  161. this.button4.Text = "Interpoluj 3";
  162. this.button4.UseVisualStyleBackColor = true;
  163. this.button4.Click += new System.EventHandler(this.button4_Click);
  164. //
  165. // label5
  166. //
  167. this.label5.AutoSize = true;
  168. this.label5.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
  169. this.label5.Location = new System.Drawing.Point(478, 292);
  170. this.label5.Name = "label5";
  171. this.label5.Size = new System.Drawing.Size(89, 24);
  172. this.label5.TabIndex = 24;
  173. this.label5.Text = "liczność=";
  174. //
  175. // textBox5
  176. //
  177. this.textBox5.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
  178. this.textBox5.Location = new System.Drawing.Point(573, 292);
  179. this.textBox5.Name = "textBox5";
  180. this.textBox5.Size = new System.Drawing.Size(100, 29);
  181. this.textBox5.TabIndex = 23;
  182. this.textBox5.Text = "50";
  183. //
  184. // Form1
  185. //
  186. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  187. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  188. this.ClientSize = new System.Drawing.Size(800, 450);
  189. this.Controls.Add(this.label5);
  190. this.Controls.Add(this.textBox5);
  191. this.Controls.Add(this.button4);
  192. this.Controls.Add(this.button3);
  193. this.Controls.Add(this.button2);
  194. this.Controls.Add(this.label4);
  195. this.Controls.Add(this.label3);
  196. this.Controls.Add(this.label2);
  197. this.Controls.Add(this.label1);
  198. this.Controls.Add(this.textBox4);
  199. this.Controls.Add(this.textBox3);
  200. this.Controls.Add(this.textBox2);
  201. this.Controls.Add(this.textBox1);
  202. this.Controls.Add(this.button1);
  203. this.Name = "Form1";
  204. this.Text = "Form1";
  205. this.ResumeLayout(false);
  206. this.PerformLayout();
  207. }
  208. #endregion
  209. private System.Windows.Forms.Button button3;
  210. private System.Windows.Forms.Button button2;
  211. private System.Windows.Forms.Label label4;
  212. private System.Windows.Forms.Label label3;
  213. private System.Windows.Forms.Label label2;
  214. private System.Windows.Forms.Label label1;
  215. private System.Windows.Forms.TextBox textBox4;
  216. private System.Windows.Forms.TextBox textBox3;
  217. private System.Windows.Forms.TextBox textBox2;
  218. private System.Windows.Forms.TextBox textBox1;
  219. private System.Windows.Forms.Button button1;
  220. private System.Windows.Forms.Button button4;
  221. private System.Windows.Forms.Label label5;
  222. private System.Windows.Forms.TextBox textBox5;
  223. }
  224. }