lazarus/components/lazreport/source/lr_about.lfm
2011-10-03 22:33:14 +00:00

150 lines
5.3 KiB
Plaintext

object frAboutForm: TfrAboutForm
Left = 228
Height = 174
Top = 135
Width = 285
HorzScrollBar.Page = 278
VertScrollBar.Page = 149
ActiveControl = ButtonPanel1
BorderStyle = bsDialog
Caption = 'About'
ClientHeight = 174
ClientWidth = 285
Font.Color = clBlack
OnCreate = FormCreate
Position = poScreenCenter
LCLVersion = '0.9.29'
object Bevel2: TBevel
Left = 0
Height = 126
Top = 0
Width = 285
Align = alClient
Shape = bsFrame
end
object Bevel1: TBevel
Left = 16
Height = 57
Top = 16
Width = 57
Shape = bsFrame
end
object Image1: TImage
Left = 20
Height = 50
Top = 20
Width = 50
AutoSize = True
Picture.Data = {
07544269746D6170EE050000424DEE0500000000000076000000280000003200
0000320000000100040000000000780500000000000000000000100000000000
000000000000000080000080000000808000800000008000800080800000C0C0
C000808080000000FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFF
FF00777777777777777777777777777777777777777777777777770000007777
7777777777777777777777777777777777777777777777000000777777777777
7777777777777777777777777777777777777700000077777777777777777777
7777777777777777777777777777770000007777777777777777777777777777
7777777777777777777777000000777777777777777777777777777777777777
7777777777777700000077777777777777777777777777777777777777777777
777777000000777777777777777777E777777777777777777777EE7777777700
0000777777777777777777EEE77777777777777777EEEE777777770000007777
777777777777777EE77777777777777EEEEEEE77777777000000777777777777
7777777EEE77777777777EEEEEEEEE7777777700000077777777777777777777
EE777777777EEEEEEEEEEE7777777700000077FF7777777777777777EEE77777
7EEEEEEEEEEE777777777700000077FFF7777777777777777EEE777EEEEEEEEE
EE77777777777700000077FFFFF77777777777777EEE7EEEEEEEEEEE77777777
777777000000777FFFFF77777777777777EEEEEEEEEEE7777777777777777700
00007777FFFFF77777777777EEEEEEEEEEE77777777777777777770000007777
7FFFFF7777777777EEEEEEEE7777777777777777777777000000777777FFFFF7
777777777EEEEEEEE777777777777777777777000000777777777FFF77777777
77EEEEEEEEEEEE77777777777777770000007777777777FFF777777777777EEE
EEEEEEEEEE77777777777700000077777777777FFF777777777777EE77EEEEEE
EEEEE77777777700000077777777777FFFF777777777777EE777777EEEEEEEEE
777777000000777777777777FFF7777777777777EE77777777EEEEEEE7777700
000077777FFFFFFFFFFF777777777777EEE7777777777EEEEE77770000007777
7FFFFFFFFFFFFFFFF77777777EE777777777777EEEE77700000077777FFFFFFF
FFFFFFFFFF77777777EE777777777777EEE7770000007777777FFFFFFFFFFFFF
FFF7777777EEE77777777777EEE77700000077777777777FFFFFFFFFFFEEEEEE
777EEE777777777EEEE77700000077777777777777777FFF7EEEEEEEE77EEEEE
EEEEEEEEEEE777000000777777777777777777FF7EEEEEEEEEEEEEEEEEEEEEEE
EEE777000000777777777777777777FFF7EEEEEEEEEEEEEEEEEEEEEEEE777700
00007777777777777777777FFF77EEEEEEEEEEEEEEEEEEEE7777770000007777
7777777777777777FF77777EEEEEEEEEEEEEE777777777000000777777777777
777777777FF777777777777777777777777777000000777777FFFFFFFF777777
7FFF77777777777777777777777777000000777777FFFFFF7777777777FFF777
77777777777777777777770000007777777FFFFFFFF77777777FF77777777777
777777777777770000007777777FFFFFFFFFFFFF777FFF777777777777777777
77777700000077777777FFFFFFFFFFFFFFFFFFFFFFFFF7777777777777777700
0000777777777FFFFFFFFFFFFFFFFFFFFFFFFFF7777777777777770000007777
7777777FFFFFFFFFFFFFFFFFFFFFFFF777777777777777000000777777777777
77FFFFFFFFFFFFFFFFFFFFFF77777777777777000000777777777777777777FF
FFFFFFFFFFFFFFFF777777777777770000007777777777777777777777777777
7777777777777777777777000000777777777777777777777777777777777777
7777777777777700000077777777777777777777777777777777777777777777
7777770000007777777777777777777777777777777777777777777777777700
0000777777777777777777777777777777777777777777777777770000007777
7777777777777777777777777777777777777777777777000000
}
end
object Label1: TLabel
Left = 96
Height = 16
Top = 16
Width = 72
Alignment = taCenter
Caption = 'FreeReport'
Font.Color = clBlack
Font.Height = -13
Font.Style = [fsBold]
ParentColor = False
ParentFont = False
end
object Label2: TLabel
Left = 104
Height = 14
Top = 32
Width = 60
Alignment = taCenter
Caption = 'Version 2.32'
Font.Color = clBlack
ParentColor = False
ParentFont = False
end
object Label3: TLabel
Left = 88
Height = 14
Top = 64
Width = 116
Alignment = taCenter
Caption = 'Copyright (©) 1998-2002'
Font.Color = clBlack
ParentColor = False
ParentFont = False
end
object Label4: TLabel
Left = 88
Height = 14
Top = 48
Width = 85
Alignment = taCenter
Caption = 'by Tzyganenko A.'
Font.Color = clBlack
ParentColor = False
ParentFont = False
end
object ButtonPanel1: TButtonPanel
Left = 6
Height = 36
Top = 132
Width = 273
OKButton.Name = 'OKButton'
OKButton.Enabled = False
HelpButton.Name = 'HelpButton'
CloseButton.Name = 'CloseButton'
CancelButton.Name = 'CancelButton'
CancelButton.Enabled = False
TabOrder = 0
ShowButtons = [pbClose, pbHelp]
end
end