359 lines
18 KiB
C#
359 lines
18 KiB
C#
![]() |
namespace ПРСТ
|
|||
|
{
|
|||
|
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.groupBox1 = new System.Windows.Forms.GroupBox();
|
|||
|
this.checkBox3 = new System.Windows.Forms.CheckBox();
|
|||
|
this.textBox7 = new System.Windows.Forms.TextBox();
|
|||
|
this.label7 = new System.Windows.Forms.Label();
|
|||
|
this.checkBox2 = new System.Windows.Forms.CheckBox();
|
|||
|
this.textBox6 = new System.Windows.Forms.TextBox();
|
|||
|
this.label6 = new System.Windows.Forms.Label();
|
|||
|
this.checkBox1 = new System.Windows.Forms.CheckBox();
|
|||
|
this.textBox5 = new System.Windows.Forms.TextBox();
|
|||
|
this.label5 = new System.Windows.Forms.Label();
|
|||
|
this.textBox4 = new System.Windows.Forms.TextBox();
|
|||
|
this.label4 = new System.Windows.Forms.Label();
|
|||
|
this.textBox3 = new System.Windows.Forms.TextBox();
|
|||
|
this.label3 = new System.Windows.Forms.Label();
|
|||
|
this.textBox2 = new System.Windows.Forms.TextBox();
|
|||
|
this.label2 = new System.Windows.Forms.Label();
|
|||
|
this.textBox1 = new System.Windows.Forms.TextBox();
|
|||
|
this.label1 = new System.Windows.Forms.Label();
|
|||
|
this.textBox9 = new System.Windows.Forms.TextBox();
|
|||
|
this.label9 = new System.Windows.Forms.Label();
|
|||
|
this.button1 = new System.Windows.Forms.Button();
|
|||
|
this.buttonClear = new System.Windows.Forms.Button();
|
|||
|
this.textBox8 = new System.Windows.Forms.TextBox();
|
|||
|
this.label8 = new System.Windows.Forms.Label();
|
|||
|
this.groupBox1.SuspendLayout();
|
|||
|
this.SuspendLayout();
|
|||
|
//
|
|||
|
// groupBox1
|
|||
|
//
|
|||
|
this.groupBox1.Controls.Add(this.textBox8);
|
|||
|
this.groupBox1.Controls.Add(this.label8);
|
|||
|
this.groupBox1.Controls.Add(this.checkBox3);
|
|||
|
this.groupBox1.Controls.Add(this.textBox7);
|
|||
|
this.groupBox1.Controls.Add(this.label7);
|
|||
|
this.groupBox1.Controls.Add(this.checkBox2);
|
|||
|
this.groupBox1.Controls.Add(this.textBox6);
|
|||
|
this.groupBox1.Controls.Add(this.label6);
|
|||
|
this.groupBox1.Controls.Add(this.checkBox1);
|
|||
|
this.groupBox1.Controls.Add(this.textBox5);
|
|||
|
this.groupBox1.Controls.Add(this.label5);
|
|||
|
this.groupBox1.Controls.Add(this.textBox4);
|
|||
|
this.groupBox1.Controls.Add(this.label4);
|
|||
|
this.groupBox1.Controls.Add(this.textBox3);
|
|||
|
this.groupBox1.Controls.Add(this.label3);
|
|||
|
this.groupBox1.Controls.Add(this.textBox2);
|
|||
|
this.groupBox1.Controls.Add(this.label2);
|
|||
|
this.groupBox1.Controls.Add(this.textBox1);
|
|||
|
this.groupBox1.Controls.Add(this.label1);
|
|||
|
this.groupBox1.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
|
|||
|
this.groupBox1.Location = new System.Drawing.Point(12, 12);
|
|||
|
this.groupBox1.Name = "groupBox1";
|
|||
|
this.groupBox1.Size = new System.Drawing.Size(325, 389);
|
|||
|
this.groupBox1.TabIndex = 0;
|
|||
|
this.groupBox1.TabStop = false;
|
|||
|
this.groupBox1.Text = "Параметры";
|
|||
|
//
|
|||
|
// checkBox3
|
|||
|
//
|
|||
|
this.checkBox3.AutoSize = true;
|
|||
|
this.checkBox3.Checked = true;
|
|||
|
this.checkBox3.CheckState = System.Windows.Forms.CheckState.Checked;
|
|||
|
this.checkBox3.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
|
|||
|
this.checkBox3.Location = new System.Drawing.Point(112, 349);
|
|||
|
this.checkBox3.Name = "checkBox3";
|
|||
|
this.checkBox3.Size = new System.Drawing.Size(124, 17);
|
|||
|
this.checkBox3.TabIndex = 16;
|
|||
|
this.checkBox3.Text = "По умолчанию \"30\"";
|
|||
|
this.checkBox3.UseVisualStyleBackColor = true;
|
|||
|
this.checkBox3.CheckedChanged += new System.EventHandler(this.checkBox3_CheckedChanged);
|
|||
|
//
|
|||
|
// textBox7
|
|||
|
//
|
|||
|
this.textBox7.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
|
|||
|
this.textBox7.Location = new System.Drawing.Point(6, 347);
|
|||
|
this.textBox7.Name = "textBox7";
|
|||
|
this.textBox7.Size = new System.Drawing.Size(100, 20);
|
|||
|
this.textBox7.TabIndex = 15;
|
|||
|
//
|
|||
|
// label7
|
|||
|
//
|
|||
|
this.label7.AutoSize = true;
|
|||
|
this.label7.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
|
|||
|
this.label7.Location = new System.Drawing.Point(3, 331);
|
|||
|
this.label7.Name = "label7";
|
|||
|
this.label7.Size = new System.Drawing.Size(78, 13);
|
|||
|
this.label7.TabIndex = 14;
|
|||
|
this.label7.Text = "Приёмка ПВЗ";
|
|||
|
//
|
|||
|
// checkBox2
|
|||
|
//
|
|||
|
this.checkBox2.AutoSize = true;
|
|||
|
this.checkBox2.Checked = true;
|
|||
|
this.checkBox2.CheckState = System.Windows.Forms.CheckState.Checked;
|
|||
|
this.checkBox2.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
|
|||
|
this.checkBox2.Location = new System.Drawing.Point(112, 260);
|
|||
|
this.checkBox2.Name = "checkBox2";
|
|||
|
this.checkBox2.Size = new System.Drawing.Size(139, 17);
|
|||
|
this.checkBox2.TabIndex = 13;
|
|||
|
this.checkBox2.Text = "По умолчанию \"23,05\"";
|
|||
|
this.checkBox2.UseVisualStyleBackColor = true;
|
|||
|
this.checkBox2.CheckedChanged += new System.EventHandler(this.checkBox2_CheckedChanged);
|
|||
|
//
|
|||
|
// textBox6
|
|||
|
//
|
|||
|
this.textBox6.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
|
|||
|
this.textBox6.Location = new System.Drawing.Point(6, 258);
|
|||
|
this.textBox6.Name = "textBox6";
|
|||
|
this.textBox6.Size = new System.Drawing.Size(100, 20);
|
|||
|
this.textBox6.TabIndex = 12;
|
|||
|
//
|
|||
|
// label6
|
|||
|
//
|
|||
|
this.label6.AutoSize = true;
|
|||
|
this.label6.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
|
|||
|
this.label6.Location = new System.Drawing.Point(3, 242);
|
|||
|
this.label6.Name = "label6";
|
|||
|
this.label6.Size = new System.Drawing.Size(50, 13);
|
|||
|
this.label6.TabIndex = 11;
|
|||
|
this.label6.Text = "Коробка";
|
|||
|
//
|
|||
|
// checkBox1
|
|||
|
//
|
|||
|
this.checkBox1.AutoSize = true;
|
|||
|
this.checkBox1.Checked = true;
|
|||
|
this.checkBox1.CheckState = System.Windows.Forms.CheckState.Checked;
|
|||
|
this.checkBox1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
|
|||
|
this.checkBox1.Location = new System.Drawing.Point(112, 174);
|
|||
|
this.checkBox1.Name = "checkBox1";
|
|||
|
this.checkBox1.Size = new System.Drawing.Size(130, 17);
|
|||
|
this.checkBox1.TabIndex = 10;
|
|||
|
this.checkBox1.Text = "По умолчанию \"100\"";
|
|||
|
this.checkBox1.UseVisualStyleBackColor = true;
|
|||
|
this.checkBox1.CheckedChanged += new System.EventHandler(this.checkBox1_CheckedChanged);
|
|||
|
//
|
|||
|
// textBox5
|
|||
|
//
|
|||
|
this.textBox5.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
|
|||
|
this.textBox5.Location = new System.Drawing.Point(6, 215);
|
|||
|
this.textBox5.Name = "textBox5";
|
|||
|
this.textBox5.Size = new System.Drawing.Size(100, 20);
|
|||
|
this.textBox5.TabIndex = 9;
|
|||
|
//
|
|||
|
// label5
|
|||
|
//
|
|||
|
this.label5.AutoSize = true;
|
|||
|
this.label5.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
|
|||
|
this.label5.Location = new System.Drawing.Point(3, 199);
|
|||
|
this.label5.Name = "label5";
|
|||
|
this.label5.Size = new System.Drawing.Size(58, 13);
|
|||
|
this.label5.TabIndex = 8;
|
|||
|
this.label5.Text = "Время РП";
|
|||
|
//
|
|||
|
// textBox4
|
|||
|
//
|
|||
|
this.textBox4.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
|
|||
|
this.textBox4.Location = new System.Drawing.Point(6, 172);
|
|||
|
this.textBox4.Name = "textBox4";
|
|||
|
this.textBox4.Size = new System.Drawing.Size(100, 20);
|
|||
|
this.textBox4.TabIndex = 7;
|
|||
|
//
|
|||
|
// label4
|
|||
|
//
|
|||
|
this.label4.AutoSize = true;
|
|||
|
this.label4.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
|
|||
|
this.label4.Location = new System.Drawing.Point(3, 156);
|
|||
|
this.label4.Name = "label4";
|
|||
|
this.label4.Size = new System.Drawing.Size(90, 13);
|
|||
|
this.label4.TabIndex = 6;
|
|||
|
this.label4.Text = "Стоимость РП/ч";
|
|||
|
//
|
|||
|
// textBox3
|
|||
|
//
|
|||
|
this.textBox3.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
|
|||
|
this.textBox3.Location = new System.Drawing.Point(6, 130);
|
|||
|
this.textBox3.Name = "textBox3";
|
|||
|
this.textBox3.Size = new System.Drawing.Size(100, 20);
|
|||
|
this.textBox3.TabIndex = 5;
|
|||
|
//
|
|||
|
// label3
|
|||
|
//
|
|||
|
this.label3.AutoSize = true;
|
|||
|
this.label3.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
|
|||
|
this.label3.Location = new System.Drawing.Point(3, 114);
|
|||
|
this.label3.Name = "label3";
|
|||
|
this.label3.Size = new System.Drawing.Size(67, 13);
|
|||
|
this.label3.TabIndex = 4;
|
|||
|
this.label3.Text = "Вес модели";
|
|||
|
//
|
|||
|
// textBox2
|
|||
|
//
|
|||
|
this.textBox2.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
|
|||
|
this.textBox2.Location = new System.Drawing.Point(6, 87);
|
|||
|
this.textBox2.Name = "textBox2";
|
|||
|
this.textBox2.Size = new System.Drawing.Size(100, 20);
|
|||
|
this.textBox2.TabIndex = 3;
|
|||
|
//
|
|||
|
// label2
|
|||
|
//
|
|||
|
this.label2.AutoSize = true;
|
|||
|
this.label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
|
|||
|
this.label2.Location = new System.Drawing.Point(3, 71);
|
|||
|
this.label2.Name = "label2";
|
|||
|
this.label2.Size = new System.Drawing.Size(95, 13);
|
|||
|
this.label2.TabIndex = 2;
|
|||
|
this.label2.Text = "Грамм в катушке";
|
|||
|
//
|
|||
|
// textBox1
|
|||
|
//
|
|||
|
this.textBox1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
|
|||
|
this.textBox1.Location = new System.Drawing.Point(6, 45);
|
|||
|
this.textBox1.Name = "textBox1";
|
|||
|
this.textBox1.Size = new System.Drawing.Size(100, 20);
|
|||
|
this.textBox1.TabIndex = 1;
|
|||
|
//
|
|||
|
// label1
|
|||
|
//
|
|||
|
this.label1.AutoSize = true;
|
|||
|
this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
|
|||
|
this.label1.Location = new System.Drawing.Point(3, 29);
|
|||
|
this.label1.Name = "label1";
|
|||
|
this.label1.Size = new System.Drawing.Size(78, 13);
|
|||
|
this.label1.TabIndex = 0;
|
|||
|
this.label1.Text = "Цена катушки";
|
|||
|
//
|
|||
|
// textBox9
|
|||
|
//
|
|||
|
this.textBox9.Location = new System.Drawing.Point(185, 400);
|
|||
|
this.textBox9.Name = "textBox9";
|
|||
|
this.textBox9.Size = new System.Drawing.Size(152, 20);
|
|||
|
this.textBox9.TabIndex = 1;
|
|||
|
//
|
|||
|
// label9
|
|||
|
//
|
|||
|
this.label9.AutoSize = true;
|
|||
|
this.label9.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
|
|||
|
this.label9.Location = new System.Drawing.Point(9, 404);
|
|||
|
this.label9.Name = "label9";
|
|||
|
this.label9.Size = new System.Drawing.Size(170, 16);
|
|||
|
this.label9.TabIndex = 2;
|
|||
|
this.label9.Text = "Финальная стоимость";
|
|||
|
//
|
|||
|
// button1
|
|||
|
//
|
|||
|
this.button1.Location = new System.Drawing.Point(12, 432);
|
|||
|
this.button1.Name = "button1";
|
|||
|
this.button1.Size = new System.Drawing.Size(75, 23);
|
|||
|
this.button1.TabIndex = 3;
|
|||
|
this.button1.Text = "Расчитать";
|
|||
|
this.button1.UseVisualStyleBackColor = true;
|
|||
|
this.button1.Click += new System.EventHandler(this.button1_Click);
|
|||
|
//
|
|||
|
// buttonClear
|
|||
|
//
|
|||
|
this.buttonClear.Location = new System.Drawing.Point(262, 432);
|
|||
|
this.buttonClear.Name = "buttonClear";
|
|||
|
this.buttonClear.Size = new System.Drawing.Size(75, 23);
|
|||
|
this.buttonClear.TabIndex = 4;
|
|||
|
this.buttonClear.Text = "Очистить";
|
|||
|
this.buttonClear.UseVisualStyleBackColor = true;
|
|||
|
this.buttonClear.Click += new System.EventHandler(this.buttonClear_Click);
|
|||
|
//
|
|||
|
// textBox8
|
|||
|
//
|
|||
|
this.textBox8.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
|
|||
|
this.textBox8.Location = new System.Drawing.Point(6, 303);
|
|||
|
this.textBox8.Name = "textBox8";
|
|||
|
this.textBox8.Size = new System.Drawing.Size(100, 20);
|
|||
|
this.textBox8.TabIndex = 18;
|
|||
|
//
|
|||
|
// label8
|
|||
|
//
|
|||
|
this.label8.AutoSize = true;
|
|||
|
this.label8.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
|
|||
|
this.label8.Location = new System.Drawing.Point(3, 287);
|
|||
|
this.label8.Name = "label8";
|
|||
|
this.label8.Size = new System.Drawing.Size(44, 13);
|
|||
|
this.label8.TabIndex = 17;
|
|||
|
this.label8.Text = "Бумага";
|
|||
|
//
|
|||
|
// Form1
|
|||
|
//
|
|||
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|||
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|||
|
this.ClientSize = new System.Drawing.Size(349, 519);
|
|||
|
this.Controls.Add(this.buttonClear);
|
|||
|
this.Controls.Add(this.button1);
|
|||
|
this.Controls.Add(this.label9);
|
|||
|
this.Controls.Add(this.textBox9);
|
|||
|
this.Controls.Add(this.groupBox1);
|
|||
|
this.Name = "Form1";
|
|||
|
this.Text = "Form1";
|
|||
|
this.Load += new System.EventHandler(this.Form1_Load);
|
|||
|
this.groupBox1.ResumeLayout(false);
|
|||
|
this.groupBox1.PerformLayout();
|
|||
|
this.ResumeLayout(false);
|
|||
|
this.PerformLayout();
|
|||
|
|
|||
|
}
|
|||
|
|
|||
|
#endregion
|
|||
|
|
|||
|
private System.Windows.Forms.GroupBox groupBox1;
|
|||
|
private System.Windows.Forms.TextBox textBox4;
|
|||
|
private System.Windows.Forms.Label label4;
|
|||
|
private System.Windows.Forms.TextBox textBox3;
|
|||
|
private System.Windows.Forms.Label label3;
|
|||
|
private System.Windows.Forms.TextBox textBox2;
|
|||
|
private System.Windows.Forms.Label label2;
|
|||
|
private System.Windows.Forms.TextBox textBox1;
|
|||
|
private System.Windows.Forms.Label label1;
|
|||
|
private System.Windows.Forms.CheckBox checkBox3;
|
|||
|
private System.Windows.Forms.TextBox textBox7;
|
|||
|
private System.Windows.Forms.Label label7;
|
|||
|
private System.Windows.Forms.CheckBox checkBox2;
|
|||
|
private System.Windows.Forms.TextBox textBox6;
|
|||
|
private System.Windows.Forms.Label label6;
|
|||
|
private System.Windows.Forms.CheckBox checkBox1;
|
|||
|
private System.Windows.Forms.TextBox textBox5;
|
|||
|
private System.Windows.Forms.Label label5;
|
|||
|
private System.Windows.Forms.TextBox textBox9;
|
|||
|
private System.Windows.Forms.Label label9;
|
|||
|
private System.Windows.Forms.Button button1;
|
|||
|
private System.Windows.Forms.Button buttonClear;
|
|||
|
private System.Windows.Forms.TextBox textBox8;
|
|||
|
private System.Windows.Forms.Label label8;
|
|||
|
}
|
|||
|
}
|
|||
|
|