You've already forked lazarus-ccr
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@44 8e941d3f-bd1b-0410-a28a-d453659cc2b4
34 lines
761 B
Plaintext
34 lines
761 B
Plaintext
object Form1: TForm1
|
|
Left = 192
|
|
Top = 114
|
|
Width = 511
|
|
Height = 362
|
|
Caption = 'Form1'
|
|
Color = clBtnFace
|
|
Font.Charset = DEFAULT_CHARSET
|
|
Font.Color = clWindowText
|
|
Font.Height = -11
|
|
Font.Name = 'MS Sans Serif'
|
|
Font.Style = []
|
|
OldCreateOrder = False
|
|
PixelsPerInch = 96
|
|
TextHeight = 13
|
|
object OvcURL1: TOvcURL
|
|
Left = 96
|
|
Top = 56
|
|
Width = 138
|
|
Height = 13
|
|
Hint = 'http://www.lazarus.freepascal.org'
|
|
Caption = 'URL link to Lazarus Web site'
|
|
URL = 'http://www.lazarus.freepascal.org'
|
|
Font.Charset = DEFAULT_CHARSET
|
|
Font.Color = clWindowText
|
|
Font.Height = -11
|
|
Font.Name = 'MS Sans Serif'
|
|
Font.Style = [fsUnderline]
|
|
ParentFont = False
|
|
ParentShowHint = False
|
|
ShowHint = True
|
|
end
|
|
end
|