Исправлен порядок tab на формах
This commit is contained in:
parent
0ba2240d1f
commit
6f0b96bd9a
@ -41,14 +41,14 @@
|
||||
textBoxComponentName.Location = new Point(98, 6);
|
||||
textBoxComponentName.Name = "textBoxComponentName";
|
||||
textBoxComponentName.Size = new Size(372, 27);
|
||||
textBoxComponentName.TabIndex = 0;
|
||||
textBoxComponentName.TabIndex = 1;
|
||||
//
|
||||
// textBoxComponentCost
|
||||
//
|
||||
textBoxComponentCost.Location = new Point(98, 41);
|
||||
textBoxComponentCost.Name = "textBoxComponentCost";
|
||||
textBoxComponentCost.Size = new Size(125, 27);
|
||||
textBoxComponentCost.TabIndex = 1;
|
||||
textBoxComponentCost.TabIndex = 2;
|
||||
//
|
||||
// labelComponentName
|
||||
//
|
||||
@ -73,7 +73,7 @@
|
||||
buttonSaveComponent.Location = new Point(211, 80);
|
||||
buttonSaveComponent.Name = "buttonSaveComponent";
|
||||
buttonSaveComponent.Size = new Size(115, 29);
|
||||
buttonSaveComponent.TabIndex = 1;
|
||||
buttonSaveComponent.TabIndex = 3;
|
||||
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 = 4;
|
||||
buttonCancel.Text = "Отмена";
|
||||
buttonCancel.UseVisualStyleBackColor = true;
|
||||
buttonCancel.Click += ButtonCancel_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 = 1;
|
||||
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 = 2;
|
||||
textBoxCount.TextChanged += TextBoxCount_TextChanged;
|
||||
//
|
||||
// textBoxSum
|
||||
@ -96,7 +96,7 @@
|
||||
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 = 1;
|
||||
//
|
||||
// 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 = 2;
|
||||
//
|
||||
// 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 = 6;
|
||||
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 = 5;
|
||||
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 = 4;
|
||||
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 = 3;
|
||||
buttonAdd.Text = "Добавить";
|
||||
buttonAdd.UseVisualStyleBackColor = true;
|
||||
buttonAdd.Click += ButtonAdd_Click;
|
||||
@ -173,7 +173,7 @@
|
||||
buttonSave.Location = new Point(537, 409);
|
||||
buttonSave.Name = "buttonSave";
|
||||
buttonSave.Size = new Size(108, 29);
|
||||
buttonSave.TabIndex = 1;
|
||||
buttonSave.TabIndex = 7;
|
||||
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 = 8;
|
||||
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 = 1;
|
||||
//
|
||||
// textBoxCount
|
||||
//
|
||||
textBoxCount.Location = new Point(109, 41);
|
||||
textBoxCount.Name = "textBoxCount";
|
||||
textBoxCount.Size = new Size(315, 27);
|
||||
textBoxCount.TabIndex = 3;
|
||||
textBoxCount.TabIndex = 2;
|
||||
//
|
||||
// buttonSave
|
||||
//
|
||||
buttonSave.Location = new Point(230, 84);
|
||||
buttonSave.Name = "buttonSave";
|
||||
buttonSave.Size = new Size(94, 29);
|
||||
buttonSave.TabIndex = 1;
|
||||
buttonSave.TabIndex = 3;
|
||||
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 = 4;
|
||||
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;
|
||||
|
@ -77,7 +77,7 @@
|
||||
textBoxName.Location = new Point(98, 6);
|
||||
textBoxName.Name = "textBoxName";
|
||||
textBoxName.Size = new Size(562, 27);
|
||||
textBoxName.TabIndex = 3;
|
||||
textBoxName.TabIndex = 1;
|
||||
//
|
||||
// textBoxAddress
|
||||
//
|
||||
@ -85,14 +85,14 @@
|
||||
textBoxAddress.Location = new Point(98, 38);
|
||||
textBoxAddress.Name = "textBoxAddress";
|
||||
textBoxAddress.Size = new Size(562, 27);
|
||||
textBoxAddress.TabIndex = 4;
|
||||
textBoxAddress.TabIndex = 2;
|
||||
//
|
||||
// dateTimePickerOpeningDate
|
||||
//
|
||||
dateTimePickerOpeningDate.Location = new Point(131, 71);
|
||||
dateTimePickerOpeningDate.Name = "dateTimePickerOpeningDate";
|
||||
dateTimePickerOpeningDate.Size = new Size(185, 27);
|
||||
dateTimePickerOpeningDate.TabIndex = 5;
|
||||
dateTimePickerOpeningDate.TabIndex = 3;
|
||||
//
|
||||
// dataGridView
|
||||
//
|
||||
@ -137,7 +137,7 @@
|
||||
buttonSave.Location = new Point(549, 145);
|
||||
buttonSave.Name = "buttonSave";
|
||||
buttonSave.Size = new Size(94, 29);
|
||||
buttonSave.TabIndex = 7;
|
||||
buttonSave.TabIndex = 4;
|
||||
buttonSave.Text = "Сохранить";
|
||||
buttonSave.UseVisualStyleBackColor = true;
|
||||
buttonSave.Click += buttonSave_Click;
|
||||
@ -148,7 +148,7 @@
|
||||
buttonCancel.Location = new Point(549, 219);
|
||||
buttonCancel.Name = "buttonCancel";
|
||||
buttonCancel.Size = new Size(94, 29);
|
||||
buttonCancel.TabIndex = 8;
|
||||
buttonCancel.TabIndex = 5;
|
||||
buttonCancel.Text = "Закрыть";
|
||||
buttonCancel.UseVisualStyleBackColor = true;
|
||||
buttonCancel.Click += buttonCancel_Click;
|
||||
|
@ -46,7 +46,7 @@
|
||||
comboBoxShop.Location = new Point(125, 6);
|
||||
comboBoxShop.Name = "comboBoxShop";
|
||||
comboBoxShop.Size = new Size(432, 28);
|
||||
comboBoxShop.TabIndex = 0;
|
||||
comboBoxShop.TabIndex = 1;
|
||||
//
|
||||
// comboBoxSecure
|
||||
//
|
||||
@ -56,7 +56,7 @@
|
||||
comboBoxSecure.Location = new Point(125, 47);
|
||||
comboBoxSecure.Name = "comboBoxSecure";
|
||||
comboBoxSecure.Size = new Size(432, 28);
|
||||
comboBoxSecure.TabIndex = 1;
|
||||
comboBoxSecure.TabIndex = 2;
|
||||
//
|
||||
// labelShop
|
||||
//
|
||||
@ -91,7 +91,7 @@
|
||||
buttonSupply.Location = new Point(342, 130);
|
||||
buttonSupply.Name = "buttonSupply";
|
||||
buttonSupply.Size = new Size(94, 29);
|
||||
buttonSupply.TabIndex = 6;
|
||||
buttonSupply.TabIndex = 4;
|
||||
buttonSupply.Text = "Поставить";
|
||||
buttonSupply.UseVisualStyleBackColor = true;
|
||||
buttonSupply.Click += buttonSupply_Click;
|
||||
@ -102,7 +102,7 @@
|
||||
buttonCancel.Location = new Point(463, 130);
|
||||
buttonCancel.Name = "buttonCancel";
|
||||
buttonCancel.Size = new Size(94, 29);
|
||||
buttonCancel.TabIndex = 7;
|
||||
buttonCancel.TabIndex = 5;
|
||||
buttonCancel.Text = "Отмена";
|
||||
buttonCancel.UseVisualStyleBackColor = true;
|
||||
buttonCancel.Click += buttonCancel_Click;
|
||||
@ -112,7 +112,7 @@
|
||||
textBoxCount.Location = new Point(125, 89);
|
||||
textBoxCount.Name = "textBoxCount";
|
||||
textBoxCount.Size = new Size(167, 27);
|
||||
textBoxCount.TabIndex = 8;
|
||||
textBoxCount.TabIndex = 3;
|
||||
//
|
||||
// FormShopSupply
|
||||
//
|
||||
|
@ -58,7 +58,7 @@
|
||||
buttonRefresh.Location = new Point(735, 261);
|
||||
buttonRefresh.Name = "buttonRefresh";
|
||||
buttonRefresh.Size = new Size(94, 29);
|
||||
buttonRefresh.TabIndex = 8;
|
||||
buttonRefresh.TabIndex = 4;
|
||||
buttonRefresh.Text = "Обновить";
|
||||
buttonRefresh.UseVisualStyleBackColor = true;
|
||||
buttonRefresh.Click += buttonRefresh_Click;
|
||||
@ -69,7 +69,7 @@
|
||||
buttonDelete.Location = new Point(735, 213);
|
||||
buttonDelete.Name = "buttonDelete";
|
||||
buttonDelete.Size = new Size(94, 29);
|
||||
buttonDelete.TabIndex = 7;
|
||||
buttonDelete.TabIndex = 3;
|
||||
buttonDelete.Text = "Удалить";
|
||||
buttonDelete.UseVisualStyleBackColor = true;
|
||||
buttonDelete.Click += buttonDelete_Click;
|
||||
@ -80,7 +80,7 @@
|
||||
buttonEdit.Location = new Point(735, 163);
|
||||
buttonEdit.Name = "buttonEdit";
|
||||
buttonEdit.Size = new Size(94, 29);
|
||||
buttonEdit.TabIndex = 6;
|
||||
buttonEdit.TabIndex = 2;
|
||||
buttonEdit.Text = "Изменить";
|
||||
buttonEdit.UseVisualStyleBackColor = true;
|
||||
buttonEdit.Click += buttonEdit_Click;
|
||||
@ -91,7 +91,7 @@
|
||||
buttonAdd.Location = new Point(735, 111);
|
||||
buttonAdd.Name = "buttonAdd";
|
||||
buttonAdd.Size = new Size(94, 29);
|
||||
buttonAdd.TabIndex = 5;
|
||||
buttonAdd.TabIndex = 1;
|
||||
buttonAdd.Text = "Добавить";
|
||||
buttonAdd.UseVisualStyleBackColor = true;
|
||||
buttonAdd.Click += buttonAdd_Click;
|
||||
|
Loading…
Reference in New Issue
Block a user