@@ -22,7 +22,7 @@ object FormGlobalConfig: TFormGlobalConfig
2222 Align = alBottom
2323 BevelOuter = bvNone
2424 Color = clWhite
25- TabOrder = 0
25+ TabOrder = 2
2626 ExplicitTop = 368
2727 ExplicitWidth = 486
2828 DesignSize = (
@@ -58,7 +58,7 @@ object FormGlobalConfig: TFormGlobalConfig
5858 Height = 81
5959 Align = alTop
6060 BevelOuter = bvNone
61- TabOrder = 1
61+ TabOrder = 0
6262 ExplicitWidth = 486
6363 DesignSize = (
6464 496
@@ -79,22 +79,22 @@ object FormGlobalConfig: TFormGlobalConfig
7979 end
8080 object btnExport: TButton
8181 Left = 342
82- Top = 4
82+ Top = 25
8383 Width = 136
8484 Height = 25
8585 Anchors = [akTop, akRight]
8686 Caption = ' Export Configurations'
87- TabOrder = 0
87+ TabOrder = 2
8888 OnClick = btnExportClick
8989 end
9090 object btnImport: TButton
9191 Left = 342
92- Top = 35
92+ Top = 56
9393 Width = 136
9494 Height = 25
9595 Anchors = [akTop, akRight]
9696 Caption = ' Import Configurations'
97- TabOrder = 1
97+ TabOrder = 3
9898 OnClick = btnImportClick
9999 end
100100 object cbItemSize: TComboBox
@@ -103,7 +103,7 @@ object FormGlobalConfig: TFormGlobalConfig
103103 Width = 150
104104 Height = 23
105105 Style = csDropDownList
106- TabOrder = 2
106+ TabOrder = 0
107107 OnChange = cbItemSizeChange
108108 Items.Strings = (
109109 ' Small'
@@ -116,7 +116,7 @@ object FormGlobalConfig: TFormGlobalConfig
116116 Width = 150
117117 Height = 23
118118 Style = csDropDownList
119- TabOrder = 3
119+ TabOrder = 1
120120 OnChange = cbLightModeChange
121121 Items.Strings = (
122122 ' Automatic'
@@ -131,7 +131,7 @@ object FormGlobalConfig: TFormGlobalConfig
131131 Height = 319
132132 Align = alClient
133133 BevelOuter = bvNone
134- TabOrder = 2
134+ TabOrder = 1
135135 ExplicitWidth = 486
136136 ExplicitHeight = 287
137137 DesignSize = (
@@ -155,7 +155,7 @@ object FormGlobalConfig: TFormGlobalConfig
155155 ItemSelectionOptions.SelectedColorAlpha = 70
156156 ItemSelectionOptions.FocusedColorAlpha = 80
157157 ParentColor = False
158- TabOrder = 0
158+ TabOrder = 1
159159 SmoothMouseWheelScrolling = True
160160 OnBeforeDrawItem = IDEListBeforeDrawItem
161161 object IDECaption: TLabel
@@ -273,7 +273,7 @@ object FormGlobalConfig: TFormGlobalConfig
273273 Width = 145
274274 Height = 25
275275 Caption = ' Add &Configuration'
276- TabOrder = 1
276+ TabOrder = 0
277277 OnClick = btnAddConfigurationClick
278278 end
279279 end
0 commit comments