mirror of
https://github.com/FellippeHeitor/InForm.git
synced 2025-01-15 11:59:34 +00:00
Minor changes to test the distribution in the dev channel.
This commit is contained in:
parent
ea35c81fd6
commit
92cebc6d9f
2 changed files with 9 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
||||||
'Starting with v1.0, __UI_VersionNumber is actually the current build.
|
'Starting with v1.0, __UI_VersionNumber is actually the current build.
|
||||||
CONST __UI_Version = "v1.1"
|
CONST __UI_Version = "v1.2"
|
||||||
CONST __UI_VersionNumber = 11
|
CONST __UI_VersionNumber = 12
|
||||||
CONST __UI_VersionIsBeta = 0
|
CONST __UI_VersionIsBeta = -1
|
||||||
CONST __UI_CopyrightSpan = "2016-2019"
|
CONST __UI_CopyrightSpan = "2016-2019"
|
||||||
|
|
|
@ -916,6 +916,12 @@ SUB __UI_MouseEnter (id AS LONG)
|
||||||
Caption(StatusBar) = "Automatically sets control names based on caption and type"
|
Caption(StatusBar) = "Automatically sets control names based on caption and type"
|
||||||
CASE OptionsMenuSwapButtons
|
CASE OptionsMenuSwapButtons
|
||||||
Caption(StatusBar) = "Toggles left/right mouse buttons."
|
Caption(StatusBar) = "Toggles left/right mouse buttons."
|
||||||
|
CASE OptionsMenuCheckUpdates
|
||||||
|
Caption(StatusBar) = "Allows InForm to automatically check for updates at start-up."
|
||||||
|
CASE OptionsMenuDevChannel
|
||||||
|
Caption(StatusBar) = "Receive updates from the development channel, for beta testing new features (experimental)."
|
||||||
|
CASE OptionsMenuCheckUpdatesNow
|
||||||
|
Caption(StatusBar) = "Connects to server and check for new updates."
|
||||||
CASE FontLB, FontListLB
|
CASE FontLB, FontListLB
|
||||||
Control(FontLB).BackColor = Darken(__UI_DefaultColor(__UI_Type_Form, 2), 90)
|
Control(FontLB).BackColor = Darken(__UI_DefaultColor(__UI_Type_Form, 2), 90)
|
||||||
Control(FontListLB).BackColor = Darken(__UI_DefaultColor(__UI_Type_Form, 2), 90)
|
Control(FontListLB).BackColor = Darken(__UI_DefaultColor(__UI_Type_Form, 2), 90)
|
||||||
|
|
Loading…
Reference in a new issue