Form1.Designer.cs 7.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184
  1. 
  2. namespace Filimonova_exam
  3. {
  4. partial class Form1
  5. {
  6. /// <summary>
  7. /// Обязательная переменная конструктора.
  8. /// </summary>
  9. private System.ComponentModel.IContainer components = null;
  10. /// <summary>
  11. /// Освободить все используемые ресурсы.
  12. /// </summary>
  13. /// <param name="disposing">истинно, если управляемый ресурс должен быть удален; иначе ложно.</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
  23. /// <summary>
  24. /// Требуемый метод для поддержки конструктора — не изменяйте
  25. /// содержимое этого метода с помощью редактора кода.
  26. /// </summary>
  27. private void InitializeComponent()
  28. {
  29. this.btnAnsw = new System.Windows.Forms.Button();
  30. this.textAnswer1 = new System.Windows.Forms.TextBox();
  31. this.textA = new System.Windows.Forms.TextBox();
  32. this.textB = new System.Windows.Forms.TextBox();
  33. this.textC = new System.Windows.Forms.TextBox();
  34. this.label1 = new System.Windows.Forms.Label();
  35. this.label2 = new System.Windows.Forms.Label();
  36. this.label3 = new System.Windows.Forms.Label();
  37. this.label4 = new System.Windows.Forms.Label();
  38. this.textN = new System.Windows.Forms.TextBox();
  39. this.textAnswer2 = new System.Windows.Forms.TextBox();
  40. this.textAnswer3 = new System.Windows.Forms.TextBox();
  41. this.SuspendLayout();
  42. //
  43. // btnAnsw
  44. //
  45. this.btnAnsw.Location = new System.Drawing.Point(12, 172);
  46. this.btnAnsw.Name = "btnAnsw";
  47. this.btnAnsw.Size = new System.Drawing.Size(75, 23);
  48. this.btnAnsw.TabIndex = 0;
  49. this.btnAnsw.Text = "Расчитать";
  50. this.btnAnsw.UseVisualStyleBackColor = true;
  51. this.btnAnsw.Click += new System.EventHandler(this.btnAnsw_Click);
  52. //
  53. // textAnswer1
  54. //
  55. this.textAnswer1.Location = new System.Drawing.Point(93, 172);
  56. this.textAnswer1.Multiline = true;
  57. this.textAnswer1.Name = "textAnswer1";
  58. this.textAnswer1.Size = new System.Drawing.Size(232, 23);
  59. this.textAnswer1.TabIndex = 1;
  60. //
  61. // textA
  62. //
  63. this.textA.Location = new System.Drawing.Point(35, 24);
  64. this.textA.Name = "textA";
  65. this.textA.Size = new System.Drawing.Size(100, 20);
  66. this.textA.TabIndex = 2;
  67. //
  68. // textB
  69. //
  70. this.textB.Location = new System.Drawing.Point(35, 59);
  71. this.textB.Name = "textB";
  72. this.textB.Size = new System.Drawing.Size(100, 20);
  73. this.textB.TabIndex = 3;
  74. //
  75. // textC
  76. //
  77. this.textC.Location = new System.Drawing.Point(35, 99);
  78. this.textC.Name = "textC";
  79. this.textC.Size = new System.Drawing.Size(100, 20);
  80. this.textC.TabIndex = 4;
  81. //
  82. // label1
  83. //
  84. this.label1.AutoSize = true;
  85. this.label1.Location = new System.Drawing.Point(9, 27);
  86. this.label1.Name = "label1";
  87. this.label1.Size = new System.Drawing.Size(20, 13);
  88. this.label1.TabIndex = 5;
  89. this.label1.Text = "A=";
  90. //
  91. // label2
  92. //
  93. this.label2.AutoSize = true;
  94. this.label2.Location = new System.Drawing.Point(9, 62);
  95. this.label2.Name = "label2";
  96. this.label2.Size = new System.Drawing.Size(20, 13);
  97. this.label2.TabIndex = 6;
  98. this.label2.Text = "B=";
  99. //
  100. // label3
  101. //
  102. this.label3.AutoSize = true;
  103. this.label3.Location = new System.Drawing.Point(9, 102);
  104. this.label3.Name = "label3";
  105. this.label3.Size = new System.Drawing.Size(20, 13);
  106. this.label3.TabIndex = 7;
  107. this.label3.Text = "C=";
  108. //
  109. // label4
  110. //
  111. this.label4.AutoSize = true;
  112. this.label4.Location = new System.Drawing.Point(9, 136);
  113. this.label4.Name = "label4";
  114. this.label4.Size = new System.Drawing.Size(21, 13);
  115. this.label4.TabIndex = 8;
  116. this.label4.Text = "N=";
  117. //
  118. // textN
  119. //
  120. this.textN.Location = new System.Drawing.Point(35, 133);
  121. this.textN.Name = "textN";
  122. this.textN.Size = new System.Drawing.Size(100, 20);
  123. this.textN.TabIndex = 9;
  124. //
  125. // textAnswer2
  126. //
  127. this.textAnswer2.Location = new System.Drawing.Point(93, 201);
  128. this.textAnswer2.Multiline = true;
  129. this.textAnswer2.Name = "textAnswer2";
  130. this.textAnswer2.Size = new System.Drawing.Size(232, 23);
  131. this.textAnswer2.TabIndex = 10;
  132. //
  133. // textAnswer3
  134. //
  135. this.textAnswer3.Location = new System.Drawing.Point(93, 230);
  136. this.textAnswer3.Multiline = true;
  137. this.textAnswer3.Name = "textAnswer3";
  138. this.textAnswer3.Size = new System.Drawing.Size(232, 23);
  139. this.textAnswer3.TabIndex = 11;
  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(343, 263);
  146. this.Controls.Add(this.textAnswer3);
  147. this.Controls.Add(this.textAnswer2);
  148. this.Controls.Add(this.textN);
  149. this.Controls.Add(this.label4);
  150. this.Controls.Add(this.label3);
  151. this.Controls.Add(this.label2);
  152. this.Controls.Add(this.label1);
  153. this.Controls.Add(this.textC);
  154. this.Controls.Add(this.textB);
  155. this.Controls.Add(this.textA);
  156. this.Controls.Add(this.textAnswer1);
  157. this.Controls.Add(this.btnAnsw);
  158. this.Name = "Form1";
  159. this.Text = "Экзамен№10";
  160. this.ResumeLayout(false);
  161. this.PerformLayout();
  162. }
  163. #endregion
  164. private System.Windows.Forms.Button btnAnsw;
  165. private System.Windows.Forms.TextBox textAnswer1;
  166. private System.Windows.Forms.TextBox textA;
  167. private System.Windows.Forms.TextBox textB;
  168. private System.Windows.Forms.TextBox textC;
  169. private System.Windows.Forms.Label label1;
  170. private System.Windows.Forms.Label label2;
  171. private System.Windows.Forms.Label label3;
  172. private System.Windows.Forms.Label label4;
  173. private System.Windows.Forms.TextBox textN;
  174. private System.Windows.Forms.TextBox textAnswer2;
  175. private System.Windows.Forms.TextBox textAnswer3;
  176. }
  177. }