Исправлен порядок tab на формах
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user