home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC Expert 29
/
Pce29cd.iso
/
RUNIMAGE
/
DELPHI40
/
DEMOS
/
COOLSTUF
/
ABOUT.DFM
/
ABOUT.txt
next >
Wrap
Text File
|
1998-06-16
|
2KB
|
112 lines
object AboutBox: TAboutBox
Left = 251
Top = 118
BorderStyle = bsDialog
Caption = 'About Web Browser'
ClientHeight = 258
ClientWidth = 342
Color = clBtnFace
ParentFont = True
OldCreateOrder = True
Position = poScreenCenter
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
object Copyright: TLabel
Left = 82
Top = 81
Width = 207
Height = 13
Caption = 'Copyright 1983 - 1998 Borland International'
Font.Charset = ANSI_CHARSET
Font.Color = clBlack
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
end
object Bevel1: TBevel
Left = 86
Top = 158
Width = 251
Height = 2
end
object SKUName: TLabel
Left = 82
Top = 49
Width = 97
Height = 16
Caption = 'Using Delphi 4.0'
Font.Charset = ANSI_CHARSET
Font.Color = clBlack
Font.Height = -13
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
end
object Version: TLabel
Left = 82
Top = 67
Width = 53
Height = 13
Caption = 'Version 2.0'
Font.Charset = ANSI_CHARSET
Font.Color = clBlack
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
end
object Image2: TImage
Left = 76
Top = 13
Width = 170
Height = 35
AutoSize = True
Picture.Data = {<image000.bmp>}
Transparent = True
end
object Label3: TLabel
Left = 86
Top = 184
Width = 145
Height = 13
Caption = 'Memory Available to Windows:'
end
object PhysMem: TLabel
Left = 323
Top = 184
Width = 6
Height = 13
Alignment = taRightJustify
Caption = '0'
end
object OS: TLabel
Left = 86
Top = 167
Width = 15
Height = 13
Caption = 'OS'
end
object Image1: TImage
Left = 9
Top = 11
Width = 60
Height = 39
AutoSize = True
Picture.Data = {<image001.bmp>}
Transparent = True
end
object OKButton: TButton
Left = 256
Top = 223
Width = 75
Height = 25
Cancel = True
Caption = 'OK'
Default = True
ModalResult = 1
TabOrder = 0
end
end