namespace Filimonova_exam
{
partial class Form1
{
///
/// Обязательная переменная конструктора.
///
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.btnAnsw = new System.Windows.Forms.Button();
this.textAnswer1 = new System.Windows.Forms.TextBox();
this.textA = new System.Windows.Forms.TextBox();
this.textB = new System.Windows.Forms.TextBox();
this.textC = new System.Windows.Forms.TextBox();
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.textN = new System.Windows.Forms.TextBox();
this.textAnswer2 = new System.Windows.Forms.TextBox();
this.textAnswer3 = new System.Windows.Forms.TextBox();
this.SuspendLayout();
//
// btnAnsw
//
this.btnAnsw.Location = new System.Drawing.Point(12, 172);
this.btnAnsw.Name = "btnAnsw";
this.btnAnsw.Size = new System.Drawing.Size(75, 23);
this.btnAnsw.TabIndex = 0;
this.btnAnsw.Text = "Расчитать";
this.btnAnsw.UseVisualStyleBackColor = true;
this.btnAnsw.Click += new System.EventHandler(this.btnAnsw_Click);
//
// textAnswer1
//
this.textAnswer1.Location = new System.Drawing.Point(93, 172);
this.textAnswer1.Multiline = true;
this.textAnswer1.Name = "textAnswer1";
this.textAnswer1.Size = new System.Drawing.Size(232, 23);
this.textAnswer1.TabIndex = 1;
//
// textA
//
this.textA.Location = new System.Drawing.Point(35, 24);
this.textA.Name = "textA";
this.textA.Size = new System.Drawing.Size(100, 20);
this.textA.TabIndex = 2;
//
// textB
//
this.textB.Location = new System.Drawing.Point(35, 59);
this.textB.Name = "textB";
this.textB.Size = new System.Drawing.Size(100, 20);
this.textB.TabIndex = 3;
//
// textC
//
this.textC.Location = new System.Drawing.Point(35, 99);
this.textC.Name = "textC";
this.textC.Size = new System.Drawing.Size(100, 20);
this.textC.TabIndex = 4;
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(9, 27);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(20, 13);
this.label1.TabIndex = 5;
this.label1.Text = "A=";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(9, 62);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(20, 13);
this.label2.TabIndex = 6;
this.label2.Text = "B=";
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(9, 102);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(20, 13);
this.label3.TabIndex = 7;
this.label3.Text = "C=";
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(9, 136);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(21, 13);
this.label4.TabIndex = 8;
this.label4.Text = "N=";
//
// textN
//
this.textN.Location = new System.Drawing.Point(35, 133);
this.textN.Name = "textN";
this.textN.Size = new System.Drawing.Size(100, 20);
this.textN.TabIndex = 9;
//
// textAnswer2
//
this.textAnswer2.Location = new System.Drawing.Point(93, 201);
this.textAnswer2.Multiline = true;
this.textAnswer2.Name = "textAnswer2";
this.textAnswer2.Size = new System.Drawing.Size(232, 23);
this.textAnswer2.TabIndex = 10;
//
// textAnswer3
//
this.textAnswer3.Location = new System.Drawing.Point(93, 230);
this.textAnswer3.Multiline = true;
this.textAnswer3.Name = "textAnswer3";
this.textAnswer3.Size = new System.Drawing.Size(232, 23);
this.textAnswer3.TabIndex = 11;
//
// Form1
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(343, 263);
this.Controls.Add(this.textAnswer3);
this.Controls.Add(this.textAnswer2);
this.Controls.Add(this.textN);
this.Controls.Add(this.label4);
this.Controls.Add(this.label3);
this.Controls.Add(this.label2);
this.Controls.Add(this.label1);
this.Controls.Add(this.textC);
this.Controls.Add(this.textB);
this.Controls.Add(this.textA);
this.Controls.Add(this.textAnswer1);
this.Controls.Add(this.btnAnsw);
this.Name = "Form1";
this.Text = "Экзамен№10";
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Button btnAnsw;
private System.Windows.Forms.TextBox textAnswer1;
private System.Windows.Forms.TextBox textA;
private System.Windows.Forms.TextBox textB;
private System.Windows.Forms.TextBox textC;
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.TextBox textN;
private System.Windows.Forms.TextBox textAnswer2;
private System.Windows.Forms.TextBox textAnswer3;
}
}