home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Plus! (NZ) 2001 June
/
HDC50.iso
/
Runimage
/
Delphi50
/
Bin
/
CORIDE50.BPL
/
0
/
RCDATA
/
TPAKCOMPONENTSDLG
/
TPAKCOMPONENTSDLG.txt
Wrap
Text File
|
1999-08-11
|
1KB
|
68 lines
object PakComponentsDlg: TPakComponentsDlg
Left = 359
Top = 199
BorderIcons = [biSystemMenu]
BorderStyle = bsDialog
Caption = 'Components'
ClientHeight = 313
ClientWidth = 228
Color = clBtnFace
ParentFont = True
OldCreateOrder = True
Position = poScreenCenter
OnClose = FormClose
OnCreate = FormCreate
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object InstalledGroupBox: TGroupBox
Left = 8
Top = 8
Width = 209
Height = 265
Caption = '&Installed components'
TabOrder = 0
object ComponentsListBox: TListBox
Left = 13
Top = 20
Width = 182
Height = 230
ItemHeight = 30
Sorted = True
Style = lbOwnerDrawFixed
TabOrder = 0
OnDrawItem = ComponentsListBoxDrawItem
end
end
object OKButton: TButton
Left = 60
Top = 283
Width = 75
Height = 23
Caption = 'OK'
Default = True
ModalResult = 1
TabOrder = 1
end
object Button1: TButton
Left = 142
Top = 283
Width = 75
Height = 23
Caption = '&Help'
TabOrder = 2
OnClick = Button1Click
end
object Cancel: TButton
Left = 248
Top = 8
Width = 75
Height = 25
Cancel = True
Caption = 'Cancel'
ModalResult = 2
TabOrder = 3
TabStop = False
end
end