123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190 |
- namespace PR6
- {
- partial class Form1
- {
- /// <summary>
- /// Обязательная переменная конструктора.
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// Освободить все используемые ресурсы.
- /// </summary>
- /// <param name="disposing">истинно, если управляемый ресурс должен быть удален; иначе ложно.</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region Код, автоматически созданный конструктором форм Windows
- /// <summary>
- /// Требуемый метод для поддержки конструктора — не изменяйте
- /// содержимое этого метода с помощью редактора кода.
- /// </summary>
- private void InitializeComponent()
- {
- this.label3 = new System.Windows.Forms.Label();
- this.label4 = new System.Windows.Forms.Label();
- this.textBox1 = new System.Windows.Forms.TextBox();
- this.textBox3 = new System.Windows.Forms.TextBox();
- this.button1 = new System.Windows.Forms.Button();
- this.label1 = new System.Windows.Forms.Label();
- this.label5 = new System.Windows.Forms.Label();
- this.label2 = new System.Windows.Forms.Label();
- this.label6 = new System.Windows.Forms.Label();
- this.textBox2 = new System.Windows.Forms.TextBox();
- this.SuspendLayout();
- //
- // label3
- //
- this.label3.AutoSize = true;
- this.label3.Font = new System.Drawing.Font("Candara", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.label3.ForeColor = System.Drawing.Color.Teal;
- this.label3.Location = new System.Drawing.Point(99, 280);
- this.label3.Name = "label3";
- this.label3.Size = new System.Drawing.Size(260, 26);
- this.label3.TabIndex = 2;
- this.label3.Text = "Введите длину стороны c: ";
- //
- // label4
- //
- this.label4.AutoSize = true;
- 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)));
- this.label4.ForeColor = System.Drawing.SystemColors.InactiveCaptionText;
- this.label4.Location = new System.Drawing.Point(98, 55);
- this.label4.Name = "label4";
- this.label4.Size = new System.Drawing.Size(406, 33);
- this.label4.TabIndex = 3;
- this.label4.Text = "Определение типа треугольника";
- //
- // textBox1
- //
- this.textBox1.BackColor = System.Drawing.SystemColors.Control;
- this.textBox1.Font = new System.Drawing.Font("Calibri", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.textBox1.ForeColor = System.Drawing.Color.DarkSlateGray;
- this.textBox1.Location = new System.Drawing.Point(365, 161);
- this.textBox1.Name = "textBox1";
- this.textBox1.Size = new System.Drawing.Size(107, 31);
- this.textBox1.TabIndex = 5;
- this.textBox1.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.textBox2_KeyPress);
- //
- // textBox3
- //
- this.textBox3.BackColor = System.Drawing.SystemColors.Control;
- this.textBox3.Font = new System.Drawing.Font("Calibri", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.textBox3.ForeColor = System.Drawing.Color.DarkSlateGray;
- this.textBox3.Location = new System.Drawing.Point(365, 279);
- this.textBox3.Name = "textBox3";
- this.textBox3.Size = new System.Drawing.Size(107, 31);
- this.textBox3.TabIndex = 6;
- this.textBox3.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.textBox3_KeyPress);
- //
- // button1
- //
- this.button1.BackColor = System.Drawing.Color.CadetBlue;
- this.button1.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
- this.button1.Font = new System.Drawing.Font("Candara", 18F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.button1.ForeColor = System.Drawing.SystemColors.InactiveBorder;
- this.button1.Location = new System.Drawing.Point(185, 425);
- this.button1.Name = "button1";
- this.button1.Size = new System.Drawing.Size(232, 52);
- this.button1.TabIndex = 7;
- this.button1.Text = "Узнать тип";
- this.button1.UseVisualStyleBackColor = false;
- this.button1.Click += new System.EventHandler(this.button1_Click);
- //
- // label1
- //
- this.label1.AutoSize = true;
- this.label1.Font = new System.Drawing.Font("Candara", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.label1.ForeColor = System.Drawing.Color.Teal;
- this.label1.Location = new System.Drawing.Point(99, 162);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(261, 26);
- this.label1.TabIndex = 8;
- this.label1.Text = "Введите длину стороны a: ";
- //
- // label5
- //
- this.label5.AutoSize = true;
- this.label5.Font = new System.Drawing.Font("Candara", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.label5.ForeColor = System.Drawing.Color.Teal;
- this.label5.Location = new System.Drawing.Point(99, 351);
- this.label5.Name = "label5";
- this.label5.Size = new System.Drawing.Size(182, 26);
- this.label5.TabIndex = 10;
- this.label5.Text = "Тип треугольника:";
- //
- // label2
- //
- this.label2.AutoSize = true;
- this.label2.Font = new System.Drawing.Font("Candara", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.label2.ForeColor = System.Drawing.Color.Teal;
- this.label2.Location = new System.Drawing.Point(99, 221);
- this.label2.Name = "label2";
- this.label2.Size = new System.Drawing.Size(263, 26);
- this.label2.TabIndex = 11;
- this.label2.Text = "Введите длину стороны b: ";
- //
- // label6
- //
- this.label6.AutoSize = true;
- this.label6.Font = new System.Drawing.Font("Candara", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.label6.ForeColor = System.Drawing.Color.DarkSlateGray;
- this.label6.Location = new System.Drawing.Point(296, 353);
- this.label6.Name = "label6";
- this.label6.Size = new System.Drawing.Size(0, 23);
- this.label6.TabIndex = 13;
- //
- // textBox2
- //
- this.textBox2.BackColor = System.Drawing.SystemColors.Control;
- this.textBox2.Font = new System.Drawing.Font("Calibri", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.textBox2.ForeColor = System.Drawing.Color.DarkSlateGray;
- this.textBox2.Location = new System.Drawing.Point(365, 220);
- this.textBox2.Name = "textBox2";
- this.textBox2.Size = new System.Drawing.Size(107, 31);
- this.textBox2.TabIndex = 14;
- //
- // Form1
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.BackColor = System.Drawing.SystemColors.Control;
- this.ClientSize = new System.Drawing.Size(603, 548);
- this.Controls.Add(this.textBox2);
- this.Controls.Add(this.label6);
- this.Controls.Add(this.label2);
- this.Controls.Add(this.label5);
- this.Controls.Add(this.label1);
- this.Controls.Add(this.button1);
- this.Controls.Add(this.textBox3);
- this.Controls.Add(this.textBox1);
- this.Controls.Add(this.label4);
- this.Controls.Add(this.label3);
- this.Name = "Form1";
- this.Text = "Form1";
- this.ResumeLayout(false);
- this.PerformLayout();
- }
- #endregion
- private System.Windows.Forms.Label label3;
- private System.Windows.Forms.Label label4;
- private System.Windows.Forms.TextBox textBox1;
- private System.Windows.Forms.TextBox textBox3;
- private System.Windows.Forms.Button button1;
- private System.Windows.Forms.Label label1;
- private System.Windows.Forms.Label label5;
- private System.Windows.Forms.Label label2;
- private System.Windows.Forms.Label label6;
- private System.Windows.Forms.TextBox textBox2;
- }
- }
|