home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Techno Guide - Aspettando Windows 98
/
TechnoGuide.iso
/
fileutil
/
afloppy
/
_setup.1
/
autofloppy.exe
/
0
/
RCDATA
/
TABOUTBOX
/
TABOUTBOX.txt
< prev
Wrap
Text File
|
1997-03-31
|
2KB
|
95 lines
object AboutBox: TAboutBox
Left = 442
Top = 108
BorderStyle = bsDialog
Caption = 'About'
ClientHeight = 213
ClientWidth = 298
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
Position = poScreenCenter
PixelsPerInch = 96
TextHeight = 13
object Panel1: TPanel
Left = 8
Top = 8
Width = 281
Height = 161
BevelInner = bvRaised
BevelOuter = bvLowered
ParentColor = True
TabOrder = 0
object ProgramIcon: TImage
Left = 16
Top = 16
Width = 32
Height = 32
AutoSize = True
Center = True
Picture.Data = {<image000.ico>}
Stretch = True
IsControl = True
end
object ProductName: TLabel
Left = 88
Top = 16
Width = 53
Height = 13
Caption = 'AutoFloppy'
IsControl = True
end
object Version: TLabel
Left = 88
Top = 40
Width = 53
Height = 13
Caption = 'Version 1.0'
IsControl = True
end
object Copyright: TLabel
Left = 8
Top = 80
Width = 142
Height = 13
Caption = 'Copyright 1997 Nick Behnken'
Font.Color = clNavy
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
IsControl = True
end
object Comments: TLabel
Left = 8
Top = 104
Width = 151
Height = 52
Caption =
'Visit our web site at http://www.htc.net/~nbehnken or drop us an' +
' E-MAIL at nbehnken@htc.net'
Color = clScrollBar
Font.Color = clNavy
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentColor = False
ParentFont = False
WordWrap = True
IsControl = True
end
end
object OKButton: TButton
Left = 111
Top = 180
Width = 75
Height = 25
Caption = 'OK'
Default = True
ModalResult = 1
TabOrder = 1
OnClick = OKButtonClick
end
end