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

  1. object CustomPackageDescription: TCustomPackageDescription
  2.   Left = 0
  3.   Top = 0
  4.   Width = 400
  5.   Height = 283
  6.   HelpContext = 1796
  7.   Caption = 'Description'
  8.   OnBroadcast = CustomPackageDescriptionBroadcast
  9.   object GroupBox1: TGroupBox
  10.     Left = 8
  11.     Top = 64
  12.     Width = 186
  13.     Height = 73
  14.     Caption = '&Usage options'
  15.     TabOrder = 0
  16.     object rbDesigntime: TRadioButton
  17.       Left = 8
  18.       Top = 16
  19.       Width = 113
  20.       Height = 17
  21.       Caption = '&Designtime only'
  22.       TabOrder = 0
  23.     end
  24.     object rbRuntime: TRadioButton
  25.       Left = 8
  26.       Top = 32
  27.       Width = 113
  28.       Height = 17
  29.       Caption = '&Runtime only'
  30.       TabOrder = 1
  31.     end
  32.     object rbBoth: TRadioButton
  33.       Left = 8
  34.       Top = 48
  35.       Width = 161
  36.       Height = 17
  37.       Caption = 'Designtime &and runtime'
  38.       TabOrder = 2
  39.     end
  40.   end
  41.   object GroupBox2: TGroupBox
  42.     Left = 204
  43.     Top = 64
  44.     Width = 185
  45.     Height = 73
  46.     Caption = '&Build control'
  47.     TabOrder = 1
  48.     object rbImplicitBuild: TRadioButton
  49.       Left = 8
  50.       Top = 17
  51.       Width = 113
  52.       Height = 20
  53.       Caption = 'Rebuild as &needed'
  54.       TabOrder = 0
  55.     end
  56.     object rbExplicitBuild: TRadioButton
  57.       Left = 8
  58.       Top = 36
  59.       Width = 113
  60.       Height = 20
  61.       Caption = '&Explicit rebuild'
  62.       TabOrder = 1
  63.     end
  64.   end
  65.   object GroupBox3: TGroupBox
  66.     Left = 8
  67.     Top = 8
  68.     Width = 381
  69.     Height = 48
  70.     Caption = 'De&scription'
  71.     TabOrder = 2
  72.     object EditDescription: TEdit
  73.       Left = 8
  74.       Top = 16
  75.       Width = 365
  76.       Height = 21
  77.       TabOrder = 0
  78.       Text = 'EditDescription'
  79.     end
  80.   end
  81. end
  82.