You've already forked lazarus-ccr
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@5119 8e941d3f-bd1b-0410-a28a-d453659cc2b4
27 lines
428 B
Plaintext
27 lines
428 B
Plaintext
object Form1: TForm1
|
|
Left = 262
|
|
Height = 441
|
|
Top = 155
|
|
Width = 934
|
|
Caption = 'Form1'
|
|
ClientHeight = 441
|
|
ClientWidth = 934
|
|
OnCreate = FormCreate
|
|
LCLVersion = '1.7'
|
|
object Panel1: TPanel
|
|
Left = 0
|
|
Height = 42
|
|
Top = 0
|
|
Width = 934
|
|
Align = alTop
|
|
TabOrder = 0
|
|
end
|
|
object Timer1: TTimer
|
|
Enabled = False
|
|
Interval = 250
|
|
OnTimer = Timer1Timer
|
|
left = 90
|
|
top = 5
|
|
end
|
|
end
|