object GlyphViewer: TGlyphViewer Left = 200 Top = 99 Width = 435 Height = 300 Caption = 'Glyph Viewer' Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Serif' Font.Style = [] PixelsPerInch = 96 Position = poScreenCenter OnCreate = FormCreate TextHeight = 13 object GlyphBtn: TSpeedButton Left = 168 Top = 88 Width = 249 Height = 177 ParentShowHint = False ShowHint = True end object Label1: TLabel Left = 16 Top = 26 Width = 75 Height = 13 Caption = 'Path for Glyphs:' Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False end object GlyphName: TLabel Left = 208 Top = 56 Width = 51 Height = 13 Caption = 'GlyphName' end object GlyphBtn2: TSpeedButton Left = 168 Top = 56 Width = 25 Height = 25 end object NewBtn: TButton Left = 16 Top = 48 Width = 89 Height = 33 Caption = 'New Glyph' Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False ParentShowHint = False ShowHint = False TabOrder = 0 OnClick = NewBtnClick end object CloseBtn: TBitBtn Left = 16 Top = 208 Width = 89 Height = 33 Hint = 'Exit!' Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False ParentShowHint = False ShowHint = True TabOrder = 1 Kind = bkClose end object GlyphPathEdit: TEdit Left = 128 Top = 24 Width = 281 Height = 20 TabOrder = 2 Text = 'c:\delphi\images\buttons\' OnChange = GlyphPathEditChange end object PrevBtn: TButton Left = 16 Top = 88 Width = 89 Height = 33 Caption = 'Previous Glyph' Enabled = False Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False TabOrder = 3 OnClick = PrevBtnClick end object AboutBtn: TButton Left = 16 Top = 168 Width = 89 Height = 33 Caption = 'About' TabOrder = 4 OnClick = AboutBtnClick end object ResetBtn: TButton Left = 16 Top = 128 Width = 89 Height = 33 Caption = 'Reset' TabOrder = 5 OnClick = ResetBtnClick end end