home *** CD-ROM | disk | FTP | other *** search
/ PC Expert 29 / Pce29cd.iso / RUNIMAGE / DELPHI40 / BIN / CORIDE40.BPL / 0 / RCDATA / TDEBUGGEROPTIONSPAGE / TDEBUGGEROPTIONSPAGE.txt
Text File  |  1998-06-16  |  1KB  |  51 lines

  1. object DebuggerOptionsPage: TDebuggerOptionsPage
  2.   Left = 0
  3.   Top = 0
  4.   Width = 419
  5.   Height = 298
  6.   HelpContext = 2090
  7.   Caption = 'General'
  8.   OnBroadcast = DebuggerOptionsPageBroadcast
  9.   object gbDebugging: TGroupBox
  10.     Left = 8
  11.     Top = 8
  12.     Width = 210
  13.     Height = 100
  14.     Caption = ' General: '
  15.     TabOrder = 0
  16.     object cbInspectorsOnTop: TCheckBox
  17.       Left = 8
  18.       Top = 56
  19.       Width = 197
  20.       Height = 17
  21.       Caption = 'Inspectors &stay on top'
  22.       TabOrder = 2
  23.     end
  24.     object cbTD32Commands: TCheckBox
  25.       Left = 8
  26.       Top = 16
  27.       Width = 197
  28.       Height = 17
  29.       Caption = 'Map &TD32 keystrokes on run'
  30.       TabOrder = 0
  31.       OnClick = cbTD32CommandsClick
  32.     end
  33.     object cbRearrangeMenu: TCheckBox
  34.       Left = 8
  35.       Top = 76
  36.       Width = 197
  37.       Height = 17
  38.       Caption = 'Rearrange &editor local menu on run'
  39.       TabOrder = 3
  40.     end
  41.     object cbDisableEdit: TCheckBox
  42.       Left = 8
  43.       Top = 36
  44.       Width = 197
  45.       Height = 17
  46.       Caption = '&Mark buffers read-only on run'
  47.       TabOrder = 1
  48.     end
  49.   end
  50. end
  51.