home *** CD-ROM | disk | FTP | other *** search
- object frmInstallDrop: TfrmInstallDrop
- Left = 421
- Top = 238
- ActiveControl = btnOK
- BorderIcons = [biSystemMenu, biHelp]
- BorderStyle = bsDialog
- Caption = 'Installing dropped files'
- ClientHeight = 168
- ClientWidth = 300
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- Position = poScreenCenter
- OnDestroy = FormDestroy
- PixelsPerInch = 96
- TextHeight = 13
- object Image1: TImage
- Left = 8
- Top = 8
- Width = 32
- Height = 32
- AutoSize = True
- Picture.Data = {<image000.ico>}
- Transparent = True
- end
- object pnlInstallDrop: TPanel
- Left = 48
- Top = 8
- Width = 244
- Height = 89
- BevelOuter = bvNone
- Caption = ' '
- Enabled = False
- TabOrder = 2
- object memInstallDropped: TMemo
- Left = 0
- Top = 0
- Width = 244
- Height = 89
- Align = alClient
- BorderStyle = bsNone
- Color = clBtnFace
- ImeMode = imHanguel
- Lines.Strings = (
- 'FontLister will now temporarily install all the dropped '
- 'fontfiles. If you want to install them permanently '
- 'onto your system, you will have to open the '
- 'Edit-menu and press Install font.')
- TabOrder = 0
- end
- end
- object ckbDontShowAgain: TCheckBox
- Left = 48
- Top = 104
- Width = 244
- Height = 17
- Caption = '&Don'#39't show this dialog again'
- TabOrder = 3
- end
- object btnOK: TCorelButton
- Left = 137
- Top = 136
- Width = 75
- Height = 23
- Caption = '&Ok'
- Default = True
- ModalResult = 1
- TabOrder = 0
- end
- object btnCancel: TCorelButton
- Left = 217
- Top = 136
- Width = 75
- Height = 23
- Cancel = True
- Caption = '&Cancel'
- ModalResult = 2
- TabOrder = 1
- end
- end
-