home *** CD-ROM | disk | FTP | other *** search
/ Chip Hitware 6 B / CHIP_HITWARE6_B.iso / bonus / ShortKeys / SETUP.EXE / SHORTKEY.EXE / 0 / RCDATA / TDOSPECIAL / TDOSPECIAL.txt
Encoding:
Text File  |  1998-04-06  |  1.1 KB  |  58 lines

  1. object DoSpecial: TDoSpecial
  2.   Left = 259
  3.   Top = 115
  4.   BorderStyle = bsDialog
  5.   Caption = 'Insert Symbol'
  6.   ClientHeight = 246
  7.   ClientWidth = 448
  8.   Font.Color = clBlack
  9.   Font.Height = -17
  10.   Font.Name = 'Arial'
  11.   Font.Style = []
  12.   KeyPreview = True
  13.   Position = poScreenCenter
  14.   Scaled = False
  15.   OnClose = FormClose
  16.   OnShow = FormShow
  17.   PixelsPerInch = 96
  18.   TextHeight = 19
  19.   object OkButton: TButton
  20.     Left = 132
  21.     Top = 214
  22.     Width = 91
  23.     Height = 29
  24.     Caption = '&Ok'
  25.     Default = True
  26.     TabOrder = 0
  27.     OnClick = OkButtonClick
  28.   end
  29.   object CancelButton: TButton
  30.     Left = 236
  31.     Top = 214
  32.     Width = 91
  33.     Height = 29
  34.     Caption = '&Cancel'
  35.     TabOrder = 1
  36.     OnClick = CancelButtonClick
  37.   end
  38.   object SymbolGrid: TDrawGrid
  39.     Left = 4
  40.     Top = 4
  41.     Width = 437
  42.     Height = 205
  43.     ColCount = 16
  44.     DefaultColWidth = 26
  45.     FixedCols = 0
  46.     RowCount = 8
  47.     FixedRows = 0
  48.     Font.Color = clBlack
  49.     Font.Height = -19
  50.     Font.Name = 'Arial'
  51.     Font.Style = []
  52.     ParentFont = False
  53.     TabOrder = 2
  54.     OnDblClick = SymbolGridDblClick
  55.     OnDrawCell = SymbolGridDrawCell
  56.   end
  57. end
  58.