You've already forked lazarus-ccr
30 lines
656 B
Plaintext
30 lines
656 B
Plaintext
![]() |
object Form1: TForm1
|
||
|
Left = 192
|
||
|
Top = 114
|
||
|
Width = 503
|
||
|
Height = 328
|
||
|
Caption = 'Form1'
|
||
|
Color = clBtnFace
|
||
|
Font.Charset = DEFAULT_CHARSET
|
||
|
Font.Color = clWindowText
|
||
|
Font.Height = -11
|
||
|
Font.Style = []
|
||
|
PixelsPerInch = 96
|
||
|
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.Style = [fsUnderline]
|
||
|
ParentFont = False
|
||
|
ParentShowHint = False
|
||
|
ShowHint = True
|
||
|
end
|
||
|
end
|