You've already forked lazarus-ccr
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@6119 8e941d3f-bd1b-0410-a28a-d453659cc2b4
77 lines
1.5 KiB
Plaintext
77 lines
1.5 KiB
Plaintext
object OQBAboutForm: TOQBAboutForm
|
|
Left = 428
|
|
Height = 141
|
|
Top = 205
|
|
Width = 251
|
|
BorderIcons = [biSystemMenu]
|
|
BorderStyle = bsDialog
|
|
Caption = 'About'
|
|
ClientHeight = 141
|
|
ClientWidth = 251
|
|
Color = clBtnFace
|
|
Font.Color = clWindowText
|
|
Font.Height = -11
|
|
Font.Name = 'Tahoma'
|
|
Position = poScreenCenter
|
|
LCLVersion = '1.0.6.0'
|
|
object Bevel1: TBevel
|
|
Left = 0
|
|
Height = 141
|
|
Top = 0
|
|
Width = 251
|
|
Align = alClient
|
|
Style = bsRaised
|
|
end
|
|
object Label1: TLabel
|
|
Left = 35
|
|
Height = 40
|
|
Top = 8
|
|
Width = 180
|
|
Caption = 'Open QBuilder'
|
|
Font.Color = clNavy
|
|
Font.Height = -31
|
|
Font.Name = 'Impact'
|
|
ParentColor = False
|
|
ParentFont = False
|
|
end
|
|
object Label3: TLabel
|
|
Left = 36
|
|
Height = 14
|
|
Top = 51
|
|
Width = 181
|
|
Caption = 'Copyright © Sergey Orlik, 1996-2003'
|
|
ParentColor = False
|
|
end
|
|
object Label5: TLabel
|
|
Left = 38
|
|
Height = 12
|
|
Top = 93
|
|
Width = 175
|
|
Caption = 'http://www.fast-report.com/en/qbuilder.php'
|
|
Font.Color = clWindowText
|
|
Font.Height = -9
|
|
Font.Name = 'Small Fonts'
|
|
ParentColor = False
|
|
ParentFont = False
|
|
end
|
|
object Label2: TLabel
|
|
Left = 36
|
|
Height = 14
|
|
Top = 67
|
|
Width = 179
|
|
Caption = 'Copyright © Fast Reports, Inc. 2003'
|
|
ParentColor = False
|
|
end
|
|
object Ok: TButton
|
|
Left = 80
|
|
Height = 20
|
|
Top = 111
|
|
Width = 85
|
|
Cancel = True
|
|
Caption = 'Ok'
|
|
Default = True
|
|
ModalResult = 1
|
|
TabOrder = 0
|
|
end
|
|
end
|