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
Text File  |  1999-08-11  |  1KB  |  68 lines

  1. object PakComponentsDlg: TPakComponentsDlg
  2.   Left = 359
  3.   Top = 199
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Components'
  7.   ClientHeight = 313
  8.   ClientWidth = 228
  9.   Color = clBtnFace
  10.   ParentFont = True
  11.   OldCreateOrder = True
  12.   Position = poScreenCenter
  13.   OnClose = FormClose
  14.   OnCreate = FormCreate
  15.   OnShow = FormShow
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object InstalledGroupBox: TGroupBox
  19.     Left = 8
  20.     Top = 8
  21.     Width = 209
  22.     Height = 265
  23.     Caption = '&Installed components'
  24.     TabOrder = 0
  25.     object ComponentsListBox: TListBox
  26.       Left = 13
  27.       Top = 20
  28.       Width = 182
  29.       Height = 230
  30.       ItemHeight = 30
  31.       Sorted = True
  32.       Style = lbOwnerDrawFixed
  33.       TabOrder = 0
  34.       OnDrawItem = ComponentsListBoxDrawItem
  35.     end
  36.   end
  37.   object OKButton: TButton
  38.     Left = 60
  39.     Top = 283
  40.     Width = 75
  41.     Height = 23
  42.     Caption = 'OK'
  43.     Default = True
  44.     ModalResult = 1
  45.     TabOrder = 1
  46.   end
  47.   object Button1: TButton
  48.     Left = 142
  49.     Top = 283
  50.     Width = 75
  51.     Height = 23
  52.     Caption = '&Help'
  53.     TabOrder = 2
  54.     OnClick = Button1Click
  55.   end
  56.   object Cancel: TButton
  57.     Left = 248
  58.     Top = 8
  59.     Width = 75
  60.     Height = 25
  61.     Cancel = True
  62.     Caption = 'Cancel'
  63.     ModalResult = 2
  64.     TabOrder = 3
  65.     TabStop = False
  66.   end
  67. end
  68.