You've already forked lazarus-ccr
TvPlainIt: Merge Delphi-defines in vpclock
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8220 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@ -156,8 +156,10 @@ type
|
||||
protected {private}
|
||||
{$IFDEF DELPHI}
|
||||
FTimerPool: TVpTimerPool;
|
||||
ckClockHandle: Integer;
|
||||
{$ELSE}
|
||||
FTimer: TTimer;
|
||||
FTimeStarted: TDateTime; {time at which the timer is activated }
|
||||
{$ENDIF}
|
||||
FActive: Boolean;
|
||||
FHold: Boolean;
|
||||
@ -187,11 +189,6 @@ type
|
||||
ckAnalogWidth: Integer;
|
||||
ckLEDDisplay: TVpLEDClockDisplay;
|
||||
ckDraw: TBitMap;
|
||||
{$IFDEF DELPHI}
|
||||
ckClockHandle: Integer;
|
||||
{$ELSE}
|
||||
FTimeStarted: TDateTime; {time at which the timer is activated }
|
||||
{$ENDIF}
|
||||
ckOldHour: Integer;
|
||||
ckOldMinute: Integer;
|
||||
ckOldSecond: Integer;
|
||||
|
Reference in New Issue
Block a user