123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443 |
- namespace Starichkxina_remont_bytovoy_texniki
- {
- partial class Form5
- {
- /// <summary>
- /// Required designer variable.
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// Clean up any resources being used.
- /// </summary>
- /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region Windows Form Designer generated code
- /// <summary>
- /// Required method for Designer support - do not modify
- /// the contents of this method with the code editor.
- /// </summary>
- private void InitializeComponent()
- {
- this.components = new System.ComponentModel.Container();
- System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form5));
- 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;
- 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.должностьTextBox = new System.Windows.Forms.TextBox();
- this.вид_ремонтаTextBox = new System.Windows.Forms.TextBox();
- this.дата_исполнения_заказаDateTimePicker = new System.Windows.Forms.DateTimePicker();
- this.dataGridView1 = new System.Windows.Forms.DataGridView();
- this.представлениеBindingSource1 = new System.Windows.Forms.BindingSource(this.components);
- this.наимтовараDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.фИОDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.должность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();
- должностьLabel = new System.Windows.Forms.Label();
- вид_ремонта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.Highlight;
- this.label1.Location = new System.Drawing.Point(196, 37);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(152, 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.Connection = null;
- 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 = null;
- 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.Enabled = false;
- this.представлениеBindingNavigatorSaveItem.Image = ((System.Drawing.Image)(resources.GetObject("представлениеBindingNavigatorSaveItem.Image")));
- this.представлениеBindingNavigatorSaveItem.Name = "представлениеBindingNavigatorSaveItem";
- this.представлениеBindingNavigatorSaveItem.Size = new System.Drawing.Size(23, 20);
- this.представлениеBindingNavigatorSaveItem.Text = "Сохранить данные";
- //
- // наим_товараLabel
- //
- наим_товараLabel.AutoSize = true;
- наим_товараLabel.Location = new System.Drawing.Point(71, 113);
- наим_товараLabel.Name = "наим_товараLabel";
- наим_товараLabel.Size = new System.Drawing.Size(74, 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(151, 110);
- 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(71, 151);
- фИОLabel.Name = "фИОLabel";
- фИОLabel.Size = new System.Drawing.Size(37, 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(109, 148);
- 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(71, 186);
- должностьLabel.Name = "должностьLabel";
- должностьLabel.Size = new System.Drawing.Size(65, 13);
- должностьLabel.TabIndex = 6;
- должностьLabel.Text = "должность:";
- //
- // должностьTextBox
- //
- this.должностьTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.представлениеBindingSource, "должность", true));
- this.должностьTextBox.Location = new System.Drawing.Point(139, 183);
- this.должностьTextBox.Name = "должностьTextBox";
- this.должностьTextBox.Size = new System.Drawing.Size(100, 20);
- this.должностьTextBox.TabIndex = 7;
- //
- // вид_ремонтаLabel
- //
- вид_ремонтаLabel.AutoSize = true;
- вид_ремонтаLabel.Location = new System.Drawing.Point(71, 223);
- вид_ремонтаLabel.Name = "вид_ремонтаLabel";
- вид_ремонтаLabel.Size = new System.Drawing.Size(74, 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(161, 220);
- 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(71, 270);
- дата_исполнения_заказаLabel.Name = "дата_исполнения_заказаLabel";
- дата_исполнения_заказаLabel.Size = new System.Drawing.Size(135, 13);
- дата_исполнения_заказаLabel.TabIndex = 10;
- дата_исполнения_заказаLabel.Text = "дата исполнения заказа:";
- //
- // дата_исполнения_заказаDateTimePicker
- //
- this.дата_исполнения_заказаDateTimePicker.DataBindings.Add(new System.Windows.Forms.Binding("Value", this.представлениеBindingSource, "дата_исполнения_заказа", true));
- this.дата_исполнения_заказаDateTimePicker.Location = new System.Drawing.Point(228, 270);
- this.дата_исполнения_заказаDateTimePicker.Name = "дата_исполнения_заказаDateTimePicker";
- this.дата_исполнения_заказаDateTimePicker.Size = new System.Drawing.Size(200, 20);
- this.дата_исполнения_заказаDateTimePicker.TabIndex = 11;
- //
- // dataGridView1
- //
- this.dataGridView1.AutoGenerateColumns = false;
- this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
- this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
- this.наимтовараDataGridViewTextBoxColumn,
- this.фИОDataGridViewTextBoxColumn,
- this.должностьDataGridViewTextBoxColumn,
- this.видремонтаDataGridViewTextBoxColumn,
- this.датаисполнениязаказаDataGridViewTextBoxColumn});
- this.dataGridView1.DataSource = this.представлениеBindingSource1;
- this.dataGridView1.Location = new System.Drawing.Point(119, 326);
- this.dataGridView1.Name = "dataGridView1";
- this.dataGridView1.Size = new System.Drawing.Size(550, 286);
- this.dataGridView1.TabIndex = 12;
- //
- // представлениеBindingSource1
- //
- this.представлениеBindingSource1.DataMember = "Представление";
- this.представлениеBindingSource1.DataSource = this.starichikhina_remont_butovoy_texnikiDataSet;
- //
- // наимтовараDataGridViewTextBoxColumn
- //
- this.наимтовараDataGridViewTextBoxColumn.DataPropertyName = "наим_товара";
- this.наимтовараDataGridViewTextBoxColumn.HeaderText = "наим_товара";
- this.наимтовараDataGridViewTextBoxColumn.Name = "наимтовараDataGridViewTextBoxColumn";
- //
- // фИОDataGridViewTextBoxColumn
- //
- this.фИОDataGridViewTextBoxColumn.DataPropertyName = "ФИО";
- this.фИОDataGridViewTextBoxColumn.HeaderText = "ФИО";
- this.фИОDataGridViewTextBoxColumn.Name = "фИОDataGridViewTextBoxColumn";
- //
- // должностьDataGridViewTextBoxColumn
- //
- this.должностьDataGridViewTextBoxColumn.DataPropertyName = "должность";
- this.должностьDataGridViewTextBoxColumn.HeaderText = "должность";
- this.должностьDataGridViewTextBoxColumn.Name = "должностьDataGridViewTextBoxColumn";
- //
- // видремонтаDataGridViewTextBoxColumn
- //
- this.видремонтаDataGridViewTextBoxColumn.DataPropertyName = "вид_ремонта";
- this.видремонтаDataGridViewTextBoxColumn.HeaderText = "вид_ремонта";
- this.видремонтаDataGridViewTextBoxColumn.Name = "видремонтаDataGridViewTextBoxColumn";
- //
- // датаисполнениязаказаDataGridViewTextBoxColumn
- //
- this.датаисполнениязаказаDataGridViewTextBoxColumn.DataPropertyName = "дата_исполнения_заказа";
- this.датаисполнениязаказаDataGridViewTextBoxColumn.HeaderText = "дата_исполнения_заказа";
- this.датаисполнениязаказаDataGridViewTextBoxColumn.Name = "датаисполнениязаказаDataGridViewTextBoxColumn";
- //
- // Form5
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(800, 624);
- this.Controls.Add(this.dataGridView1);
- 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(this.представлениеBindingNavigator);
- this.Controls.Add(this.label1);
- this.Name = "Form5";
- this.Text = "Form5";
- this.Load += new System.EventHandler(this.Form5_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.TextBox должностьTextBox;
- private System.Windows.Forms.TextBox вид_ремонтаTextBox;
- private System.Windows.Forms.DateTimePicker дата_исполнения_заказаDateTimePicker;
- private System.Windows.Forms.DataGridView dataGridView1;
- private System.Windows.Forms.DataGridViewTextBoxColumn наимтовараDataGridViewTextBoxColumn;
- private System.Windows.Forms.DataGridViewTextBoxColumn фИОDataGridViewTextBoxColumn;
- private System.Windows.Forms.DataGridViewTextBoxColumn должностьDataGridViewTextBoxColumn;
- private System.Windows.Forms.DataGridViewTextBoxColumn видремонтаDataGridViewTextBoxColumn;
- private System.Windows.Forms.DataGridViewTextBoxColumn датаисполнениязаказаDataGridViewTextBoxColumn;
- private System.Windows.Forms.BindingSource представлениеBindingSource1;
- }
- }
|