namespace ProjectFuel.Forms_
{
partial class FormDriver
{
///
/// Required designer variable.
///
private System.ComponentModel.IContainer components = null;
///
/// Clean up any resources being used.
///
/// true if managed resources should be disposed; otherwise, false.
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
///
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
///
private void InitializeComponent()
{
label1 = new Label();
label2 = new Label();
label3 = new Label();
textBoxDriverFirstname = new TextBox();
textBoxDriverSecondname = new TextBox();
checkedListBoxDriverLicense = new CheckedListBox();
buttonDriverSave = new Button();
buttonDriverCancel = new Button();
SuspendLayout();
//
// label1
//
label1.AutoSize = true;
label1.Location = new Point(31, 35);
label1.Name = "label1";
label1.Size = new Size(61, 32);
label1.TabIndex = 0;
label1.Text = "Имя";
//
// label2
//
label2.AutoSize = true;
label2.Location = new Point(31, 108);
label2.Name = "label2";
label2.Size = new Size(113, 32);
label2.TabIndex = 1;
label2.Text = "Фамилия";
//
// label3
//
label3.AutoSize = true;
label3.Location = new Point(31, 192);
label3.Name = "label3";
label3.Size = new Size(281, 32);
label3.TabIndex = 2;
label3.Text = "Водительская категория";
//
// textBoxDriverFirstname
//
textBoxDriverFirstname.Location = new Point(282, 28);
textBoxDriverFirstname.Name = "textBoxDriverFirstname";
textBoxDriverFirstname.Size = new Size(200, 39);
textBoxDriverFirstname.TabIndex = 3;
//
// textBoxDriverSecondname
//
textBoxDriverSecondname.Location = new Point(285, 105);
textBoxDriverSecondname.Name = "textBoxDriverSecondname";
textBoxDriverSecondname.Size = new Size(200, 39);
textBoxDriverSecondname.TabIndex = 4;
//
// checkedListBoxDriverLicense
//
checkedListBoxDriverLicense.FormattingEnabled = true;
checkedListBoxDriverLicense.Location = new Point(352, 199);
checkedListBoxDriverLicense.Name = "checkedListBoxDriverLicense";
checkedListBoxDriverLicense.Size = new Size(240, 76);
checkedListBoxDriverLicense.TabIndex = 5;
//
// buttonDriverSave
//
buttonDriverSave.Location = new Point(66, 359);
buttonDriverSave.Name = "buttonDriverSave";
buttonDriverSave.Size = new Size(150, 46);
buttonDriverSave.TabIndex = 6;
buttonDriverSave.Text = "Сохранить";
buttonDriverSave.UseVisualStyleBackColor = true;
buttonDriverSave.Click += ButtonDriverSave_Click;
//
// buttonDriverCancel
//
buttonDriverCancel.Location = new Point(364, 356);
buttonDriverCancel.Name = "buttonDriverCancel";
buttonDriverCancel.Size = new Size(150, 46);
buttonDriverCancel.TabIndex = 7;
buttonDriverCancel.Text = "Отмена";
buttonDriverCancel.UseVisualStyleBackColor = true;
buttonDriverCancel.Click += ButtonDriverCancel_Click;
//
// FormDriver
//
AutoScaleDimensions = new SizeF(13F, 32F);
AutoScaleMode = AutoScaleMode.Font;
ClientSize = new Size(800, 450);
Controls.Add(buttonDriverCancel);
Controls.Add(buttonDriverSave);
Controls.Add(checkedListBoxDriverLicense);
Controls.Add(textBoxDriverSecondname);
Controls.Add(textBoxDriverFirstname);
Controls.Add(label3);
Controls.Add(label2);
Controls.Add(label1);
Name = "FormDriver";
StartPosition = FormStartPosition.CenterParent;
Text = "Водитель";
ResumeLayout(false);
PerformLayout();
}
#endregion
private Label label1;
private Label label2;
private Label label3;
private TextBox textBoxDriverFirstname;
private TextBox textBoxDriverSecondname;
private CheckedListBox checkedListBoxDriverLicense;
private Button buttonDriverSave;
private Button buttonDriverCancel;
}
}