home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Plus! (NZ) 2001 June
/
HDC50.iso
/
Runimage
/
Delphi50
/
Demos
/
Activex
/
Olectnrs
/
ABOUT.DFM
/
ABOUT.txt
next >
Wrap
Text File
|
1999-08-11
|
1KB
|
74 lines
object AboutBox: TAboutBox
Left = 367
Top = 117
BorderStyle = bsDialog
Caption = 'About'
ClientHeight = 161
ClientWidth = 298
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clBlack
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = True
Position = poScreenCenter
PixelsPerInch = 96
TextHeight = 13
object Panel1: TPanel
Left = 8
Top = 8
Width = 281
Height = 101
BevelInner = bvRaised
BevelOuter = bvLowered
TabOrder = 0
object ProgramIcon: TImage
Left = 8
Top = 8
Width = 65
Height = 57
Picture.Data = {<image000.bmp>}
Stretch = True
IsControl = True
end
object ProductName: TLabel
Left = 88
Top = 16
Width = 137
Height = 16
AutoSize = False
Caption = 'OLE Container Demo'
IsControl = True
end
object Version: TLabel
Left = 88
Top = 40
Width = 83
Height = 16
AutoSize = False
Caption = 'Version 1.0'
IsControl = True
end
object Copyright: TLabel
Left = 8
Top = 80
Width = 205
Height = 16
AutoSize = False
Caption = 'Copyright 1998 Inprise Corp'
IsControl = True
end
end
object OKButton: TButton
Left = 111
Top = 122
Width = 77
Height = 27
Caption = 'OK'
Default = True
ModalResult = 1
TabOrder = 1
end
end