home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 26 / CD_ASCQ_26_1295.iso / vrac / billcmp1.zip / INSTALL / INSTCPT.DFM / INSTCPT.txt
Text File  |  1995-04-25  |  1KB  |  69 lines

  1. object dlgCompressionType: TdlgCompressionType
  2.   Left = 192
  3.   Top = 138
  4.   BorderStyle = bsDialog
  5.   Caption = 'Select Default Compression Type'
  6.   ClientHeight = 148
  7.   ClientWidth = 299
  8.   Font.Color = clBlack
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = [fsBold]
  12.   PixelsPerInch = 96
  13.   Position = poScreenCenter
  14.   TextHeight = 13
  15.   object gbButtons: TPanel
  16.     Left = 0
  17.     Top = 96
  18.     Width = 299
  19.     Height = 52
  20.     Align = alBottom
  21.     TabOrder = 0
  22.     object btnOk: TBitBtn
  23.       Left = 9
  24.       Top = 8
  25.       Width = 89
  26.       Height = 33
  27.       TabOrder = 0
  28.       Kind = bkOK
  29.     end
  30.     object btnCancel: TBitBtn
  31.       Left = 105
  32.       Top = 8
  33.       Width = 89
  34.       Height = 33
  35.       TabOrder = 1
  36.       Kind = bkCancel
  37.     end
  38.     object btnHelp: TBitBtn
  39.       Left = 201
  40.       Top = 8
  41.       Width = 89
  42.       Height = 33
  43.       TabOrder = 2
  44.       Kind = bkHelp
  45.     end
  46.   end
  47.   object Panel2: TPanel
  48.     Left = 0
  49.     Top = 0
  50.     Width = 299
  51.     Height = 96
  52.     Align = alClient
  53.     TabOrder = 1
  54.     object rgCompressionType: TRadioGroup
  55.       Left = 1
  56.       Top = 1
  57.       Width = 297
  58.       Height = 94
  59.       Align = alClient
  60.       Caption = 'Compression Type'
  61.       ItemIndex = 0
  62.       Items.Strings = (
  63.         'None (Copy)'
  64.         'Windows Compress')
  65.       TabOrder = 0
  66.     end
  67.   end
  68. end
  69.