home *** CD-ROM | disk | FTP | other *** search
- object DoSpecial: TDoSpecial
- Left = 259
- Top = 115
- BorderStyle = bsDialog
- Caption = 'Insert Symbol'
- ClientHeight = 246
- ClientWidth = 448
- Font.Color = clBlack
- Font.Height = -17
- Font.Name = 'Arial'
- Font.Style = []
- KeyPreview = True
- Position = poScreenCenter
- Scaled = False
- OnClose = FormClose
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 19
- object OkButton: TButton
- Left = 132
- Top = 214
- Width = 91
- Height = 29
- Caption = '&Ok'
- Default = True
- TabOrder = 0
- OnClick = OkButtonClick
- end
- object CancelButton: TButton
- Left = 236
- Top = 214
- Width = 91
- Height = 29
- Caption = '&Cancel'
- TabOrder = 1
- OnClick = CancelButtonClick
- end
- object SymbolGrid: TDrawGrid
- Left = 4
- Top = 4
- Width = 437
- Height = 205
- ColCount = 16
- DefaultColWidth = 26
- FixedCols = 0
- RowCount = 8
- FixedRows = 0
- Font.Color = clBlack
- Font.Height = -19
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- TabOrder = 2
- OnDblClick = SymbolGridDblClick
- OnDrawCell = SymbolGridDrawCell
- end
- end
-