lazarus/components/lazreport/source/lr_about.lfm

151 lines
5.2 KiB
Plaintext
Raw Blame History

object frAboutForm: TfrAboutForm
Left = 411
Height = 150
Top = 290
Width = 279
HorzScrollBar.Page = 278
VertScrollBar.Page = 149
BorderStyle = bsDialog
Caption = 'About'
ClientHeight = 150
ClientWidth = 279
Font.Color = clBlack
Font.Height = -11
Font.Name = 'Arial'
OnCreate = FormCreate
Position = poScreenCenter
object Bevel2: TBevel
Left = 4
Height = 113
Top = 4
Width = 269
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 = 104
Height = 14
Top = 16
Width = 65
Alignment = taCenter
Caption = 'FreeReport'
Font.Color = clBlack
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
ParentColor = False
end
object Label2: TLabel
Left = 104
Height = 14
Top = 32
Width = 60
Alignment = taCenter
Caption = 'Version 2.32'
Font.Color = clBlack
Font.Height = -11
Font.Name = 'MS Sans Serif'
ParentColor = False
end
object Label3: TLabel
Left = 88
Height = 14
Top = 64
Width = 117
Alignment = taCenter
Caption = 'Copyright (<28>) 1998-2002'
Font.Color = clBlack
Font.Height = -11
Font.Name = 'MS Sans Serif'
ParentColor = False
end
object Label4: TLabel
Left = 88
Height = 14
Top = 48
Width = 87
Alignment = taCenter
Caption = 'by Tzyganenko A.'
Font.Color = clBlack
Font.Height = -11
Font.Name = 'MS Sans Serif'
ParentColor = False
end
object Button1: TButton
Left = 198
Height = 25
Top = 120
Width = 75
Caption = 'Ok'
Default = True
Font.Color = clBlack
Font.Height = -11
Font.Name = 'MS Sans Serif'
ModalResult = 1
TabOrder = 0
end
end