Form1.Designer.cs 6.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164
  1. namespace _05_1_Newton
  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.label1 = new System.Windows.Forms.Label();
  30. this.label2 = new System.Windows.Forms.Label();
  31. this.textBox2 = new System.Windows.Forms.TextBox();
  32. this.label3 = new System.Windows.Forms.Label();
  33. this.textBox3 = new System.Windows.Forms.TextBox();
  34. this.button1 = new System.Windows.Forms.Button();
  35. this.tbLog = new System.Windows.Forms.TextBox();
  36. this.button2 = new System.Windows.Forms.Button();
  37. this.SuspendLayout();
  38. //
  39. // textBox1
  40. //
  41. this.textBox1.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
  42. this.textBox1.Location = new System.Drawing.Point(69, 1);
  43. this.textBox1.Name = "textBox1";
  44. this.textBox1.Size = new System.Drawing.Size(100, 29);
  45. this.textBox1.TabIndex = 0;
  46. this.textBox1.Text = "125";
  47. //
  48. // label1
  49. //
  50. this.label1.AutoSize = true;
  51. this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
  52. this.label1.Location = new System.Drawing.Point(12, 4);
  53. this.label1.Name = "label1";
  54. this.label1.Size = new System.Drawing.Size(41, 24);
  55. this.label1.TabIndex = 1;
  56. this.label1.Text = "a = ";
  57. //
  58. // label2
  59. //
  60. this.label2.AutoSize = true;
  61. this.label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
  62. this.label2.Location = new System.Drawing.Point(1, 39);
  63. this.label2.Name = "label2";
  64. this.label2.Size = new System.Drawing.Size(62, 24);
  65. this.label2.TabIndex = 3;
  66. this.label2.Text = "eps = ";
  67. //
  68. // textBox2
  69. //
  70. this.textBox2.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
  71. this.textBox2.Location = new System.Drawing.Point(69, 36);
  72. this.textBox2.Name = "textBox2";
  73. this.textBox2.Size = new System.Drawing.Size(100, 29);
  74. this.textBox2.TabIndex = 2;
  75. this.textBox2.Text = "0,001";
  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(1, 74);
  82. this.label3.Name = "label3";
  83. this.label3.Size = new System.Drawing.Size(51, 24);
  84. this.label3.TabIndex = 5;
  85. this.label3.Text = "x0 = ";
  86. //
  87. // textBox3
  88. //
  89. this.textBox3.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
  90. this.textBox3.Location = new System.Drawing.Point(69, 71);
  91. this.textBox3.Name = "textBox3";
  92. this.textBox3.Size = new System.Drawing.Size(100, 29);
  93. this.textBox3.TabIndex = 4;
  94. this.textBox3.Text = "12,5";
  95. //
  96. // button1
  97. //
  98. this.button1.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
  99. this.button1.Location = new System.Drawing.Point(175, 6);
  100. this.button1.Name = "button1";
  101. this.button1.Size = new System.Drawing.Size(149, 44);
  102. this.button1.TabIndex = 6;
  103. this.button1.Text = "sqrt(a)";
  104. this.button1.UseVisualStyleBackColor = true;
  105. this.button1.Click += new System.EventHandler(this.button1_Click);
  106. //
  107. // tbLog
  108. //
  109. this.tbLog.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
  110. this.tbLog.Location = new System.Drawing.Point(211, 294);
  111. this.tbLog.Name = "tbLog";
  112. this.tbLog.Size = new System.Drawing.Size(100, 29);
  113. this.tbLog.TabIndex = 7;
  114. this.tbLog.Text = "12,5";
  115. //
  116. // button2
  117. //
  118. this.button2.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
  119. this.button2.Location = new System.Drawing.Point(330, 6);
  120. this.button2.Name = "button2";
  121. this.button2.Size = new System.Drawing.Size(149, 44);
  122. this.button2.TabIndex = 8;
  123. this.button2.Text = "2: sqrt(a)";
  124. this.button2.UseVisualStyleBackColor = true;
  125. this.button2.Click += new System.EventHandler(this.button2_Click);
  126. //
  127. // Form1
  128. //
  129. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  130. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  131. this.ClientSize = new System.Drawing.Size(800, 450);
  132. this.Controls.Add(this.button2);
  133. this.Controls.Add(this.tbLog);
  134. this.Controls.Add(this.button1);
  135. this.Controls.Add(this.label3);
  136. this.Controls.Add(this.textBox3);
  137. this.Controls.Add(this.label2);
  138. this.Controls.Add(this.textBox2);
  139. this.Controls.Add(this.label1);
  140. this.Controls.Add(this.textBox1);
  141. this.Name = "Form1";
  142. this.Text = "Form1";
  143. this.ResumeLayout(false);
  144. this.PerformLayout();
  145. }
  146. #endregion
  147. private System.Windows.Forms.TextBox textBox1;
  148. private System.Windows.Forms.Label label1;
  149. private System.Windows.Forms.Label label2;
  150. private System.Windows.Forms.TextBox textBox2;
  151. private System.Windows.Forms.Label label3;
  152. private System.Windows.Forms.TextBox textBox3;
  153. private System.Windows.Forms.Button button1;
  154. private System.Windows.Forms.TextBox tbLog;
  155. private System.Windows.Forms.Button button2;
  156. }
  157. }