home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Plus! (NZ) 2001 June
/
HDC50.iso
/
Runimage
/
Delphi50
/
Bin
/
CORIDE50.BPL
/
0
/
RCDATA
/
TPACKAGEINSTALL
/
TPACKAGEINSTALL.txt
Wrap
Text File
|
1999-08-11
|
3KB
|
126 lines
object PackageInstall: TPackageInstall
Left = 0
Top = 0
Width = 399
Height = 280
HelpContext = 1775
Caption = 'Packages'
OnCreate = PackageInstallCreate
OnDestroy = PackageInstallDestroy
OnBroadcast = PackageInstallBroadcast
object GroupBox1: TGroupBox
Left = 8
Top = 8
Width = 385
Height = 182
Caption = ' Design &packages '
TabOrder = 0
object DesignPackageList: TCheckListBox
Left = 8
Top = 21
Width = 369
Height = 100
OnClickCheck = DesignPackageListClickCheck
ItemHeight = 16
Sorted = True
Style = lbOwnerDrawFixed
TabOrder = 0
OnClick = DesignPackageListClick
end
object Panel1: TPanel
Left = 8
Top = 124
Width = 369
Height = 19
BevelOuter = bvLowered
Caption = 'Panel1'
TabOrder = 1
object LabelPackageFile: TLabel
Left = 4
Top = 3
Width = 359
Height = 14
AutoSize = False
end
end
object AddButton: TButton
Left = 57
Top = 149
Width = 75
Height = 25
Caption = '&Add...'
TabOrder = 2
OnClick = AddButtonClick
end
object RemoveButton: TButton
Left = 138
Top = 149
Width = 75
Height = 25
Caption = '&Remove'
TabOrder = 3
OnClick = RemoveButtonClick
end
object ButtonComponents: TButton
Left = 302
Top = 149
Width = 75
Height = 25
Caption = '&Components'
TabOrder = 4
OnClick = ButtonComponentsClick
end
object EditButton: TButton
Left = 220
Top = 149
Width = 75
Height = 25
Caption = '&Edit'
TabOrder = 5
OnClick = EditButtonClick
end
end
object GroupBox2: TGroupBox
Left = 8
Top = 194
Width = 385
Height = 78
Caption = ' R&untime packages '
TabOrder = 1
object EditPackages: TEdit
Left = 8
Top = 44
Width = 289
Height = 21
TabOrder = 1
OnChange = EditPackagesChange
OnExit = EditPackagesExit
end
object ModifyRuntimeButton: TButton
Left = 302
Top = 41
Width = 75
Height = 25
Caption = 'A&dd...'
TabOrder = 2
OnClick = ModifyRuntimeButtonClick
end
object RuntimePackages: TCheckBox
Left = 8
Top = 21
Width = 185
Height = 17
Caption = '&Build with runtime packages'
TabOrder = 0
OnClick = RuntimePackagesClick
end
end
object PackageNameDialog: TOpenDialog
DefaultExt = 'dll'
Options = [ofHideReadOnly, ofShowHelp, ofAllowMultiSelect, ofFileMustExist, ofEnableSizing]
Title = 'Add Design Package'
Left = 88
Top = 56
end
end