Skip to content
Snippets Groups Projects
Commit 7836d869 authored by rswindell's avatar rswindell
Browse files

Hitting <enter> in the configuration wizard takes you to the next page

(the "Next" button is the default control).
parent 25f15d9a
No related branches found
No related tags found
No related merge requests found
......@@ -562,6 +562,7 @@ object ConfigWizard: TConfigWizard
Width = 88
Height = 31
Caption = '&Next >'
Default = True
TabOrder = 1
OnClick = NextButtonClick
end
......@@ -764,7 +765,7 @@ object ConfigWizard: TConfigWizard
Width = 184
Height = 24
Style = csDropDownList
ItemHeight = 16
ItemHeight = 0
ParentShowHint = False
ShowHint = True
TabOrder = 0
......@@ -814,7 +815,7 @@ object ConfigWizard: TConfigWizard
Top = 41
Width = 240
Height = 24
ItemHeight = 16
ItemHeight = 0
TabOrder = 0
OnChange = VerifyInternetAddresses
end
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment