home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Komputer 1997 May
/
Pcwk0597.iso
/
delphi
/
dnarrays.lzh
/
ARRTEST4.DFM
/
ARRTEST4.txt
Wrap
Text File
|
1995-06-02
|
1KB
|
54 lines
object TypesDlg: TTypesDlg
Left = 363
Top = 141
ActiveControl = OKBtn
BorderStyle = bsDialog
Caption = 'Use Array Type'
ClientHeight = 157
ClientWidth = 308
Font.Color = clBlack
Font.Height = -14
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
PixelsPerInch = 120
Position = poScreenCenter
TextHeight = 16
object OKBtn: TBitBtn
Left = 201
Top = 18
Width = 95
Height = 33
TabOrder = 0
Kind = bkOK
Margin = 2
Spacing = -1
IsControl = True
end
object CancelBtn: TBitBtn
Left = 201
Top = 57
Width = 95
Height = 33
TabOrder = 1
Kind = bkCancel
Margin = 2
Spacing = -1
IsControl = True
end
object GrpArrayStyles: TRadioGroup
Left = 8
Top = 8
Width = 185
Height = 137
Caption = 'Types'
ItemIndex = 0
Items.Strings = (
'Array of LongInts'
'Array of Doubles'
'Array of String[20]'
'Array of String'
'Array of PChar')
TabOrder = 2
end
end