Form1.Designer.cs 9.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190
  1. namespace PR6
  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.label3 = new System.Windows.Forms.Label();
  29. this.label4 = new System.Windows.Forms.Label();
  30. this.textBox1 = new System.Windows.Forms.TextBox();
  31. this.textBox3 = new System.Windows.Forms.TextBox();
  32. this.button1 = new System.Windows.Forms.Button();
  33. this.label1 = new System.Windows.Forms.Label();
  34. this.label5 = new System.Windows.Forms.Label();
  35. this.label2 = new System.Windows.Forms.Label();
  36. this.label6 = new System.Windows.Forms.Label();
  37. this.textBox2 = new System.Windows.Forms.TextBox();
  38. this.SuspendLayout();
  39. //
  40. // label3
  41. //
  42. this.label3.AutoSize = true;
  43. this.label3.Font = new System.Drawing.Font("Candara", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  44. this.label3.ForeColor = System.Drawing.Color.Teal;
  45. this.label3.Location = new System.Drawing.Point(99, 280);
  46. this.label3.Name = "label3";
  47. this.label3.Size = new System.Drawing.Size(260, 26);
  48. this.label3.TabIndex = 2;
  49. this.label3.Text = "Введите длину стороны c: ";
  50. //
  51. // label4
  52. //
  53. this.label4.AutoSize = true;
  54. this.label4.Font = new System.Drawing.Font("Candara", 20.25F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Underline))), System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  55. this.label4.ForeColor = System.Drawing.SystemColors.InactiveCaptionText;
  56. this.label4.Location = new System.Drawing.Point(98, 55);
  57. this.label4.Name = "label4";
  58. this.label4.Size = new System.Drawing.Size(406, 33);
  59. this.label4.TabIndex = 3;
  60. this.label4.Text = "Определение типа треугольника";
  61. //
  62. // textBox1
  63. //
  64. this.textBox1.BackColor = System.Drawing.SystemColors.Control;
  65. this.textBox1.Font = new System.Drawing.Font("Calibri", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  66. this.textBox1.ForeColor = System.Drawing.Color.DarkSlateGray;
  67. this.textBox1.Location = new System.Drawing.Point(365, 161);
  68. this.textBox1.Name = "textBox1";
  69. this.textBox1.Size = new System.Drawing.Size(107, 31);
  70. this.textBox1.TabIndex = 5;
  71. this.textBox1.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.textBox2_KeyPress);
  72. //
  73. // textBox3
  74. //
  75. this.textBox3.BackColor = System.Drawing.SystemColors.Control;
  76. this.textBox3.Font = new System.Drawing.Font("Calibri", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  77. this.textBox3.ForeColor = System.Drawing.Color.DarkSlateGray;
  78. this.textBox3.Location = new System.Drawing.Point(365, 279);
  79. this.textBox3.Name = "textBox3";
  80. this.textBox3.Size = new System.Drawing.Size(107, 31);
  81. this.textBox3.TabIndex = 6;
  82. this.textBox3.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.textBox3_KeyPress);
  83. //
  84. // button1
  85. //
  86. this.button1.BackColor = System.Drawing.Color.CadetBlue;
  87. this.button1.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  88. this.button1.Font = new System.Drawing.Font("Candara", 18F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  89. this.button1.ForeColor = System.Drawing.SystemColors.InactiveBorder;
  90. this.button1.Location = new System.Drawing.Point(185, 425);
  91. this.button1.Name = "button1";
  92. this.button1.Size = new System.Drawing.Size(232, 52);
  93. this.button1.TabIndex = 7;
  94. this.button1.Text = "Узнать тип";
  95. this.button1.UseVisualStyleBackColor = false;
  96. this.button1.Click += new System.EventHandler(this.button1_Click);
  97. //
  98. // label1
  99. //
  100. this.label1.AutoSize = true;
  101. this.label1.Font = new System.Drawing.Font("Candara", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  102. this.label1.ForeColor = System.Drawing.Color.Teal;
  103. this.label1.Location = new System.Drawing.Point(99, 162);
  104. this.label1.Name = "label1";
  105. this.label1.Size = new System.Drawing.Size(261, 26);
  106. this.label1.TabIndex = 8;
  107. this.label1.Text = "Введите длину стороны a: ";
  108. //
  109. // label5
  110. //
  111. this.label5.AutoSize = true;
  112. this.label5.Font = new System.Drawing.Font("Candara", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  113. this.label5.ForeColor = System.Drawing.Color.Teal;
  114. this.label5.Location = new System.Drawing.Point(99, 351);
  115. this.label5.Name = "label5";
  116. this.label5.Size = new System.Drawing.Size(182, 26);
  117. this.label5.TabIndex = 10;
  118. this.label5.Text = "Тип треугольника:";
  119. //
  120. // label2
  121. //
  122. this.label2.AutoSize = true;
  123. this.label2.Font = new System.Drawing.Font("Candara", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  124. this.label2.ForeColor = System.Drawing.Color.Teal;
  125. this.label2.Location = new System.Drawing.Point(99, 221);
  126. this.label2.Name = "label2";
  127. this.label2.Size = new System.Drawing.Size(263, 26);
  128. this.label2.TabIndex = 11;
  129. this.label2.Text = "Введите длину стороны b: ";
  130. //
  131. // label6
  132. //
  133. this.label6.AutoSize = true;
  134. this.label6.Font = new System.Drawing.Font("Candara", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  135. this.label6.ForeColor = System.Drawing.Color.DarkSlateGray;
  136. this.label6.Location = new System.Drawing.Point(296, 353);
  137. this.label6.Name = "label6";
  138. this.label6.Size = new System.Drawing.Size(0, 23);
  139. this.label6.TabIndex = 13;
  140. //
  141. // textBox2
  142. //
  143. this.textBox2.BackColor = System.Drawing.SystemColors.Control;
  144. this.textBox2.Font = new System.Drawing.Font("Calibri", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  145. this.textBox2.ForeColor = System.Drawing.Color.DarkSlateGray;
  146. this.textBox2.Location = new System.Drawing.Point(365, 220);
  147. this.textBox2.Name = "textBox2";
  148. this.textBox2.Size = new System.Drawing.Size(107, 31);
  149. this.textBox2.TabIndex = 14;
  150. //
  151. // Form1
  152. //
  153. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  154. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  155. this.BackColor = System.Drawing.SystemColors.Control;
  156. this.ClientSize = new System.Drawing.Size(603, 548);
  157. this.Controls.Add(this.textBox2);
  158. this.Controls.Add(this.label6);
  159. this.Controls.Add(this.label2);
  160. this.Controls.Add(this.label5);
  161. this.Controls.Add(this.label1);
  162. this.Controls.Add(this.button1);
  163. this.Controls.Add(this.textBox3);
  164. this.Controls.Add(this.textBox1);
  165. this.Controls.Add(this.label4);
  166. this.Controls.Add(this.label3);
  167. this.Name = "Form1";
  168. this.Text = "Form1";
  169. this.ResumeLayout(false);
  170. this.PerformLayout();
  171. }
  172. #endregion
  173. private System.Windows.Forms.Label label3;
  174. private System.Windows.Forms.Label label4;
  175. private System.Windows.Forms.TextBox textBox1;
  176. private System.Windows.Forms.TextBox textBox3;
  177. private System.Windows.Forms.Button button1;
  178. private System.Windows.Forms.Label label1;
  179. private System.Windows.Forms.Label label5;
  180. private System.Windows.Forms.Label label2;
  181. private System.Windows.Forms.Label label6;
  182. private System.Windows.Forms.TextBox textBox2;
  183. }
  184. }