home *** CD-ROM | disk | FTP | other *** search
- object FontInfoForm: TFontInfoForm
- Left = 1378
- Top = 861
- HelpContext = 300
- BorderIcons = [biSystemMenu]
- BorderStyle = bsDialog
- BorderWidth = 8
- Caption = 'Font Information'
- ClientHeight = 280
- ClientWidth = 456
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- Position = poMainFormCenter
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object Image: TImage
- Left = 0
- Top = 88
- Width = 456
- Height = 161
- OnMouseMove = ImageMouseMove
- end
- object CoordLabel: TLabel
- Left = 0
- Top = 261
- Width = 24
- Height = 13
- Anchors = [akLeft, akBottom]
- Caption = '(0, 0)'
- end
- object OkButton: TButton
- Left = 381
- Top = 255
- Width = 75
- Height = 25
- Anchors = [akRight, akBottom]
- Caption = 'OK'
- Default = True
- ModalResult = 1
- TabOrder = 0
- end
- object Panel1: TPanel
- Left = 0
- Top = 0
- Width = 456
- Height = 80
- Align = alTop
- BevelOuter = bvNone
- Caption = 'Panel1'
- TabOrder = 1
- object Bevel1: TBevel
- Left = 365
- Top = 0
- Width = 6
- Height = 80
- Align = alRight
- Shape = bsSpacer
- end
- object InfoGroupBox: TGroupBox
- Left = 0
- Top = 0
- Width = 365
- Height = 80
- Align = alClient
- Caption = 'Font Information'
- TabOrder = 0
- object CharWidthLabel: TLabel
- Left = 16
- Top = 21
- Width = 79
- Height = 13
- Caption = 'Char Max Width:'
- end
- object CharWidthValue: TLabel
- Left = 104
- Top = 21
- Width = 6
- Height = 13
- Caption = '0'
- end
- object CharHeightLabel: TLabel
- Left = 16
- Top = 37
- Width = 83
- Height = 13
- Caption = 'Character Height:'
- end
- object CharHeightValue: TLabel
- Left = 104
- Top = 37
- Width = 6
- Height = 13
- Caption = '0'
- end
- object CharCountValue: TLabel
- Left = 104
- Top = 53
- Width = 6
- Height = 13
- Caption = '0'
- end
- object CharCountLabel: TLabel
- Left = 16
- Top = 53
- Width = 80
- Height = 13
- Caption = 'Character Count:'
- end
- object FontASCIIRangeLabel: TLabel
- Left = 136
- Top = 53
- Width = 89
- Height = 13
- Caption = 'Font ASCII Range:'
- end
- object FilenameLabel: TLabel
- Left = 136
- Top = 21
- Width = 69
- Height = 13
- Caption = 'Font Filename:'
- end
- object FontASCIIRangeValue: TLabel
- Left = 232
- Top = 53
- Width = 6
- Height = 13
- Caption = '0'
- end
- object FilePathLabel: TLabel
- Left = 136
- Top = 37
- Width = 49
- Height = 13
- Caption = 'Font Path:'
- end
- object FilePathValue: TEdit
- Left = 232
- Top = 37
- Width = 121
- Height = 13
- Anchors = [akLeft, akTop, akRight]
- BorderStyle = bsNone
- Color = clBtnFace
- ReadOnly = True
- TabOrder = 0
- Text = 'empty'
- end
- object FilenameValue: TEdit
- Left = 232
- Top = 21
- Width = 121
- Height = 13
- Anchors = [akLeft, akTop, akRight]
- BorderStyle = bsNone
- Color = clBtnFace
- ReadOnly = True
- TabOrder = 1
- Text = 'empty'
- end
- end
- object CharGroupBox: TGroupBox
- Left = 371
- Top = 0
- Width = 85
- Height = 80
- Align = alRight
- Caption = 'Character'
- TabOrder = 1
- object CharLabel: TLabel
- Left = 15
- Top = 21
- Width = 25
- Height = 13
- Caption = 'Char:'
- end
- object CharValue: TLabel
- Left = 50
- Top = 21
- Width = 18
- Height = 13
- Alignment = taRightJustify
- Caption = '000'
- end
- object DecLabel: TLabel
- Left = 15
- Top = 37
- Width = 23
- Height = 13
- Caption = 'Dec:'
- end
- object DecValue: TLabel
- Left = 50
- Top = 37
- Width = 18
- Height = 13
- Alignment = taRightJustify
- Caption = '000'
- end
- object HexLabel: TLabel
- Left = 15
- Top = 53
- Width = 22
- Height = 13
- Caption = 'Hex:'
- end
- object HexValue: TLabel
- Left = 50
- Top = 53
- Width = 18
- Height = 13
- Alignment = taRightJustify
- Caption = '000'
- end
- end
- end
- end
-