home *** CD-ROM | disk | FTP | other *** search
/ PC World Plus! (NZ) 2001 June / HDC50.iso / Runimage / Delphi50 / Bin / CORIDE50.BPL / 0 / RCDATA / TPAKREMOVERUNTIMEDLG / TPAKREMOVERUNTIMEDLG.txt
Text File  |  1999-08-11  |  1KB  |  67 lines

  1. object PakRemoveRuntimeDlg: TPakRemoveRuntimeDlg
  2.   Left = 200
  3.   Top = 108
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Remove Runtime Packages'
  7.   ClientHeight = 208
  8.   ClientWidth = 250
  9.   ParentFont = True
  10.   Position = poScreenCenter
  11.   OnCreate = FormCreate
  12.   PixelsPerInch = 96
  13.   TextHeight = 13
  14.   object Label1: TLabel
  15.     Left = 8
  16.     Top = 8
  17.     Width = 233
  18.     Height = 49
  19.     AutoSize = False
  20.     Caption = 
  21.       'The package names in the following list are not used by any inst' +
  22.       'alled packages.  Remove the selected names from the runtime pack' +
  23.       'ages list?'
  24.     WordWrap = True
  25.   end
  26.   object PackageListBox: TListBox
  27.     Left = 8
  28.     Top = 58
  29.     Width = 236
  30.     Height = 109
  31.     ItemHeight = 13
  32.     MultiSelect = True
  33.     Sorted = True
  34.     TabOrder = 0
  35.     OnClick = PackageListBoxClick
  36.   end
  37.   object OkButton: TButton
  38.     Left = 9
  39.     Top = 176
  40.     Width = 75
  41.     Height = 25
  42.     Caption = 'Yes'
  43.     Default = True
  44.     ModalResult = 1
  45.     TabOrder = 1
  46.   end
  47.   object CancelButton: TButton
  48.     Left = 89
  49.     Top = 176
  50.     Width = 75
  51.     Height = 25
  52.     Cancel = True
  53.     Caption = 'No'
  54.     ModalResult = 2
  55.     TabOrder = 2
  56.   end
  57.   object HelpButton: TButton
  58.     Left = 169
  59.     Top = 176
  60.     Width = 75
  61.     Height = 25
  62.     Caption = '&Help'
  63.     TabOrder = 3
  64.     OnClick = HelpButtonClick
  65.   end
  66. end
  67.