namespace merkulov5
{
partial class MainForm
{
///
/// 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.dataGridViewProd = new System.Windows.Forms.DataGridView();
this.textBoxSurname = new System.Windows.Forms.TextBox();
this.textBoxName = new System.Windows.Forms.TextBox();
this.textBoxLast = new System.Windows.Forms.TextBox();
this.textBoxLogin = new System.Windows.Forms.TextBox();
this.textBoxPass = new System.Windows.Forms.TextBox();
this.Pass = new System.Windows.Forms.TextBox();
this.Log = new System.Windows.Forms.TextBox();
this.LastName = new System.Windows.Forms.TextBox();
this.Named = new System.Windows.Forms.TextBox();
this.Surname = new System.Windows.Forms.TextBox();
this.btnAdd = new System.Windows.Forms.Button();
this.btnEdit = new System.Windows.Forms.Button();
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.label7 = new System.Windows.Forms.Label();
this.label8 = new System.Windows.Forms.Label();
this.label10 = new System.Windows.Forms.Label();
this.label11 = new System.Windows.Forms.Label();
this.label12 = new System.Windows.Forms.Label();
this.label13 = new System.Windows.Forms.Label();
this.button1 = new System.Windows.Forms.Button();
this.comboBoxSort = new System.Windows.Forms.ComboBox();
((System.ComponentModel.ISupportInitialize)(this.dataGridViewProd)).BeginInit();
this.SuspendLayout();
//
// dataGridViewProd
//
this.dataGridViewProd.AllowUserToAddRows = false;
this.dataGridViewProd.AllowUserToDeleteRows = false;
this.dataGridViewProd.AllowUserToResizeColumns = false;
this.dataGridViewProd.AllowUserToResizeRows = false;
this.dataGridViewProd.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dataGridViewProd.Location = new System.Drawing.Point(22, 57);
this.dataGridViewProd.Name = "dataGridViewProd";
this.dataGridViewProd.ReadOnly = true;
this.dataGridViewProd.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
this.dataGridViewProd.Size = new System.Drawing.Size(508, 317);
this.dataGridViewProd.TabIndex = 0;
this.dataGridViewProd.Click += new System.EventHandler(this.dataGridViewProd_Click);
//
// textBoxSurname
//
this.textBoxSurname.Location = new System.Drawing.Point(610, 57);
this.textBoxSurname.Name = "textBoxSurname";
this.textBoxSurname.Size = new System.Drawing.Size(235, 20);
this.textBoxSurname.TabIndex = 1;
//
// textBoxName
//
this.textBoxName.Location = new System.Drawing.Point(610, 83);
this.textBoxName.Name = "textBoxName";
this.textBoxName.Size = new System.Drawing.Size(235, 20);
this.textBoxName.TabIndex = 2;
//
// textBoxLast
//
this.textBoxLast.Location = new System.Drawing.Point(610, 109);
this.textBoxLast.Name = "textBoxLast";
this.textBoxLast.Size = new System.Drawing.Size(235, 20);
this.textBoxLast.TabIndex = 3;
//
// textBoxLogin
//
this.textBoxLogin.Location = new System.Drawing.Point(610, 135);
this.textBoxLogin.Name = "textBoxLogin";
this.textBoxLogin.Size = new System.Drawing.Size(235, 20);
this.textBoxLogin.TabIndex = 4;
//
// textBoxPass
//
this.textBoxPass.Location = new System.Drawing.Point(610, 161);
this.textBoxPass.Name = "textBoxPass";
this.textBoxPass.Size = new System.Drawing.Size(235, 20);
this.textBoxPass.TabIndex = 5;
//
// Pass
//
this.Pass.Location = new System.Drawing.Point(612, 336);
this.Pass.Name = "Pass";
this.Pass.Size = new System.Drawing.Size(233, 20);
this.Pass.TabIndex = 11;
//
// Log
//
this.Log.Location = new System.Drawing.Point(612, 310);
this.Log.Name = "Log";
this.Log.Size = new System.Drawing.Size(233, 20);
this.Log.TabIndex = 10;
//
// LastName
//
this.LastName.Location = new System.Drawing.Point(612, 284);
this.LastName.Name = "LastName";
this.LastName.Size = new System.Drawing.Size(233, 20);
this.LastName.TabIndex = 9;
//
// Named
//
this.Named.Location = new System.Drawing.Point(612, 258);
this.Named.Name = "Named";
this.Named.Size = new System.Drawing.Size(233, 20);
this.Named.TabIndex = 8;
//
// Surname
//
this.Surname.Location = new System.Drawing.Point(612, 232);
this.Surname.Name = "Surname";
this.Surname.Size = new System.Drawing.Size(233, 20);
this.Surname.TabIndex = 7;
//
// btnAdd
//
this.btnAdd.Location = new System.Drawing.Point(677, 187);
this.btnAdd.Name = "btnAdd";
this.btnAdd.Size = new System.Drawing.Size(75, 23);
this.btnAdd.TabIndex = 13;
this.btnAdd.Text = "Добавить";
this.btnAdd.UseVisualStyleBackColor = true;
this.btnAdd.Click += new System.EventHandler(this.btnAdd_Click);
//
// btnEdit
//
this.btnEdit.Location = new System.Drawing.Point(668, 362);
this.btnEdit.Name = "btnEdit";
this.btnEdit.Size = new System.Drawing.Size(96, 23);
this.btnEdit.TabIndex = 14;
this.btnEdit.Text = "Редактировать";
this.btnEdit.UseVisualStyleBackColor = true;
this.btnEdit.Click += new System.EventHandler(this.btnEdit_Click);
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(548, 60);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(56, 13);
this.label1.TabIndex = 15;
this.label1.Text = "Фамилия";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(33, 361);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(0, 13);
this.label2.TabIndex = 16;
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(550, 112);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(54, 13);
this.label3.TabIndex = 17;
this.label3.Text = "Отчество";
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(566, 138);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(38, 13);
this.label4.TabIndex = 18;
this.label4.Text = "Логин";
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(559, 164);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(45, 13);
this.label5.TabIndex = 19;
this.label5.Text = "Пароль";
//
// label7
//
this.label7.AutoSize = true;
this.label7.Location = new System.Drawing.Point(575, 86);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(29, 13);
this.label7.TabIndex = 21;
this.label7.Text = "Имя";
//
// label8
//
this.label8.AutoSize = true;
this.label8.Location = new System.Drawing.Point(577, 265);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(29, 13);
this.label8.TabIndex = 27;
this.label8.Text = "Имя";
//
// label10
//
this.label10.AutoSize = true;
this.label10.Location = new System.Drawing.Point(561, 339);
this.label10.Name = "label10";
this.label10.Size = new System.Drawing.Size(45, 13);
this.label10.TabIndex = 25;
this.label10.Text = "Пароль";
//
// label11
//
this.label11.AutoSize = true;
this.label11.Location = new System.Drawing.Point(568, 317);
this.label11.Name = "label11";
this.label11.Size = new System.Drawing.Size(38, 13);
this.label11.TabIndex = 24;
this.label11.Text = "Логин";
//
// label12
//
this.label12.AutoSize = true;
this.label12.Location = new System.Drawing.Point(552, 291);
this.label12.Name = "label12";
this.label12.Size = new System.Drawing.Size(54, 13);
this.label12.TabIndex = 23;
this.label12.Text = "Отчество";
//
// label13
//
this.label13.AutoSize = true;
this.label13.Location = new System.Drawing.Point(550, 239);
this.label13.Name = "label13";
this.label13.Size = new System.Drawing.Size(56, 13);
this.label13.TabIndex = 22;
this.label13.Text = "Фамилия";
//
// button1
//
this.button1.Location = new System.Drawing.Point(241, 380);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(75, 23);
this.button1.TabIndex = 28;
this.button1.Text = "Удалить";
this.button1.UseVisualStyleBackColor = true;
this.button1.Click += new System.EventHandler(this.button1_Click);
//
// comboBoxSort
//
this.comboBoxSort.FormattingEnabled = true;
this.comboBoxSort.Location = new System.Drawing.Point(171, 30);
this.comboBoxSort.Name = "comboBoxSort";
this.comboBoxSort.Size = new System.Drawing.Size(184, 21);
this.comboBoxSort.TabIndex = 29;
this.comboBoxSort.SelectedIndexChanged += new System.EventHandler(this.comboBoxSort_SelectedIndexChanged);
//
// MainForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(940, 427);
this.Controls.Add(this.comboBoxSort);
this.Controls.Add(this.button1);
this.Controls.Add(this.label8);
this.Controls.Add(this.label10);
this.Controls.Add(this.label11);
this.Controls.Add(this.label12);
this.Controls.Add(this.label13);
this.Controls.Add(this.label7);
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.btnEdit);
this.Controls.Add(this.btnAdd);
this.Controls.Add(this.Pass);
this.Controls.Add(this.Log);
this.Controls.Add(this.LastName);
this.Controls.Add(this.Named);
this.Controls.Add(this.Surname);
this.Controls.Add(this.textBoxPass);
this.Controls.Add(this.textBoxLogin);
this.Controls.Add(this.textBoxLast);
this.Controls.Add(this.textBoxName);
this.Controls.Add(this.textBoxSurname);
this.Controls.Add(this.dataGridViewProd);
this.Name = "MainForm";
this.Text = "MainForm";
this.Load += new System.EventHandler(this.MainForm_Load);
((System.ComponentModel.ISupportInitialize)(this.dataGridViewProd)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.DataGridView dataGridViewProd;
private System.Windows.Forms.TextBox textBoxSurname;
private System.Windows.Forms.TextBox textBoxName;
private System.Windows.Forms.TextBox textBoxLast;
private System.Windows.Forms.TextBox textBoxLogin;
private System.Windows.Forms.TextBox textBoxPass;
private System.Windows.Forms.TextBox Pass;
private System.Windows.Forms.TextBox Log;
private System.Windows.Forms.TextBox LastName;
private System.Windows.Forms.TextBox Named;
private System.Windows.Forms.TextBox Surname;
private System.Windows.Forms.Button btnAdd;
private System.Windows.Forms.Button btnEdit;
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 label7;
private System.Windows.Forms.Label label8;
private System.Windows.Forms.Label label10;
private System.Windows.Forms.Label label11;
private System.Windows.Forms.Label label12;
private System.Windows.Forms.Label label13;
private System.Windows.Forms.Button button1;
private System.Windows.Forms.ComboBox comboBoxSort;
}
}