407 lines
18 KiB
C#
407 lines
18 KiB
C#
namespace zadanie4
|
|
{
|
|
partial class MainForm
|
|
{
|
|
/// <summary>
|
|
/// Required designer variable.
|
|
/// </summary>
|
|
private System.ComponentModel.IContainer components = null;
|
|
|
|
/// <summary>
|
|
/// Clean up any resources being used.
|
|
/// </summary>
|
|
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
|
protected override void Dispose(bool disposing)
|
|
{
|
|
if (disposing && (components != null))
|
|
{
|
|
components.Dispose();
|
|
}
|
|
base.Dispose(disposing);
|
|
}
|
|
|
|
#region Windows Form Designer generated code
|
|
|
|
/// <summary>
|
|
/// Required method for Designer support - do not modify
|
|
/// the contents of this method with the code editor.
|
|
/// </summary>
|
|
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.textBoxPatronymic = new System.Windows.Forms.TextBox();
|
|
this.textBoxGroup = new System.Windows.Forms.TextBox();
|
|
this.textBoxSpecial = new System.Windows.Forms.TextBox();
|
|
this.textBoxPhone = new System.Windows.Forms.TextBox();
|
|
this.PhoneEdit = new System.Windows.Forms.TextBox();
|
|
this.SpecialEdit = new System.Windows.Forms.TextBox();
|
|
this.GroupEdit = new System.Windows.Forms.TextBox();
|
|
this.PatronymicEdit = new System.Windows.Forms.TextBox();
|
|
this.NameEdit = new System.Windows.Forms.TextBox();
|
|
this.SurnameEdit = 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.label6 = new System.Windows.Forms.Label();
|
|
this.label7 = new System.Windows.Forms.Label();
|
|
this.label8 = new System.Windows.Forms.Label();
|
|
this.label9 = 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();
|
|
this.label14 = new System.Windows.Forms.Label();
|
|
((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(36, 57);
|
|
this.dataGridViewProd.Name = "dataGridViewProd";
|
|
this.dataGridViewProd.ReadOnly = true;
|
|
this.dataGridViewProd.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
|
|
this.dataGridViewProd.Size = new System.Drawing.Size(723, 257);
|
|
this.dataGridViewProd.TabIndex = 0;
|
|
this.dataGridViewProd.Click += new System.EventHandler(this.dataGridViewProd_Click);
|
|
//
|
|
// textBoxSurname
|
|
//
|
|
this.textBoxSurname.Location = new System.Drawing.Point(124, 332);
|
|
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(124, 358);
|
|
this.textBoxName.Name = "textBoxName";
|
|
this.textBoxName.Size = new System.Drawing.Size(235, 20);
|
|
this.textBoxName.TabIndex = 2;
|
|
//
|
|
// textBoxPatronymic
|
|
//
|
|
this.textBoxPatronymic.Location = new System.Drawing.Point(124, 384);
|
|
this.textBoxPatronymic.Name = "textBoxPatronymic";
|
|
this.textBoxPatronymic.Size = new System.Drawing.Size(235, 20);
|
|
this.textBoxPatronymic.TabIndex = 3;
|
|
//
|
|
// textBoxGroup
|
|
//
|
|
this.textBoxGroup.Location = new System.Drawing.Point(124, 410);
|
|
this.textBoxGroup.Name = "textBoxGroup";
|
|
this.textBoxGroup.Size = new System.Drawing.Size(235, 20);
|
|
this.textBoxGroup.TabIndex = 4;
|
|
//
|
|
// textBoxSpecial
|
|
//
|
|
this.textBoxSpecial.Location = new System.Drawing.Point(124, 436);
|
|
this.textBoxSpecial.Name = "textBoxSpecial";
|
|
this.textBoxSpecial.Size = new System.Drawing.Size(235, 20);
|
|
this.textBoxSpecial.TabIndex = 5;
|
|
//
|
|
// textBoxPhone
|
|
//
|
|
this.textBoxPhone.Location = new System.Drawing.Point(124, 462);
|
|
this.textBoxPhone.Name = "textBoxPhone";
|
|
this.textBoxPhone.Size = new System.Drawing.Size(235, 20);
|
|
this.textBoxPhone.TabIndex = 6;
|
|
//
|
|
// PhoneEdit
|
|
//
|
|
this.PhoneEdit.Location = new System.Drawing.Point(487, 462);
|
|
this.PhoneEdit.Name = "PhoneEdit";
|
|
this.PhoneEdit.Size = new System.Drawing.Size(233, 20);
|
|
this.PhoneEdit.TabIndex = 12;
|
|
//
|
|
// SpecialEdit
|
|
//
|
|
this.SpecialEdit.Location = new System.Drawing.Point(487, 436);
|
|
this.SpecialEdit.Name = "SpecialEdit";
|
|
this.SpecialEdit.Size = new System.Drawing.Size(233, 20);
|
|
this.SpecialEdit.TabIndex = 11;
|
|
//
|
|
// GroupEdit
|
|
//
|
|
this.GroupEdit.Location = new System.Drawing.Point(487, 410);
|
|
this.GroupEdit.Name = "GroupEdit";
|
|
this.GroupEdit.Size = new System.Drawing.Size(233, 20);
|
|
this.GroupEdit.TabIndex = 10;
|
|
//
|
|
// PatronymicEdit
|
|
//
|
|
this.PatronymicEdit.Location = new System.Drawing.Point(487, 384);
|
|
this.PatronymicEdit.Name = "PatronymicEdit";
|
|
this.PatronymicEdit.Size = new System.Drawing.Size(233, 20);
|
|
this.PatronymicEdit.TabIndex = 9;
|
|
//
|
|
// NameEdit
|
|
//
|
|
this.NameEdit.Location = new System.Drawing.Point(487, 358);
|
|
this.NameEdit.Name = "NameEdit";
|
|
this.NameEdit.Size = new System.Drawing.Size(233, 20);
|
|
this.NameEdit.TabIndex = 8;
|
|
//
|
|
// SurnameEdit
|
|
//
|
|
this.SurnameEdit.Location = new System.Drawing.Point(487, 332);
|
|
this.SurnameEdit.Name = "SurnameEdit";
|
|
this.SurnameEdit.Size = new System.Drawing.Size(233, 20);
|
|
this.SurnameEdit.TabIndex = 7;
|
|
//
|
|
// btnAdd
|
|
//
|
|
this.btnAdd.Location = new System.Drawing.Point(195, 504);
|
|
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(557, 504);
|
|
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(62, 335);
|
|
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(64, 387);
|
|
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(28, 413);
|
|
this.label4.Name = "label4";
|
|
this.label4.Size = new System.Drawing.Size(90, 13);
|
|
this.label4.TabIndex = 18;
|
|
this.label4.Text = "Группа студента";
|
|
//
|
|
// label5
|
|
//
|
|
this.label5.AutoSize = true;
|
|
this.label5.Location = new System.Drawing.Point(33, 439);
|
|
this.label5.Name = "label5";
|
|
this.label5.Size = new System.Drawing.Size(85, 13);
|
|
this.label5.TabIndex = 19;
|
|
this.label5.Text = "Специальность";
|
|
//
|
|
// label6
|
|
//
|
|
this.label6.AutoSize = true;
|
|
this.label6.Location = new System.Drawing.Point(25, 465);
|
|
this.label6.Name = "label6";
|
|
this.label6.Size = new System.Drawing.Size(93, 13);
|
|
this.label6.TabIndex = 20;
|
|
this.label6.Text = "Номер телефона";
|
|
//
|
|
// label7
|
|
//
|
|
this.label7.AutoSize = true;
|
|
this.label7.Location = new System.Drawing.Point(89, 361);
|
|
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(452, 365);
|
|
this.label8.Name = "label8";
|
|
this.label8.Size = new System.Drawing.Size(29, 13);
|
|
this.label8.TabIndex = 27;
|
|
this.label8.Text = "Имя";
|
|
//
|
|
// label9
|
|
//
|
|
this.label9.AutoSize = true;
|
|
this.label9.Location = new System.Drawing.Point(388, 469);
|
|
this.label9.Name = "label9";
|
|
this.label9.Size = new System.Drawing.Size(93, 13);
|
|
this.label9.TabIndex = 26;
|
|
this.label9.Text = "Номер телефона";
|
|
//
|
|
// label10
|
|
//
|
|
this.label10.AutoSize = true;
|
|
this.label10.Location = new System.Drawing.Point(396, 443);
|
|
this.label10.Name = "label10";
|
|
this.label10.Size = new System.Drawing.Size(85, 13);
|
|
this.label10.TabIndex = 25;
|
|
this.label10.Text = "Специальность";
|
|
//
|
|
// label11
|
|
//
|
|
this.label11.AutoSize = true;
|
|
this.label11.Location = new System.Drawing.Point(391, 417);
|
|
this.label11.Name = "label11";
|
|
this.label11.Size = new System.Drawing.Size(90, 13);
|
|
this.label11.TabIndex = 24;
|
|
this.label11.Text = "Группа студента";
|
|
//
|
|
// label12
|
|
//
|
|
this.label12.AutoSize = true;
|
|
this.label12.Location = new System.Drawing.Point(427, 391);
|
|
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(425, 339);
|
|
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(372, 504);
|
|
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(311, 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);
|
|
//
|
|
// label14
|
|
//
|
|
this.label14.AutoSize = true;
|
|
this.label14.Location = new System.Drawing.Point(238, 33);
|
|
this.label14.Name = "label14";
|
|
this.label14.Size = new System.Drawing.Size(67, 13);
|
|
this.label14.TabIndex = 30;
|
|
this.label14.Text = "Сортировка";
|
|
//
|
|
// MainForm
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(792, 560);
|
|
this.Controls.Add(this.label14);
|
|
this.Controls.Add(this.comboBoxSort);
|
|
this.Controls.Add(this.button1);
|
|
this.Controls.Add(this.label8);
|
|
this.Controls.Add(this.label9);
|
|
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.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.btnEdit);
|
|
this.Controls.Add(this.btnAdd);
|
|
this.Controls.Add(this.PhoneEdit);
|
|
this.Controls.Add(this.SpecialEdit);
|
|
this.Controls.Add(this.GroupEdit);
|
|
this.Controls.Add(this.PatronymicEdit);
|
|
this.Controls.Add(this.NameEdit);
|
|
this.Controls.Add(this.SurnameEdit);
|
|
this.Controls.Add(this.textBoxPhone);
|
|
this.Controls.Add(this.textBoxSpecial);
|
|
this.Controls.Add(this.textBoxGroup);
|
|
this.Controls.Add(this.textBoxPatronymic);
|
|
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 textBoxPatronymic;
|
|
private System.Windows.Forms.TextBox textBoxGroup;
|
|
private System.Windows.Forms.TextBox textBoxSpecial;
|
|
private System.Windows.Forms.TextBox textBoxPhone;
|
|
private System.Windows.Forms.TextBox PhoneEdit;
|
|
private System.Windows.Forms.TextBox SpecialEdit;
|
|
private System.Windows.Forms.TextBox GroupEdit;
|
|
private System.Windows.Forms.TextBox PatronymicEdit;
|
|
private System.Windows.Forms.TextBox NameEdit;
|
|
private System.Windows.Forms.TextBox SurnameEdit;
|
|
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 label6;
|
|
private System.Windows.Forms.Label label7;
|
|
private System.Windows.Forms.Label label8;
|
|
private System.Windows.Forms.Label label9;
|
|
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;
|
|
private System.Windows.Forms.Label label14;
|
|
}
|
|
} |