object fmASCII: TfmASCII Left = 425 Top = 243 ActiveControl = sgASCII BorderStyle = bsToolWindow Caption = 'ASCII-codes' ClientHeight = 290 ClientWidth = 360 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OnActivate = FormActivate OnClose = FormClose OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object lblCode: TLabel Left = 10 Top = 266 Width = 24 Height = 13 Caption = 'Alt+0' end object sgASCII: TStringGrid Left = 5 Top = 25 Width = 350 Height = 231 ColCount = 8 DefaultColWidth = 40 FixedCols = 0 RowCount = 32 FixedRows = 0 Font.Color = clWindowText Font.Height = 0 Font.Name = 'MS Sans Serif' Font.Style = [] Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goDrawFocusSelected] ParentFont = False ScrollBars = ssVertical TabOrder = 0 OnSelectCell = sgASCIISelectCell end object cbUpdate: TCheckBox Left = 5 Top = 5 Width = 97 Height = 17 Alignment = taLeftJustify Caption = 'Auto &Update' State = cbChecked TabOrder = 1 end object cbTop: TCheckBox Left = 255 Top = 5 Width = 97 Height = 17 Alignment = taLeftJustify Caption = '&Stay On Top' TabOrder = 2 OnClick = cbTopClick end object btnClose: TButton Left = 280 Top = 260 Width = 75 Height = 25 Caption = '&Close' TabOrder = 3 OnClick = btnCloseClick end end