home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Komputer 1997 May
/
Pcwk0597.iso
/
delphi
/
jwrite.lzh
/
EXAMPLE
/
ABOUT.DFM
/
ABOUT.txt
next >
Wrap
Text File
|
1996-04-30
|
2KB
|
101 lines
object AboutBox: TAboutBox
Left = 228
Top = 116
ActiveControl = OKButton
BorderStyle = bsDialog
Caption = 'About'
ClientHeight = 296
ClientWidth = 363
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'System'
Font.Style = []
PixelsPerInch = 96
Position = poScreenCenter
TextHeight = 16
object Panel1: TPanel
Left = 10
Top = 8
Width = 348
Height = 222
BevelOuter = bvLowered
TabOrder = 0
object Version: TLabel
Left = 72
Top = 99
Width = 203
Height = 16
Caption = 'Demonstration MDI Text Editor'
Font.Color = clBlack
Font.Height = -13
Font.Name = 'MS Serif'
Font.Style = [fsBold]
ParentFont = False
IsControl = True
end
object Copyright: TLabel
Left = 70
Top = 127
Width = 213
Height = 16
Caption = 'Copyright � MWA Software 1996'
Font.Color = clBlack
Font.Height = -13
Font.Name = 'MS Serif'
Font.Style = [fsBold]
ParentFont = False
IsControl = True
end
object Bevel1: TBevel
Left = 48
Top = 11
Width = 252
Height = 74
end
object Image1: TImage
Left = 49
Top = 12
Width = 250
Height = 72
Picture.Data = {<image000.TMetafile>}
end
object Panel2: TPanel
Left = 14
Top = 160
Width = 319
Height = 45
BevelInner = bvLowered
BevelOuter = bvLowered
Caption = 'Panel2'
TabOrder = 0
object Label1: TLabel
Left = 2
Top = 2
Width = 315
Height = 41
Align = alClient
Alignment = taCenter
Caption =
'This is a Demonstration of the J-Write Component Library. See on' +
'line help for further details.'
Font.Color = clBlack
Font.Height = -13
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
end
end
end
object OKButton: TBitBtn
Left = 140
Top = 246
Width = 65
Height = 33
Caption = 'O&K'
TabOrder = 1
OnClick = OKButtonClick
Kind = bkOK
IsControl = True
end
end