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();
this.button1 = new System.Windows.Forms.Button();
this.button2 = new System.Windows.Forms.Button();
this.label1 = new System.Windows.Forms.Label();
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.автомобилиDataGridView = new System.Windows.Forms.DataGridView();
this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.dataGridViewTextBoxColumn3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.dataGridViewTextBoxColumn4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.dataGridViewTextBoxColumn5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.dataGridViewTextBoxColumn6 = new System.Windows.Forms.DataGridViewTextBoxColumn();
((System.ComponentModel.ISupportInitialize)(this.prokatavto08DataSet)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.автомобилиBindingSource)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.автомобилиDataGridView)).BeginInit();
this.SuspendLayout();
//
// button1
//
this.button1.Location = new System.Drawing.Point(12, 416);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(99, 33);
this.button1.TabIndex = 0;
this.button1.Text = "Редактирование";
this.button1.UseVisualStyleBackColor = true;
this.button1.Click += new System.EventHandler(this.button1_Click);
//
// button2
//
this.button2.Location = new System.Drawing.Point(697, 416);
this.button2.Name = "button2";
this.button2.Size = new System.Drawing.Size(99, 33);
this.button2.TabIndex = 1;
this.button2.Text = "Назад";
this.button2.UseVisualStyleBackColor = true;
this.button2.Click += new System.EventHandler(this.button2_Click);
//
// label1
//
this.label1.AutoSize = true;
this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, 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(216, 24);
this.label1.TabIndex = 2;
this.label1.Text = "Таблица \"Автомобили\"";
//
// 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 = this.автомобилиTableAdapter;
this.tableAdapterManager.КлиентыTableAdapter = null;
this.tableAdapterManager.ПрокатыTableAdapter = null;
//
// автомобилиDataGridView
//
this.автомобилиDataGridView.AutoGenerateColumns = false;
this.автомобилиDataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.автомобилиDataGridView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.dataGridViewTextBoxColumn1,
this.dataGridViewTextBoxColumn2,
this.dataGridViewTextBoxColumn3,
this.dataGridViewTextBoxColumn4,
this.dataGridViewTextBoxColumn5,
this.dataGridViewTextBoxColumn6});
this.автомобилиDataGridView.DataSource = this.автомобилиBindingSource;
this.автомобилиDataGridView.Location = new System.Drawing.Point(12, 36);
this.автомобилиDataGridView.Name = "автомобилиDataGridView";
this.автомобилиDataGridView.Size = new System.Drawing.Size(784, 374);
this.автомобилиDataGridView.TabIndex = 4;
//
// dataGridViewTextBoxColumn1
//
this.dataGridViewTextBoxColumn1.DataPropertyName = "Код_автомобиля";
this.dataGridViewTextBoxColumn1.HeaderText = "Код_автомобиля";
this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1";
this.dataGridViewTextBoxColumn1.ReadOnly = true;
//
// dataGridViewTextBoxColumn2
//
this.dataGridViewTextBoxColumn2.DataPropertyName = "Марка_автомобиля";
this.dataGridViewTextBoxColumn2.HeaderText = "Марка_автомобиля";
this.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2";
this.dataGridViewTextBoxColumn2.Width = 120;
//
// dataGridViewTextBoxColumn3
//
this.dataGridViewTextBoxColumn3.DataPropertyName = "Цвет_автомобиля";
this.dataGridViewTextBoxColumn3.HeaderText = "Цвет_автомобиля";
this.dataGridViewTextBoxColumn3.Name = "dataGridViewTextBoxColumn3";
this.dataGridViewTextBoxColumn3.Width = 110;
//
// dataGridViewTextBoxColumn4
//
this.dataGridViewTextBoxColumn4.DataPropertyName = "Год_выпуска_автомобиля";
this.dataGridViewTextBoxColumn4.HeaderText = "Год_выпуска_автомобиля";
this.dataGridViewTextBoxColumn4.Name = "dataGridViewTextBoxColumn4";
this.dataGridViewTextBoxColumn4.Width = 150;
//
// dataGridViewTextBoxColumn5
//
this.dataGridViewTextBoxColumn5.DataPropertyName = "Госномер_автомобиля";
this.dataGridViewTextBoxColumn5.HeaderText = "Госномер_автомобиля";
this.dataGridViewTextBoxColumn5.Name = "dataGridViewTextBoxColumn5";
this.dataGridViewTextBoxColumn5.Width = 130;
//
// dataGridViewTextBoxColumn6
//
this.dataGridViewTextBoxColumn6.DataPropertyName = "Страховая_стоимость";
this.dataGridViewTextBoxColumn6.HeaderText = "Страховая_стоимость";
this.dataGridViewTextBoxColumn6.Name = "dataGridViewTextBoxColumn6";
this.dataGridViewTextBoxColumn6.Width = 130;
//
// Таблица_автомобили
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(808, 461);
this.Controls.Add(this.автомобилиDataGridView);
this.Controls.Add(this.label1);
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();
((System.ComponentModel.ISupportInitialize)(this.автомобилиDataGridView)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Button button1;
private System.Windows.Forms.Button button2;
private System.Windows.Forms.Label label1;
private Prokatavto08DataSet prokatavto08DataSet;
private System.Windows.Forms.BindingSource автомобилиBindingSource;
private Prokatavto08DataSetTableAdapters.АвтомобилиTableAdapter автомобилиTableAdapter;
private Prokatavto08DataSetTableAdapters.TableAdapterManager tableAdapterManager;
private System.Windows.Forms.DataGridView автомобилиDataGridView;
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn1;
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn2;
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn3;
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn4;
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn5;
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn6;
}
}