home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 November / Chip_2001-11_cd1.bin / sharewar / bitmapfo / bmpfontwriter-setup.exe / BitmapFontWriter.exe / 0 / RCDATA / TFONTINFOFORM / TFONTINFOFORM.txt
Encoding:
Text File  |  2001-08-20  |  4.6 KB  |  224 lines

  1. object FontInfoForm: TFontInfoForm
  2.   Left = 1378
  3.   Top = 861
  4.   HelpContext = 300
  5.   BorderIcons = [biSystemMenu]
  6.   BorderStyle = bsDialog
  7.   BorderWidth = 8
  8.   Caption = 'Font Information'
  9.   ClientHeight = 280
  10.   ClientWidth = 456
  11.   Color = clBtnFace
  12.   Font.Charset = DEFAULT_CHARSET
  13.   Font.Color = clWindowText
  14.   Font.Height = -11
  15.   Font.Name = 'MS Sans Serif'
  16.   Font.Style = []
  17.   OldCreateOrder = False
  18.   Position = poMainFormCenter
  19.   OnShow = FormShow
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object Image: TImage
  23.     Left = 0
  24.     Top = 88
  25.     Width = 456
  26.     Height = 161
  27.     OnMouseMove = ImageMouseMove
  28.   end
  29.   object CoordLabel: TLabel
  30.     Left = 0
  31.     Top = 261
  32.     Width = 24
  33.     Height = 13
  34.     Anchors = [akLeft, akBottom]
  35.     Caption = '(0, 0)'
  36.   end
  37.   object OkButton: TButton
  38.     Left = 381
  39.     Top = 255
  40.     Width = 75
  41.     Height = 25
  42.     Anchors = [akRight, akBottom]
  43.     Caption = 'OK'
  44.     Default = True
  45.     ModalResult = 1
  46.     TabOrder = 0
  47.   end
  48.   object Panel1: TPanel
  49.     Left = 0
  50.     Top = 0
  51.     Width = 456
  52.     Height = 80
  53.     Align = alTop
  54.     BevelOuter = bvNone
  55.     Caption = 'Panel1'
  56.     TabOrder = 1
  57.     object Bevel1: TBevel
  58.       Left = 365
  59.       Top = 0
  60.       Width = 6
  61.       Height = 80
  62.       Align = alRight
  63.       Shape = bsSpacer
  64.     end
  65.     object InfoGroupBox: TGroupBox
  66.       Left = 0
  67.       Top = 0
  68.       Width = 365
  69.       Height = 80
  70.       Align = alClient
  71.       Caption = 'Font Information'
  72.       TabOrder = 0
  73.       object CharWidthLabel: TLabel
  74.         Left = 16
  75.         Top = 21
  76.         Width = 79
  77.         Height = 13
  78.         Caption = 'Char Max Width:'
  79.       end
  80.       object CharWidthValue: TLabel
  81.         Left = 104
  82.         Top = 21
  83.         Width = 6
  84.         Height = 13
  85.         Caption = '0'
  86.       end
  87.       object CharHeightLabel: TLabel
  88.         Left = 16
  89.         Top = 37
  90.         Width = 83
  91.         Height = 13
  92.         Caption = 'Character Height:'
  93.       end
  94.       object CharHeightValue: TLabel
  95.         Left = 104
  96.         Top = 37
  97.         Width = 6
  98.         Height = 13
  99.         Caption = '0'
  100.       end
  101.       object CharCountValue: TLabel
  102.         Left = 104
  103.         Top = 53
  104.         Width = 6
  105.         Height = 13
  106.         Caption = '0'
  107.       end
  108.       object CharCountLabel: TLabel
  109.         Left = 16
  110.         Top = 53
  111.         Width = 80
  112.         Height = 13
  113.         Caption = 'Character Count:'
  114.       end
  115.       object FontASCIIRangeLabel: TLabel
  116.         Left = 136
  117.         Top = 53
  118.         Width = 89
  119.         Height = 13
  120.         Caption = 'Font ASCII Range:'
  121.       end
  122.       object FilenameLabel: TLabel
  123.         Left = 136
  124.         Top = 21
  125.         Width = 69
  126.         Height = 13
  127.         Caption = 'Font Filename:'
  128.       end
  129.       object FontASCIIRangeValue: TLabel
  130.         Left = 232
  131.         Top = 53
  132.         Width = 6
  133.         Height = 13
  134.         Caption = '0'
  135.       end
  136.       object FilePathLabel: TLabel
  137.         Left = 136
  138.         Top = 37
  139.         Width = 49
  140.         Height = 13
  141.         Caption = 'Font Path:'
  142.       end
  143.       object FilePathValue: TEdit
  144.         Left = 232
  145.         Top = 37
  146.         Width = 121
  147.         Height = 13
  148.         Anchors = [akLeft, akTop, akRight]
  149.         BorderStyle = bsNone
  150.         Color = clBtnFace
  151.         ReadOnly = True
  152.         TabOrder = 0
  153.         Text = 'empty'
  154.       end
  155.       object FilenameValue: TEdit
  156.         Left = 232
  157.         Top = 21
  158.         Width = 121
  159.         Height = 13
  160.         Anchors = [akLeft, akTop, akRight]
  161.         BorderStyle = bsNone
  162.         Color = clBtnFace
  163.         ReadOnly = True
  164.         TabOrder = 1
  165.         Text = 'empty'
  166.       end
  167.     end
  168.     object CharGroupBox: TGroupBox
  169.       Left = 371
  170.       Top = 0
  171.       Width = 85
  172.       Height = 80
  173.       Align = alRight
  174.       Caption = 'Character'
  175.       TabOrder = 1
  176.       object CharLabel: TLabel
  177.         Left = 15
  178.         Top = 21
  179.         Width = 25
  180.         Height = 13
  181.         Caption = 'Char:'
  182.       end
  183.       object CharValue: TLabel
  184.         Left = 50
  185.         Top = 21
  186.         Width = 18
  187.         Height = 13
  188.         Alignment = taRightJustify
  189.         Caption = '000'
  190.       end
  191.       object DecLabel: TLabel
  192.         Left = 15
  193.         Top = 37
  194.         Width = 23
  195.         Height = 13
  196.         Caption = 'Dec:'
  197.       end
  198.       object DecValue: TLabel
  199.         Left = 50
  200.         Top = 37
  201.         Width = 18
  202.         Height = 13
  203.         Alignment = taRightJustify
  204.         Caption = '000'
  205.       end
  206.       object HexLabel: TLabel
  207.         Left = 15
  208.         Top = 53
  209.         Width = 22
  210.         Height = 13
  211.         Caption = 'Hex:'
  212.       end
  213.       object HexValue: TLabel
  214.         Left = 50
  215.         Top = 53
  216.         Width = 18
  217.         Height = 13
  218.         Alignment = taRightJustify
  219.         Caption = '000'
  220.       end
  221.     end
  222.   end
  223. end
  224.