Form1.Designer.cs 7.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192
  1. namespace Pract3
  2. {
  3. partial class Form1
  4. {
  5. /// <summary>
  6. /// Обязательная переменная конструктора.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Освободить все используемые ресурсы.
  11. /// </summary>
  12. /// <param name="disposing">истинно, если управляемый ресурс должен быть удален; иначе ложно.</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
  22. /// <summary>
  23. /// Требуемый метод для поддержки конструктора — не изменяйте
  24. /// содержимое этого метода с помощью редактора кода.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.znachX = new System.Windows.Forms.Label();
  29. this.label1 = new System.Windows.Forms.Label();
  30. this.rbSh = new System.Windows.Forms.RadioButton();
  31. this.znachY = new System.Windows.Forms.Label();
  32. this.rbx = new System.Windows.Forms.RadioButton();
  33. this.rbe = new System.Windows.Forms.RadioButton();
  34. this.textX = new System.Windows.Forms.TextBox();
  35. this.textY = new System.Windows.Forms.TextBox();
  36. this.textZ = new System.Windows.Forms.TextBox();
  37. this.textAnswer = new System.Windows.Forms.TextBox();
  38. this.Answer = new System.Windows.Forms.Button();
  39. this.pictureBox1 = new System.Windows.Forms.PictureBox();
  40. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
  41. this.SuspendLayout();
  42. //
  43. // znachX
  44. //
  45. this.znachX.Location = new System.Drawing.Point(9, 105);
  46. this.znachX.Name = "znachX";
  47. this.znachX.Size = new System.Drawing.Size(30, 15);
  48. this.znachX.TabIndex = 0;
  49. this.znachX.Text = "X=";
  50. //
  51. // label1
  52. //
  53. this.label1.Location = new System.Drawing.Point(12, 174);
  54. this.label1.Name = "label1";
  55. this.label1.Size = new System.Drawing.Size(27, 17);
  56. this.label1.TabIndex = 2;
  57. this.label1.Text = "Z=";
  58. //
  59. // rbSh
  60. //
  61. this.rbSh.AutoSize = true;
  62. this.rbSh.Location = new System.Drawing.Point(167, 110);
  63. this.rbSh.Name = "rbSh";
  64. this.rbSh.Size = new System.Drawing.Size(49, 17);
  65. this.rbSh.TabIndex = 3;
  66. this.rbSh.TabStop = true;
  67. this.rbSh.Text = "Sh(x)";
  68. this.rbSh.UseVisualStyleBackColor = true;
  69. //
  70. // znachY
  71. //
  72. this.znachY.AutoSize = true;
  73. this.znachY.Location = new System.Drawing.Point(9, 140);
  74. this.znachY.Name = "znachY";
  75. this.znachY.Size = new System.Drawing.Size(20, 13);
  76. this.znachY.TabIndex = 4;
  77. this.znachY.Text = "Y=";
  78. //
  79. // rbx
  80. //
  81. this.rbx.AutoSize = true;
  82. this.rbx.Location = new System.Drawing.Point(167, 171);
  83. this.rbx.Name = "rbx";
  84. this.rbx.Size = new System.Drawing.Size(42, 17);
  85. this.rbx.TabIndex = 5;
  86. this.rbx.TabStop = true;
  87. this.rbx.Text = "x^2";
  88. this.rbx.UseVisualStyleBackColor = true;
  89. //
  90. // rbe
  91. //
  92. this.rbe.AutoSize = true;
  93. this.rbe.Location = new System.Drawing.Point(167, 142);
  94. this.rbe.Name = "rbe";
  95. this.rbe.Size = new System.Drawing.Size(42, 17);
  96. this.rbe.TabIndex = 6;
  97. this.rbe.TabStop = true;
  98. this.rbe.Text = "e^x";
  99. this.rbe.UseVisualStyleBackColor = true;
  100. //
  101. // textX
  102. //
  103. this.textX.Location = new System.Drawing.Point(39, 102);
  104. this.textX.Name = "textX";
  105. this.textX.Size = new System.Drawing.Size(100, 20);
  106. this.textX.TabIndex = 9;
  107. //
  108. // textY
  109. //
  110. this.textY.Location = new System.Drawing.Point(39, 137);
  111. this.textY.Name = "textY";
  112. this.textY.Size = new System.Drawing.Size(100, 20);
  113. this.textY.TabIndex = 10;
  114. //
  115. // textZ
  116. //
  117. this.textZ.Location = new System.Drawing.Point(39, 171);
  118. this.textZ.Name = "textZ";
  119. this.textZ.Size = new System.Drawing.Size(100, 20);
  120. this.textZ.TabIndex = 11;
  121. //
  122. // textAnswer
  123. //
  124. this.textAnswer.Location = new System.Drawing.Point(111, 217);
  125. this.textAnswer.Name = "textAnswer";
  126. this.textAnswer.Size = new System.Drawing.Size(119, 20);
  127. this.textAnswer.TabIndex = 12;
  128. //
  129. // Answer
  130. //
  131. this.Answer.Location = new System.Drawing.Point(15, 214);
  132. this.Answer.Name = "Answer";
  133. this.Answer.Size = new System.Drawing.Size(75, 23);
  134. this.Answer.TabIndex = 13;
  135. this.Answer.Text = "Ответ";
  136. this.Answer.UseVisualStyleBackColor = true;
  137. this.Answer.Click += new System.EventHandler(this.Answer_Click);
  138. //
  139. // pictureBox1
  140. //
  141. this.pictureBox1.Image = global::Pract3.Properties.Resources.Снимок_экрана__1_;
  142. this.pictureBox1.Location = new System.Drawing.Point(15, 12);
  143. this.pictureBox1.Name = "pictureBox1";
  144. this.pictureBox1.Size = new System.Drawing.Size(207, 64);
  145. this.pictureBox1.TabIndex = 14;
  146. this.pictureBox1.TabStop = false;
  147. //
  148. // Form1
  149. //
  150. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  151. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  152. this.ClientSize = new System.Drawing.Size(238, 246);
  153. this.Controls.Add(this.pictureBox1);
  154. this.Controls.Add(this.Answer);
  155. this.Controls.Add(this.textAnswer);
  156. this.Controls.Add(this.textZ);
  157. this.Controls.Add(this.textY);
  158. this.Controls.Add(this.textX);
  159. this.Controls.Add(this.rbe);
  160. this.Controls.Add(this.rbx);
  161. this.Controls.Add(this.znachY);
  162. this.Controls.Add(this.rbSh);
  163. this.Controls.Add(this.label1);
  164. this.Controls.Add(this.znachX);
  165. this.Name = "Form1";
  166. this.Text = "Практическая №3";
  167. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
  168. this.ResumeLayout(false);
  169. this.PerformLayout();
  170. }
  171. #endregion
  172. private System.Windows.Forms.Label znachX;
  173. private System.Windows.Forms.Label label1;
  174. private System.Windows.Forms.RadioButton rbSh;
  175. private System.Windows.Forms.Label znachY;
  176. private System.Windows.Forms.RadioButton rbx;
  177. private System.Windows.Forms.RadioButton rbe;
  178. private System.Windows.Forms.TextBox textX;
  179. private System.Windows.Forms.TextBox textY;
  180. private System.Windows.Forms.TextBox textZ;
  181. private System.Windows.Forms.TextBox textAnswer;
  182. private System.Windows.Forms.Button Answer;
  183. private System.Windows.Forms.PictureBox pictureBox1;
  184. }
  185. }