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.button2 = new System.Windows.Forms.Button(); this.button1 = 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(); this.dataGridViewTextBoxColumn7 = 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(); // // button2 // this.button2.Location = new System.Drawing.Point(755, 416); this.button2.Name = "button2"; this.button2.Size = new System.Drawing.Size(99, 33); this.button2.TabIndex = 3; this.button2.Text = "Назад"; this.button2.UseVisualStyleBackColor = true; this.button2.Click += new System.EventHandler(this.button2_Click); // // 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 = 2; this.button1.Text = "Редактирование"; this.button1.UseVisualStyleBackColor = true; this.button1.Click += new System.EventHandler(this.button1_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(182, 24); this.label1.TabIndex = 4; 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 = null; this.tableAdapterManager.КлиентыTableAdapter = this.клиентыTableAdapter; 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.dataGridViewTextBoxColumn7}); 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(842, 374); this.клиентыDataGridView.TabIndex = 5; // // dataGridViewTextBoxColumn1 // this.dataGridViewTextBoxColumn1.DataPropertyName = "Код_клиента"; this.dataGridViewTextBoxColumn1.HeaderText = "Код_клиента"; this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1"; this.dataGridViewTextBoxColumn1.ReadOnly = true; this.dataGridViewTextBoxColumn1.Width = 90; // // dataGridViewTextBoxColumn2 // this.dataGridViewTextBoxColumn2.DataPropertyName = "Фамилия"; this.dataGridViewTextBoxColumn2.HeaderText = "Фамилия"; this.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2"; // // dataGridViewTextBoxColumn3 // this.dataGridViewTextBoxColumn3.DataPropertyName = "Имя"; this.dataGridViewTextBoxColumn3.HeaderText = "Имя"; this.dataGridViewTextBoxColumn3.Name = "dataGridViewTextBoxColumn3"; // // dataGridViewTextBoxColumn4 // this.dataGridViewTextBoxColumn4.DataPropertyName = "Отчество"; this.dataGridViewTextBoxColumn4.HeaderText = "Отчество"; this.dataGridViewTextBoxColumn4.Name = "dataGridViewTextBoxColumn4"; // // dataGridViewTextBoxColumn5 // this.dataGridViewTextBoxColumn5.DataPropertyName = "Серия_и_номер_паспорта"; this.dataGridViewTextBoxColumn5.HeaderText = "Серия_и_номер_паспорта"; this.dataGridViewTextBoxColumn5.Name = "dataGridViewTextBoxColumn5"; this.dataGridViewTextBoxColumn5.Width = 155; // // dataGridViewTextBoxColumn6 // this.dataGridViewTextBoxColumn6.DataPropertyName = "Адрес"; this.dataGridViewTextBoxColumn6.HeaderText = "Адрес"; this.dataGridViewTextBoxColumn6.Name = "dataGridViewTextBoxColumn6"; this.dataGridViewTextBoxColumn6.Width = 150; // // dataGridViewTextBoxColumn7 // this.dataGridViewTextBoxColumn7.DataPropertyName = "Телефон"; this.dataGridViewTextBoxColumn7.HeaderText = "Телефон"; this.dataGridViewTextBoxColumn7.Name = "dataGridViewTextBoxColumn7"; // // Таблица_клиенты // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(866, 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 button2; private System.Windows.Forms.Button button1; 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; private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn7; } }