namespace WindowsFormsApp1
{
partial class Form1
{
///
/// Обязательная переменная конструктора.
///
private System.ComponentModel.IContainer components = null;
///
/// Освободить все используемые ресурсы.
///
/// истинно, если управляемый ресурс должен быть удален; иначе ложно.
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Код, автоматически созданный конструктором форм Windows
///
/// Требуемый метод для поддержки конструктора — не изменяйте
/// содержимое этого метода с помощью редактора кода.
///
private void InitializeComponent()
{
this.dataGridView1 = new System.Windows.Forms.DataGridView();
this.txtCode = new System.Windows.Forms.TextBox();
this.txtLastName = new System.Windows.Forms.TextBox();
this.txtFirstName = new System.Windows.Forms.TextBox();
this.txtPhone = new System.Windows.Forms.TextBox();
this.txtSearch = new System.Windows.Forms.TextBox();
this.btnLoad = new System.Windows.Forms.Button();
this.btnAdd = new System.Windows.Forms.Button();
this.btnEdit = new System.Windows.Forms.Button();
this.btnDelete = new System.Windows.Forms.Button();
this.btnSearch = new System.Windows.Forms.Button();
this.btnExport = new System.Windows.Forms.Button();
this.cmbTables = new System.Windows.Forms.ComboBox();
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();
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
this.SuspendLayout();
//
// dataGridView1
//
this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dataGridView1.Location = new System.Drawing.Point(12, 55);
this.dataGridView1.Name = "dataGridView1";
this.dataGridView1.RowHeadersWidth = 51;
this.dataGridView1.RowTemplate.Height = 24;
this.dataGridView1.Size = new System.Drawing.Size(966, 285);
this.dataGridView1.TabIndex = 0;
this.dataGridView1.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView1_CellClick);
//
// txtCode
//
this.txtCode.Location = new System.Drawing.Point(178, 396);
this.txtCode.Name = "txtCode";
this.txtCode.Size = new System.Drawing.Size(121, 22);
this.txtCode.TabIndex = 1;
//
// txtLastName
//
this.txtLastName.Location = new System.Drawing.Point(333, 395);
this.txtLastName.Name = "txtLastName";
this.txtLastName.Size = new System.Drawing.Size(145, 22);
this.txtLastName.TabIndex = 2;
//
// txtFirstName
//
this.txtFirstName.Location = new System.Drawing.Point(515, 394);
this.txtFirstName.Name = "txtFirstName";
this.txtFirstName.Size = new System.Drawing.Size(143, 22);
this.txtFirstName.TabIndex = 3;
this.txtFirstName.TextChanged += new System.EventHandler(this.txtFirstName_TextChanged);
//
// txtPhone
//
this.txtPhone.Location = new System.Drawing.Point(695, 393);
this.txtPhone.Name = "txtPhone";
this.txtPhone.Size = new System.Drawing.Size(145, 22);
this.txtPhone.TabIndex = 4;
//
// txtSearch
//
this.txtSearch.Location = new System.Drawing.Point(12, 19);
this.txtSearch.Name = "txtSearch";
this.txtSearch.Size = new System.Drawing.Size(426, 22);
this.txtSearch.TabIndex = 5;
this.txtSearch.TextChanged += new System.EventHandler(this.txtSearch_TextChanged);
//
// btnLoad
//
this.btnLoad.Location = new System.Drawing.Point(185, 453);
this.btnLoad.Name = "btnLoad";
this.btnLoad.Size = new System.Drawing.Size(99, 32);
this.btnLoad.TabIndex = 6;
this.btnLoad.Text = "Загрузить";
this.btnLoad.UseVisualStyleBackColor = true;
this.btnLoad.Click += new System.EventHandler(this.btnLoad_Click);
//
// btnAdd
//
this.btnAdd.Location = new System.Drawing.Point(312, 454);
this.btnAdd.Name = "btnAdd";
this.btnAdd.Size = new System.Drawing.Size(94, 32);
this.btnAdd.TabIndex = 7;
this.btnAdd.Text = "Добавить";
this.btnAdd.UseVisualStyleBackColor = true;
this.btnAdd.Click += new System.EventHandler(this.btnAdd_Click);
//
// btnEdit
//
this.btnEdit.Location = new System.Drawing.Point(432, 454);
this.btnEdit.Name = "btnEdit";
this.btnEdit.Size = new System.Drawing.Size(96, 32);
this.btnEdit.TabIndex = 8;
this.btnEdit.Text = "Изменить";
this.btnEdit.UseVisualStyleBackColor = true;
this.btnEdit.Click += new System.EventHandler(this.btnEdit_Click);
//
// btnDelete
//
this.btnDelete.Location = new System.Drawing.Point(555, 454);
this.btnDelete.Name = "btnDelete";
this.btnDelete.Size = new System.Drawing.Size(96, 32);
this.btnDelete.TabIndex = 9;
this.btnDelete.Text = "Удалить";
this.btnDelete.UseVisualStyleBackColor = true;
this.btnDelete.Click += new System.EventHandler(this.btnDelete_Click);
//
// btnSearch
//
this.btnSearch.Location = new System.Drawing.Point(444, 16);
this.btnSearch.Name = "btnSearch";
this.btnSearch.Size = new System.Drawing.Size(96, 28);
this.btnSearch.TabIndex = 10;
this.btnSearch.Text = "Поиск";
this.btnSearch.UseVisualStyleBackColor = true;
this.btnSearch.Click += new System.EventHandler(this.btnSearch_Click);
//
// btnExport
//
this.btnExport.Location = new System.Drawing.Point(675, 454);
this.btnExport.Name = "btnExport";
this.btnExport.Size = new System.Drawing.Size(100, 32);
this.btnExport.TabIndex = 11;
this.btnExport.Text = "Экспорт";
this.btnExport.UseVisualStyleBackColor = true;
this.btnExport.Click += new System.EventHandler(this.btnExport_Click_1);
//
// cmbTables
//
this.cmbTables.FormattingEnabled = true;
this.cmbTables.Location = new System.Drawing.Point(12, 395);
this.cmbTables.Name = "cmbTables";
this.cmbTables.Size = new System.Drawing.Size(121, 24);
this.cmbTables.TabIndex = 12;
this.cmbTables.SelectedIndexChanged += new System.EventHandler(this.cmbTables_SelectedIndexChanged);
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(12, 373);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(65, 16);
this.label1.TabIndex = 13;
this.label1.Text = "Таблицы";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(179, 374);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(31, 16);
this.label2.TabIndex = 14;
this.label2.Text = "Код";
//
// label3
//
this.label3.Location = new System.Drawing.Point(0, 0);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(100, 23);
this.label3.TabIndex = 0;
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(333, 374);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(66, 16);
this.label4.TabIndex = 15;
this.label4.Text = "Фамилия";
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(518, 372);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(33, 16);
this.label5.TabIndex = 16;
this.label5.Text = "Имя";
//
// label6
//
this.label6.AutoSize = true;
this.label6.Location = new System.Drawing.Point(695, 373);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(67, 16);
this.label6.TabIndex = 17;
this.label6.Text = "Телефон";
//
// Form1
//
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(990, 645);
this.Controls.Add(this.txtSearch);
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.Controls.Add(this.cmbTables);
this.Controls.Add(this.btnExport);
this.Controls.Add(this.btnSearch);
this.Controls.Add(this.btnDelete);
this.Controls.Add(this.btnEdit);
this.Controls.Add(this.btnAdd);
this.Controls.Add(this.btnLoad);
this.Controls.Add(this.txtPhone);
this.Controls.Add(this.txtFirstName);
this.Controls.Add(this.txtLastName);
this.Controls.Add(this.txtCode);
this.Controls.Add(this.dataGridView1);
this.Name = "Form1";
this.Text = "Form1";
this.Load += new System.EventHandler(this.Form1_Load);
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.DataGridView dataGridView1;
private System.Windows.Forms.TextBox txtCode;
private System.Windows.Forms.TextBox txtLastName;
private System.Windows.Forms.TextBox txtFirstName;
private System.Windows.Forms.TextBox txtPhone;
private System.Windows.Forms.TextBox txtSearch;
private System.Windows.Forms.Button btnLoad;
private System.Windows.Forms.Button btnAdd;
private System.Windows.Forms.Button btnEdit;
private System.Windows.Forms.Button btnDelete;
private System.Windows.Forms.Button btnSearch;
private System.Windows.Forms.Button btnExport;
private System.Windows.Forms.ComboBox cmbTables;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.Label label6;
}
}