230 lines
7.7 KiB
C#
230 lines
7.7 KiB
C#
namespace CarRent
|
|
{
|
|
partial class FormCreateCar
|
|
{
|
|
/// <summary>
|
|
/// Required designer variable.
|
|
/// </summary>
|
|
private System.ComponentModel.IContainer components = null;
|
|
|
|
/// <summary>
|
|
/// Clean up any resources being used.
|
|
/// </summary>
|
|
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
|
protected override void Dispose(bool disposing)
|
|
{
|
|
if (disposing && (components != null))
|
|
{
|
|
components.Dispose();
|
|
}
|
|
base.Dispose(disposing);
|
|
}
|
|
|
|
#region Windows Form Designer generated code
|
|
|
|
/// <summary>
|
|
/// Required method for Designer support - do not modify
|
|
/// the contents of this method with the code editor.
|
|
/// </summary>
|
|
private void InitializeComponent()
|
|
{
|
|
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.label6 = new System.Windows.Forms.Label();
|
|
this.label7 = new System.Windows.Forms.Label();
|
|
this.textBoxBrand = new System.Windows.Forms.TextBox();
|
|
this.textBoxModel = new System.Windows.Forms.TextBox();
|
|
this.textBoxColor = new System.Windows.Forms.TextBox();
|
|
this.textBoxLicensePlate = new System.Windows.Forms.TextBox();
|
|
this.textBoxRentalCost = new System.Windows.Forms.TextBox();
|
|
this.comboBoxBranch = new System.Windows.Forms.ComboBox();
|
|
this.buttonAdd = new System.Windows.Forms.Button();
|
|
this.buttonCancel = new System.Windows.Forms.Button();
|
|
this.dateTimePicker = new System.Windows.Forms.DateTimePicker();
|
|
this.SuspendLayout();
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.AutoSize = true;
|
|
this.label1.Location = new System.Drawing.Point(12, 9);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(95, 15);
|
|
this.label1.TabIndex = 0;
|
|
this.label1.Text = "Производитель:";
|
|
//
|
|
// label2
|
|
//
|
|
this.label2.AutoSize = true;
|
|
this.label2.Location = new System.Drawing.Point(12, 53);
|
|
this.label2.Name = "label2";
|
|
this.label2.Size = new System.Drawing.Size(53, 15);
|
|
this.label2.TabIndex = 1;
|
|
this.label2.Text = "Модель:";
|
|
//
|
|
// label3
|
|
//
|
|
this.label3.AutoSize = true;
|
|
this.label3.Location = new System.Drawing.Point(12, 97);
|
|
this.label3.Name = "label3";
|
|
this.label3.Size = new System.Drawing.Size(78, 15);
|
|
this.label3.TabIndex = 2;
|
|
this.label3.Text = "Год выпуска:";
|
|
//
|
|
// label4
|
|
//
|
|
this.label4.AutoSize = true;
|
|
this.label4.Location = new System.Drawing.Point(12, 141);
|
|
this.label4.Name = "label4";
|
|
this.label4.Size = new System.Drawing.Size(36, 15);
|
|
this.label4.TabIndex = 3;
|
|
this.label4.Text = "Цвет:";
|
|
//
|
|
// label5
|
|
//
|
|
this.label5.AutoSize = true;
|
|
this.label5.Location = new System.Drawing.Point(12, 185);
|
|
this.label5.Name = "label5";
|
|
this.label5.Size = new System.Drawing.Size(48, 15);
|
|
this.label5.TabIndex = 4;
|
|
this.label5.Text = "Номер:";
|
|
//
|
|
// label6
|
|
//
|
|
this.label6.AutoSize = true;
|
|
this.label6.Location = new System.Drawing.Point(12, 229);
|
|
this.label6.Name = "label6";
|
|
this.label6.Size = new System.Drawing.Size(145, 15);
|
|
this.label6.TabIndex = 5;
|
|
this.label6.Text = "Стоимость аренды в час:";
|
|
//
|
|
// label7
|
|
//
|
|
this.label7.AutoSize = true;
|
|
this.label7.Location = new System.Drawing.Point(12, 273);
|
|
this.label7.Name = "label7";
|
|
this.label7.Size = new System.Drawing.Size(53, 15);
|
|
this.label7.TabIndex = 6;
|
|
this.label7.Text = "Филиал:";
|
|
//
|
|
// textBoxBrand
|
|
//
|
|
this.textBoxBrand.Location = new System.Drawing.Point(12, 27);
|
|
this.textBoxBrand.Name = "textBoxBrand";
|
|
this.textBoxBrand.Size = new System.Drawing.Size(145, 23);
|
|
this.textBoxBrand.TabIndex = 7;
|
|
//
|
|
// textBoxModel
|
|
//
|
|
this.textBoxModel.Location = new System.Drawing.Point(12, 71);
|
|
this.textBoxModel.Name = "textBoxModel";
|
|
this.textBoxModel.Size = new System.Drawing.Size(145, 23);
|
|
this.textBoxModel.TabIndex = 8;
|
|
//
|
|
// textBoxColor
|
|
//
|
|
this.textBoxColor.Location = new System.Drawing.Point(12, 159);
|
|
this.textBoxColor.Name = "textBoxColor";
|
|
this.textBoxColor.Size = new System.Drawing.Size(145, 23);
|
|
this.textBoxColor.TabIndex = 10;
|
|
//
|
|
// textBoxLicensePlate
|
|
//
|
|
this.textBoxLicensePlate.Location = new System.Drawing.Point(12, 203);
|
|
this.textBoxLicensePlate.Name = "textBoxLicensePlate";
|
|
this.textBoxLicensePlate.Size = new System.Drawing.Size(145, 23);
|
|
this.textBoxLicensePlate.TabIndex = 11;
|
|
//
|
|
// textBoxRentalCost
|
|
//
|
|
this.textBoxRentalCost.Location = new System.Drawing.Point(12, 247);
|
|
this.textBoxRentalCost.Name = "textBoxRentalCost";
|
|
this.textBoxRentalCost.Size = new System.Drawing.Size(145, 23);
|
|
this.textBoxRentalCost.TabIndex = 12;
|
|
//
|
|
// comboBoxBranch
|
|
//
|
|
this.comboBoxBranch.FormattingEnabled = true;
|
|
this.comboBoxBranch.Location = new System.Drawing.Point(12, 291);
|
|
this.comboBoxBranch.Name = "comboBoxBranch";
|
|
this.comboBoxBranch.Size = new System.Drawing.Size(145, 23);
|
|
this.comboBoxBranch.TabIndex = 13;
|
|
//
|
|
// buttonAdd
|
|
//
|
|
this.buttonAdd.Location = new System.Drawing.Point(180, 247);
|
|
this.buttonAdd.Name = "buttonAdd";
|
|
this.buttonAdd.Size = new System.Drawing.Size(75, 23);
|
|
this.buttonAdd.TabIndex = 14;
|
|
this.buttonAdd.Text = "Добавить";
|
|
this.buttonAdd.UseVisualStyleBackColor = true;
|
|
this.buttonAdd.Click += new System.EventHandler(this.buttonAdd_Click);
|
|
//
|
|
// buttonCancel
|
|
//
|
|
this.buttonCancel.Location = new System.Drawing.Point(180, 290);
|
|
this.buttonCancel.Name = "buttonCancel";
|
|
this.buttonCancel.Size = new System.Drawing.Size(75, 23);
|
|
this.buttonCancel.TabIndex = 15;
|
|
this.buttonCancel.Text = "Отмена";
|
|
this.buttonCancel.UseVisualStyleBackColor = true;
|
|
this.buttonCancel.Click += new System.EventHandler(this.buttonCancel_Click);
|
|
//
|
|
// dateTimePicker
|
|
//
|
|
this.dateTimePicker.Location = new System.Drawing.Point(12, 115);
|
|
this.dateTimePicker.Name = "dateTimePicker";
|
|
this.dateTimePicker.Size = new System.Drawing.Size(145, 23);
|
|
this.dateTimePicker.TabIndex = 16;
|
|
//
|
|
// FormCreateCar
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(267, 323);
|
|
this.Controls.Add(this.dateTimePicker);
|
|
this.Controls.Add(this.buttonCancel);
|
|
this.Controls.Add(this.buttonAdd);
|
|
this.Controls.Add(this.comboBoxBranch);
|
|
this.Controls.Add(this.textBoxRentalCost);
|
|
this.Controls.Add(this.textBoxLicensePlate);
|
|
this.Controls.Add(this.textBoxColor);
|
|
this.Controls.Add(this.textBoxModel);
|
|
this.Controls.Add(this.textBoxBrand);
|
|
this.Controls.Add(this.label7);
|
|
this.Controls.Add(this.label6);
|
|
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.Name = "FormCreateCar";
|
|
this.Text = "Добавление автомобиля";
|
|
this.Load += new System.EventHandler(this.FormCreateCar_Load);
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private Label label1;
|
|
private Label label2;
|
|
private Label label3;
|
|
private Label label4;
|
|
private Label label5;
|
|
private Label label6;
|
|
private Label label7;
|
|
private TextBox textBoxBrand;
|
|
private TextBox textBoxModel;
|
|
private TextBox textBoxColor;
|
|
private TextBox textBoxLicensePlate;
|
|
private TextBox textBoxRentalCost;
|
|
private ComboBox comboBoxBranch;
|
|
private Button buttonAdd;
|
|
private Button buttonCancel;
|
|
private DateTimePicker dateTimePicker;
|
|
}
|
|
} |