namespace WindowsFormsСигаева2ИС_ПР2
{
partial class Calculation
{
///
/// Обязательная переменная конструктора.
///
private System.ComponentModel.IContainer components = null;
///
/// Освободить все используемые ресурсы.
///
/// истинно, если управляемый ресурс должен быть удален; иначе ложно.
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Код, автоматически созданный конструктором форм Windows
///
/// Требуемый метод для поддержки конструктора — не изменяйте
/// содержимое этого метода с помощью редактора кода.
///
private void InitializeComponent()
{
this.textBoxA = new System.Windows.Forms.TextBox();
this.textBoxX = new System.Windows.Forms.TextBox();
this.textBoxC = new System.Windows.Forms.TextBox();
this.textBoxD = new System.Windows.Forms.TextBox();
this.textBoxResult = new System.Windows.Forms.TextBox();
this.buttonResult = new System.Windows.Forms.Button();
this.label1 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.label4 = new System.Windows.Forms.Label();
this.label5 = new System.Windows.Forms.Label();
this.SuspendLayout();
//
// textBoxA
//
this.textBoxA.Location = new System.Drawing.Point(45, 37);
this.textBoxA.Name = "textBoxA";
this.textBoxA.Size = new System.Drawing.Size(100, 20);
this.textBoxA.TabIndex = 0;
//
// textBoxX
//
this.textBoxX.Location = new System.Drawing.Point(45, 86);
this.textBoxX.Name = "textBoxX";
this.textBoxX.Size = new System.Drawing.Size(100, 20);
this.textBoxX.TabIndex = 1;
//
// textBoxC
//
this.textBoxC.Location = new System.Drawing.Point(45, 130);
this.textBoxC.Name = "textBoxC";
this.textBoxC.Size = new System.Drawing.Size(100, 20);
this.textBoxC.TabIndex = 2;
//
// textBoxD
//
this.textBoxD.Location = new System.Drawing.Point(45, 178);
this.textBoxD.Name = "textBoxD";
this.textBoxD.Size = new System.Drawing.Size(100, 20);
this.textBoxD.TabIndex = 3;
//
// textBoxResult
//
this.textBoxResult.Location = new System.Drawing.Point(45, 221);
this.textBoxResult.Name = "textBoxResult";
this.textBoxResult.Size = new System.Drawing.Size(100, 20);
this.textBoxResult.TabIndex = 4;
//
// buttonResult
//
this.buttonResult.Location = new System.Drawing.Point(45, 284);
this.buttonResult.Name = "buttonResult";
this.buttonResult.Size = new System.Drawing.Size(100, 51);
this.buttonResult.TabIndex = 5;
this.buttonResult.Text = "Результат";
this.buttonResult.UseVisualStyleBackColor = true;
this.buttonResult.Click += new System.EventHandler(this.ButtonCalculation_Click);
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(42, 21);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(64, 13);
this.label1.TabIndex = 6;
this.label1.Text = "Введите a: ";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(42, 70);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(63, 13);
this.label2.TabIndex = 7;
this.label2.Text = "Введите x: ";
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(42, 114);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(64, 13);
this.label3.TabIndex = 8;
this.label3.Text = "Введите c: ";
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(42, 162);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(64, 13);
this.label4.TabIndex = 9;
this.label4.Text = "Введите d: ";
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(42, 205);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(59, 13);
this.label5.TabIndex = 10;
this.label5.Text = "Результат";
//
// Calculation
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(908, 624);
this.Controls.Add(this.label5);
this.Controls.Add(this.label4);
this.Controls.Add(this.label3);
this.Controls.Add(this.label2);
this.Controls.Add(this.label1);
this.Controls.Add(this.buttonResult);
this.Controls.Add(this.textBoxResult);
this.Controls.Add(this.textBoxD);
this.Controls.Add(this.textBoxC);
this.Controls.Add(this.textBoxX);
this.Controls.Add(this.textBoxA);
this.Name = "Calculation";
this.Text = "ПР№2 2ИС Сигаева А.А.";
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.TextBox textBoxA;
private System.Windows.Forms.TextBox textBoxX;
private System.Windows.Forms.TextBox textBoxC;
private System.Windows.Forms.TextBox textBoxD;
private System.Windows.Forms.TextBox textBoxResult;
private System.Windows.Forms.Button buttonResult;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.Label label5;
}
}