home *** CD-ROM | disk | FTP | other *** search
/ Hot Shareware 35 / hot35.iso / ficheros / WTXT / CTE32_.ZIP / _SETUP.1 / Cte95.exe / 0 / RCDATA / TMULTIKEYDLG / TMULTIKEYDLG.txt
Text File  |  1998-06-03  |  959b  |  52 lines

  1. object MultiKeyDlg: TMultiKeyDlg
  2.   Left = 416
  3.   Top = 146
  4.   HelpContext = 5010
  5.   BorderIcons = [biSystemMenu]
  6.   BorderStyle = bsDialog
  7.   Caption = 'MultiKey Fonts'
  8.   ClientHeight = 203
  9.   ClientWidth = 121
  10.   Font.Color = clBlack
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = [fsBold]
  14.   Position = poScreenCenter
  15.   OnClose = FormClose
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object OKBtn: TBitBtn
  19.     Left = 0
  20.     Top = 177
  21.     Width = 121
  22.     Height = 27
  23.     TabOrder = 1
  24.     OnClick = OKBtnClick
  25.     Kind = bkOK
  26.     Margin = 2
  27.     Spacing = -1
  28.     IsControl = True
  29.   end
  30.   object CancelBtn: TBitBtn
  31.     Left = 22
  32.     Top = 132
  33.     Width = 77
  34.     Height = 27
  35.     TabOrder = 2
  36.     TabStop = False
  37.     Kind = bkCancel
  38.     Margin = 2
  39.     Spacing = -1
  40.     IsControl = True
  41.   end
  42.   object LBFonts: TListBox
  43.     Left = 0
  44.     Top = 0
  45.     Width = 121
  46.     Height = 178
  47.     ItemHeight = 13
  48.     TabOrder = 0
  49.     OnDblClick = LBFontsDblClick
  50.   end
  51. end
  52.