|
@@ -30,50 +30,43 @@ namespace DyakonovSTUD
|
|
|
private void InitializeComponent()
|
|
|
{
|
|
|
this.components = new System.ComponentModel.Container();
|
|
|
- System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form4));
|
|
|
System.Windows.Forms.Label фИОLabel;
|
|
|
- System.Windows.Forms.Label полLabel;
|
|
|
System.Windows.Forms.Label дата_рожденияLabel;
|
|
|
- System.Windows.Forms.Label родителиLabel;
|
|
|
System.Windows.Forms.Label адресLabel;
|
|
|
System.Windows.Forms.Label телефонLabel;
|
|
|
System.Windows.Forms.Label паспортные_данныеLabel;
|
|
|
System.Windows.Forms.Label номер_зачеткиLabel;
|
|
|
System.Windows.Forms.Label дата_поступленияLabel;
|
|
|
System.Windows.Forms.Label группаLabel;
|
|
|
- System.Windows.Forms.Label курсLabel;
|
|
|
System.Windows.Forms.Label код_специальностиLabel;
|
|
|
System.Windows.Forms.Label очная_форма_обученияLabel;
|
|
|
+ System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form4));
|
|
|
+ System.Windows.Forms.Label курсLabel1;
|
|
|
+ System.Windows.Forms.Label полLabel1;
|
|
|
+ System.Windows.Forms.Label родителиLabel1;
|
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
|
this.rP31DyakonovStudentsDataSet = new DyakonovSTUD.RP31DyakonovStudentsDataSet();
|
|
|
this.студентыBindingSource = new System.Windows.Forms.BindingSource(this.components);
|
|
|
this.студентыTableAdapter = new DyakonovSTUD.RP31DyakonovStudentsDataSetTableAdapters.СтудентыTableAdapter();
|
|
|
this.tableAdapterManager = new DyakonovSTUD.RP31DyakonovStudentsDataSetTableAdapters.TableAdapterManager();
|
|
|
this.студентыBindingNavigator = new System.Windows.Forms.BindingNavigator(this.components);
|
|
|
+ this.bindingNavigatorAddNewItem = new System.Windows.Forms.ToolStripButton();
|
|
|
+ this.bindingNavigatorCountItem = new System.Windows.Forms.ToolStripLabel();
|
|
|
+ this.bindingNavigatorDeleteItem = new System.Windows.Forms.ToolStripButton();
|
|
|
this.bindingNavigatorMoveFirstItem = new System.Windows.Forms.ToolStripButton();
|
|
|
this.bindingNavigatorMovePreviousItem = new System.Windows.Forms.ToolStripButton();
|
|
|
this.bindingNavigatorSeparator = new System.Windows.Forms.ToolStripSeparator();
|
|
|
this.bindingNavigatorPositionItem = new System.Windows.Forms.ToolStripTextBox();
|
|
|
- this.bindingNavigatorCountItem = new System.Windows.Forms.ToolStripLabel();
|
|
|
this.bindingNavigatorSeparator1 = new System.Windows.Forms.ToolStripSeparator();
|
|
|
this.bindingNavigatorMoveNextItem = new System.Windows.Forms.ToolStripButton();
|
|
|
this.bindingNavigatorMoveLastItem = new System.Windows.Forms.ToolStripButton();
|
|
|
this.bindingNavigatorSeparator2 = new System.Windows.Forms.ToolStripSeparator();
|
|
|
- this.bindingNavigatorAddNewItem = new System.Windows.Forms.ToolStripButton();
|
|
|
- this.bindingNavigatorDeleteItem = new System.Windows.Forms.ToolStripButton();
|
|
|
this.студентыBindingNavigatorSaveItem = new System.Windows.Forms.ToolStripButton();
|
|
|
this.фИОTextBox = new System.Windows.Forms.TextBox();
|
|
|
- this.полTextBox = new System.Windows.Forms.TextBox();
|
|
|
this.дата_рожденияDateTimePicker = new System.Windows.Forms.DateTimePicker();
|
|
|
- this.родителиTextBox = new System.Windows.Forms.TextBox();
|
|
|
this.адресTextBox = new System.Windows.Forms.TextBox();
|
|
|
- this.телефонTextBox = new System.Windows.Forms.TextBox();
|
|
|
- this.паспортные_данныеTextBox = new System.Windows.Forms.TextBox();
|
|
|
- this.номер_зачеткиTextBox = new System.Windows.Forms.TextBox();
|
|
|
this.дата_поступленияDateTimePicker = new System.Windows.Forms.DateTimePicker();
|
|
|
this.группаTextBox = new System.Windows.Forms.TextBox();
|
|
|
- this.курсTextBox = new System.Windows.Forms.TextBox();
|
|
|
- this.код_специальностиTextBox = new System.Windows.Forms.TextBox();
|
|
|
this.очная_форма_обученияCheckBox = new System.Windows.Forms.CheckBox();
|
|
|
this.button1 = new System.Windows.Forms.Button();
|
|
|
this.button2 = new System.Windows.Forms.Button();
|
|
@@ -82,25 +75,126 @@ namespace DyakonovSTUD
|
|
|
this.button5 = new System.Windows.Forms.Button();
|
|
|
this.button6 = new System.Windows.Forms.Button();
|
|
|
this.button7 = new System.Windows.Forms.Button();
|
|
|
+ this.maskedTextBox1 = new System.Windows.Forms.MaskedTextBox();
|
|
|
+ this.maskedTextBox2 = new System.Windows.Forms.MaskedTextBox();
|
|
|
+ this.maskedTextBox3 = new System.Windows.Forms.MaskedTextBox();
|
|
|
+ this.курсNumericUpDown = new System.Windows.Forms.NumericUpDown();
|
|
|
+ this.полComboBox = new System.Windows.Forms.ComboBox();
|
|
|
+ this.родителиComboBox = new System.Windows.Forms.ComboBox();
|
|
|
+ this.comboBox1 = new System.Windows.Forms.ComboBox();
|
|
|
+ this.специальностиBindingSource = new System.Windows.Forms.BindingSource(this.components);
|
|
|
+ this.специальностиTableAdapter = new DyakonovSTUD.RP31DyakonovStudentsDataSetTableAdapters.СпециальностиTableAdapter();
|
|
|
фИОLabel = new System.Windows.Forms.Label();
|
|
|
- полLabel = new System.Windows.Forms.Label();
|
|
|
дата_рожденияLabel = new System.Windows.Forms.Label();
|
|
|
- родителиLabel = new System.Windows.Forms.Label();
|
|
|
адресLabel = new System.Windows.Forms.Label();
|
|
|
телефонLabel = new System.Windows.Forms.Label();
|
|
|
паспортные_данныеLabel = new System.Windows.Forms.Label();
|
|
|
номер_зачеткиLabel = new System.Windows.Forms.Label();
|
|
|
дата_поступленияLabel = new System.Windows.Forms.Label();
|
|
|
группаLabel = new System.Windows.Forms.Label();
|
|
|
- курсLabel = new System.Windows.Forms.Label();
|
|
|
код_специальностиLabel = new System.Windows.Forms.Label();
|
|
|
очная_форма_обученияLabel = new System.Windows.Forms.Label();
|
|
|
+ курсLabel1 = new System.Windows.Forms.Label();
|
|
|
+ полLabel1 = new System.Windows.Forms.Label();
|
|
|
+ родителиLabel1 = new System.Windows.Forms.Label();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.rP31DyakonovStudentsDataSet)).BeginInit();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.студентыBindingSource)).BeginInit();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.студентыBindingNavigator)).BeginInit();
|
|
|
this.студентыBindingNavigator.SuspendLayout();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.курсNumericUpDown)).BeginInit();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.специальностиBindingSource)).BeginInit();
|
|
|
this.SuspendLayout();
|
|
|
//
|
|
|
+ // фИОLabel
|
|
|
+ //
|
|
|
+ фИОLabel.AutoSize = true;
|
|
|
+ фИОLabel.Location = new System.Drawing.Point(330, 84);
|
|
|
+ фИОLabel.Name = "фИОLabel";
|
|
|
+ фИОLabel.Size = new System.Drawing.Size(37, 13);
|
|
|
+ фИОLabel.TabIndex = 3;
|
|
|
+ фИОLabel.Text = "ФИО:";
|
|
|
+ //
|
|
|
+ // дата_рожденияLabel
|
|
|
+ //
|
|
|
+ дата_рожденияLabel.AutoSize = true;
|
|
|
+ дата_рожденияLabel.Location = new System.Drawing.Point(278, 154);
|
|
|
+ дата_рожденияLabel.Name = "дата_рожденияLabel";
|
|
|
+ дата_рожденияLabel.Size = new System.Drawing.Size(89, 13);
|
|
|
+ дата_рожденияLabel.TabIndex = 6;
|
|
|
+ дата_рожденияLabel.Text = "Дата рождения:";
|
|
|
+ //
|
|
|
+ // адресLabel
|
|
|
+ //
|
|
|
+ адресLabel.AutoSize = true;
|
|
|
+ адресLabel.Location = new System.Drawing.Point(326, 232);
|
|
|
+ адресLabel.Name = "адресLabel";
|
|
|
+ адресLabel.Size = new System.Drawing.Size(41, 13);
|
|
|
+ адресLabel.TabIndex = 10;
|
|
|
+ адресLabel.Text = "Адрес:";
|
|
|
+ //
|
|
|
+ // телефонLabel
|
|
|
+ //
|
|
|
+ телефонLabel.AutoSize = true;
|
|
|
+ телефонLabel.Location = new System.Drawing.Point(312, 270);
|
|
|
+ телефонLabel.Name = "телефонLabel";
|
|
|
+ телефонLabel.Size = new System.Drawing.Size(55, 13);
|
|
|
+ телефонLabel.TabIndex = 12;
|
|
|
+ телефонLabel.Text = "Телефон:";
|
|
|
+ //
|
|
|
+ // паспортные_данныеLabel
|
|
|
+ //
|
|
|
+ паспортные_данныеLabel.AutoSize = true;
|
|
|
+ паспортные_данныеLabel.Location = new System.Drawing.Point(253, 308);
|
|
|
+ паспортные_данныеLabel.Name = "паспортные_данныеLabel";
|
|
|
+ паспортные_данныеLabel.Size = new System.Drawing.Size(114, 13);
|
|
|
+ паспортные_данныеLabel.TabIndex = 14;
|
|
|
+ паспортные_данныеLabel.Text = "Паспортные данные:";
|
|
|
+ //
|
|
|
+ // номер_зачеткиLabel
|
|
|
+ //
|
|
|
+ номер_зачеткиLabel.AutoSize = true;
|
|
|
+ номер_зачеткиLabel.Location = new System.Drawing.Point(280, 348);
|
|
|
+ номер_зачеткиLabel.Name = "номер_зачеткиLabel";
|
|
|
+ номер_зачеткиLabel.Size = new System.Drawing.Size(87, 13);
|
|
|
+ номер_зачеткиLabel.TabIndex = 16;
|
|
|
+ номер_зачеткиLabel.Text = "Номер зачетки:";
|
|
|
+ //
|
|
|
+ // дата_поступленияLabel
|
|
|
+ //
|
|
|
+ дата_поступленияLabel.AutoSize = true;
|
|
|
+ дата_поступленияLabel.Location = new System.Drawing.Point(264, 386);
|
|
|
+ дата_поступленияLabel.Name = "дата_поступленияLabel";
|
|
|
+ дата_поступленияLabel.Size = new System.Drawing.Size(103, 13);
|
|
|
+ дата_поступленияLabel.TabIndex = 18;
|
|
|
+ дата_поступленияLabel.Text = "Дата поступления:";
|
|
|
+ //
|
|
|
+ // группаLabel
|
|
|
+ //
|
|
|
+ группаLabel.AutoSize = true;
|
|
|
+ группаLabel.Location = new System.Drawing.Point(322, 422);
|
|
|
+ группаLabel.Name = "группаLabel";
|
|
|
+ группаLabel.Size = new System.Drawing.Size(45, 13);
|
|
|
+ группаLabel.TabIndex = 20;
|
|
|
+ группаLabel.Text = "Группа:";
|
|
|
+ //
|
|
|
+ // код_специальностиLabel
|
|
|
+ //
|
|
|
+ код_специальностиLabel.AutoSize = true;
|
|
|
+ код_специальностиLabel.Location = new System.Drawing.Point(258, 491);
|
|
|
+ код_специальностиLabel.Name = "код_специальностиLabel";
|
|
|
+ код_специальностиLabel.Size = new System.Drawing.Size(109, 13);
|
|
|
+ код_специальностиLabel.TabIndex = 24;
|
|
|
+ код_специальностиLabel.Text = "Код специальности:";
|
|
|
+ //
|
|
|
+ // очная_форма_обученияLabel
|
|
|
+ //
|
|
|
+ очная_форма_обученияLabel.AutoSize = true;
|
|
|
+ очная_форма_обученияLabel.Location = new System.Drawing.Point(240, 527);
|
|
|
+ очная_форма_обученияLabel.Name = "очная_форма_обученияLabel";
|
|
|
+ очная_форма_обученияLabel.Size = new System.Drawing.Size(127, 13);
|
|
|
+ очная_форма_обученияLabel.TabIndex = 26;
|
|
|
+ очная_форма_обученияLabel.Text = "Очная форма обучения:";
|
|
|
+ //
|
|
|
// label1
|
|
|
//
|
|
|
this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
|
|
@@ -166,6 +260,31 @@ namespace DyakonovSTUD
|
|
|
this.студентыBindingNavigator.TabIndex = 3;
|
|
|
this.студентыBindingNavigator.Text = "bindingNavigator1";
|
|
|
//
|
|
|
+ // bindingNavigatorAddNewItem
|
|
|
+ //
|
|
|
+ this.bindingNavigatorAddNewItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
|
|
|
+ this.bindingNavigatorAddNewItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorAddNewItem.Image")));
|
|
|
+ this.bindingNavigatorAddNewItem.Name = "bindingNavigatorAddNewItem";
|
|
|
+ this.bindingNavigatorAddNewItem.RightToLeftAutoMirrorImage = true;
|
|
|
+ this.bindingNavigatorAddNewItem.Size = new System.Drawing.Size(23, 22);
|
|
|
+ this.bindingNavigatorAddNewItem.Text = "Добавить";
|
|
|
+ //
|
|
|
+ // bindingNavigatorCountItem
|
|
|
+ //
|
|
|
+ this.bindingNavigatorCountItem.Name = "bindingNavigatorCountItem";
|
|
|
+ this.bindingNavigatorCountItem.Size = new System.Drawing.Size(43, 22);
|
|
|
+ this.bindingNavigatorCountItem.Text = "для {0}";
|
|
|
+ this.bindingNavigatorCountItem.ToolTipText = "Общее число элементов";
|
|
|
+ //
|
|
|
+ // bindingNavigatorDeleteItem
|
|
|
+ //
|
|
|
+ this.bindingNavigatorDeleteItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
|
|
|
+ this.bindingNavigatorDeleteItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorDeleteItem.Image")));
|
|
|
+ this.bindingNavigatorDeleteItem.Name = "bindingNavigatorDeleteItem";
|
|
|
+ this.bindingNavigatorDeleteItem.RightToLeftAutoMirrorImage = true;
|
|
|
+ this.bindingNavigatorDeleteItem.Size = new System.Drawing.Size(23, 22);
|
|
|
+ this.bindingNavigatorDeleteItem.Text = "Удалить";
|
|
|
+ //
|
|
|
// bindingNavigatorMoveFirstItem
|
|
|
//
|
|
|
this.bindingNavigatorMoveFirstItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
|
|
@@ -198,17 +317,10 @@ namespace DyakonovSTUD
|
|
|
this.bindingNavigatorPositionItem.Text = "0";
|
|
|
this.bindingNavigatorPositionItem.ToolTipText = "Текущее положение";
|
|
|
//
|
|
|
- // bindingNavigatorCountItem
|
|
|
- //
|
|
|
- this.bindingNavigatorCountItem.Name = "bindingNavigatorCountItem";
|
|
|
- this.bindingNavigatorCountItem.Size = new System.Drawing.Size(43, 15);
|
|
|
- this.bindingNavigatorCountItem.Text = "для {0}";
|
|
|
- this.bindingNavigatorCountItem.ToolTipText = "Общее число элементов";
|
|
|
- //
|
|
|
// bindingNavigatorSeparator1
|
|
|
//
|
|
|
- this.bindingNavigatorSeparator1.Name = "bindingNavigatorSeparator";
|
|
|
- this.bindingNavigatorSeparator1.Size = new System.Drawing.Size(6, 6);
|
|
|
+ this.bindingNavigatorSeparator1.Name = "bindingNavigatorSeparator1";
|
|
|
+ this.bindingNavigatorSeparator1.Size = new System.Drawing.Size(6, 25);
|
|
|
//
|
|
|
// bindingNavigatorMoveNextItem
|
|
|
//
|
|
@@ -216,7 +328,7 @@ namespace DyakonovSTUD
|
|
|
this.bindingNavigatorMoveNextItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveNextItem.Image")));
|
|
|
this.bindingNavigatorMoveNextItem.Name = "bindingNavigatorMoveNextItem";
|
|
|
this.bindingNavigatorMoveNextItem.RightToLeftAutoMirrorImage = true;
|
|
|
- this.bindingNavigatorMoveNextItem.Size = new System.Drawing.Size(23, 20);
|
|
|
+ this.bindingNavigatorMoveNextItem.Size = new System.Drawing.Size(23, 22);
|
|
|
this.bindingNavigatorMoveNextItem.Text = "Переместить вперед";
|
|
|
//
|
|
|
// bindingNavigatorMoveLastItem
|
|
@@ -225,84 +337,31 @@ namespace DyakonovSTUD
|
|
|
this.bindingNavigatorMoveLastItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveLastItem.Image")));
|
|
|
this.bindingNavigatorMoveLastItem.Name = "bindingNavigatorMoveLastItem";
|
|
|
this.bindingNavigatorMoveLastItem.RightToLeftAutoMirrorImage = true;
|
|
|
- this.bindingNavigatorMoveLastItem.Size = new System.Drawing.Size(23, 20);
|
|
|
+ this.bindingNavigatorMoveLastItem.Size = new System.Drawing.Size(23, 22);
|
|
|
this.bindingNavigatorMoveLastItem.Text = "Переместить в конец";
|
|
|
//
|
|
|
// bindingNavigatorSeparator2
|
|
|
//
|
|
|
- this.bindingNavigatorSeparator2.Name = "bindingNavigatorSeparator";
|
|
|
- this.bindingNavigatorSeparator2.Size = new System.Drawing.Size(6, 6);
|
|
|
- //
|
|
|
- // bindingNavigatorAddNewItem
|
|
|
- //
|
|
|
- this.bindingNavigatorAddNewItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
|
|
|
- this.bindingNavigatorAddNewItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorAddNewItem.Image")));
|
|
|
- this.bindingNavigatorAddNewItem.Name = "bindingNavigatorAddNewItem";
|
|
|
- this.bindingNavigatorAddNewItem.RightToLeftAutoMirrorImage = true;
|
|
|
- this.bindingNavigatorAddNewItem.Size = new System.Drawing.Size(23, 22);
|
|
|
- this.bindingNavigatorAddNewItem.Text = "Добавить";
|
|
|
- //
|
|
|
- // bindingNavigatorDeleteItem
|
|
|
- //
|
|
|
- this.bindingNavigatorDeleteItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
|
|
|
- this.bindingNavigatorDeleteItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorDeleteItem.Image")));
|
|
|
- this.bindingNavigatorDeleteItem.Name = "bindingNavigatorDeleteItem";
|
|
|
- this.bindingNavigatorDeleteItem.RightToLeftAutoMirrorImage = true;
|
|
|
- this.bindingNavigatorDeleteItem.Size = new System.Drawing.Size(23, 20);
|
|
|
- this.bindingNavigatorDeleteItem.Text = "Удалить";
|
|
|
+ this.bindingNavigatorSeparator2.Name = "bindingNavigatorSeparator2";
|
|
|
+ this.bindingNavigatorSeparator2.Size = new System.Drawing.Size(6, 25);
|
|
|
//
|
|
|
// студентыBindingNavigatorSaveItem
|
|
|
//
|
|
|
this.студентыBindingNavigatorSaveItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
|
|
|
this.студентыBindingNavigatorSaveItem.Image = ((System.Drawing.Image)(resources.GetObject("студентыBindingNavigatorSaveItem.Image")));
|
|
|
this.студентыBindingNavigatorSaveItem.Name = "студентыBindingNavigatorSaveItem";
|
|
|
- this.студентыBindingNavigatorSaveItem.Size = new System.Drawing.Size(23, 23);
|
|
|
+ this.студентыBindingNavigatorSaveItem.Size = new System.Drawing.Size(23, 22);
|
|
|
this.студентыBindingNavigatorSaveItem.Text = "Сохранить данные";
|
|
|
this.студентыBindingNavigatorSaveItem.Click += new System.EventHandler(this.студентыBindingNavigatorSaveItem_Click);
|
|
|
//
|
|
|
- // фИОLabel
|
|
|
- //
|
|
|
- фИОLabel.AutoSize = true;
|
|
|
- фИОLabel.Location = new System.Drawing.Point(330, 84);
|
|
|
- фИОLabel.Name = "фИОLabel";
|
|
|
- фИОLabel.Size = new System.Drawing.Size(37, 13);
|
|
|
- фИОLabel.TabIndex = 3;
|
|
|
- фИОLabel.Text = "ФИО:";
|
|
|
- //
|
|
|
// фИОTextBox
|
|
|
//
|
|
|
this.фИОTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.студентыBindingSource, "ФИО", true));
|
|
|
this.фИОTextBox.Location = new System.Drawing.Point(373, 81);
|
|
|
this.фИОTextBox.Name = "фИОTextBox";
|
|
|
- this.фИОTextBox.Size = new System.Drawing.Size(100, 20);
|
|
|
+ this.фИОTextBox.Size = new System.Drawing.Size(120, 20);
|
|
|
this.фИОTextBox.TabIndex = 4;
|
|
|
//
|
|
|
- // полLabel
|
|
|
- //
|
|
|
- полLabel.AutoSize = true;
|
|
|
- полLabel.Location = new System.Drawing.Point(337, 116);
|
|
|
- полLabel.Name = "полLabel";
|
|
|
- полLabel.Size = new System.Drawing.Size(30, 13);
|
|
|
- полLabel.TabIndex = 4;
|
|
|
- полLabel.Text = "Пол:";
|
|
|
- //
|
|
|
- // полTextBox
|
|
|
- //
|
|
|
- this.полTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.студентыBindingSource, "Пол", true));
|
|
|
- this.полTextBox.Location = new System.Drawing.Point(373, 113);
|
|
|
- this.полTextBox.Name = "полTextBox";
|
|
|
- this.полTextBox.Size = new System.Drawing.Size(100, 20);
|
|
|
- this.полTextBox.TabIndex = 5;
|
|
|
- //
|
|
|
- // дата_рожденияLabel
|
|
|
- //
|
|
|
- дата_рожденияLabel.AutoSize = true;
|
|
|
- дата_рожденияLabel.Location = new System.Drawing.Point(278, 154);
|
|
|
- дата_рожденияLabel.Name = "дата_рожденияLabel";
|
|
|
- дата_рожденияLabel.Size = new System.Drawing.Size(89, 13);
|
|
|
- дата_рожденияLabel.TabIndex = 6;
|
|
|
- дата_рожденияLabel.Text = "Дата рождения:";
|
|
|
- //
|
|
|
// дата_рожденияDateTimePicker
|
|
|
//
|
|
|
this.дата_рожденияDateTimePicker.DataBindings.Add(new System.Windows.Forms.Binding("Value", this.студентыBindingSource, "Дата рождения", true));
|
|
@@ -311,32 +370,6 @@ namespace DyakonovSTUD
|
|
|
this.дата_рожденияDateTimePicker.Size = new System.Drawing.Size(200, 20);
|
|
|
this.дата_рожденияDateTimePicker.TabIndex = 7;
|
|
|
//
|
|
|
- // родителиLabel
|
|
|
- //
|
|
|
- родителиLabel.AutoSize = true;
|
|
|
- родителиLabel.Location = new System.Drawing.Point(309, 193);
|
|
|
- родителиLabel.Name = "родителиLabel";
|
|
|
- родителиLabel.Size = new System.Drawing.Size(58, 13);
|
|
|
- родителиLabel.TabIndex = 8;
|
|
|
- родителиLabel.Text = "Родители:";
|
|
|
- //
|
|
|
- // родителиTextBox
|
|
|
- //
|
|
|
- this.родителиTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.студентыBindingSource, "Родители", true));
|
|
|
- this.родителиTextBox.Location = new System.Drawing.Point(373, 190);
|
|
|
- this.родителиTextBox.Name = "родителиTextBox";
|
|
|
- this.родителиTextBox.Size = new System.Drawing.Size(100, 20);
|
|
|
- this.родителиTextBox.TabIndex = 9;
|
|
|
- //
|
|
|
- // адресLabel
|
|
|
- //
|
|
|
- адресLabel.AutoSize = true;
|
|
|
- адресLabel.Location = new System.Drawing.Point(326, 232);
|
|
|
- адресLabel.Name = "адресLabel";
|
|
|
- адресLabel.Size = new System.Drawing.Size(41, 13);
|
|
|
- адресLabel.TabIndex = 10;
|
|
|
- адресLabel.Text = "Адрес:";
|
|
|
- //
|
|
|
// адресTextBox
|
|
|
//
|
|
|
this.адресTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.студентыBindingSource, "Адрес", true));
|
|
@@ -345,66 +378,6 @@ namespace DyakonovSTUD
|
|
|
this.адресTextBox.Size = new System.Drawing.Size(100, 20);
|
|
|
this.адресTextBox.TabIndex = 11;
|
|
|
//
|
|
|
- // телефонLabel
|
|
|
- //
|
|
|
- телефонLabel.AutoSize = true;
|
|
|
- телефонLabel.Location = new System.Drawing.Point(312, 270);
|
|
|
- телефонLabel.Name = "телефонLabel";
|
|
|
- телефонLabel.Size = new System.Drawing.Size(55, 13);
|
|
|
- телефонLabel.TabIndex = 12;
|
|
|
- телефонLabel.Text = "Телефон:";
|
|
|
- //
|
|
|
- // телефонTextBox
|
|
|
- //
|
|
|
- this.телефонTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.студентыBindingSource, "Телефон", true));
|
|
|
- this.телефонTextBox.Location = new System.Drawing.Point(373, 267);
|
|
|
- this.телефонTextBox.Name = "телефонTextBox";
|
|
|
- this.телефонTextBox.Size = new System.Drawing.Size(100, 20);
|
|
|
- this.телефонTextBox.TabIndex = 13;
|
|
|
- //
|
|
|
- // паспортные_данныеLabel
|
|
|
- //
|
|
|
- паспортные_данныеLabel.AutoSize = true;
|
|
|
- паспортные_данныеLabel.Location = new System.Drawing.Point(253, 308);
|
|
|
- паспортные_данныеLabel.Name = "паспортные_данныеLabel";
|
|
|
- паспортные_данныеLabel.Size = new System.Drawing.Size(114, 13);
|
|
|
- паспортные_данныеLabel.TabIndex = 14;
|
|
|
- паспортные_данныеLabel.Text = "Паспортные данные:";
|
|
|
- //
|
|
|
- // паспортные_данныеTextBox
|
|
|
- //
|
|
|
- this.паспортные_данныеTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.студентыBindingSource, "Паспортные данные", true));
|
|
|
- this.паспортные_данныеTextBox.Location = new System.Drawing.Point(373, 305);
|
|
|
- this.паспортные_данныеTextBox.Name = "паспортные_данныеTextBox";
|
|
|
- this.паспортные_данныеTextBox.Size = new System.Drawing.Size(100, 20);
|
|
|
- this.паспортные_данныеTextBox.TabIndex = 15;
|
|
|
- //
|
|
|
- // номер_зачеткиLabel
|
|
|
- //
|
|
|
- номер_зачеткиLabel.AutoSize = true;
|
|
|
- номер_зачеткиLabel.Location = new System.Drawing.Point(280, 348);
|
|
|
- номер_зачеткиLabel.Name = "номер_зачеткиLabel";
|
|
|
- номер_зачеткиLabel.Size = new System.Drawing.Size(87, 13);
|
|
|
- номер_зачеткиLabel.TabIndex = 16;
|
|
|
- номер_зачеткиLabel.Text = "Номер зачетки:";
|
|
|
- //
|
|
|
- // номер_зачеткиTextBox
|
|
|
- //
|
|
|
- this.номер_зачеткиTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.студентыBindingSource, "Номер зачетки", true));
|
|
|
- this.номер_зачеткиTextBox.Location = new System.Drawing.Point(373, 345);
|
|
|
- this.номер_зачеткиTextBox.Name = "номер_зачеткиTextBox";
|
|
|
- this.номер_зачеткиTextBox.Size = new System.Drawing.Size(100, 20);
|
|
|
- this.номер_зачеткиTextBox.TabIndex = 17;
|
|
|
- //
|
|
|
- // дата_поступленияLabel
|
|
|
- //
|
|
|
- дата_поступленияLabel.AutoSize = true;
|
|
|
- дата_поступленияLabel.Location = new System.Drawing.Point(264, 386);
|
|
|
- дата_поступленияLabel.Name = "дата_поступленияLabel";
|
|
|
- дата_поступленияLabel.Size = new System.Drawing.Size(103, 13);
|
|
|
- дата_поступленияLabel.TabIndex = 18;
|
|
|
- дата_поступленияLabel.Text = "Дата поступления:";
|
|
|
- //
|
|
|
// дата_поступленияDateTimePicker
|
|
|
//
|
|
|
this.дата_поступленияDateTimePicker.DataBindings.Add(new System.Windows.Forms.Binding("Value", this.студентыBindingSource, "Дата поступления", true));
|
|
@@ -413,15 +386,6 @@ namespace DyakonovSTUD
|
|
|
this.дата_поступленияDateTimePicker.Size = new System.Drawing.Size(200, 20);
|
|
|
this.дата_поступленияDateTimePicker.TabIndex = 19;
|
|
|
//
|
|
|
- // группаLabel
|
|
|
- //
|
|
|
- группаLabel.AutoSize = true;
|
|
|
- группаLabel.Location = new System.Drawing.Point(322, 422);
|
|
|
- группаLabel.Name = "группаLabel";
|
|
|
- группаLabel.Size = new System.Drawing.Size(45, 13);
|
|
|
- группаLabel.TabIndex = 20;
|
|
|
- группаLabel.Text = "Группа:";
|
|
|
- //
|
|
|
// группаTextBox
|
|
|
//
|
|
|
this.группаTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.студентыBindingSource, "Группа", true));
|
|
@@ -430,49 +394,6 @@ namespace DyakonovSTUD
|
|
|
this.группаTextBox.Size = new System.Drawing.Size(100, 20);
|
|
|
this.группаTextBox.TabIndex = 21;
|
|
|
//
|
|
|
- // курсLabel
|
|
|
- //
|
|
|
- курсLabel.AutoSize = true;
|
|
|
- курсLabel.Location = new System.Drawing.Point(333, 457);
|
|
|
- курсLabel.Name = "курсLabel";
|
|
|
- курсLabel.Size = new System.Drawing.Size(34, 13);
|
|
|
- курсLabel.TabIndex = 22;
|
|
|
- курсLabel.Text = "Курс:";
|
|
|
- //
|
|
|
- // курсTextBox
|
|
|
- //
|
|
|
- this.курсTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.студентыBindingSource, "Курс", true));
|
|
|
- this.курсTextBox.Location = new System.Drawing.Point(373, 454);
|
|
|
- this.курсTextBox.Name = "курсTextBox";
|
|
|
- this.курсTextBox.Size = new System.Drawing.Size(100, 20);
|
|
|
- this.курсTextBox.TabIndex = 23;
|
|
|
- //
|
|
|
- // код_специальностиLabel
|
|
|
- //
|
|
|
- код_специальностиLabel.AutoSize = true;
|
|
|
- код_специальностиLabel.Location = new System.Drawing.Point(258, 491);
|
|
|
- код_специальностиLabel.Name = "код_специальностиLabel";
|
|
|
- код_специальностиLabel.Size = new System.Drawing.Size(109, 13);
|
|
|
- код_специальностиLabel.TabIndex = 24;
|
|
|
- код_специальностиLabel.Text = "Код специальности:";
|
|
|
- //
|
|
|
- // код_специальностиTextBox
|
|
|
- //
|
|
|
- this.код_специальностиTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.студентыBindingSource, "Код специальности", true));
|
|
|
- this.код_специальностиTextBox.Location = new System.Drawing.Point(373, 488);
|
|
|
- this.код_специальностиTextBox.Name = "код_специальностиTextBox";
|
|
|
- this.код_специальностиTextBox.Size = new System.Drawing.Size(100, 20);
|
|
|
- this.код_специальностиTextBox.TabIndex = 25;
|
|
|
- //
|
|
|
- // очная_форма_обученияLabel
|
|
|
- //
|
|
|
- очная_форма_обученияLabel.AutoSize = true;
|
|
|
- очная_форма_обученияLabel.Location = new System.Drawing.Point(240, 527);
|
|
|
- очная_форма_обученияLabel.Name = "очная_форма_обученияLabel";
|
|
|
- очная_форма_обученияLabel.Size = new System.Drawing.Size(127, 13);
|
|
|
- очная_форма_обученияLabel.TabIndex = 26;
|
|
|
- очная_форма_обученияLabel.Text = "Очная форма обучения:";
|
|
|
- //
|
|
|
// очная_форма_обученияCheckBox
|
|
|
//
|
|
|
this.очная_форма_обученияCheckBox.DataBindings.Add(new System.Windows.Forms.Binding("CheckState", this.студентыBindingSource, "Очная форма обучения", true));
|
|
@@ -553,11 +474,132 @@ namespace DyakonovSTUD
|
|
|
this.button7.UseVisualStyleBackColor = true;
|
|
|
this.button7.Click += new System.EventHandler(this.button7_Click);
|
|
|
//
|
|
|
+ // maskedTextBox1
|
|
|
+ //
|
|
|
+ this.maskedTextBox1.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.студентыBindingSource, "Телефон", true));
|
|
|
+ this.maskedTextBox1.Location = new System.Drawing.Point(373, 270);
|
|
|
+ this.maskedTextBox1.Mask = "+7 (999) 000-0000";
|
|
|
+ this.maskedTextBox1.Name = "maskedTextBox1";
|
|
|
+ this.maskedTextBox1.Size = new System.Drawing.Size(200, 20);
|
|
|
+ this.maskedTextBox1.TabIndex = 29;
|
|
|
+ //
|
|
|
+ // maskedTextBox2
|
|
|
+ //
|
|
|
+ this.maskedTextBox2.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.студентыBindingSource, "Паспортные данные", true));
|
|
|
+ this.maskedTextBox2.Location = new System.Drawing.Point(373, 305);
|
|
|
+ this.maskedTextBox2.Mask = "0000-000000";
|
|
|
+ this.maskedTextBox2.Name = "maskedTextBox2";
|
|
|
+ this.maskedTextBox2.Size = new System.Drawing.Size(200, 20);
|
|
|
+ this.maskedTextBox2.TabIndex = 30;
|
|
|
+ //
|
|
|
+ // maskedTextBox3
|
|
|
+ //
|
|
|
+ this.maskedTextBox3.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.студентыBindingSource, "Номер зачетки", true));
|
|
|
+ this.maskedTextBox3.Location = new System.Drawing.Point(373, 348);
|
|
|
+ this.maskedTextBox3.Mask = "00000";
|
|
|
+ this.maskedTextBox3.Name = "maskedTextBox3";
|
|
|
+ this.maskedTextBox3.Size = new System.Drawing.Size(200, 20);
|
|
|
+ this.maskedTextBox3.TabIndex = 31;
|
|
|
+ this.maskedTextBox3.ValidatingType = typeof(int);
|
|
|
+ //
|
|
|
+ // курсLabel1
|
|
|
+ //
|
|
|
+ курсLabel1.AutoSize = true;
|
|
|
+ курсLabel1.Location = new System.Drawing.Point(333, 454);
|
|
|
+ курсLabel1.Name = "курсLabel1";
|
|
|
+ курсLabel1.Size = new System.Drawing.Size(34, 13);
|
|
|
+ курсLabel1.TabIndex = 31;
|
|
|
+ курсLabel1.Text = "Курс:";
|
|
|
+ //
|
|
|
+ // курсNumericUpDown
|
|
|
+ //
|
|
|
+ this.курсNumericUpDown.DataBindings.Add(new System.Windows.Forms.Binding("Value", this.студентыBindingSource, "Курс", true));
|
|
|
+ this.курсNumericUpDown.Location = new System.Drawing.Point(373, 454);
|
|
|
+ this.курсNumericUpDown.Name = "курсNumericUpDown";
|
|
|
+ this.курсNumericUpDown.Size = new System.Drawing.Size(120, 20);
|
|
|
+ this.курсNumericUpDown.TabIndex = 32;
|
|
|
+ //
|
|
|
+ // полLabel1
|
|
|
+ //
|
|
|
+ полLabel1.AutoSize = true;
|
|
|
+ полLabel1.Location = new System.Drawing.Point(336, 126);
|
|
|
+ полLabel1.Name = "полLabel1";
|
|
|
+ полLabel1.Size = new System.Drawing.Size(30, 13);
|
|
|
+ полLabel1.TabIndex = 32;
|
|
|
+ полLabel1.Text = "Пол:";
|
|
|
+ //
|
|
|
+ // полComboBox
|
|
|
+ //
|
|
|
+ this.полComboBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.студентыBindingSource, "Пол", true));
|
|
|
+ this.полComboBox.FormattingEnabled = true;
|
|
|
+ this.полComboBox.Items.AddRange(new object[] {
|
|
|
+ "Мужской",
|
|
|
+ "Женский"});
|
|
|
+ this.полComboBox.Location = new System.Drawing.Point(372, 123);
|
|
|
+ this.полComboBox.Name = "полComboBox";
|
|
|
+ this.полComboBox.Size = new System.Drawing.Size(121, 21);
|
|
|
+ this.полComboBox.TabIndex = 33;
|
|
|
+ //
|
|
|
+ // родителиLabel1
|
|
|
+ //
|
|
|
+ родителиLabel1.AutoSize = true;
|
|
|
+ родителиLabel1.Location = new System.Drawing.Point(309, 190);
|
|
|
+ родителиLabel1.Name = "родителиLabel1";
|
|
|
+ родителиLabel1.Size = new System.Drawing.Size(58, 13);
|
|
|
+ родителиLabel1.TabIndex = 33;
|
|
|
+ родителиLabel1.Text = "Родители:";
|
|
|
+ //
|
|
|
+ // родителиComboBox
|
|
|
+ //
|
|
|
+ this.родителиComboBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.студентыBindingSource, "Родители", true));
|
|
|
+ this.родителиComboBox.FormattingEnabled = true;
|
|
|
+ this.родителиComboBox.Items.AddRange(new object[] {
|
|
|
+ "Отец и Мать",
|
|
|
+ "Мать",
|
|
|
+ "Отец",
|
|
|
+ "Нет"});
|
|
|
+ this.родителиComboBox.Location = new System.Drawing.Point(373, 187);
|
|
|
+ this.родителиComboBox.Name = "родителиComboBox";
|
|
|
+ this.родителиComboBox.Size = new System.Drawing.Size(121, 21);
|
|
|
+ this.родителиComboBox.TabIndex = 34;
|
|
|
+ //
|
|
|
+ // comboBox1
|
|
|
+ //
|
|
|
+ this.comboBox1.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.студентыBindingSource, "Код специальности", true));
|
|
|
+ this.comboBox1.DataBindings.Add(new System.Windows.Forms.Binding("SelectedValue", this.студентыBindingSource, "Код специальности", true));
|
|
|
+ this.comboBox1.DataSource = this.специальностиBindingSource;
|
|
|
+ this.comboBox1.DisplayMember = "Наименование специальности";
|
|
|
+ this.comboBox1.FormattingEnabled = true;
|
|
|
+ this.comboBox1.Location = new System.Drawing.Point(372, 491);
|
|
|
+ this.comboBox1.Name = "comboBox1";
|
|
|
+ this.comboBox1.Size = new System.Drawing.Size(121, 21);
|
|
|
+ this.comboBox1.TabIndex = 35;
|
|
|
+ this.comboBox1.ValueMember = "Код специальности";
|
|
|
+ //
|
|
|
+ // специальностиBindingSource
|
|
|
+ //
|
|
|
+ this.специальностиBindingSource.DataMember = "Специальности";
|
|
|
+ this.специальностиBindingSource.DataSource = this.rP31DyakonovStudentsDataSet;
|
|
|
+ //
|
|
|
+ // специальностиTableAdapter
|
|
|
+ //
|
|
|
+ this.специальностиTableAdapter.ClearBeforeFill = true;
|
|
|
+ //
|
|
|
// Form4
|
|
|
//
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
|
- this.ClientSize = new System.Drawing.Size(800, 685);
|
|
|
+ this.ClientSize = new System.Drawing.Size(800, 693);
|
|
|
+ this.Controls.Add(this.comboBox1);
|
|
|
+ this.Controls.Add(родителиLabel1);
|
|
|
+ this.Controls.Add(this.родителиComboBox);
|
|
|
+ this.Controls.Add(полLabel1);
|
|
|
+ this.Controls.Add(this.полComboBox);
|
|
|
+ this.Controls.Add(курсLabel1);
|
|
|
+ this.Controls.Add(this.курсNumericUpDown);
|
|
|
+ this.Controls.Add(this.maskedTextBox3);
|
|
|
+ this.Controls.Add(this.maskedTextBox2);
|
|
|
+ this.Controls.Add(this.maskedTextBox1);
|
|
|
this.Controls.Add(this.button7);
|
|
|
this.Controls.Add(this.button6);
|
|
|
this.Controls.Add(this.button5);
|
|
@@ -568,27 +610,17 @@ namespace DyakonovSTUD
|
|
|
this.Controls.Add(очная_форма_обученияLabel);
|
|
|
this.Controls.Add(this.очная_форма_обученияCheckBox);
|
|
|
this.Controls.Add(код_специальностиLabel);
|
|
|
- this.Controls.Add(this.код_специальностиTextBox);
|
|
|
- this.Controls.Add(курсLabel);
|
|
|
- this.Controls.Add(this.курсTextBox);
|
|
|
this.Controls.Add(группаLabel);
|
|
|
this.Controls.Add(this.группаTextBox);
|
|
|
this.Controls.Add(дата_поступленияLabel);
|
|
|
this.Controls.Add(this.дата_поступленияDateTimePicker);
|
|
|
this.Controls.Add(номер_зачеткиLabel);
|
|
|
- this.Controls.Add(this.номер_зачеткиTextBox);
|
|
|
this.Controls.Add(паспортные_данныеLabel);
|
|
|
- this.Controls.Add(this.паспортные_данныеTextBox);
|
|
|
this.Controls.Add(телефонLabel);
|
|
|
- this.Controls.Add(this.телефонTextBox);
|
|
|
this.Controls.Add(адресLabel);
|
|
|
this.Controls.Add(this.адресTextBox);
|
|
|
- this.Controls.Add(родителиLabel);
|
|
|
- this.Controls.Add(this.родителиTextBox);
|
|
|
this.Controls.Add(дата_рожденияLabel);
|
|
|
this.Controls.Add(this.дата_рожденияDateTimePicker);
|
|
|
- this.Controls.Add(полLabel);
|
|
|
- this.Controls.Add(this.полTextBox);
|
|
|
this.Controls.Add(фИОLabel);
|
|
|
this.Controls.Add(this.фИОTextBox);
|
|
|
this.Controls.Add(this.студентыBindingNavigator);
|
|
@@ -604,6 +636,8 @@ namespace DyakonovSTUD
|
|
|
((System.ComponentModel.ISupportInitialize)(this.студентыBindingNavigator)).EndInit();
|
|
|
this.студентыBindingNavigator.ResumeLayout(false);
|
|
|
this.студентыBindingNavigator.PerformLayout();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.курсNumericUpDown)).EndInit();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.специальностиBindingSource)).EndInit();
|
|
|
this.ResumeLayout(false);
|
|
|
this.PerformLayout();
|
|
|
|
|
@@ -630,17 +664,10 @@ namespace DyakonovSTUD
|
|
|
private System.Windows.Forms.ToolStripSeparator bindingNavigatorSeparator2;
|
|
|
private System.Windows.Forms.ToolStripButton студентыBindingNavigatorSaveItem;
|
|
|
private System.Windows.Forms.TextBox фИОTextBox;
|
|
|
- private System.Windows.Forms.TextBox полTextBox;
|
|
|
private System.Windows.Forms.DateTimePicker дата_рожденияDateTimePicker;
|
|
|
- private System.Windows.Forms.TextBox родителиTextBox;
|
|
|
private System.Windows.Forms.TextBox адресTextBox;
|
|
|
- private System.Windows.Forms.TextBox телефонTextBox;
|
|
|
- private System.Windows.Forms.TextBox паспортные_данныеTextBox;
|
|
|
- private System.Windows.Forms.TextBox номер_зачеткиTextBox;
|
|
|
private System.Windows.Forms.DateTimePicker дата_поступленияDateTimePicker;
|
|
|
private System.Windows.Forms.TextBox группаTextBox;
|
|
|
- private System.Windows.Forms.TextBox курсTextBox;
|
|
|
- private System.Windows.Forms.TextBox код_специальностиTextBox;
|
|
|
private System.Windows.Forms.CheckBox очная_форма_обученияCheckBox;
|
|
|
private System.Windows.Forms.Button button1;
|
|
|
private System.Windows.Forms.Button button2;
|
|
@@ -649,5 +676,14 @@ namespace DyakonovSTUD
|
|
|
private System.Windows.Forms.Button button5;
|
|
|
private System.Windows.Forms.Button button6;
|
|
|
private System.Windows.Forms.Button button7;
|
|
|
+ private System.Windows.Forms.MaskedTextBox maskedTextBox1;
|
|
|
+ private System.Windows.Forms.MaskedTextBox maskedTextBox2;
|
|
|
+ private System.Windows.Forms.MaskedTextBox maskedTextBox3;
|
|
|
+ private System.Windows.Forms.NumericUpDown курсNumericUpDown;
|
|
|
+ private System.Windows.Forms.ComboBox полComboBox;
|
|
|
+ private System.Windows.Forms.ComboBox родителиComboBox;
|
|
|
+ private System.Windows.Forms.ComboBox comboBox1;
|
|
|
+ private System.Windows.Forms.BindingSource специальностиBindingSource;
|
|
|
+ private RP31DyakonovStudentsDataSetTableAdapters.СпециальностиTableAdapter специальностиTableAdapter;
|
|
|
}
|
|
|
}
|