tvplanit: Set version 1.4 for new OPM release. Test demos.

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@6790 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
wp_xxyyzz
2019-01-15 18:33:02 +00:00
parent 5d81c2234f
commit 5a8f764b4e
17 changed files with 100 additions and 90 deletions

View File

@ -9,8 +9,8 @@ object Form1: TForm1
ClientWidth = 473
Font.Color = clWindowText
OnShow = FormShow
LCLVersion = '1.6.4.0'
object VpClock1: TVpClock
LCLVersion = '2.1.0.0'
object VpClock: TVpClock
AnchorSideLeft.Control = Owner
AnchorSideTop.Control = Panel1
AnchorSideTop.Side = asrBottom
@ -45,7 +45,7 @@ object Form1: TForm1
ParentColor = False
SecondOffset = 0
HourOffset = 0
OnCountdownDone = VpClock1CountdownDone
OnCountdownDone = VpClockCountdownDone
OnSecondChange = VpClockTimeChange
end
object BtnStartStop: TButton
@ -139,7 +139,7 @@ object Form1: TForm1
ParentColor = False
end
object RgDisplayMode: TRadioGroup
AnchorSideLeft.Control = VpClock1
AnchorSideLeft.Control = VpClock
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = Panel1
AnchorSideTop.Side = asrBottom