|
@@ -30,19 +30,19 @@
|
|
|
{
|
|
|
this.components = new System.ComponentModel.Container();
|
|
|
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(Students));
|
|
|
+ System.Windows.Forms.Label курсLabel1;
|
|
|
+ System.Windows.Forms.Label полLabel1;
|
|
|
+ System.Windows.Forms.Label родителиLabel;
|
|
|
this.studentsDataSet = new KotenkovStudents.StudentsDataSet();
|
|
|
this.студентыBindingSource = new System.Windows.Forms.BindingSource(this.components);
|
|
|
this.студентыTableAdapter = new KotenkovStudents.StudentsDataSetTableAdapters.СтудентыTableAdapter();
|
|
@@ -61,36 +61,47 @@
|
|
|
this.bindingNavigatorSeparator2 = new System.Windows.Forms.ToolStripSeparator();
|
|
|
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.label1 = new System.Windows.Forms.Label();
|
|
|
this.очная_форма_обученияCheckBox = new System.Windows.Forms.CheckBox();
|
|
|
+ this.button1 = new System.Windows.Forms.Button();
|
|
|
+ this.button2 = new System.Windows.Forms.Button();
|
|
|
+ this.button3 = new System.Windows.Forms.Button();
|
|
|
+ this.button4 = new System.Windows.Forms.Button();
|
|
|
+ this.button5 = new System.Windows.Forms.Button();
|
|
|
+ this.button6 = new System.Windows.Forms.Button();
|
|
|
+ this.button7 = new System.Windows.Forms.Button();
|
|
|
+ this.maskedTextBox3 = new System.Windows.Forms.MaskedTextBox();
|
|
|
+ this.maskedTextBox4 = new System.Windows.Forms.MaskedTextBox();
|
|
|
+ this.maskedTextBox1 = 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 KotenkovStudents.StudentsDataSetTableAdapters.Специальности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();
|
|
|
+ родителиLabel = new System.Windows.Forms.Label();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.studentsDataSet)).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
|
|
@@ -102,15 +113,6 @@
|
|
|
фИОLabel.TabIndex = 1;
|
|
|
фИОLabel.Text = "ФИО:";
|
|
|
//
|
|
|
- // полLabel
|
|
|
- //
|
|
|
- полLabel.AutoSize = true;
|
|
|
- полLabel.Location = new System.Drawing.Point(359, 104);
|
|
|
- полLabel.Name = "полLabel";
|
|
|
- полLabel.Size = new System.Drawing.Size(30, 13);
|
|
|
- полLabel.TabIndex = 3;
|
|
|
- полLabel.Text = "Пол:";
|
|
|
- //
|
|
|
// дата_рожденияLabel
|
|
|
//
|
|
|
дата_рожденияLabel.AutoSize = true;
|
|
@@ -120,15 +122,6 @@
|
|
|
дата_рожденияLabel.TabIndex = 5;
|
|
|
дата_рожденияLabel.Text = "Дата рождения:";
|
|
|
//
|
|
|
- // родителиLabel
|
|
|
- //
|
|
|
- родителиLabel.AutoSize = true;
|
|
|
- родителиLabel.Location = new System.Drawing.Point(331, 166);
|
|
|
- родителиLabel.Name = "родителиLabel";
|
|
|
- родителиLabel.Size = new System.Drawing.Size(58, 13);
|
|
|
- родителиLabel.TabIndex = 7;
|
|
|
- родителиLabel.Text = "Родители:";
|
|
|
- //
|
|
|
// адресLabel
|
|
|
//
|
|
|
адресLabel.AutoSize = true;
|
|
@@ -183,15 +176,6 @@
|
|
|
группаLabel.TabIndex = 19;
|
|
|
группаLabel.Text = "Группа:";
|
|
|
//
|
|
|
- // курсLabel
|
|
|
- //
|
|
|
- курсLabel.AutoSize = true;
|
|
|
- курсLabel.Location = new System.Drawing.Point(355, 382);
|
|
|
- курсLabel.Name = "курсLabel";
|
|
|
- курсLabel.Size = new System.Drawing.Size(34, 13);
|
|
|
- курсLabel.TabIndex = 21;
|
|
|
- курсLabel.Text = "Курс:";
|
|
|
- //
|
|
|
// код_специальностиLabel
|
|
|
//
|
|
|
код_специальностиLabel.AutoSize = true;
|
|
@@ -366,14 +350,6 @@
|
|
|
this.фИОTextBox.Size = new System.Drawing.Size(100, 20);
|
|
|
this.фИОTextBox.TabIndex = 2;
|
|
|
//
|
|
|
- // полTextBox
|
|
|
- //
|
|
|
- this.полTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.студентыBindingSource, "Пол", true));
|
|
|
- this.полTextBox.Location = new System.Drawing.Point(395, 101);
|
|
|
- this.полTextBox.Name = "полTextBox";
|
|
|
- this.полTextBox.Size = new System.Drawing.Size(100, 20);
|
|
|
- this.полTextBox.TabIndex = 4;
|
|
|
- //
|
|
|
// дата_рожденияDateTimePicker
|
|
|
//
|
|
|
this.дата_рожденияDateTimePicker.DataBindings.Add(new System.Windows.Forms.Binding("Value", this.студентыBindingSource, "Дата рождения", true));
|
|
@@ -382,14 +358,6 @@
|
|
|
this.дата_рожденияDateTimePicker.Size = new System.Drawing.Size(200, 20);
|
|
|
this.дата_рожденияDateTimePicker.TabIndex = 6;
|
|
|
//
|
|
|
- // родителиTextBox
|
|
|
- //
|
|
|
- this.родителиTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.студентыBindingSource, "Родители", true));
|
|
|
- this.родителиTextBox.Location = new System.Drawing.Point(395, 163);
|
|
|
- this.родителиTextBox.Name = "родителиTextBox";
|
|
|
- this.родителиTextBox.Size = new System.Drawing.Size(100, 20);
|
|
|
- this.родителиTextBox.TabIndex = 8;
|
|
|
- //
|
|
|
// адресTextBox
|
|
|
//
|
|
|
this.адресTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.студентыBindingSource, "Адрес", true));
|
|
@@ -398,30 +366,6 @@
|
|
|
this.адресTextBox.Size = new System.Drawing.Size(100, 20);
|
|
|
this.адресTextBox.TabIndex = 10;
|
|
|
//
|
|
|
- // телефонTextBox
|
|
|
- //
|
|
|
- this.телефонTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.студентыBindingSource, "Телефон", true));
|
|
|
- this.телефонTextBox.Location = new System.Drawing.Point(395, 225);
|
|
|
- this.телефонTextBox.Name = "телефонTextBox";
|
|
|
- this.телефонTextBox.Size = new System.Drawing.Size(100, 20);
|
|
|
- this.телефонTextBox.TabIndex = 12;
|
|
|
- //
|
|
|
- // паспортные_данынеTextBox
|
|
|
- //
|
|
|
- this.паспортные_данынеTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.студентыBindingSource, "Паспортные даныне", true));
|
|
|
- this.паспортные_данынеTextBox.Location = new System.Drawing.Point(395, 254);
|
|
|
- this.паспортные_данынеTextBox.Name = "паспортные_данынеTextBox";
|
|
|
- this.паспортные_данынеTextBox.Size = new System.Drawing.Size(100, 20);
|
|
|
- this.паспортные_данынеTextBox.TabIndex = 14;
|
|
|
- //
|
|
|
- // номер_зачеткиTextBox
|
|
|
- //
|
|
|
- this.номер_зачеткиTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.студентыBindingSource, "Номер зачетки", true));
|
|
|
- this.номер_зачеткиTextBox.Location = new System.Drawing.Point(393, 285);
|
|
|
- this.номер_зачеткиTextBox.Name = "номер_зачеткиTextBox";
|
|
|
- this.номер_зачеткиTextBox.Size = new System.Drawing.Size(100, 20);
|
|
|
- this.номер_зачеткиTextBox.TabIndex = 16;
|
|
|
- //
|
|
|
// дата_поступленияDateTimePicker
|
|
|
//
|
|
|
this.дата_поступленияDateTimePicker.DataBindings.Add(new System.Windows.Forms.Binding("Value", this.студентыBindingSource, "Дата поступления", true));
|
|
@@ -438,22 +382,6 @@
|
|
|
this.группаTextBox.Size = new System.Drawing.Size(100, 20);
|
|
|
this.группаTextBox.TabIndex = 20;
|
|
|
//
|
|
|
- // курсTextBox
|
|
|
- //
|
|
|
- this.курсTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.студентыBindingSource, "Курс", true));
|
|
|
- this.курсTextBox.Location = new System.Drawing.Point(395, 379);
|
|
|
- this.курсTextBox.Name = "курсTextBox";
|
|
|
- this.курсTextBox.Size = new System.Drawing.Size(100, 20);
|
|
|
- this.курсTextBox.TabIndex = 22;
|
|
|
- //
|
|
|
- // код_специальностиTextBox
|
|
|
- //
|
|
|
- this.код_специальностиTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.студентыBindingSource, "Код специальности", true));
|
|
|
- this.код_специальностиTextBox.Location = new System.Drawing.Point(395, 409);
|
|
|
- this.код_специальностиTextBox.Name = "код_специальностиTextBox";
|
|
|
- this.код_специальностиTextBox.Size = new System.Drawing.Size(100, 20);
|
|
|
- this.код_специальностиTextBox.TabIndex = 24;
|
|
|
- //
|
|
|
// label1
|
|
|
//
|
|
|
this.label1.AutoSize = true;
|
|
@@ -472,36 +400,223 @@
|
|
|
this.очная_форма_обученияCheckBox.TabIndex = 27;
|
|
|
this.очная_форма_обученияCheckBox.UseVisualStyleBackColor = true;
|
|
|
//
|
|
|
+ // button1
|
|
|
+ //
|
|
|
+ this.button1.Location = new System.Drawing.Point(297, 495);
|
|
|
+ this.button1.Name = "button1";
|
|
|
+ this.button1.Size = new System.Drawing.Size(96, 23);
|
|
|
+ this.button1.TabIndex = 28;
|
|
|
+ this.button1.Text = "Первая";
|
|
|
+ this.button1.UseVisualStyleBackColor = true;
|
|
|
+ this.button1.Click += new System.EventHandler(this.button1_Click);
|
|
|
+ //
|
|
|
+ // button2
|
|
|
+ //
|
|
|
+ this.button2.Location = new System.Drawing.Point(397, 495);
|
|
|
+ this.button2.Name = "button2";
|
|
|
+ this.button2.Size = new System.Drawing.Size(98, 23);
|
|
|
+ this.button2.TabIndex = 29;
|
|
|
+ this.button2.Text = "Предыдущаю";
|
|
|
+ this.button2.UseVisualStyleBackColor = true;
|
|
|
+ this.button2.Click += new System.EventHandler(this.button2_Click);
|
|
|
+ //
|
|
|
+ // button3
|
|
|
+ //
|
|
|
+ this.button3.Location = new System.Drawing.Point(501, 495);
|
|
|
+ this.button3.Name = "button3";
|
|
|
+ this.button3.Size = new System.Drawing.Size(96, 23);
|
|
|
+ this.button3.TabIndex = 30;
|
|
|
+ this.button3.Text = "Добавить";
|
|
|
+ this.button3.UseVisualStyleBackColor = true;
|
|
|
+ this.button3.Click += new System.EventHandler(this.button3_Click);
|
|
|
+ //
|
|
|
+ // button4
|
|
|
+ //
|
|
|
+ this.button4.Location = new System.Drawing.Point(501, 524);
|
|
|
+ this.button4.Name = "button4";
|
|
|
+ this.button4.Size = new System.Drawing.Size(96, 23);
|
|
|
+ this.button4.TabIndex = 33;
|
|
|
+ this.button4.Text = "Удалить";
|
|
|
+ this.button4.UseVisualStyleBackColor = true;
|
|
|
+ this.button4.Click += new System.EventHandler(this.button4_Click);
|
|
|
+ //
|
|
|
+ // button5
|
|
|
+ //
|
|
|
+ this.button5.Location = new System.Drawing.Point(399, 524);
|
|
|
+ this.button5.Name = "button5";
|
|
|
+ this.button5.Size = new System.Drawing.Size(96, 23);
|
|
|
+ this.button5.TabIndex = 32;
|
|
|
+ this.button5.Text = "Следующая";
|
|
|
+ this.button5.UseVisualStyleBackColor = true;
|
|
|
+ this.button5.Click += new System.EventHandler(this.button5_Click);
|
|
|
+ //
|
|
|
+ // button6
|
|
|
+ //
|
|
|
+ this.button6.Location = new System.Drawing.Point(297, 524);
|
|
|
+ this.button6.Name = "button6";
|
|
|
+ this.button6.Size = new System.Drawing.Size(96, 23);
|
|
|
+ this.button6.TabIndex = 31;
|
|
|
+ this.button6.Text = "Последняя";
|
|
|
+ this.button6.UseVisualStyleBackColor = true;
|
|
|
+ this.button6.Click += new System.EventHandler(this.button6_Click);
|
|
|
+ //
|
|
|
+ // button7
|
|
|
+ //
|
|
|
+ this.button7.Location = new System.Drawing.Point(399, 553);
|
|
|
+ this.button7.Name = "button7";
|
|
|
+ this.button7.Size = new System.Drawing.Size(96, 23);
|
|
|
+ this.button7.TabIndex = 36;
|
|
|
+ this.button7.Text = "Сохранить";
|
|
|
+ this.button7.UseVisualStyleBackColor = true;
|
|
|
+ this.button7.Click += new System.EventHandler(this.button7_Click);
|
|
|
+ //
|
|
|
+ // maskedTextBox3
|
|
|
+ //
|
|
|
+ this.maskedTextBox3.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.студентыBindingSource, "Телефон", true));
|
|
|
+ this.maskedTextBox3.Location = new System.Drawing.Point(396, 228);
|
|
|
+ this.maskedTextBox3.Mask = "+7 (999) 000-0000";
|
|
|
+ this.maskedTextBox3.Name = "maskedTextBox3";
|
|
|
+ this.maskedTextBox3.Size = new System.Drawing.Size(197, 20);
|
|
|
+ this.maskedTextBox3.TabIndex = 39;
|
|
|
+ //
|
|
|
+ // maskedTextBox4
|
|
|
+ //
|
|
|
+ this.maskedTextBox4.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.студентыBindingSource, "Паспортные даныне", true));
|
|
|
+ this.maskedTextBox4.Location = new System.Drawing.Point(395, 257);
|
|
|
+ this.maskedTextBox4.Mask = "0000-000000";
|
|
|
+ this.maskedTextBox4.Name = "maskedTextBox4";
|
|
|
+ this.maskedTextBox4.Size = new System.Drawing.Size(198, 20);
|
|
|
+ this.maskedTextBox4.TabIndex = 40;
|
|
|
+ //
|
|
|
+ // maskedTextBox1
|
|
|
+ //
|
|
|
+ this.maskedTextBox1.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.студентыBindingSource, "Номер зачетки", true));
|
|
|
+ this.maskedTextBox1.Location = new System.Drawing.Point(395, 288);
|
|
|
+ this.maskedTextBox1.Mask = "00000";
|
|
|
+ this.maskedTextBox1.Name = "maskedTextBox1";
|
|
|
+ this.maskedTextBox1.Size = new System.Drawing.Size(198, 20);
|
|
|
+ this.maskedTextBox1.TabIndex = 41;
|
|
|
+ this.maskedTextBox1.ValidatingType = typeof(int);
|
|
|
+ //
|
|
|
+ // курсLabel1
|
|
|
+ //
|
|
|
+ курсLabel1.AutoSize = true;
|
|
|
+ курсLabel1.Location = new System.Drawing.Point(355, 381);
|
|
|
+ курсLabel1.Name = "курсLabel1";
|
|
|
+ курсLabel1.Size = new System.Drawing.Size(34, 13);
|
|
|
+ курсLabel1.TabIndex = 41;
|
|
|
+ курсLabel1.Text = "Курс:";
|
|
|
+ //
|
|
|
+ // курсNumericUpDown
|
|
|
+ //
|
|
|
+ this.курсNumericUpDown.DataBindings.Add(new System.Windows.Forms.Binding("Value", this.студентыBindingSource, "Курс", true));
|
|
|
+ this.курсNumericUpDown.Location = new System.Drawing.Point(395, 381);
|
|
|
+ this.курсNumericUpDown.Name = "курсNumericUpDown";
|
|
|
+ this.курсNumericUpDown.Size = new System.Drawing.Size(120, 20);
|
|
|
+ this.курсNumericUpDown.TabIndex = 42;
|
|
|
+ //
|
|
|
+ // полLabel1
|
|
|
+ //
|
|
|
+ полLabel1.AutoSize = true;
|
|
|
+ полLabel1.Location = new System.Drawing.Point(359, 103);
|
|
|
+ полLabel1.Name = "полLabel1";
|
|
|
+ полLabel1.Size = new System.Drawing.Size(30, 13);
|
|
|
+ полLabel1.TabIndex = 42;
|
|
|
+ пол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(395, 100);
|
|
|
+ this.полComboBox.Name = "полComboBox";
|
|
|
+ this.полComboBox.Size = new System.Drawing.Size(121, 21);
|
|
|
+ this.полComboBox.TabIndex = 43;
|
|
|
+ //
|
|
|
+ // родителиLabel
|
|
|
+ //
|
|
|
+ родителиLabel.AutoSize = true;
|
|
|
+ родителиLabel.Location = new System.Drawing.Point(331, 167);
|
|
|
+ родителиLabel.Name = "родителиLabel";
|
|
|
+ родителиLabel.Size = new System.Drawing.Size(58, 13);
|
|
|
+ родителиLabel.TabIndex = 43;
|
|
|
+ родителиLabel.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(395, 164);
|
|
|
+ this.родителиComboBox.Name = "родителиComboBox";
|
|
|
+ this.родителиComboBox.Size = new System.Drawing.Size(121, 21);
|
|
|
+ this.родителиComboBox.TabIndex = 44;
|
|
|
+ //
|
|
|
+ // comboBox1
|
|
|
+ //
|
|
|
+ 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(395, 412);
|
|
|
+ this.comboBox1.Name = "comboBox1";
|
|
|
+ this.comboBox1.Size = new System.Drawing.Size(198, 21);
|
|
|
+ this.comboBox1.TabIndex = 45;
|
|
|
+ this.comboBox1.ValueMember = "Код специальности";
|
|
|
+ //
|
|
|
+ // специальностиBindingSource
|
|
|
+ //
|
|
|
+ this.специальностиBindingSource.DataMember = "Специальности";
|
|
|
+ this.специальностиBindingSource.DataSource = this.studentsDataSet;
|
|
|
+ //
|
|
|
+ // специальностиTableAdapter
|
|
|
+ //
|
|
|
+ this.специальностиTableAdapter.ClearBeforeFill = true;
|
|
|
+ //
|
|
|
// Students
|
|
|
//
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
|
- this.ClientSize = new System.Drawing.Size(893, 530);
|
|
|
+ this.ClientSize = new System.Drawing.Size(893, 690);
|
|
|
+ this.Controls.Add(this.comboBox1);
|
|
|
+ this.Controls.Add(родителиLabel);
|
|
|
+ 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.maskedTextBox1);
|
|
|
+ this.Controls.Add(this.maskedTextBox4);
|
|
|
+ this.Controls.Add(this.maskedTextBox3);
|
|
|
+ this.Controls.Add(this.button7);
|
|
|
+ this.Controls.Add(this.button4);
|
|
|
+ this.Controls.Add(this.button5);
|
|
|
+ this.Controls.Add(this.button6);
|
|
|
+ this.Controls.Add(this.button3);
|
|
|
+ this.Controls.Add(this.button2);
|
|
|
+ this.Controls.Add(this.button1);
|
|
|
this.Controls.Add(очная_форма_обученияLabel);
|
|
|
this.Controls.Add(this.очная_форма_обученияCheckBox);
|
|
|
this.Controls.Add(this.label1);
|
|
|
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);
|
|
@@ -513,6 +628,8 @@
|
|
|
((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();
|
|
|
|
|
@@ -538,18 +655,27 @@
|
|
|
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.Label label1;
|
|
|
private System.Windows.Forms.CheckBox очная_форма_обученияCheckBox;
|
|
|
+ private System.Windows.Forms.Button button1;
|
|
|
+ private System.Windows.Forms.Button button2;
|
|
|
+ private System.Windows.Forms.Button button3;
|
|
|
+ private System.Windows.Forms.Button button4;
|
|
|
+ private System.Windows.Forms.Button button5;
|
|
|
+ private System.Windows.Forms.Button button6;
|
|
|
+ private System.Windows.Forms.Button button7;
|
|
|
+ private System.Windows.Forms.MaskedTextBox maskedTextBox3;
|
|
|
+ private System.Windows.Forms.MaskedTextBox maskedTextBox4;
|
|
|
+ private System.Windows.Forms.MaskedTextBox maskedTextBox1;
|
|
|
+ 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 StudentsDataSetTableAdapters.СпециальностиTableAdapter специальностиTableAdapter;
|
|
|
}
|
|
|
}
|