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

  1. object fMag2: TfMag2
  2.   Left = 463
  3.   Top = 285
  4.   BorderIcons = []
  5.   BorderStyle = bsNone
  6.   Caption = 'fMag2'
  7.   ClientHeight = 118
  8.   ClientWidth = 128
  9.   Color = clWhite
  10.   ParentFont = True
  11.   FormStyle = fsStayOnTop
  12.   OldCreateOrder = True
  13.   OnCreate = FormCreate
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object Shape1: TShape
  17.     Left = 0
  18.     Top = 0
  19.     Width = 129
  20.     Height = 121
  21.     Brush.Color = clGray
  22.     Pen.Style = psClear
  23.   end
  24.   object Panel1: TPanel
  25.     Left = 0
  26.     Top = 0
  27.     Width = 121
  28.     Height = 113
  29.     BorderWidth = 1
  30.     BorderStyle = bsSingle
  31.     Color = clWhite
  32.     Font.Charset = DEFAULT_CHARSET
  33.     Font.Color = clWindowText
  34.     Font.Height = -64
  35.     Font.Name = 'Arial'
  36.     Font.Style = []
  37.     ParentFont = False
  38.     TabOrder = 0
  39.     object IndexLabel: TLabel
  40.       Left = 4
  41.       Top = 2
  42.       Width = 40
  43.       Height = 18
  44.       AutoSize = False
  45.       Caption = '1'
  46.       Font.Charset = DEFAULT_CHARSET
  47.       Font.Color = clGray
  48.       Font.Height = -3
  49.       Font.Name = 'MS Sans Serif'
  50.       Font.Style = []
  51.       ParentFont = False
  52.       Transparent = True
  53.     end
  54.   end
  55. end
  56.