object WidgetEditDlg: TWidgetEditDlg Left = 318 Top = 190 ActiveControl = GlyphGrid BorderIcons = [biSystemMenu] BorderStyle = bsDialog Caption = ' - Widget Editor' ClientHeight = 471 ClientWidth = 537 Font.Color = clWindowText Font.Height = -13 Font.Name = 'MS Sans Serif' Font.Style = [] OnCreate = FormCreate PixelsPerInch = 120 TextHeight = 16 object FontLabel: TLabel Left = 376 Top = 24 Width = 26 Height = 16 Caption = 'Font' end object Image: TImage Left = 416 Top = 168 Width = 57 Height = 57 end object ComboBox1: TComboBox Left = 376 Top = 48 Width = 145 Height = 24 Style = csDropDownList ItemHeight = 16 TabOrder = 0 OnChange = ComboBox1Change end object Bold: TCheckBox Left = 400 Top = 88 Width = 97 Height = 17 Caption = 'Bold' TabOrder = 1 OnClick = BoldClick end object Italic: TCheckBox Left = 400 Top = 112 Width = 97 Height = 17 Caption = 'Italic' TabOrder = 2 OnClick = ItalicClick end object GlyphGrid: TStringGrid Left = 16 Top = 24 Width = 340 Height = 340 ColCount = 16 DefaultColWidth = 20 DefaultRowHeight = 20 FixedCols = 0 RowCount = 16 FixedRows = 0 Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine] ScrollBars = ssNone TabOrder = 3 OnClick = GlyphGridClick OnSelectCell = GlyphGridSelectCell end object Button1: TButton Left = 296 Top = 416 Width = 75 Height = 25 Caption = 'OK' Default = True ModalResult = 1 TabOrder = 4 end object Button2: TButton Left = 416 Top = 416 Width = 75 Height = 25 Cancel = True Caption = 'Cancel' ModalResult = 2 TabOrder = 5 end object Panel1: TPanel Left = 408 Top = 256 Width = 81 Height = 73 Enabled = False TabOrder = 6 end object ColorGrid: TStringGrid Left = 16 Top = 368 Width = 340 Height = 25 ColCount = 16 DefaultColWidth = 20 DefaultRowHeight = 20 DefaultDrawing = False FixedCols = 0 RowCount = 1 FixedRows = 0 Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine] ParentShowHint = False ScrollBars = ssNone ShowHint = False TabOrder = 7 OnClick = ColorGridClick OnDrawCell = ColorGridDrawCell end object UpDown1: TUpDown Left = 488 Top = 276 Width = 17 Height = 33 Hint = 'Adjust vertical offset of glyph' Min = -100 ParentShowHint = False Position = 0 ShowHint = True TabOrder = 8 Wrap = False OnClick = UpDown1Click end object UpDown2: TUpDown Left = 432 Top = 329 Width = 33 Height = 17 Hint = 'Adjust horizontal offset of glyph' Min = -100 Orientation = udHorizontal ParentShowHint = False Position = 0 ShowHint = True TabOrder = 9 Wrap = False OnClick = UpDown2Click end end