From b2bf9f90cb7c6fb2ea1cabe7a07a461678e18f48 Mon Sep 17 00:00:00 2001 From: gbamber Date: Wed, 9 Nov 2016 11:03:20 +0000 Subject: [PATCH] git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@5330 8e941d3f-bd1b-0410-a28a-d453659cc2b4 --- components/longtimer/demo/longtimerdemo.lpi | 4 ++++ components/longtimer/demo/longtimerdemo.res | Bin 4208 -> 3640 bytes components/longtimer/demo/umainform.lfm | 2 +- components/longtimer/demo/umainform.pas | 4 ++-- 4 files changed, 7 insertions(+), 3 deletions(-) diff --git a/components/longtimer/demo/longtimerdemo.lpi b/components/longtimer/demo/longtimerdemo.lpi index beb279bf7..a62e0b35a 100644 --- a/components/longtimer/demo/longtimerdemo.lpi +++ b/components/longtimer/demo/longtimerdemo.lpi @@ -19,6 +19,9 @@ + + + @@ -122,6 +125,7 @@ + diff --git a/components/longtimer/demo/longtimerdemo.res b/components/longtimer/demo/longtimerdemo.res index 426ac653a21ad693b8bed8efe6212e6be18fccbc..79dc42f9996bcd5ce60d193b7ce5b5c07f779149 100644 GIT binary patch delta 22 ecmeyMutR2o0uv9*MkOQW$=$3!Hn*_7;RFC!=Lh@% delta 560 zcmaLV%}N6?5C?FzqA2zaJjC@pZN4{w+KVSa=t0o)WRt)`?Jjmzipb&{SbP%k;zN1x z1q7GYL)Es&B*Slp|K$DflRT5H)1B9Zw+^!6y2L7X`7p1hPsjD*dD6LKNx!{MNDs?$ zm}gC4F`8YF-Vp$~%16GqACt>`Tp$_oH8a=3QS22Qe+BH z#Q>BVA3_jbMEaPJZogeO&3@bI8doSLjI#*J+s2K~g9+RNaw#e2Dq4Ya_aAGPv-NCV zi9B)>1SsJwNGTaOv>AA9y+nyR2(!xVu;ua$W>Kd)OEnl87)UNGSmhiT;c3*K`Wn+! zGNWr?6KG74ad6RzCW&C6$wh%Q(JP8fp DZ)2P@ diff --git a/components/longtimer/demo/umainform.lfm b/components/longtimer/demo/umainform.lfm index 598c726ce..966fc678e 100644 --- a/components/longtimer/demo/umainform.lfm +++ b/components/longtimer/demo/umainform.lfm @@ -11,7 +11,7 @@ object mainform: Tmainform DefaultMonitor = dmPrimary OnCreate = FormCreate Position = poScreenCenter - LCLVersion = '1.7' + LCLVersion = '1.3' object cmd_Close: TBitBtn Left = 104 Height = 30 diff --git a/components/longtimer/demo/umainform.pas b/components/longtimer/demo/umainform.pas index 215020a1c..c44179cf6 100644 --- a/components/longtimer/demo/umainform.pas +++ b/components/longtimer/demo/umainform.pas @@ -59,7 +59,7 @@ procedure Tmainform.LongTimer1Timer(Sender: TObject); begin // memo_ReportTimerEvent.Lines.Add('LastFired at ' + FormatDateTime('hh:nn:ss', LongTimer1.LastFired)); memo_ReportTimerEvent.Lines.Add('Timer fired at ' + FormatDateTime('hh:nn:ss dd-mm-yyyy', Now)); - //memo_ReportTimerEvent.Lines.Add(LongTimer1.fDebugString); + memo_ReportTimerEvent.Lines.Add(LongTimer1.fDebugString); end; @@ -89,7 +89,7 @@ end; procedure Tmainform.LongTimer1Sample(Sender: TObject); begin memo_ReportTimerEvent.Lines.Add('Sampled at ' + FormatDateTime('hh:nn:ss', Now)); - //memo_ReportTimerEvent.Lines.Add(LongTimer1.fDebugString); + memo_ReportTimerEvent.Lines.Add(LongTimer1.fDebugString); end; procedure Tmainform.LongTimer1StartTimer(Sender: TObject);