You've already forked lazarus-ccr
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8656 8e941d3f-bd1b-0410-a28a-d453659cc2b4
14 lines
239 B
Plaintext
14 lines
239 B
Plaintext
object Form1: TForm1
|
|
Left = 400
|
|
Height = 227
|
|
Top = 115
|
|
Width = 256
|
|
Caption = 'Form1'
|
|
Font.Height = -13
|
|
Font.Name = 'Tahoma'
|
|
KeyPreview = True
|
|
OnCreate = FormCreate
|
|
Position = poScreenCenter
|
|
LCLVersion = '2.3.0.0'
|
|
end
|