home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Komputer 1997 May
/
Pcwk0597.iso
/
delphi
/
dnarrays.lzh
/
ARRTEST8.DFM
/
ARRTEST8.txt
Wrap
Text File
|
1995-06-04
|
734b
|
39 lines
object EnlargedViewDlg: TEnlargedViewDlg
Left = 200
Top = 110
ActiveControl = LstView
AutoScroll = False
Caption = 'Enlarged View'
ClientHeight = 381
ClientWidth = 572
Font.Color = clWindowText
Font.Height = -17
Font.Name = 'System'
Font.Style = []
PixelsPerInch = 120
Position = poDefaultPosOnly
OnClose = FormClose
OnResize = FormResize
TextHeight = 20
object LstView: TListBox
Left = 0
Top = 0
Width = 572
Height = 321
Align = alTop
ItemHeight = 20
TabOrder = 0
end
object BtnClose: TButton
Left = 250
Top = 336
Width = 89
Height = 33
Cancel = True
Caption = 'Close'
Default = True
TabOrder = 1
OnClick = BtnCloseClick
end
end