namespace Starichkxina_remont_bytovoy_texniki { 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.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form4)); System.Windows.Forms.Label фИОLabel; System.Windows.Forms.Label должностьLabel; this.label1 = new System.Windows.Forms.Label(); this.starichikhina_remont_butovoy_texnikiDataSet = new Starichkxina_remont_bytovoy_texniki.Starichikhina_remont_butovoy_texnikiDataSet(); this.сотрудникиBindingSource = new System.Windows.Forms.BindingSource(this.components); this.сотрудникиTableAdapter = new Starichkxina_remont_bytovoy_texniki.Starichikhina_remont_butovoy_texnikiDataSetTableAdapters.сотрудникиTableAdapter(); this.tableAdapterManager = new Starichkxina_remont_bytovoy_texniki.Starichikhina_remont_butovoy_texnikiDataSetTableAdapters.TableAdapterManager(); this.сотрудникиBindingNavigator = new System.Windows.Forms.BindingNavigator(this.components); 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.dataGridView1 = new System.Windows.Forms.DataGridView(); this.сотрудникиBindingSource1 = new System.Windows.Forms.BindingSource(this.components); this.idсотрудникаDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.фИОDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.должностьDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn(); фИОLabel = new System.Windows.Forms.Label(); должностьLabel = new System.Windows.Forms.Label(); ((System.ComponentModel.ISupportInitialize)(this.starichikhina_remont_butovoy_texnikiDataSet)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.сотрудникиBindingSource)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.сотрудникиBindingNavigator)).BeginInit(); this.сотрудникиBindingNavigator.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.сотрудникиBindingSource1)).BeginInit(); this.SuspendLayout(); // // 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.SystemColors.HotTrack; this.label1.Location = new System.Drawing.Point(213, 35); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(212, 24); this.label1.TabIndex = 0; this.label1.Text = "Таблица \"Сотрудники\""; // // starichikhina_remont_butovoy_texnikiDataSet // this.starichikhina_remont_butovoy_texnikiDataSet.DataSetName = "Starichikhina_remont_butovoy_texnikiDataSet"; this.starichikhina_remont_butovoy_texnikiDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema; // // сотрудникиBindingSource // this.сотрудникиBindingSource.DataMember = "сотрудники"; this.сотрудникиBindingSource.DataSource = this.starichikhina_remont_butovoy_texnikiDataSet; // // сотрудникиTableAdapter // this.сотрудникиTableAdapter.ClearBeforeFill = true; // // tableAdapterManager // this.tableAdapterManager.BackupDataSetBeforeUpdate = false; this.tableAdapterManager.UpdateOrder = Starichkxina_remont_bytovoy_texniki.Starichikhina_remont_butovoy_texnikiDataSetTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete; this.tableAdapterManager.заказTableAdapter = null; this.tableAdapterManager.исполнение_заказовTableAdapter = null; this.tableAdapterManager.сотрудники_исполнение_заказовTableAdapter = null; this.tableAdapterManager.сотрудникиTableAdapter = this.сотрудникиTableAdapter; this.tableAdapterManager.ТоварыTableAdapter = null; // // сотрудникиBindingNavigator // this.сотрудникиBindingNavigator.AddNewItem = this.bindingNavigatorAddNewItem; this.сотрудникиBindingNavigator.BindingSource = this.сотрудникиBindingSource; this.сотрудникиBindingNavigator.CountItem = this.bindingNavigatorCountItem; this.сотрудникиBindingNavigator.DeleteItem = this.bindingNavigatorDeleteItem; this.сотрудникиBindingNavigator.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.сотрудникиBindingNavigatorSaveItem}); this.сотрудникиBindingNavigator.Location = new System.Drawing.Point(0, 0); this.сотрудникиBindingNavigator.MoveFirstItem = this.bindingNavigatorMoveFirstItem; this.сотрудникиBindingNavigator.MoveLastItem = this.bindingNavigatorMoveLastItem; this.сотрудникиBindingNavigator.MoveNextItem = this.bindingNavigatorMoveNextItem; this.сотрудникиBindingNavigator.MovePreviousItem = this.bindingNavigatorMovePreviousItem; this.сотрудникиBindingNavigator.Name = "сотрудникиBindingNavigator"; this.сотрудникиBindingNavigator.PositionItem = this.bindingNavigatorPositionItem; this.сотрудникиBindingNavigator.Size = new System.Drawing.Size(800, 25); this.сотрудникиBindingNavigator.TabIndex = 1; this.сотрудникиBindingNavigator.Text = "bindingNavigator1"; // // 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.Name = "bindingNavigatorPositionItem"; this.bindingNavigatorPositionItem.Size = new System.Drawing.Size(50, 23); 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); // // 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, 20); 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, 20); 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 = "Удалить"; // // сотрудники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.Text = "Сохранить данные"; this.сотрудникиBindingNavigatorSaveItem.Click += new System.EventHandler(this.сотрудникиBindingNavigatorSaveItem_Click); // // фИОLabel // фИОLabel.AutoSize = true; фИОLabel.Location = new System.Drawing.Point(91, 111); фИОLabel.Name = "фИОLabel"; фИОLabel.Size = new System.Drawing.Size(37, 13); фИОLabel.TabIndex = 2; фИОLabel.Text = "ФИО:"; // // фИОTextBox // this.фИОTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.сотрудникиBindingSource, "ФИО", true)); this.фИОTextBox.Location = new System.Drawing.Point(134, 108); this.фИОTextBox.Name = "фИОTextBox"; this.фИОTextBox.Size = new System.Drawing.Size(100, 20); this.фИОTextBox.TabIndex = 3; // // должностьLabel // должностьLabel.AutoSize = true; должностьLabel.Location = new System.Drawing.Point(88, 143); должностьLabel.Name = "должностьLabel"; должностьLabel.Size = new System.Drawing.Size(65, 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(159, 140); this.должностьTextBox.Name = "должностьTextBox"; this.должностьTextBox.Size = new System.Drawing.Size(100, 20); this.должностьTextBox.TabIndex = 5; // // dataGridView1 // this.dataGridView1.AutoGenerateColumns = false; this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.idсотрудникаDataGridViewTextBoxColumn, this.фИОDataGridViewTextBoxColumn, this.должностьDataGridViewTextBoxColumn}); this.dataGridView1.DataSource = this.сотрудникиBindingSource1; this.dataGridView1.Location = new System.Drawing.Point(91, 230); this.dataGridView1.Name = "dataGridView1"; this.dataGridView1.Size = new System.Drawing.Size(351, 150); this.dataGridView1.TabIndex = 6; // // сотрудникиBindingSource1 // this.сотрудникиBindingSource1.DataMember = "сотрудники"; this.сотрудникиBindingSource1.DataSource = this.starichikhina_remont_butovoy_texnikiDataSet; // // idсотрудникаDataGridViewTextBoxColumn // this.idсотрудникаDataGridViewTextBoxColumn.DataPropertyName = "id_сотрудника"; this.idсотрудникаDataGridViewTextBoxColumn.HeaderText = "id_сотрудника"; this.idсотрудникаDataGridViewTextBoxColumn.Name = "idсотрудникаDataGridViewTextBoxColumn"; this.idсотрудникаDataGridViewTextBoxColumn.ReadOnly = true; // // фИОDataGridViewTextBoxColumn // this.фИОDataGridViewTextBoxColumn.DataPropertyName = "ФИО"; this.фИОDataGridViewTextBoxColumn.HeaderText = "ФИО"; this.фИОDataGridViewTextBoxColumn.Name = "фИОDataGridViewTextBoxColumn"; // // должностьDataGridViewTextBoxColumn // this.должностьDataGridViewTextBoxColumn.DataPropertyName = "должность"; this.должностьDataGridViewTextBoxColumn.HeaderText = "должность"; this.должностьDataGridViewTextBoxColumn.Name = "должностьDataGridViewTextBoxColumn"; // // Form4 // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(800, 450); this.Controls.Add(this.dataGridView1); this.Controls.Add(должностьLabel); this.Controls.Add(this.должностьTextBox); this.Controls.Add(фИОLabel); this.Controls.Add(this.фИОTextBox); this.Controls.Add(this.сотрудникиBindingNavigator); this.Controls.Add(this.label1); this.Name = "Form4"; this.Text = "Form4"; this.Load += new System.EventHandler(this.Form4_Load); ((System.ComponentModel.ISupportInitialize)(this.starichikhina_remont_butovoy_texnikiDataSet)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.сотрудникиBindingSource)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.сотрудникиBindingNavigator)).EndInit(); this.сотрудникиBindingNavigator.ResumeLayout(false); this.сотрудникиBindingNavigator.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.сотрудникиBindingSource1)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Label label1; private Starichikhina_remont_butovoy_texnikiDataSet starichikhina_remont_butovoy_texnikiDataSet; private System.Windows.Forms.BindingSource сотрудникиBindingSource; private Starichikhina_remont_butovoy_texnikiDataSetTableAdapters.сотрудникиTableAdapter сотрудникиTableAdapter; private Starichikhina_remont_butovoy_texnikiDataSetTableAdapters.TableAdapterManager tableAdapterManager; private System.Windows.Forms.BindingNavigator сотрудникиBindingNavigator; 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 сотрудникиBindingNavigatorSaveItem; private System.Windows.Forms.TextBox фИОTextBox; private System.Windows.Forms.TextBox должностьTextBox; private System.Windows.Forms.DataGridView dataGridView1; private System.Windows.Forms.DataGridViewTextBoxColumn idсотрудникаDataGridViewTextBoxColumn; private System.Windows.Forms.DataGridViewTextBoxColumn фИОDataGridViewTextBoxColumn; private System.Windows.Forms.DataGridViewTextBoxColumn должностьDataGridViewTextBoxColumn; private System.Windows.Forms.BindingSource сотрудникиBindingSource1; } }