You've already forked lazarus-ccr
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8357 8e941d3f-bd1b-0410-a28a-d453659cc2b4
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
|