Form1.Designer.cs 6.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182
  1. namespace _03_1_Aproksymacja
  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.textBox1 = new System.Windows.Forms.TextBox();
  29. this.button1 = new System.Windows.Forms.Button();
  30. this.button2 = new System.Windows.Forms.Button();
  31. this.button3 = new System.Windows.Forms.Button();
  32. this.numericUpDown1 = new System.Windows.Forms.NumericUpDown();
  33. this.numericUpDown2 = new System.Windows.Forms.NumericUpDown();
  34. this.label1 = new System.Windows.Forms.Label();
  35. this.label2 = new System.Windows.Forms.Label();
  36. this.button4 = new System.Windows.Forms.Button();
  37. this.button5 = new System.Windows.Forms.Button();
  38. ((System.ComponentModel.ISupportInitialize)(this.numericUpDown1)).BeginInit();
  39. ((System.ComponentModel.ISupportInitialize)(this.numericUpDown2)).BeginInit();
  40. this.SuspendLayout();
  41. //
  42. // textBox1
  43. //
  44. this.textBox1.Location = new System.Drawing.Point(115, 265);
  45. this.textBox1.Name = "textBox1";
  46. this.textBox1.Size = new System.Drawing.Size(512, 20);
  47. this.textBox1.TabIndex = 0;
  48. //
  49. // button1
  50. //
  51. this.button1.Location = new System.Drawing.Point(9, 7);
  52. this.button1.Name = "button1";
  53. this.button1.Size = new System.Drawing.Size(95, 48);
  54. this.button1.TabIndex = 1;
  55. this.button1.Text = "button1";
  56. this.button1.UseVisualStyleBackColor = true;
  57. this.button1.Click += new System.EventHandler(this.button1_Click);
  58. //
  59. // button2
  60. //
  61. this.button2.Location = new System.Drawing.Point(110, 6);
  62. this.button2.Name = "button2";
  63. this.button2.Size = new System.Drawing.Size(98, 49);
  64. this.button2.TabIndex = 2;
  65. this.button2.Text = "button2";
  66. this.button2.UseVisualStyleBackColor = true;
  67. this.button2.Click += new System.EventHandler(this.button2_Click);
  68. //
  69. // button3
  70. //
  71. this.button3.Location = new System.Drawing.Point(412, 14);
  72. this.button3.Name = "button3";
  73. this.button3.Size = new System.Drawing.Size(109, 46);
  74. this.button3.TabIndex = 3;
  75. this.button3.Text = "losuj dane";
  76. this.button3.UseVisualStyleBackColor = true;
  77. this.button3.Click += new System.EventHandler(this.button3_Click);
  78. //
  79. // numericUpDown1
  80. //
  81. this.numericUpDown1.Location = new System.Drawing.Point(351, 14);
  82. this.numericUpDown1.Name = "numericUpDown1";
  83. this.numericUpDown1.Size = new System.Drawing.Size(55, 20);
  84. this.numericUpDown1.TabIndex = 4;
  85. this.numericUpDown1.Value = new decimal(new int[] {
  86. 100,
  87. 0,
  88. 0,
  89. 0});
  90. //
  91. // numericUpDown2
  92. //
  93. this.numericUpDown2.Location = new System.Drawing.Point(352, 40);
  94. this.numericUpDown2.Name = "numericUpDown2";
  95. this.numericUpDown2.Size = new System.Drawing.Size(54, 20);
  96. this.numericUpDown2.TabIndex = 5;
  97. this.numericUpDown2.Value = new decimal(new int[] {
  98. 5,
  99. 0,
  100. 0,
  101. 0});
  102. //
  103. // label1
  104. //
  105. this.label1.AutoSize = true;
  106. this.label1.Location = new System.Drawing.Point(244, 16);
  107. this.label1.Name = "label1";
  108. this.label1.Size = new System.Drawing.Size(102, 13);
  109. this.label1.TabIndex = 6;
  110. this.label1.Text = "liczba punktów: n = ";
  111. //
  112. // label2
  113. //
  114. this.label2.AutoSize = true;
  115. this.label2.Location = new System.Drawing.Point(227, 42);
  116. this.label2.Name = "label2";
  117. this.label2.Size = new System.Drawing.Size(119, 13);
  118. this.label2.TabIndex = 7;
  119. this.label2.Text = "stopień wielomianu m = ";
  120. //
  121. // button4
  122. //
  123. this.button4.Location = new System.Drawing.Point(527, 14);
  124. this.button4.Name = "button4";
  125. this.button4.Size = new System.Drawing.Size(109, 46);
  126. this.button4.TabIndex = 8;
  127. this.button4.Text = "oblicz ";
  128. this.button4.UseVisualStyleBackColor = true;
  129. this.button4.Click += new System.EventHandler(this.button4_Click);
  130. //
  131. // button5
  132. //
  133. this.button5.Location = new System.Drawing.Point(642, 14);
  134. this.button5.Name = "button5";
  135. this.button5.Size = new System.Drawing.Size(109, 46);
  136. this.button5.TabIndex = 9;
  137. this.button5.Text = "aproksymuj";
  138. this.button5.UseVisualStyleBackColor = true;
  139. this.button5.Click += new System.EventHandler(this.button5_Click);
  140. //
  141. // Form1
  142. //
  143. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  144. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  145. this.ClientSize = new System.Drawing.Size(800, 450);
  146. this.Controls.Add(this.button5);
  147. this.Controls.Add(this.button4);
  148. this.Controls.Add(this.label2);
  149. this.Controls.Add(this.label1);
  150. this.Controls.Add(this.numericUpDown2);
  151. this.Controls.Add(this.numericUpDown1);
  152. this.Controls.Add(this.button3);
  153. this.Controls.Add(this.button2);
  154. this.Controls.Add(this.button1);
  155. this.Controls.Add(this.textBox1);
  156. this.Name = "Form1";
  157. this.Text = "Form1";
  158. ((System.ComponentModel.ISupportInitialize)(this.numericUpDown1)).EndInit();
  159. ((System.ComponentModel.ISupportInitialize)(this.numericUpDown2)).EndInit();
  160. this.ResumeLayout(false);
  161. this.PerformLayout();
  162. }
  163. #endregion
  164. private System.Windows.Forms.TextBox textBox1;
  165. private System.Windows.Forms.Button button1;
  166. private System.Windows.Forms.Button button2;
  167. private System.Windows.Forms.Button button3;
  168. private System.Windows.Forms.NumericUpDown numericUpDown1;
  169. private System.Windows.Forms.NumericUpDown numericUpDown2;
  170. private System.Windows.Forms.Label label1;
  171. private System.Windows.Forms.Label label2;
  172. private System.Windows.Forms.Button button4;
  173. private System.Windows.Forms.Button button5;
  174. }
  175. }