You've already forked lazarus-ccr
16 lines
258 B
Plaintext
16 lines
258 B
Plaintext
![]() |
object MainForm: TMainForm
|
||
|
Left = 327
|
||
|
Height = 260
|
||
|
Top = 130
|
||
|
Width = 260
|
||
|
BorderStyle = bsDialog
|
||
|
Caption = 'QRClock'
|
||
|
OnCreate = FormCreate
|
||
|
object Timer: TTimer
|
||
|
Interval = 250
|
||
|
OnTimer = TimerTimer
|
||
|
Left = 106
|
||
|
Top = 101
|
||
|
end
|
||
|
end
|