288 lines
12 KiB
C#
288 lines
12 KiB
C#
namespace TZotGPT
|
||
{
|
||
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.label1 = new System.Windows.Forms.Label();
|
||
this.groupBox1 = new System.Windows.Forms.GroupBox();
|
||
this.label2 = new System.Windows.Forms.Label();
|
||
this.benz92 = new System.Windows.Forms.TextBox();
|
||
this.benz95 = new System.Windows.Forms.TextBox();
|
||
this.label3 = new System.Windows.Forms.Label();
|
||
this.benzDT = new System.Windows.Forms.TextBox();
|
||
this.label4 = new System.Windows.Forms.Label();
|
||
this.maslo = new System.Windows.Forms.TextBox();
|
||
this.label5 = new System.Windows.Forms.Label();
|
||
this.tipTS = new System.Windows.Forms.ComboBox();
|
||
this.label6 = new System.Windows.Forms.Label();
|
||
this.markaTS = new System.Windows.Forms.TextBox();
|
||
this.modelTS = new System.Windows.Forms.TextBox();
|
||
this.label7 = new System.Windows.Forms.Label();
|
||
this.vin = new System.Windows.Forms.TextBox();
|
||
this.label8 = new System.Windows.Forms.Label();
|
||
this.textBox4 = new System.Windows.Forms.TextBox();
|
||
this.label9 = new System.Windows.Forms.Label();
|
||
this.textBox1 = new System.Windows.Forms.TextBox();
|
||
this.label10 = new System.Windows.Forms.Label();
|
||
this.groupBox1.SuspendLayout();
|
||
this.SuspendLayout();
|
||
//
|
||
// label1
|
||
//
|
||
this.label1.AutoSize = true;
|
||
this.label1.Location = new System.Drawing.Point(13, 12);
|
||
this.label1.Name = "label1";
|
||
this.label1.Size = new System.Drawing.Size(43, 13);
|
||
this.label1.TabIndex = 0;
|
||
this.label1.Text = "Тип ТС";
|
||
//
|
||
// groupBox1
|
||
//
|
||
this.groupBox1.Controls.Add(this.maslo);
|
||
this.groupBox1.Controls.Add(this.label5);
|
||
this.groupBox1.Controls.Add(this.benzDT);
|
||
this.groupBox1.Controls.Add(this.label4);
|
||
this.groupBox1.Controls.Add(this.benz95);
|
||
this.groupBox1.Controls.Add(this.label3);
|
||
this.groupBox1.Controls.Add(this.benz92);
|
||
this.groupBox1.Controls.Add(this.label2);
|
||
this.groupBox1.Location = new System.Drawing.Point(301, 9);
|
||
this.groupBox1.Name = "groupBox1";
|
||
this.groupBox1.Size = new System.Drawing.Size(129, 194);
|
||
this.groupBox1.TabIndex = 1;
|
||
this.groupBox1.TabStop = false;
|
||
this.groupBox1.Text = "Стоимость";
|
||
//
|
||
// label2
|
||
//
|
||
this.label2.AutoSize = true;
|
||
this.label2.Location = new System.Drawing.Point(7, 20);
|
||
this.label2.Name = "label2";
|
||
this.label2.Size = new System.Drawing.Size(106, 13);
|
||
this.label2.TabIndex = 0;
|
||
this.label2.Text = "Бензин 92 (за литр)";
|
||
//
|
||
// benz92
|
||
//
|
||
this.benz92.Location = new System.Drawing.Point(7, 37);
|
||
this.benz92.Name = "benz92";
|
||
this.benz92.Size = new System.Drawing.Size(106, 20);
|
||
this.benz92.TabIndex = 1;
|
||
//
|
||
// benz95
|
||
//
|
||
this.benz95.Location = new System.Drawing.Point(7, 80);
|
||
this.benz95.Name = "benz95";
|
||
this.benz95.Size = new System.Drawing.Size(106, 20);
|
||
this.benz95.TabIndex = 3;
|
||
//
|
||
// label3
|
||
//
|
||
this.label3.AutoSize = true;
|
||
this.label3.Location = new System.Drawing.Point(7, 63);
|
||
this.label3.Name = "label3";
|
||
this.label3.Size = new System.Drawing.Size(106, 13);
|
||
this.label3.TabIndex = 2;
|
||
this.label3.Text = "Бензин 95 (за литр)";
|
||
//
|
||
// benzDT
|
||
//
|
||
this.benzDT.Location = new System.Drawing.Point(7, 121);
|
||
this.benzDT.Name = "benzDT";
|
||
this.benzDT.Size = new System.Drawing.Size(106, 20);
|
||
this.benzDT.TabIndex = 5;
|
||
//
|
||
// label4
|
||
//
|
||
this.label4.AutoSize = true;
|
||
this.label4.Location = new System.Drawing.Point(7, 104);
|
||
this.label4.Name = "label4";
|
||
this.label4.Size = new System.Drawing.Size(70, 13);
|
||
this.label4.TabIndex = 4;
|
||
this.label4.Text = "ДТ (за литр)";
|
||
//
|
||
// maslo
|
||
//
|
||
this.maslo.Location = new System.Drawing.Point(7, 162);
|
||
this.maslo.Name = "maslo";
|
||
this.maslo.Size = new System.Drawing.Size(106, 20);
|
||
this.maslo.TabIndex = 7;
|
||
//
|
||
// label5
|
||
//
|
||
this.label5.AutoSize = true;
|
||
this.label5.Location = new System.Drawing.Point(7, 145);
|
||
this.label5.Name = "label5";
|
||
this.label5.Size = new System.Drawing.Size(40, 13);
|
||
this.label5.TabIndex = 6;
|
||
this.label5.Text = "Масло";
|
||
//
|
||
// tipTS
|
||
//
|
||
this.tipTS.FormattingEnabled = true;
|
||
this.tipTS.Location = new System.Drawing.Point(163, 9);
|
||
this.tipTS.Name = "tipTS";
|
||
this.tipTS.Size = new System.Drawing.Size(121, 21);
|
||
this.tipTS.TabIndex = 2;
|
||
//
|
||
// label6
|
||
//
|
||
this.label6.AutoSize = true;
|
||
this.label6.Location = new System.Drawing.Point(13, 36);
|
||
this.label6.Name = "label6";
|
||
this.label6.Size = new System.Drawing.Size(40, 13);
|
||
this.label6.TabIndex = 3;
|
||
this.label6.Text = "Марка";
|
||
//
|
||
// markaTS
|
||
//
|
||
this.markaTS.Location = new System.Drawing.Point(163, 33);
|
||
this.markaTS.Name = "markaTS";
|
||
this.markaTS.Size = new System.Drawing.Size(121, 20);
|
||
this.markaTS.TabIndex = 4;
|
||
//
|
||
// modelTS
|
||
//
|
||
this.modelTS.Location = new System.Drawing.Point(163, 59);
|
||
this.modelTS.Name = "modelTS";
|
||
this.modelTS.Size = new System.Drawing.Size(121, 20);
|
||
this.modelTS.TabIndex = 6;
|
||
//
|
||
// label7
|
||
//
|
||
this.label7.AutoSize = true;
|
||
this.label7.Location = new System.Drawing.Point(13, 62);
|
||
this.label7.Name = "label7";
|
||
this.label7.Size = new System.Drawing.Size(46, 13);
|
||
this.label7.TabIndex = 5;
|
||
this.label7.Text = "Модель";
|
||
//
|
||
// vin
|
||
//
|
||
this.vin.Location = new System.Drawing.Point(163, 85);
|
||
this.vin.Name = "vin";
|
||
this.vin.Size = new System.Drawing.Size(121, 20);
|
||
this.vin.TabIndex = 8;
|
||
//
|
||
// label8
|
||
//
|
||
this.label8.AutoSize = true;
|
||
this.label8.Location = new System.Drawing.Point(13, 88);
|
||
this.label8.Name = "label8";
|
||
this.label8.Size = new System.Drawing.Size(25, 13);
|
||
this.label8.TabIndex = 7;
|
||
this.label8.Text = "VIN";
|
||
//
|
||
// textBox4
|
||
//
|
||
this.textBox4.Location = new System.Drawing.Point(163, 111);
|
||
this.textBox4.Name = "textBox4";
|
||
this.textBox4.Size = new System.Drawing.Size(121, 20);
|
||
this.textBox4.TabIndex = 10;
|
||
//
|
||
// label9
|
||
//
|
||
this.label9.AutoSize = true;
|
||
this.label9.Location = new System.Drawing.Point(13, 114);
|
||
this.label9.Name = "label9";
|
||
this.label9.Size = new System.Drawing.Size(71, 13);
|
||
this.label9.TabIndex = 9;
|
||
this.label9.Text = "Год выпуска";
|
||
//
|
||
// textBox1
|
||
//
|
||
this.textBox1.Location = new System.Drawing.Point(163, 137);
|
||
this.textBox1.Name = "textBox1";
|
||
this.textBox1.Size = new System.Drawing.Size(121, 20);
|
||
this.textBox1.TabIndex = 12;
|
||
//
|
||
// label10
|
||
//
|
||
this.label10.AutoSize = true;
|
||
this.label10.Location = new System.Drawing.Point(13, 140);
|
||
this.label10.Name = "label10";
|
||
this.label10.Size = new System.Drawing.Size(79, 13);
|
||
this.label10.TabIndex = 11;
|
||
this.label10.Text = "Пробег за год";
|
||
//
|
||
// Form1
|
||
//
|
||
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||
this.ClientSize = new System.Drawing.Size(451, 235);
|
||
this.Controls.Add(this.textBox1);
|
||
this.Controls.Add(this.label10);
|
||
this.Controls.Add(this.textBox4);
|
||
this.Controls.Add(this.label9);
|
||
this.Controls.Add(this.vin);
|
||
this.Controls.Add(this.label8);
|
||
this.Controls.Add(this.modelTS);
|
||
this.Controls.Add(this.label7);
|
||
this.Controls.Add(this.markaTS);
|
||
this.Controls.Add(this.label6);
|
||
this.Controls.Add(this.tipTS);
|
||
this.Controls.Add(this.groupBox1);
|
||
this.Controls.Add(this.label1);
|
||
this.MaximizeBox = false;
|
||
this.Name = "Form1";
|
||
this.ShowIcon = false;
|
||
this.Text = "Учёт транспорта в автопарке";
|
||
this.groupBox1.ResumeLayout(false);
|
||
this.groupBox1.PerformLayout();
|
||
this.ResumeLayout(false);
|
||
this.PerformLayout();
|
||
|
||
}
|
||
|
||
#endregion
|
||
|
||
private System.Windows.Forms.Label label1;
|
||
private System.Windows.Forms.GroupBox groupBox1;
|
||
private System.Windows.Forms.TextBox maslo;
|
||
private System.Windows.Forms.Label label5;
|
||
private System.Windows.Forms.TextBox benzDT;
|
||
private System.Windows.Forms.Label label4;
|
||
private System.Windows.Forms.TextBox benz95;
|
||
private System.Windows.Forms.Label label3;
|
||
private System.Windows.Forms.TextBox benz92;
|
||
private System.Windows.Forms.Label label2;
|
||
private System.Windows.Forms.ComboBox tipTS;
|
||
private System.Windows.Forms.Label label6;
|
||
private System.Windows.Forms.TextBox markaTS;
|
||
private System.Windows.Forms.TextBox modelTS;
|
||
private System.Windows.Forms.Label label7;
|
||
private System.Windows.Forms.TextBox vin;
|
||
private System.Windows.Forms.Label label8;
|
||
private System.Windows.Forms.TextBox textBox4;
|
||
private System.Windows.Forms.Label label9;
|
||
private System.Windows.Forms.TextBox textBox1;
|
||
private System.Windows.Forms.Label label10;
|
||
}
|
||
}
|
||
|