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
Text File  |  1999-08-11  |  3KB  |  126 lines

  1. object PackageInstall: TPackageInstall
  2.   Left = 0
  3.   Top = 0
  4.   Width = 399
  5.   Height = 280
  6.   HelpContext = 1775
  7.   Caption = 'Packages'
  8.   OnCreate = PackageInstallCreate
  9.   OnDestroy = PackageInstallDestroy
  10.   OnBroadcast = PackageInstallBroadcast
  11.   object GroupBox1: TGroupBox
  12.     Left = 8
  13.     Top = 8
  14.     Width = 385
  15.     Height = 182
  16.     Caption = ' Design &packages '
  17.     TabOrder = 0
  18.     object DesignPackageList: TCheckListBox
  19.       Left = 8
  20.       Top = 21
  21.       Width = 369
  22.       Height = 100
  23.       OnClickCheck = DesignPackageListClickCheck
  24.       ItemHeight = 16
  25.       Sorted = True
  26.       Style = lbOwnerDrawFixed
  27.       TabOrder = 0
  28.       OnClick = DesignPackageListClick
  29.     end
  30.     object Panel1: TPanel
  31.       Left = 8
  32.       Top = 124
  33.       Width = 369
  34.       Height = 19
  35.       BevelOuter = bvLowered
  36.       Caption = 'Panel1'
  37.       TabOrder = 1
  38.       object LabelPackageFile: TLabel
  39.         Left = 4
  40.         Top = 3
  41.         Width = 359
  42.         Height = 14
  43.         AutoSize = False
  44.       end
  45.     end
  46.     object AddButton: TButton
  47.       Left = 57
  48.       Top = 149
  49.       Width = 75
  50.       Height = 25
  51.       Caption = '&Add...'
  52.       TabOrder = 2
  53.       OnClick = AddButtonClick
  54.     end
  55.     object RemoveButton: TButton
  56.       Left = 138
  57.       Top = 149
  58.       Width = 75
  59.       Height = 25
  60.       Caption = '&Remove'
  61.       TabOrder = 3
  62.       OnClick = RemoveButtonClick
  63.     end
  64.     object ButtonComponents: TButton
  65.       Left = 302
  66.       Top = 149
  67.       Width = 75
  68.       Height = 25
  69.       Caption = '&Components'
  70.       TabOrder = 4
  71.       OnClick = ButtonComponentsClick
  72.     end
  73.     object EditButton: TButton
  74.       Left = 220
  75.       Top = 149
  76.       Width = 75
  77.       Height = 25
  78.       Caption = '&Edit'
  79.       TabOrder = 5
  80.       OnClick = EditButtonClick
  81.     end
  82.   end
  83.   object GroupBox2: TGroupBox
  84.     Left = 8
  85.     Top = 194
  86.     Width = 385
  87.     Height = 78
  88.     Caption = ' R&untime packages '
  89.     TabOrder = 1
  90.     object EditPackages: TEdit
  91.       Left = 8
  92.       Top = 44
  93.       Width = 289
  94.       Height = 21
  95.       TabOrder = 1
  96.       OnChange = EditPackagesChange
  97.       OnExit = EditPackagesExit
  98.     end
  99.     object ModifyRuntimeButton: TButton
  100.       Left = 302
  101.       Top = 41
  102.       Width = 75
  103.       Height = 25
  104.       Caption = 'A&dd...'
  105.       TabOrder = 2
  106.       OnClick = ModifyRuntimeButtonClick
  107.     end
  108.     object RuntimePackages: TCheckBox
  109.       Left = 8
  110.       Top = 21
  111.       Width = 185
  112.       Height = 17
  113.       Caption = '&Build with runtime packages'
  114.       TabOrder = 0
  115.       OnClick = RuntimePackagesClick
  116.     end
  117.   end
  118.   object PackageNameDialog: TOpenDialog
  119.     DefaultExt = 'dll'
  120.     Options = [ofHideReadOnly, ofShowHelp, ofAllowMultiSelect, ofFileMustExist, ofEnableSizing]
  121.     Title = 'Add Design Package'
  122.     Left = 88
  123.     Top = 56
  124.   end
  125. end
  126.