123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184 |
-
- namespace Filimonova_exam
- {
- 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.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;
- }
- }
|