home *** CD-ROM | disk | FTP | other *** search
/ Chip 2000 January / Chip_2000-01_cd.bin / sharewar / Font / fl.exe / 0 / RCDATA / TFRMINSTALLDROP / TFRMINSTALLDROP.txt < prev   
Text File  |  1999-05-10  |  2KB  |  85 lines

  1. object frmInstallDrop: TfrmInstallDrop
  2.   Left = 421
  3.   Top = 238
  4.   ActiveControl = btnOK
  5.   BorderIcons = [biSystemMenu, biHelp]
  6.   BorderStyle = bsDialog
  7.   Caption = 'Installing dropped files'
  8.   ClientHeight = 168
  9.   ClientWidth = 300
  10.   Color = clBtnFace
  11.   Font.Charset = DEFAULT_CHARSET
  12.   Font.Color = clWindowText
  13.   Font.Height = -11
  14.   Font.Name = 'MS Sans Serif'
  15.   Font.Style = []
  16.   OldCreateOrder = False
  17.   Position = poScreenCenter
  18.   OnDestroy = FormDestroy
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object Image1: TImage
  22.     Left = 8
  23.     Top = 8
  24.     Width = 32
  25.     Height = 32
  26.     AutoSize = True
  27.     Picture.Data = {<image000.ico>}
  28.     Transparent = True
  29.   end
  30.   object pnlInstallDrop: TPanel
  31.     Left = 48
  32.     Top = 8
  33.     Width = 244
  34.     Height = 89
  35.     BevelOuter = bvNone
  36.     Caption = ' '
  37.     Enabled = False
  38.     TabOrder = 2
  39.     object memInstallDropped: TMemo
  40.       Left = 0
  41.       Top = 0
  42.       Width = 244
  43.       Height = 89
  44.       Align = alClient
  45.       BorderStyle = bsNone
  46.       Color = clBtnFace
  47.       ImeMode = imHanguel
  48.       Lines.Strings = (
  49.         'FontLister will now temporarily install all the dropped '
  50.         'fontfiles. If you want to install  them permanently '
  51.         'onto your system, you will have to open the '
  52.         'Edit-menu and press Install font.')
  53.       TabOrder = 0
  54.     end
  55.   end
  56.   object ckbDontShowAgain: TCheckBox
  57.     Left = 48
  58.     Top = 104
  59.     Width = 244
  60.     Height = 17
  61.     Caption = '&Don'#39't show this dialog again'
  62.     TabOrder = 3
  63.   end
  64.   object btnOK: TCorelButton
  65.     Left = 137
  66.     Top = 136
  67.     Width = 75
  68.     Height = 23
  69.     Caption = '&Ok'
  70.     Default = True
  71.     ModalResult = 1
  72.     TabOrder = 0
  73.   end
  74.   object btnCancel: TCorelButton
  75.     Left = 217
  76.     Top = 136
  77.     Width = 75
  78.     Height = 23
  79.     Cancel = True
  80.     Caption = '&Cancel'
  81.     ModalResult = 2
  82.     TabOrder = 1
  83.   end
  84. end
  85.