home *** CD-ROM | disk | FTP | other *** search
/ PC Expert 29 / Pce29cd.iso / RUNIMAGE / DELPHI40 / BIN / CORIDE40.BPL / 0 / RCDATA / TCUSTOMPACKAGEDESCRIPTION / TCUSTOMPACKAGEDESCRIPTION.txt
Text File  |  1998-06-16  |  2KB  |  81 lines

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