Files
lazarus-ccr/components/lazbarcodes/examples/qrclock/main.lfm
2022-07-20 13:20:59 +00:00

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