namespace IS31KiselevStudent { partial class Form4 { /// /// 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.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(Form4)); this.label1 = new System.Windows.Forms.Label(); this.iS31KiselevStudDataSet = new IS31KiselevStudent.IS31KiselevStudDataSet(); this.studentsBindingSource = new System.Windows.Forms.BindingSource(this.components); this.studentsTableAdapter = new IS31KiselevStudent.IS31KiselevStudDataSetTableAdapters.StudentsTableAdapter(); this.tableAdapterManager = new IS31KiselevStudent.IS31KiselevStudDataSetTableAdapters.TableAdapterManager(); this.studentsBindingNavigator = 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.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.studentsBindingNavigatorSaveItem = new System.Windows.Forms.ToolStripButton(); 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.дата_поступленияDateTimePicker = new System.Windows.Forms.DateTimePicker(); 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.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.specBindingSource = new System.Windows.Forms.BindingSource(this.components); this.specTableAdapter = new IS31KiselevStudent.IS31KiselevStudDataSetTableAdapters.specTableAdapter(); this.button8 = new System.Windows.Forms.Button(); фИО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(); ((System.ComponentModel.ISupportInitialize)(this.iS31KiselevStudDataSet)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.studentsBindingSource)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.studentsBindingNavigator)).BeginInit(); this.studentsBindingNavigator.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.курсNumericUpDown)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.specBindingSource)).BeginInit(); this.SuspendLayout(); // // фИОLabel // фИОLabel.AutoSize = true; фИОLabel.Location = new System.Drawing.Point(281, 130); фИОLabel.Name = "фИОLabel"; фИОLabel.Size = new System.Drawing.Size(37, 13); фИОLabel.TabIndex = 2; фИОLabel.Text = "ФИО:"; // // полLabel // полLabel.AutoSize = true; полLabel.Location = new System.Drawing.Point(288, 165); полLabel.Name = "полLabel"; полLabel.Size = new System.Drawing.Size(30, 13); полLabel.TabIndex = 4; полLabel.Text = "Пол:"; // // родителиLabel // родителиLabel.AutoSize = true; родителиLabel.Location = new System.Drawing.Point(260, 191); родителиLabel.Name = "родителиLabel"; родителиLabel.Size = new System.Drawing.Size(58, 13); родителиLabel.TabIndex = 6; родителиLabel.Text = "Родители:"; // // адресLabel // адресLabel.AutoSize = true; адресLabel.Location = new System.Drawing.Point(277, 228); адресLabel.Name = "адресLabel"; адресLabel.Size = new System.Drawing.Size(41, 13); адресLabel.TabIndex = 8; адресLabel.Text = "Адрес:"; // // телефонLabel // телефонLabel.AutoSize = true; телефонLabel.Location = new System.Drawing.Point(263, 266); телефонLabel.Name = "телефонLabel"; телефонLabel.Size = new System.Drawing.Size(55, 13); телефонLabel.TabIndex = 10; телефонLabel.Text = "Телефон:"; // // паспортные_данныеLabel // паспортные_данныеLabel.AutoSize = true; паспортные_данныеLabel.Location = new System.Drawing.Point(204, 301); паспортные_данныеLabel.Name = "паспортные_данныеLabel"; паспортные_данныеLabel.Size = new System.Drawing.Size(114, 13); паспортные_данныеLabel.TabIndex = 12; паспортные_данныеLabel.Text = "Паспортные данные:"; // // группаLabel // группаLabel.AutoSize = true; группаLabel.Location = new System.Drawing.Point(273, 327); группаLabel.Name = "группаLabel"; группаLabel.Size = new System.Drawing.Size(45, 13); группаLabel.TabIndex = 14; группаLabel.Text = "Группа:"; // // дата_рожденияLabel // дата_рожденияLabel.AutoSize = true; дата_рожденияLabel.Location = new System.Drawing.Point(181, 357); дата_рожденияLabel.Name = "дата_рожденияLabel"; дата_рожденияLabel.Size = new System.Drawing.Size(89, 13); дата_рожденияLabel.TabIndex = 16; дата_рожденияLabel.Text = "Дата рождения:"; // // дата_поступленияLabel // дата_поступленияLabel.AutoSize = true; дата_поступленияLabel.Location = new System.Drawing.Point(167, 383); дата_поступления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(231, 413); номер_зачеткиLabel.Name = "номер_зачеткиLabel"; номер_зачеткиLabel.Size = new System.Drawing.Size(87, 13); номер_зачеткиLabel.TabIndex = 20; номер_зачеткиLabel.Text = "Номер зачетки:"; // // курсLabel // курсLabel.AutoSize = true; курсLabel.Location = new System.Drawing.Point(284, 439); курсLabel.Name = "курсLabel"; курсLabel.Size = new System.Drawing.Size(34, 13); курсLabel.TabIndex = 22; курсLabel.Text = "Курс:"; // // код_специальностиLabel // код_специальностиLabel.AutoSize = true; код_специальностиLabel.Location = new System.Drawing.Point(209, 465); код_специальности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(191, 493); очная_форма_обученияLabel.Name = "очная_форма_обученияLabel"; очная_форма_обученияLabel.Size = new System.Drawing.Size(127, 13); очная_форма_обученияLabel.TabIndex = 26; очная_форма_обученияLabel.Text = "Очная форма обучения:"; // // label1 // this.label1.AutoSize = true; this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.label1.ForeColor = System.Drawing.Color.DarkBlue; this.label1.Location = new System.Drawing.Point(285, 67); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(193, 24); this.label1.TabIndex = 0; this.label1.Text = "Таблица \"Студенты\""; // // iS31KiselevStudDataSet // this.iS31KiselevStudDataSet.DataSetName = "IS31KiselevStudDataSet"; this.iS31KiselevStudDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema; // // studentsBindingSource // this.studentsBindingSource.DataMember = "Students"; this.studentsBindingSource.DataSource = this.iS31KiselevStudDataSet; // // studentsTableAdapter // this.studentsTableAdapter.ClearBeforeFill = true; // // tableAdapterManager // this.tableAdapterManager.BackupDataSetBeforeUpdate = false; this.tableAdapterManager.OcenkaTableAdapter = null; this.tableAdapterManager.PredmetTableAdapter = null; this.tableAdapterManager.specTableAdapter = null; this.tableAdapterManager.StudentsTableAdapter = this.studentsTableAdapter; this.tableAdapterManager.UpdateOrder = IS31KiselevStudent.IS31KiselevStudDataSetTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete; // // studentsBindingNavigator // this.studentsBindingNavigator.AddNewItem = this.bindingNavigatorAddNewItem; this.studentsBindingNavigator.BindingSource = this.studentsBindingSource; this.studentsBindingNavigator.CountItem = this.bindingNavigatorCountItem; this.studentsBindingNavigator.DeleteItem = this.bindingNavigatorDeleteItem; this.studentsBindingNavigator.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.bindingNavigatorMoveFirstItem, this.bindingNavigatorMovePreviousItem, this.bindingNavigatorSeparator, this.bindingNavigatorPositionItem, this.bindingNavigatorCountItem, this.bindingNavigatorSeparator1, this.bindingNavigatorMoveNextItem, this.bindingNavigatorMoveLastItem, this.bindingNavigatorSeparator2, this.bindingNavigatorAddNewItem, this.bindingNavigatorDeleteItem, this.studentsBindingNavigatorSaveItem}); this.studentsBindingNavigator.Location = new System.Drawing.Point(0, 0); this.studentsBindingNavigator.MoveFirstItem = this.bindingNavigatorMoveFirstItem; this.studentsBindingNavigator.MoveLastItem = this.bindingNavigatorMoveLastItem; this.studentsBindingNavigator.MoveNextItem = this.bindingNavigatorMoveNextItem; this.studentsBindingNavigator.MovePreviousItem = this.bindingNavigatorMovePreviousItem; this.studentsBindingNavigator.Name = "studentsBindingNavigator"; this.studentsBindingNavigator.PositionItem = this.bindingNavigatorPositionItem; this.studentsBindingNavigator.Size = new System.Drawing.Size(800, 25); this.studentsBindingNavigator.TabIndex = 1; this.studentsBindingNavigator.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; this.bindingNavigatorMoveFirstItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveFirstItem.Image"))); this.bindingNavigatorMoveFirstItem.Name = "bindingNavigatorMoveFirstItem"; this.bindingNavigatorMoveFirstItem.RightToLeftAutoMirrorImage = true; this.bindingNavigatorMoveFirstItem.Size = new System.Drawing.Size(23, 22); this.bindingNavigatorMoveFirstItem.Text = "Переместить в начало"; // // bindingNavigatorMovePreviousItem // this.bindingNavigatorMovePreviousItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.bindingNavigatorMovePreviousItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMovePreviousItem.Image"))); this.bindingNavigatorMovePreviousItem.Name = "bindingNavigatorMovePreviousItem"; this.bindingNavigatorMovePreviousItem.RightToLeftAutoMirrorImage = true; this.bindingNavigatorMovePreviousItem.Size = new System.Drawing.Size(23, 22); this.bindingNavigatorMovePreviousItem.Text = "Переместить назад"; // // bindingNavigatorSeparator // this.bindingNavigatorSeparator.Name = "bindingNavigatorSeparator"; this.bindingNavigatorSeparator.Size = new System.Drawing.Size(6, 25); // // bindingNavigatorPositionItem // this.bindingNavigatorPositionItem.AccessibleName = "Положение"; this.bindingNavigatorPositionItem.AutoSize = false; this.bindingNavigatorPositionItem.Font = new System.Drawing.Font("Segoe UI", 9F); this.bindingNavigatorPositionItem.Name = "bindingNavigatorPositionItem"; this.bindingNavigatorPositionItem.Size = new System.Drawing.Size(50, 23); this.bindingNavigatorPositionItem.Text = "0"; this.bindingNavigatorPositionItem.ToolTipText = "Текущее положение"; // // bindingNavigatorSeparator1 // this.bindingNavigatorSeparator1.Name = "bindingNavigatorSeparator1"; this.bindingNavigatorSeparator1.Size = new System.Drawing.Size(6, 25); // // bindingNavigatorMoveNextItem // this.bindingNavigatorMoveNextItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; 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, 22); this.bindingNavigatorMoveNextItem.Text = "Переместить вперед"; // // bindingNavigatorMoveLastItem // this.bindingNavigatorMoveLastItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; 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, 22); this.bindingNavigatorMoveLastItem.Text = "Переместить в конец"; // // bindingNavigatorSeparator2 // this.bindingNavigatorSeparator2.Name = "bindingNavigatorSeparator2"; this.bindingNavigatorSeparator2.Size = new System.Drawing.Size(6, 25); // // studentsBindingNavigatorSaveItem // this.studentsBindingNavigatorSaveItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.studentsBindingNavigatorSaveItem.Image = ((System.Drawing.Image)(resources.GetObject("studentsBindingNavigatorSaveItem.Image"))); this.studentsBindingNavigatorSaveItem.Name = "studentsBindingNavigatorSaveItem"; this.studentsBindingNavigatorSaveItem.Size = new System.Drawing.Size(23, 22); this.studentsBindingNavigatorSaveItem.Text = "Сохранить данные"; this.studentsBindingNavigatorSaveItem.Click += new System.EventHandler(this.studentsBindingNavigatorSaveItem_Click); // // фИОTextBox // this.фИОTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.studentsBindingSource, "ФИО", true)); this.фИОTextBox.Location = new System.Drawing.Point(324, 127); this.фИОTextBox.Name = "фИОTextBox"; this.фИОTextBox.Size = new System.Drawing.Size(100, 20); this.фИОTextBox.TabIndex = 3; // // адресTextBox // this.адресTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.studentsBindingSource, "Адрес", true)); this.адресTextBox.Location = new System.Drawing.Point(324, 225); this.адресTextBox.Name = "адресTextBox"; this.адресTextBox.Size = new System.Drawing.Size(100, 20); this.адресTextBox.TabIndex = 9; // // группаTextBox // this.группаTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.studentsBindingSource, "Группа", true)); this.группаTextBox.Location = new System.Drawing.Point(324, 324); this.группаTextBox.Name = "группаTextBox"; this.группаTextBox.Size = new System.Drawing.Size(100, 20); this.группаTextBox.TabIndex = 15; // // дата_рожденияDateTimePicker // this.дата_рожденияDateTimePicker.DataBindings.Add(new System.Windows.Forms.Binding("Value", this.studentsBindingSource, "Дата рождения", true)); this.дата_рожденияDateTimePicker.Location = new System.Drawing.Point(276, 353); this.дата_рожденияDateTimePicker.Name = "дата_рожденияDateTimePicker"; this.дата_рожденияDateTimePicker.Size = new System.Drawing.Size(200, 20); this.дата_рожденияDateTimePicker.TabIndex = 17; // // дата_поступленияDateTimePicker // this.дата_поступленияDateTimePicker.DataBindings.Add(new System.Windows.Forms.Binding("Value", this.studentsBindingSource, "Дата поступления", true)); this.дата_поступленияDateTimePicker.Location = new System.Drawing.Point(276, 379); this.дата_поступленияDateTimePicker.Name = "дата_поступленияDateTimePicker"; this.дата_поступленияDateTimePicker.Size = new System.Drawing.Size(200, 20); this.дата_поступленияDateTimePicker.TabIndex = 19; // // очная_форма_обученияCheckBox // this.очная_форма_обученияCheckBox.DataBindings.Add(new System.Windows.Forms.Binding("CheckState", this.studentsBindingSource, "Очная форма обучения", true)); this.очная_форма_обученияCheckBox.Location = new System.Drawing.Point(324, 488); this.очная_форма_обученияCheckBox.Name = "очная_форма_обученияCheckBox"; this.очная_форма_обученияCheckBox.Size = new System.Drawing.Size(104, 24); this.очная_форма_обученияCheckBox.TabIndex = 27; this.очная_форма_обученияCheckBox.UseVisualStyleBackColor = true; // // button1 // this.button1.Location = new System.Drawing.Point(507, 103); this.button1.Name = "button1"; this.button1.Size = new System.Drawing.Size(114, 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(621, 103); this.button2.Name = "button2"; this.button2.Size = new System.Drawing.Size(114, 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(621, 132); this.button3.Name = "button3"; this.button3.Size = new System.Drawing.Size(114, 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(507, 132); this.button4.Name = "button4"; this.button4.Size = new System.Drawing.Size(114, 23); this.button4.TabIndex = 31; this.button4.Text = "Последняя"; this.button4.UseVisualStyleBackColor = true; this.button4.Click += new System.EventHandler(this.button4_Click); // // button5 // this.button5.Location = new System.Drawing.Point(520, 228); this.button5.Name = "button5"; this.button5.Size = new System.Drawing.Size(70, 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(596, 228); this.button6.Name = "button6"; this.button6.Size = new System.Drawing.Size(70, 23); this.button6.TabIndex = 33; this.button6.Text = "Удалить"; this.button6.UseVisualStyleBackColor = true; this.button6.Click += new System.EventHandler(this.button6_Click); // // button7 // this.button7.Location = new System.Drawing.Point(672, 228); this.button7.Name = "button7"; this.button7.Size = new System.Drawing.Size(69, 23); this.button7.TabIndex = 34; this.button7.Text = "Сохранить"; 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.studentsBindingSource, "Телефон", true)); this.maskedTextBox1.Location = new System.Drawing.Point(324, 263); this.maskedTextBox1.Mask = "+7 (999) 000-0000"; this.maskedTextBox1.Name = "maskedTextBox1"; this.maskedTextBox1.Size = new System.Drawing.Size(100, 20); this.maskedTextBox1.TabIndex = 35; // // maskedTextBox2 // this.maskedTextBox2.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.studentsBindingSource, "Паспортные данные", true)); this.maskedTextBox2.Location = new System.Drawing.Point(324, 298); this.maskedTextBox2.Mask = "0000-000000"; this.maskedTextBox2.Name = "maskedTextBox2"; this.maskedTextBox2.Size = new System.Drawing.Size(100, 20); this.maskedTextBox2.TabIndex = 36; // // maskedTextBox3 // this.maskedTextBox3.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.studentsBindingSource, "Номер зачетки", true)); this.maskedTextBox3.Location = new System.Drawing.Point(324, 410); this.maskedTextBox3.Mask = "00000"; this.maskedTextBox3.Name = "maskedTextBox3"; this.maskedTextBox3.Size = new System.Drawing.Size(100, 20); this.maskedTextBox3.TabIndex = 37; this.maskedTextBox3.ValidatingType = typeof(int); // // курсNumericUpDown // this.курсNumericUpDown.DataBindings.Add(new System.Windows.Forms.Binding("Value", this.studentsBindingSource, "Курс", true)); this.курсNumericUpDown.Location = new System.Drawing.Point(324, 436); this.курсNumericUpDown.Name = "курсNumericUpDown"; this.курсNumericUpDown.Size = new System.Drawing.Size(100, 20); this.курсNumericUpDown.TabIndex = 38; // // полComboBox // this.полComboBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.studentsBindingSource, "Пол", true)); this.полComboBox.FormattingEnabled = true; this.полComboBox.Items.AddRange(new object[] { "Мужской", "Женский"}); this.полComboBox.Location = new System.Drawing.Point(324, 162); this.полComboBox.Name = "полComboBox"; this.полComboBox.Size = new System.Drawing.Size(100, 21); this.полComboBox.TabIndex = 39; // // родителиComboBox // this.родителиComboBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.studentsBindingSource, "Родители", true)); this.родителиComboBox.FormattingEnabled = true; this.родителиComboBox.Items.AddRange(new object[] { "Отец и Мать", "Мать", "Отец", "Нет"}); this.родителиComboBox.Location = new System.Drawing.Point(324, 191); this.родителиComboBox.Name = "родителиComboBox"; this.родителиComboBox.Size = new System.Drawing.Size(100, 21); this.родителиComboBox.TabIndex = 40; // // comboBox1 // this.comboBox1.DataBindings.Add(new System.Windows.Forms.Binding("SelectedValue", this.studentsBindingSource, "Код специальности", true)); this.comboBox1.DataSource = this.specBindingSource; this.comboBox1.DisplayMember = "наименование специальности"; this.comboBox1.FormattingEnabled = true; this.comboBox1.Location = new System.Drawing.Point(324, 461); this.comboBox1.Name = "comboBox1"; this.comboBox1.Size = new System.Drawing.Size(104, 21); this.comboBox1.TabIndex = 41; this.comboBox1.ValueMember = "код специальности"; // // specBindingSource // this.specBindingSource.DataMember = "spec"; this.specBindingSource.DataSource = this.iS31KiselevStudDataSet; // // specTableAdapter // this.specTableAdapter.ClearBeforeFill = true; // // button8 // this.button8.Location = new System.Drawing.Point(582, 181); this.button8.Name = "button8"; this.button8.Size = new System.Drawing.Size(75, 23); this.button8.TabIndex = 42; this.button8.Text = "Таблица"; this.button8.UseVisualStyleBackColor = true; this.button8.Click += new System.EventHandler(this.button8_Click); // // Form4 // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(800, 548); this.Controls.Add(this.button8); this.Controls.Add(this.comboBox1); this.Controls.Add(this.родителиComboBox); this.Controls.Add(this.полComboBox); 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); this.Controls.Add(this.button4); 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(код_специальностиLabel); this.Controls.Add(курсLabel); this.Controls.Add(номер_зачеткиLabel); this.Controls.Add(дата_поступленияLabel); this.Controls.Add(this.дата_поступленияDateTimePicker); 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(телефонLabel); this.Controls.Add(адресLabel); this.Controls.Add(this.адресTextBox); this.Controls.Add(родителиLabel); this.Controls.Add(полLabel); this.Controls.Add(фИОLabel); this.Controls.Add(this.фИОTextBox); this.Controls.Add(this.studentsBindingNavigator); this.Controls.Add(this.label1); this.Name = "Form4"; this.Text = "Таблица \"Студенты\""; this.Load += new System.EventHandler(this.Form4_Load); ((System.ComponentModel.ISupportInitialize)(this.iS31KiselevStudDataSet)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.studentsBindingSource)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.studentsBindingNavigator)).EndInit(); this.studentsBindingNavigator.ResumeLayout(false); this.studentsBindingNavigator.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.курсNumericUpDown)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.specBindingSource)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Label label1; private IS31KiselevStudDataSet iS31KiselevStudDataSet; private System.Windows.Forms.BindingSource studentsBindingSource; private IS31KiselevStudDataSetTableAdapters.StudentsTableAdapter studentsTableAdapter; private IS31KiselevStudDataSetTableAdapters.TableAdapterManager tableAdapterManager; private System.Windows.Forms.BindingNavigator studentsBindingNavigator; private System.Windows.Forms.ToolStripButton bindingNavigatorAddNewItem; private System.Windows.Forms.ToolStripLabel bindingNavigatorCountItem; private System.Windows.Forms.ToolStripButton bindingNavigatorDeleteItem; private System.Windows.Forms.ToolStripButton bindingNavigatorMoveFirstItem; private System.Windows.Forms.ToolStripButton bindingNavigatorMovePreviousItem; private System.Windows.Forms.ToolStripSeparator bindingNavigatorSeparator; private System.Windows.Forms.ToolStripTextBox bindingNavigatorPositionItem; private System.Windows.Forms.ToolStripSeparator bindingNavigatorSeparator1; private System.Windows.Forms.ToolStripButton bindingNavigatorMoveNextItem; private System.Windows.Forms.ToolStripButton bindingNavigatorMoveLastItem; private System.Windows.Forms.ToolStripSeparator bindingNavigatorSeparator2; private System.Windows.Forms.ToolStripButton studentsBindingNavigatorSaveItem; 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.DateTimePicker дата_поступленияDateTimePicker; 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 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 specBindingSource; private IS31KiselevStudDataSetTableAdapters.specTableAdapter specTableAdapter; private System.Windows.Forms.Button button8; } }