home *** CD-ROM | disk | FTP | other *** search
/ PC World Plus! (NZ) 2001 June / HDC50.iso / Runimage / Delphi50 / Bin / CORIDE50.BPL / 0 / RCDATA / TDEBUGGEROPTIONSPAGE / TDEBUGGEROPTIONSPAGE.txt
Text File  |  1999-08-11  |  3KB  |  136 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 = 403
  13.     Height = 105
  14.     Caption = ' General '
  15.     TabOrder = 0
  16.     object cbInspectorsOnTop: TCheckBox
  17.       Left = 8
  18.       Top = 58
  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 = 18
  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 = 210
  35.       Top = 38
  36.       Width = 190
  37.       Height = 17
  38.       Caption = 'Rearrange &editor local menu on run'
  39.       TabOrder = 5
  40.     end
  41.     object cbDisableEdit: TCheckBox
  42.       Left = 8
  43.       Top = 38
  44.       Width = 197
  45.       Height = 17
  46.       Caption = '&Mark buffers read-only on run'
  47.       TabOrder = 1
  48.     end
  49.     object cbAllowSideEffectsInWatches: TCheckBox
  50.       Left = 210
  51.       Top = 18
  52.       Width = 188
  53.       Height = 17
  54.       Caption = '&Allow side effects in new watches'
  55.       TabOrder = 4
  56.     end
  57.     object cbDisableMultipleEvaluators: TCheckBox
  58.       Left = 8
  59.       Top = 78
  60.       Width = 161
  61.       Height = 17
  62.       Caption = 'Disable multiple e&valuators'
  63.       TabOrder = 3
  64.     end
  65.     object cbDebugSpawnedProcesses: TCheckBox
  66.       Left = 210
  67.       Top = 58
  68.       Width = 153
  69.       Height = 17
  70.       Caption = '&Debug spawned processes'
  71.       TabOrder = 6
  72.     end
  73.   end
  74.   object gbPath: TGroupBox
  75.     Left = 8
  76.     Top = 120
  77.     Width = 403
  78.     Height = 113
  79.     Caption = ' Paths '
  80.     TabOrder = 1
  81.     object Label1: TLabel
  82.       Left = 8
  83.       Top = 20
  84.       Width = 139
  85.       Height = 13
  86.       Caption = 'Debug S&ymbols Search Path:'
  87.       FocusControl = ddDebugSymbolSearchPath
  88.     end
  89.     object lbDebugDcu: TLabel
  90.       Left = 8
  91.       Top = 64
  92.       Width = 86
  93.       Height = 13
  94.       Caption = 'Debug D&CU Path:'
  95.     end
  96.     object ddDebugSymbolSearchPath: THistoryPropComboBox
  97.       Left = 8
  98.       Top = 36
  99.       Width = 361
  100.       Height = 21
  101.       ItemHeight = 13
  102.       TabOrder = 0
  103.       HistoryManager = EnvironmentOptions.HistoryLists
  104.       HistoryList = 'hlDebugSymbolSearchPath'
  105.     end
  106.     object bDirDebugSource: TButton
  107.       Left = 375
  108.       Top = 36
  109.       Width = 18
  110.       Height = 21
  111.       Caption = '...'
  112.       TabOrder = 1
  113.       OnClick = bDirDebugSourceClick
  114.     end
  115.     object ddDebugDCUPath: THistoryPropComboBox
  116.       Left = 8
  117.       Top = 80
  118.       Width = 361
  119.       Height = 21
  120.       ItemHeight = 13
  121.       TabOrder = 2
  122.       HistoryManager = EnvironmentOptions.HistoryLists
  123.       HistoryList = 'hlDebugDCUPath'
  124.     end
  125.     object bDirDebugDCU: TButton
  126.       Left = 375
  127.       Top = 80
  128.       Width = 18
  129.       Height = 21
  130.       Caption = '...'
  131.       TabOrder = 3
  132.       OnClick = bDirDebugDCUClick
  133.     end
  134.   end
  135. end
  136.