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

  1. object PackageDetailDlg: TPackageDetailDlg
  2.   Left = 329
  3.   Top = 264
  4.   BorderStyle = bsDialog
  5.   Caption = 'Package Details'
  6.   ClientHeight = 157
  7.   ClientWidth = 274
  8.   ParentFont = True
  9.   Position = poScreenCenter
  10.   PixelsPerInch = 96
  11.   TextHeight = 13
  12.   object Label1: TLabel
  13.     Left = 8
  14.     Top = 8
  15.     Width = 156
  16.     Height = 13
  17.     Caption = '&Select which file groups to install:'
  18.     FocusControl = GroupList
  19.   end
  20.   object GroupList: TCheckListBox
  21.     Left = 8
  22.     Top = 24
  23.     Width = 257
  24.     Height = 97
  25.     Flat = True
  26.     ItemHeight = 16
  27.     Style = lbOwnerDrawFixed
  28.     TabOrder = 0
  29.   end
  30.   object OKButton: TButton
  31.     Left = 56
  32.     Top = 128
  33.     Width = 75
  34.     Height = 25
  35.     Caption = 'OK'
  36.     Default = True
  37.     ModalResult = 1
  38.     TabOrder = 1
  39.   end
  40.   object CancelButton: TButton
  41.     Left = 144
  42.     Top = 128
  43.     Width = 75
  44.     Height = 25
  45.     Cancel = True
  46.     Caption = 'Cancel'
  47.     ModalResult = 2
  48.     TabOrder = 2
  49.   end
  50. end
  51.