home *** CD-ROM | disk | FTP | other *** search
/ Chip 1999 September / Chip_1999-09_cd.bin / sharewar / FontFind / fontfind.exe / %MAINDIR% / FontFinder.exe / 0 / RCDATA / TFMAGNIFY / TFMAGNIFY.txt
Encoding:
Text File  |  1999-07-21  |  1012 b   |  52 lines

  1. object fMagnify: TfMagnify
  2.   Left = 390
  3.   Top = 139
  4.   BorderIcons = []
  5.   BorderStyle = bsNone
  6.   Caption = 'fMagnify'
  7.   ClientHeight = 80
  8.   ClientWidth = 104
  9.   Color = clWhite
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clBlack
  12.   Font.Height = -32
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   FormStyle = fsStayOnTop
  16.   OldCreateOrder = True
  17.   OnCreate = FormCreate
  18.   PixelsPerInch = 96
  19.   TextHeight = 37
  20.   object Shape1: TShape
  21.     Left = 4
  22.     Top = 4
  23.     Width = 77
  24.     Height = 77
  25.     Brush.Color = clGray
  26.     Pen.Style = psClear
  27.   end
  28.   object Panel1: TPanel
  29.     Left = 0
  30.     Top = 0
  31.     Width = 73
  32.     Height = 73
  33.     BorderWidth = 1
  34.     BorderStyle = bsSingle
  35.     Color = clWhite
  36.     TabOrder = 0
  37.     object Decimal: TLabel
  38.       Left = 2
  39.       Top = 2
  40.       Width = 3
  41.       Height = 16
  42.       Font.Charset = DEFAULT_CHARSET
  43.       Font.Color = clGray
  44.       Font.Height = -13
  45.       Font.Name = 'MS Sans Serif'
  46.       Font.Style = []
  47.       ParentFont = False
  48.       Transparent = True
  49.     end
  50.   end
  51. end
  52.