Исправлен порядок tab на формах
This commit is contained in:
parent
111637973c
commit
97aac1ac05
@ -73,7 +73,7 @@
|
||||
buttonSaveComponent.Location = new Point(211, 80);
|
||||
buttonSaveComponent.Name = "buttonSaveComponent";
|
||||
buttonSaveComponent.Size = new Size(115, 29);
|
||||
buttonSaveComponent.TabIndex = 1;
|
||||
buttonSaveComponent.TabIndex = 2;
|
||||
buttonSaveComponent.Text = "Сохранить";
|
||||
buttonSaveComponent.UseVisualStyleBackColor = true;
|
||||
buttonSaveComponent.Click += ButtonSaveComponent_Click;
|
||||
@ -83,7 +83,7 @@
|
||||
buttonCancel.Location = new Point(348, 80);
|
||||
buttonCancel.Name = "buttonCancel";
|
||||
buttonCancel.Size = new Size(122, 29);
|
||||
buttonCancel.TabIndex = 5;
|
||||
buttonCancel.TabIndex = 3;
|
||||
buttonCancel.Text = "Отмена";
|
||||
buttonCancel.UseVisualStyleBackColor = true;
|
||||
buttonCancel.Click += ButtonCancel_Click;
|
||||
|
@ -62,14 +62,14 @@
|
||||
// ComponentsToolStripMenuItem
|
||||
//
|
||||
ComponentsToolStripMenuItem.Name = "ComponentsToolStripMenuItem";
|
||||
ComponentsToolStripMenuItem.Size = new Size(182, 26);
|
||||
ComponentsToolStripMenuItem.Size = new Size(224, 26);
|
||||
ComponentsToolStripMenuItem.Text = "Компоненты";
|
||||
ComponentsToolStripMenuItem.Click += ComponentsToolStripMenuItem_Click;
|
||||
//
|
||||
// SecuresToolStripMenuItem
|
||||
//
|
||||
SecuresToolStripMenuItem.Name = "SecuresToolStripMenuItem";
|
||||
SecuresToolStripMenuItem.Size = new Size(182, 26);
|
||||
SecuresToolStripMenuItem.Size = new Size(224, 26);
|
||||
SecuresToolStripMenuItem.Text = "Изделия";
|
||||
SecuresToolStripMenuItem.Click += SecuresToolStripMenuItem_Click;
|
||||
//
|
||||
@ -85,7 +85,7 @@
|
||||
dataGridView.RowTemplate.Height = 29;
|
||||
dataGridView.SelectionMode = DataGridViewSelectionMode.FullRowSelect;
|
||||
dataGridView.Size = new Size(775, 296);
|
||||
dataGridView.TabIndex = 1;
|
||||
dataGridView.TabIndex = 0;
|
||||
//
|
||||
// buttonCreateOrder
|
||||
//
|
||||
@ -93,7 +93,7 @@
|
||||
buttonCreateOrder.Location = new Point(816, 56);
|
||||
buttonCreateOrder.Name = "buttonCreateOrder";
|
||||
buttonCreateOrder.Size = new Size(216, 29);
|
||||
buttonCreateOrder.TabIndex = 2;
|
||||
buttonCreateOrder.TabIndex = 1;
|
||||
buttonCreateOrder.Text = "Создать заказ";
|
||||
buttonCreateOrder.UseVisualStyleBackColor = true;
|
||||
buttonCreateOrder.Click += ButtonCreateOrder_Click;
|
||||
@ -104,7 +104,7 @@
|
||||
buttonTakeOrderInWork.Location = new Point(816, 110);
|
||||
buttonTakeOrderInWork.Name = "buttonTakeOrderInWork";
|
||||
buttonTakeOrderInWork.Size = new Size(216, 29);
|
||||
buttonTakeOrderInWork.TabIndex = 3;
|
||||
buttonTakeOrderInWork.TabIndex = 2;
|
||||
buttonTakeOrderInWork.Text = "Отдать на выполнение";
|
||||
buttonTakeOrderInWork.UseVisualStyleBackColor = true;
|
||||
buttonTakeOrderInWork.Click += ButtonTakeOrderInWork_Click;
|
||||
@ -115,7 +115,7 @@
|
||||
buttonOrderReady.Location = new Point(816, 167);
|
||||
buttonOrderReady.Name = "buttonOrderReady";
|
||||
buttonOrderReady.Size = new Size(216, 29);
|
||||
buttonOrderReady.TabIndex = 4;
|
||||
buttonOrderReady.TabIndex = 3;
|
||||
buttonOrderReady.Text = "Заказ готов";
|
||||
buttonOrderReady.UseVisualStyleBackColor = true;
|
||||
buttonOrderReady.Click += ButtonOrderReady_Click;
|
||||
@ -126,7 +126,7 @@
|
||||
button4.Location = new Point(816, 230);
|
||||
button4.Name = "button4";
|
||||
button4.Size = new Size(216, 29);
|
||||
button4.TabIndex = 5;
|
||||
button4.TabIndex = 4;
|
||||
button4.Text = "Заказ выдан";
|
||||
button4.UseVisualStyleBackColor = true;
|
||||
button4.Click += ButtonIssuedOrder_Click;
|
||||
@ -137,7 +137,7 @@
|
||||
buttonRefresh.Location = new Point(816, 290);
|
||||
buttonRefresh.Name = "buttonRefresh";
|
||||
buttonRefresh.Size = new Size(216, 29);
|
||||
buttonRefresh.TabIndex = 1;
|
||||
buttonRefresh.TabIndex = 5;
|
||||
buttonRefresh.Text = "Обновить список";
|
||||
buttonRefresh.UseVisualStyleBackColor = true;
|
||||
buttonRefresh.Click += ButtonRefresh_Click;
|
||||
|
@ -72,7 +72,7 @@
|
||||
comboBoxSecure.Location = new Point(110, 9);
|
||||
comboBoxSecure.Name = "comboBoxSecure";
|
||||
comboBoxSecure.Size = new Size(462, 28);
|
||||
comboBoxSecure.TabIndex = 3;
|
||||
comboBoxSecure.TabIndex = 0;
|
||||
comboBoxSecure.SelectedIndexChanged += ComboBoxSecure_SelectedIndexChanged;
|
||||
//
|
||||
// textBoxCount
|
||||
@ -80,7 +80,7 @@
|
||||
textBoxCount.Location = new Point(110, 43);
|
||||
textBoxCount.Name = "textBoxCount";
|
||||
textBoxCount.Size = new Size(462, 27);
|
||||
textBoxCount.TabIndex = 4;
|
||||
textBoxCount.TabIndex = 1;
|
||||
textBoxCount.TextChanged += TextBoxCount_TextChanged;
|
||||
//
|
||||
// textBoxSum
|
||||
@ -89,14 +89,14 @@
|
||||
textBoxSum.Name = "textBoxSum";
|
||||
textBoxSum.ReadOnly = true;
|
||||
textBoxSum.Size = new Size(462, 27);
|
||||
textBoxSum.TabIndex = 5;
|
||||
textBoxSum.TabIndex = 2;
|
||||
//
|
||||
// buttonSave
|
||||
//
|
||||
buttonSave.Location = new Point(370, 118);
|
||||
buttonSave.Name = "buttonSave";
|
||||
buttonSave.Size = new Size(94, 29);
|
||||
buttonSave.TabIndex = 1;
|
||||
buttonSave.TabIndex = 3;
|
||||
buttonSave.Text = "Сохранить";
|
||||
buttonSave.UseVisualStyleBackColor = true;
|
||||
buttonSave.Click += ButtonSave_Click;
|
||||
@ -106,7 +106,7 @@
|
||||
buttonCancel.Location = new Point(478, 118);
|
||||
buttonCancel.Name = "buttonCancel";
|
||||
buttonCancel.Size = new Size(94, 29);
|
||||
buttonCancel.TabIndex = 7;
|
||||
buttonCancel.TabIndex = 4;
|
||||
buttonCancel.Text = "Отменить";
|
||||
buttonCancel.UseVisualStyleBackColor = true;
|
||||
buttonCancel.Click += ButtonCancel_Click;
|
||||
|
@ -70,7 +70,7 @@
|
||||
textBoxName.Location = new Point(108, 6);
|
||||
textBoxName.Name = "textBoxName";
|
||||
textBoxName.Size = new Size(368, 27);
|
||||
textBoxName.TabIndex = 2;
|
||||
textBoxName.TabIndex = 0;
|
||||
//
|
||||
// textBoxPrice
|
||||
//
|
||||
@ -78,7 +78,7 @@
|
||||
textBoxPrice.Location = new Point(108, 43);
|
||||
textBoxPrice.Name = "textBoxPrice";
|
||||
textBoxPrice.Size = new Size(143, 27);
|
||||
textBoxPrice.TabIndex = 3;
|
||||
textBoxPrice.TabIndex = 1;
|
||||
//
|
||||
// groupBoxComponentsControl
|
||||
//
|
||||
@ -99,7 +99,7 @@
|
||||
buttonRefresh.Location = new Point(668, 197);
|
||||
buttonRefresh.Name = "buttonRefresh";
|
||||
buttonRefresh.Size = new Size(94, 29);
|
||||
buttonRefresh.TabIndex = 4;
|
||||
buttonRefresh.TabIndex = 5;
|
||||
buttonRefresh.Text = "Обновить";
|
||||
buttonRefresh.UseVisualStyleBackColor = true;
|
||||
buttonRefresh.Click += ButtonRefresh_Click;
|
||||
@ -109,7 +109,7 @@
|
||||
buttonDelete.Location = new Point(668, 147);
|
||||
buttonDelete.Name = "buttonDelete";
|
||||
buttonDelete.Size = new Size(94, 29);
|
||||
buttonDelete.TabIndex = 3;
|
||||
buttonDelete.TabIndex = 4;
|
||||
buttonDelete.Text = "Удалить";
|
||||
buttonDelete.UseVisualStyleBackColor = true;
|
||||
buttonDelete.Click += ButtonDelete_Click;
|
||||
@ -119,7 +119,7 @@
|
||||
buttonEdit.Location = new Point(668, 99);
|
||||
buttonEdit.Name = "buttonEdit";
|
||||
buttonEdit.Size = new Size(94, 29);
|
||||
buttonEdit.TabIndex = 2;
|
||||
buttonEdit.TabIndex = 3;
|
||||
buttonEdit.Text = "Изменить";
|
||||
buttonEdit.UseVisualStyleBackColor = true;
|
||||
buttonEdit.Click += ButtonEdit_Click;
|
||||
@ -129,7 +129,7 @@
|
||||
buttonAdd.Location = new Point(668, 48);
|
||||
buttonAdd.Name = "buttonAdd";
|
||||
buttonAdd.Size = new Size(94, 29);
|
||||
buttonAdd.TabIndex = 1;
|
||||
buttonAdd.TabIndex = 2;
|
||||
buttonAdd.Text = "Добавить";
|
||||
buttonAdd.UseVisualStyleBackColor = true;
|
||||
buttonAdd.Click += ButtonAdd_Click;
|
||||
@ -146,7 +146,7 @@
|
||||
dataGridView.RowTemplate.Height = 29;
|
||||
dataGridView.SelectionMode = DataGridViewSelectionMode.FullRowSelect;
|
||||
dataGridView.Size = new Size(627, 285);
|
||||
dataGridView.TabIndex = 0;
|
||||
dataGridView.TabIndex = 8;
|
||||
//
|
||||
// ColumnId
|
||||
//
|
||||
@ -173,7 +173,7 @@
|
||||
buttonSave.Location = new Point(537, 409);
|
||||
buttonSave.Name = "buttonSave";
|
||||
buttonSave.Size = new Size(108, 29);
|
||||
buttonSave.TabIndex = 1;
|
||||
buttonSave.TabIndex = 6;
|
||||
buttonSave.Text = "Сохранить";
|
||||
buttonSave.UseVisualStyleBackColor = true;
|
||||
buttonSave.Click += ButtonSave_Click;
|
||||
@ -183,7 +183,7 @@
|
||||
buttonCancel.Location = new Point(665, 409);
|
||||
buttonCancel.Name = "buttonCancel";
|
||||
buttonCancel.Size = new Size(109, 29);
|
||||
buttonCancel.TabIndex = 6;
|
||||
buttonCancel.TabIndex = 7;
|
||||
buttonCancel.Text = "Отмена";
|
||||
buttonCancel.UseVisualStyleBackColor = true;
|
||||
buttonCancel.Click += ButtonCancel_Click;
|
||||
|
@ -61,21 +61,21 @@
|
||||
comboBoxComponents.Location = new Point(109, 6);
|
||||
comboBoxComponents.Name = "comboBoxComponents";
|
||||
comboBoxComponents.Size = new Size(315, 28);
|
||||
comboBoxComponents.TabIndex = 2;
|
||||
comboBoxComponents.TabIndex = 0;
|
||||
//
|
||||
// textBoxCount
|
||||
//
|
||||
textBoxCount.Location = new Point(109, 41);
|
||||
textBoxCount.Name = "textBoxCount";
|
||||
textBoxCount.Size = new Size(315, 27);
|
||||
textBoxCount.TabIndex = 3;
|
||||
textBoxCount.TabIndex = 1;
|
||||
//
|
||||
// buttonSave
|
||||
//
|
||||
buttonSave.Location = new Point(230, 84);
|
||||
buttonSave.Name = "buttonSave";
|
||||
buttonSave.Size = new Size(94, 29);
|
||||
buttonSave.TabIndex = 1;
|
||||
buttonSave.TabIndex = 2;
|
||||
buttonSave.Text = "Сохранить";
|
||||
buttonSave.UseVisualStyleBackColor = true;
|
||||
buttonSave.Click += ButtonSave_Click;
|
||||
@ -85,7 +85,7 @@
|
||||
buttonCancel.Location = new Point(330, 84);
|
||||
buttonCancel.Name = "buttonCancel";
|
||||
buttonCancel.Size = new Size(94, 29);
|
||||
buttonCancel.TabIndex = 5;
|
||||
buttonCancel.TabIndex = 3;
|
||||
buttonCancel.Text = "Отмена";
|
||||
buttonCancel.UseVisualStyleBackColor = true;
|
||||
buttonCancel.Click += ButtonCancel_Click;
|
||||
|
@ -56,7 +56,7 @@
|
||||
buttonRefresh.Location = new Point(739, 162);
|
||||
buttonRefresh.Name = "buttonRefresh";
|
||||
buttonRefresh.Size = new Size(94, 29);
|
||||
buttonRefresh.TabIndex = 8;
|
||||
buttonRefresh.TabIndex = 4;
|
||||
buttonRefresh.Text = "Обновить";
|
||||
buttonRefresh.UseVisualStyleBackColor = true;
|
||||
buttonRefresh.Click += ButtonRefreshSecures_Click;
|
||||
@ -67,7 +67,7 @@
|
||||
buttonDelete.Location = new Point(739, 114);
|
||||
buttonDelete.Name = "buttonDelete";
|
||||
buttonDelete.Size = new Size(94, 29);
|
||||
buttonDelete.TabIndex = 7;
|
||||
buttonDelete.TabIndex = 3;
|
||||
buttonDelete.Text = "Удалить";
|
||||
buttonDelete.UseVisualStyleBackColor = true;
|
||||
buttonDelete.Click += ButtonDeleteSecure_Click;
|
||||
@ -78,7 +78,7 @@
|
||||
buttonEdit.Location = new Point(739, 64);
|
||||
buttonEdit.Name = "buttonEdit";
|
||||
buttonEdit.Size = new Size(94, 29);
|
||||
buttonEdit.TabIndex = 6;
|
||||
buttonEdit.TabIndex = 2;
|
||||
buttonEdit.Text = "Изменить";
|
||||
buttonEdit.UseVisualStyleBackColor = true;
|
||||
buttonEdit.Click += ButtonEditSecure_Click;
|
||||
|
Loading…
Reference in New Issue
Block a user