home *** CD-ROM | disk | FTP | other *** search
/ Chip Hitware 7 / Chip_Hitware_Vol_07.iso / chiphit7 / tools / 95fontli / fl.exe / 0 / RCDATA / TFMASCII / TFMASCII.txt
Text File  |  1996-12-07  |  2KB  |  75 lines

  1. object fmASCII: TfmASCII
  2.   Left = 425
  3.   Top = 243
  4.   ActiveControl = sgASCII
  5.   BorderStyle = bsToolWindow
  6.   Caption = 'ASCII-codes'
  7.   ClientHeight = 290
  8.   ClientWidth = 360
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   OnActivate = FormActivate
  14.   OnClose = FormClose
  15.   OnCreate = FormCreate
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object lblCode: TLabel
  19.     Left = 10
  20.     Top = 266
  21.     Width = 24
  22.     Height = 13
  23.     Caption = 'Alt+0'
  24.   end
  25.   object sgASCII: TStringGrid
  26.     Left = 5
  27.     Top = 25
  28.     Width = 350
  29.     Height = 231
  30.     ColCount = 8
  31.     DefaultColWidth = 40
  32.     FixedCols = 0
  33.     RowCount = 32
  34.     FixedRows = 0
  35.     Font.Color = clWindowText
  36.     Font.Height = 0
  37.     Font.Name = 'MS Sans Serif'
  38.     Font.Style = []
  39.     Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goDrawFocusSelected]
  40.     ParentFont = False
  41.     ScrollBars = ssVertical
  42.     TabOrder = 0
  43.     OnSelectCell = sgASCIISelectCell
  44.   end
  45.   object cbUpdate: TCheckBox
  46.     Left = 5
  47.     Top = 5
  48.     Width = 97
  49.     Height = 17
  50.     Alignment = taLeftJustify
  51.     Caption = 'Auto &Update'
  52.     State = cbChecked
  53.     TabOrder = 1
  54.   end
  55.   object cbTop: TCheckBox
  56.     Left = 255
  57.     Top = 5
  58.     Width = 97
  59.     Height = 17
  60.     Alignment = taLeftJustify
  61.     Caption = '&Stay On Top'
  62.     TabOrder = 2
  63.     OnClick = cbTopClick
  64.   end
  65.   object btnClose: TButton
  66.     Left = 280
  67.     Top = 260
  68.     Width = 75
  69.     Height = 25
  70.     Caption = '&Close'
  71.     TabOrder = 3
  72.     OnClick = btnCloseClick
  73.   end
  74. end
  75.