namespace Prokatavto08
{
partial class Редактирование_прокаты
{
///
/// 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()
{
this.components = new System.ComponentModel.Container();
System.Windows.Forms.Label код_прокатаLabel;
System.Windows.Forms.Label код_автомобиляLabel;
System.Windows.Forms.Label код_клиентаLabel;
System.Windows.Forms.Label дата_начала_прокатаLabel;
System.Windows.Forms.Label количество_дней_прокатаLabel;
System.Windows.Forms.Label дата_окончания_прокатаLabel;
System.Windows.Forms.Label стоимость_одного_дня_прокатаLabel;
System.Windows.Forms.Label стоимость_прокатаLabel;
this.label1 = new System.Windows.Forms.Label();
this.button6 = new System.Windows.Forms.Button();
this.button5 = new System.Windows.Forms.Button();
this.button4 = new System.Windows.Forms.Button();
this.button3 = new System.Windows.Forms.Button();
this.button2 = new System.Windows.Forms.Button();
this.button1 = new System.Windows.Forms.Button();
this.prokatavto08DataSet = new Prokatavto08.Prokatavto08DataSet();
this.прокатыBindingSource = new System.Windows.Forms.BindingSource(this.components);
this.прокатыTableAdapter = new Prokatavto08.Prokatavto08DataSetTableAdapters.ПрокатыTableAdapter();
this.tableAdapterManager = new Prokatavto08.Prokatavto08DataSetTableAdapters.TableAdapterManager();
this.код_прокатаTextBox = new System.Windows.Forms.TextBox();
this.код_автомобиляTextBox = new System.Windows.Forms.TextBox();
this.код_клиентаTextBox = new System.Windows.Forms.TextBox();
this.дата_начала_прокатаDateTimePicker = new System.Windows.Forms.DateTimePicker();
this.количество_дней_прокатаTextBox = new System.Windows.Forms.TextBox();
this.дата_окончания_прокатаDateTimePicker = new System.Windows.Forms.DateTimePicker();
this.стоимость_одного_дня_прокатаMaskedTextBox = new System.Windows.Forms.MaskedTextBox();
this.стоимость_прокатаMaskedTextBox = new System.Windows.Forms.MaskedTextBox();
код_прокатаLabel = new System.Windows.Forms.Label();
код_автомобиляLabel = new System.Windows.Forms.Label();
код_клиентаLabel = new System.Windows.Forms.Label();
дата_начала_прокатаLabel = new System.Windows.Forms.Label();
количество_дней_прокатаLabel = new System.Windows.Forms.Label();
дата_окончания_прокатаLabel = new System.Windows.Forms.Label();
стоимость_одного_дня_прокатаLabel = new System.Windows.Forms.Label();
стоимость_прокатаLabel = new System.Windows.Forms.Label();
((System.ComponentModel.ISupportInitialize)(this.prokatavto08DataSet)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.прокатыBindingSource)).BeginInit();
this.SuspendLayout();
//
// label1
//
this.label1.AutoSize = true;
this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 18F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
this.label1.Location = new System.Drawing.Point(12, 9);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(221, 29);
this.label1.TabIndex = 27;
this.label1.Text = "Редактирование";
//
// button6
//
this.button6.Location = new System.Drawing.Point(211, 310);
this.button6.Name = "button6";
this.button6.Size = new System.Drawing.Size(95, 37);
this.button6.TabIndex = 26;
this.button6.Text = "Назад";
this.button6.UseVisualStyleBackColor = true;
this.button6.Click += new System.EventHandler(this.button6_Click);
//
// button5
//
this.button5.Location = new System.Drawing.Point(112, 310);
this.button5.Name = "button5";
this.button5.Size = new System.Drawing.Size(95, 37);
this.button5.TabIndex = 25;
this.button5.Text = "Пред.";
this.button5.UseVisualStyleBackColor = true;
this.button5.Click += new System.EventHandler(this.button5_Click);
//
// button4
//
this.button4.Location = new System.Drawing.Point(12, 310);
this.button4.Name = "button4";
this.button4.Size = new System.Drawing.Size(95, 37);
this.button4.TabIndex = 24;
this.button4.Text = "След.";
this.button4.UseVisualStyleBackColor = true;
this.button4.Click += new System.EventHandler(this.button4_Click);
//
// button3
//
this.button3.Location = new System.Drawing.Point(211, 267);
this.button3.Name = "button3";
this.button3.Size = new System.Drawing.Size(95, 37);
this.button3.TabIndex = 23;
this.button3.Text = "Удалить";
this.button3.UseVisualStyleBackColor = true;
//
// button2
//
this.button2.Location = new System.Drawing.Point(112, 267);
this.button2.Name = "button2";
this.button2.Size = new System.Drawing.Size(95, 37);
this.button2.TabIndex = 22;
this.button2.Text = "Сохранить";
this.button2.UseVisualStyleBackColor = true;
//
// button1
//
this.button1.Location = new System.Drawing.Point(12, 267);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(95, 37);
this.button1.TabIndex = 21;
this.button1.Text = "Добавить";
this.button1.UseVisualStyleBackColor = true;
//
// prokatavto08DataSet
//
this.prokatavto08DataSet.DataSetName = "Prokatavto08DataSet";
this.prokatavto08DataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
//
// прокатыBindingSource
//
this.прокатыBindingSource.DataMember = "Прокаты";
this.прокатыBindingSource.DataSource = this.prokatavto08DataSet;
//
// прокатыTableAdapter
//
this.прокатыTableAdapter.ClearBeforeFill = true;
//
// tableAdapterManager
//
this.tableAdapterManager.BackupDataSetBeforeUpdate = false;
this.tableAdapterManager.UpdateOrder = Prokatavto08.Prokatavto08DataSetTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete;
this.tableAdapterManager.АвтомобилиTableAdapter = null;
this.tableAdapterManager.КлиентыTableAdapter = null;
this.tableAdapterManager.ПрокатыTableAdapter = this.прокатыTableAdapter;
//
// код_прокатаLabel
//
код_прокатаLabel.AutoSize = true;
код_прокатаLabel.Location = new System.Drawing.Point(12, 54);
код_прокатаLabel.Name = "код_прокатаLabel";
код_прокатаLabel.Size = new System.Drawing.Size(73, 13);
код_прокатаLabel.TabIndex = 42;
код_прокатаLabel.Text = "Код проката:";
код_прокатаLabel.Click += new System.EventHandler(this.код_прокатаLabel_Click);
//
// код_прокатаTextBox
//
this.код_прокатаTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.прокатыBindingSource, "Код_проката", true));
this.код_прокатаTextBox.Location = new System.Drawing.Point(123, 51);
this.код_прокатаTextBox.Name = "код_прокатаTextBox";
this.код_прокатаTextBox.Size = new System.Drawing.Size(184, 20);
this.код_прокатаTextBox.TabIndex = 43;
//
// код_автомобиляLabel
//
код_автомобиляLabel.AutoSize = true;
код_автомобиляLabel.Location = new System.Drawing.Point(12, 80);
код_автомобиляLabel.Name = "код_автомобиляLabel";
код_автомобиляLabel.Size = new System.Drawing.Size(93, 13);
код_автомобиляLabel.TabIndex = 43;
код_автомобиляLabel.Text = "Код автомобиля:";
//
// код_автомобиляTextBox
//
this.код_автомобиляTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.прокатыBindingSource, "Код_автомобиля", true));
this.код_автомобиляTextBox.Location = new System.Drawing.Point(123, 77);
this.код_автомобиляTextBox.Name = "код_автомобиляTextBox";
this.код_автомобиляTextBox.Size = new System.Drawing.Size(184, 20);
this.код_автомобиляTextBox.TabIndex = 44;
//
// код_клиентаLabel
//
код_клиентаLabel.AutoSize = true;
код_клиентаLabel.Location = new System.Drawing.Point(12, 106);
код_клиентаLabel.Name = "код_клиентаLabel";
код_клиентаLabel.Size = new System.Drawing.Size(73, 13);
код_клиентаLabel.TabIndex = 44;
код_клиентаLabel.Text = "Код клиента:";
//
// код_клиентаTextBox
//
this.код_клиентаTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.прокатыBindingSource, "Код_клиента", true));
this.код_клиентаTextBox.Location = new System.Drawing.Point(123, 103);
this.код_клиентаTextBox.Name = "код_клиентаTextBox";
this.код_клиентаTextBox.Size = new System.Drawing.Size(184, 20);
this.код_клиентаTextBox.TabIndex = 45;
//
// дата_начала_прокатаLabel
//
дата_начала_прокатаLabel.AutoSize = true;
дата_начала_прокатаLabel.Location = new System.Drawing.Point(12, 133);
дата_начала_прокатаLabel.Name = "дата_начала_прокатаLabel";
дата_начала_прокатаLabel.Size = new System.Drawing.Size(118, 13);
дата_начала_прокатаLabel.TabIndex = 45;
дата_начала_прокатаLabel.Text = "Дата начала проката:";
//
// дата_начала_прокатаDateTimePicker
//
this.дата_начала_прокатаDateTimePicker.DataBindings.Add(new System.Windows.Forms.Binding("Value", this.прокатыBindingSource, "Дата_начала_проката", true));
this.дата_начала_прокатаDateTimePicker.Location = new System.Drawing.Point(188, 129);
this.дата_начала_прокатаDateTimePicker.Name = "дата_начала_прокатаDateTimePicker";
this.дата_начала_прокатаDateTimePicker.Size = new System.Drawing.Size(119, 20);
this.дата_начала_прокатаDateTimePicker.TabIndex = 46;
//
// количество_дней_прокатаLabel
//
количество_дней_прокатаLabel.AutoSize = true;
количество_дней_прокатаLabel.Location = new System.Drawing.Point(12, 158);
количество_дней_прокатаLabel.Name = "количество_дней_прокатаLabel";
количество_дней_прокатаLabel.Size = new System.Drawing.Size(140, 13);
количество_дней_прокатаLabel.TabIndex = 46;
количество_дней_прокатаLabel.Text = "Количество дней проката:";
//
// количество_дней_прокатаTextBox
//
this.количество_дней_прокатаTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.прокатыBindingSource, "Количество_дней_проката", true));
this.количество_дней_прокатаTextBox.Location = new System.Drawing.Point(188, 155);
this.количество_дней_прокатаTextBox.Name = "количество_дней_прокатаTextBox";
this.количество_дней_прокатаTextBox.Size = new System.Drawing.Size(119, 20);
this.количество_дней_прокатаTextBox.TabIndex = 47;
//
// дата_окончания_прокатаLabel
//
дата_окончания_прокатаLabel.AutoSize = true;
дата_окончания_прокатаLabel.Location = new System.Drawing.Point(12, 185);
дата_окончания_прокатаLabel.Name = "дата_окончания_прокатаLabel";
дата_окончания_прокатаLabel.Size = new System.Drawing.Size(136, 13);
дата_окончания_прокатаLabel.TabIndex = 47;
дата_окончания_прокатаLabel.Text = "Дата окончания проката:";
//
// дата_окончания_прокатаDateTimePicker
//
this.дата_окончания_прокатаDateTimePicker.DataBindings.Add(new System.Windows.Forms.Binding("Value", this.прокатыBindingSource, "Дата_окончания_проката", true));
this.дата_окончания_прокатаDateTimePicker.Location = new System.Drawing.Point(188, 181);
this.дата_окончания_прокатаDateTimePicker.Name = "дата_окончания_прокатаDateTimePicker";
this.дата_окончания_прокатаDateTimePicker.Size = new System.Drawing.Size(119, 20);
this.дата_окончания_прокатаDateTimePicker.TabIndex = 48;
//
// стоимость_одного_дня_прокатаLabel
//
стоимость_одного_дня_прокатаLabel.AutoSize = true;
стоимость_одного_дня_прокатаLabel.Location = new System.Drawing.Point(12, 210);
стоимость_одного_дня_прокатаLabel.Name = "стоимость_одного_дня_прокатаLabel";
стоимость_одного_дня_прокатаLabel.Size = new System.Drawing.Size(168, 13);
стоимость_одного_дня_прокатаLabel.TabIndex = 48;
стоимость_одного_дня_прокатаLabel.Text = "Стоимость одного дня проката:";
//
// стоимость_одного_дня_прокатаMaskedTextBox
//
this.стоимость_одного_дня_прокатаMaskedTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.прокатыBindingSource, "Стоимость_одного_дня_проката", true));
this.стоимость_одного_дня_прокатаMaskedTextBox.Location = new System.Drawing.Point(188, 207);
this.стоимость_одного_дня_прокатаMaskedTextBox.Name = "стоимость_одного_дня_прокатаMaskedTextBox";
this.стоимость_одного_дня_прокатаMaskedTextBox.Size = new System.Drawing.Size(119, 20);
this.стоимость_одного_дня_прокатаMaskedTextBox.TabIndex = 49;
//
// стоимость_прокатаLabel
//
стоимость_прокатаLabel.AutoSize = true;
стоимость_прокатаLabel.Location = new System.Drawing.Point(12, 236);
стоимость_прокатаLabel.Name = "стоимость_прокатаLabel";
стоимость_прокатаLabel.Size = new System.Drawing.Size(109, 13);
стоимость_прокатаLabel.TabIndex = 49;
стоимость_прокатаLabel.Text = "Стоимость проката:";
//
// стоимость_прокатаMaskedTextBox
//
this.стоимость_прокатаMaskedTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.прокатыBindingSource, "Стоимость_проката", true));
this.стоимость_прокатаMaskedTextBox.Location = new System.Drawing.Point(188, 233);
this.стоимость_прокатаMaskedTextBox.Name = "стоимость_прокатаMaskedTextBox";
this.стоимость_прокатаMaskedTextBox.Size = new System.Drawing.Size(119, 20);
this.стоимость_прокатаMaskedTextBox.TabIndex = 50;
//
// Редактирование_прокаты
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(318, 360);
this.Controls.Add(стоимость_прокатаLabel);
this.Controls.Add(this.стоимость_прокатаMaskedTextBox);
this.Controls.Add(стоимость_одного_дня_прокатаLabel);
this.Controls.Add(this.стоимость_одного_дня_прокатаMaskedTextBox);
this.Controls.Add(дата_окончания_прокатаLabel);
this.Controls.Add(this.дата_окончания_прокатаDateTimePicker);
this.Controls.Add(количество_дней_прокатаLabel);
this.Controls.Add(this.количество_дней_прокатаTextBox);
this.Controls.Add(дата_начала_прокатаLabel);
this.Controls.Add(this.дата_начала_прокатаDateTimePicker);
this.Controls.Add(код_клиентаLabel);
this.Controls.Add(this.код_клиентаTextBox);
this.Controls.Add(код_автомобиляLabel);
this.Controls.Add(this.код_автомобиляTextBox);
this.Controls.Add(код_прокатаLabel);
this.Controls.Add(this.код_прокатаTextBox);
this.Controls.Add(this.label1);
this.Controls.Add(this.button6);
this.Controls.Add(this.button5);
this.Controls.Add(this.button4);
this.Controls.Add(this.button3);
this.Controls.Add(this.button2);
this.Controls.Add(this.button1);
this.Name = "Редактирование_прокаты";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "Прокат авто";
this.Load += new System.EventHandler(this.Редактирование_прокаты_Load);
((System.ComponentModel.ISupportInitialize)(this.prokatavto08DataSet)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.прокатыBindingSource)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Button button6;
private System.Windows.Forms.Button button5;
private System.Windows.Forms.Button button4;
private System.Windows.Forms.Button button3;
private System.Windows.Forms.Button button2;
private System.Windows.Forms.Button button1;
private Prokatavto08DataSet prokatavto08DataSet;
private System.Windows.Forms.BindingSource прокатыBindingSource;
private Prokatavto08DataSetTableAdapters.ПрокатыTableAdapter прокатыTableAdapter;
private Prokatavto08DataSetTableAdapters.TableAdapterManager tableAdapterManager;
private System.Windows.Forms.TextBox код_прокатаTextBox;
private System.Windows.Forms.TextBox код_автомобиляTextBox;
private System.Windows.Forms.TextBox код_клиентаTextBox;
private System.Windows.Forms.DateTimePicker дата_начала_прокатаDateTimePicker;
private System.Windows.Forms.TextBox количество_дней_прокатаTextBox;
private System.Windows.Forms.DateTimePicker дата_окончания_прокатаDateTimePicker;
private System.Windows.Forms.MaskedTextBox стоимость_одного_дня_прокатаMaskedTextBox;
private System.Windows.Forms.MaskedTextBox стоимость_прокатаMaskedTextBox;
}
}