home *** CD-ROM | disk | FTP | other *** search
/ PC World Plus! (NZ) 2001 June / HDC50.iso / Runimage / Delphi50 / Bin / CORIDE50.BPL / 0 / RCDATA / TADDADRBP / TADDADRBP.txt
Text File  |  1999-08-11  |  5KB  |  255 lines

  1. object AddAdrBP: TAddAdrBP
  2.   Left = 254
  3.   Top = 206
  4.   HelpContext = 5610
  5.   BorderStyle = bsDialog
  6.   Caption = 'Add Address Breakpoint'
  7.   ClientHeight = 425
  8.   ClientWidth = 327
  9.   Color = clBtnFace
  10.   ParentFont = True
  11.   KeyPreview = True
  12.   OldCreateOrder = True
  13.   Position = poScreenCenter
  14.   OnShow = FormShow
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Label1: TLabel
  18.     Left = 16
  19.     Top = 20
  20.     Width = 41
  21.     Height = 13
  22.     Caption = 'Addre&ss:'
  23.     FocusControl = AddressEdit
  24.   end
  25.   object Label2: TLabel
  26.     Left = 16
  27.     Top = 42
  28.     Width = 47
  29.     Height = 13
  30.     Caption = '&Condition:'
  31.     FocusControl = ConditionEdit
  32.   end
  33.   object lbPassCount: TLabel
  34.     Left = 16
  35.     Top = 66
  36.     Width = 56
  37.     Height = 13
  38.     Caption = '&Pass count:'
  39.     FocusControl = PassEdit
  40.   end
  41.   object Bevel1: TBevel
  42.     Left = 8
  43.     Top = 8
  44.     Width = 310
  45.     Height = 376
  46.     Anchors = [akLeft, akTop, akRight, akBottom]
  47.     Shape = bsFrame
  48.   end
  49.   object Label5: TLabel
  50.     Left = 16
  51.     Top = 92
  52.     Width = 32
  53.     Height = 13
  54.     Caption = '&Group:'
  55.     FocusControl = edGroupName
  56.   end
  57.   object AddressEdit: THistoryPropComboBox
  58.     Left = 96
  59.     Top = 18
  60.     Width = 212
  61.     Height = 21
  62.     ItemHeight = 13
  63.     TabOrder = 0
  64.     HistoryManager = EnvironmentOptions.HistoryLists
  65.     HistoryList = 'hlBPAddress'
  66.   end
  67.   object ConditionEdit: THistoryPropComboBox
  68.     Left = 96
  69.     Top = 42
  70.     Width = 212
  71.     Height = 21
  72.     ItemHeight = 13
  73.     TabOrder = 1
  74.     HistoryManager = EnvironmentOptions.HistoryLists
  75.     HistoryList = 'hlBPCondition'
  76.   end
  77.   object PassEdit: THistoryPropComboBox
  78.     Left = 96
  79.     Top = 66
  80.     Width = 212
  81.     Height = 21
  82.     ItemHeight = 13
  83.     TabOrder = 2
  84.     HistoryManager = EnvironmentOptions.HistoryLists
  85.     HistoryList = 'hlBPPassCount'
  86.   end
  87.   object CancelButton: TButton
  88.     Left = 156
  89.     Top = 391
  90.     Width = 75
  91.     Height = 25
  92.     Anchors = [akRight, akBottom]
  93.     Cancel = True
  94.     Caption = 'Cancel'
  95.     ModalResult = 2
  96.     TabOrder = 7
  97.   end
  98.   object HelpButton: TButton
  99.     Left = 244
  100.     Top = 391
  101.     Width = 75
  102.     Height = 25
  103.     Anchors = [akRight, akBottom]
  104.     Caption = '&Help'
  105.     TabOrder = 8
  106.     OnClick = HelpButtonClick
  107.   end
  108.   object OKButton: TButton
  109.     Left = 68
  110.     Top = 391
  111.     Width = 75
  112.     Height = 25
  113.     Anchors = [akRight, akBottom]
  114.     Caption = 'OK'
  115.     Default = True
  116.     TabOrder = 6
  117.     OnClick = OKButtonClick
  118.   end
  119.   object edGroupName: THistoryPropComboBox
  120.     Left = 96
  121.     Top = 90
  122.     Width = 212
  123.     Height = 21
  124.     ItemHeight = 13
  125.     TabOrder = 3
  126.     HistoryManager = EnvironmentOptions.HistoryLists
  127.     HistoryList = 'hlBPGroup'
  128.   end
  129.   object gbActions: TGroupBox
  130.     Left = 16
  131.     Top = 152
  132.     Width = 294
  133.     Height = 201
  134.     Caption = ' Actions: '
  135.     TabOrder = 5
  136.     Visible = False
  137.     object lbLogMessage: TLabel
  138.       Left = 8
  139.       Top = 80
  140.       Width = 66
  141.       Height = 13
  142.       Caption = 'Log &message:'
  143.       FocusControl = edLogMessage
  144.     end
  145.     object lbEnableGroup: TLabel
  146.       Left = 8
  147.       Top = 152
  148.       Width = 66
  149.       Height = 13
  150.       Caption = 'E&nable group:'
  151.       FocusControl = edEnableGroup
  152.     end
  153.     object lbDisableGroup: TLabel
  154.       Left = 8
  155.       Top = 176
  156.       Width = 68
  157.       Height = 13
  158.       Caption = '&Disable group:'
  159.       FocusControl = edDisableGroup
  160.     end
  161.     object lbEvalExpression: TLabel
  162.       Left = 8
  163.       Top = 104
  164.       Width = 77
  165.       Height = 13
  166.       Caption = 'E&val expression:'
  167.       FocusControl = edEvalExpression
  168.     end
  169.     object cbBreak: TCheckBox
  170.       Left = 8
  171.       Top = 16
  172.       Width = 97
  173.       Height = 17
  174.       Caption = '&Break'
  175.       TabOrder = 0
  176.     end
  177.     object edLogMessage: THistoryPropComboBox
  178.       Left = 90
  179.       Top = 76
  180.       Width = 198
  181.       Height = 21
  182.       ItemHeight = 13
  183.       TabOrder = 3
  184.       HistoryManager = EnvironmentOptions.HistoryLists
  185.       HistoryList = 'hlBPLogMessage'
  186.     end
  187.     object edEnableGroup: THistoryPropComboBox
  188.       Left = 90
  189.       Top = 148
  190.       Width = 198
  191.       Height = 21
  192.       ItemHeight = 13
  193.       TabOrder = 6
  194.       HistoryManager = EnvironmentOptions.HistoryLists
  195.       HistoryList = 'hlBPGroup'
  196.     end
  197.     object edDisableGroup: THistoryPropComboBox
  198.       Left = 90
  199.       Top = 172
  200.       Width = 198
  201.       Height = 21
  202.       ItemHeight = 13
  203.       TabOrder = 7
  204.       HistoryManager = EnvironmentOptions.HistoryLists
  205.       HistoryList = 'hlBPGroup'
  206.     end
  207.     object edEvalExpression: THistoryPropComboBox
  208.       Left = 90
  209.       Top = 100
  210.       Width = 198
  211.       Height = 21
  212.       ItemHeight = 13
  213.       TabOrder = 4
  214.       OnChange = edEvalExpressionChange
  215.       HistoryManager = EnvironmentOptions.HistoryLists
  216.       HistoryList = 'hlBPEvalExpression'
  217.     end
  218.     object cbLogResult: TCheckBox
  219.       Left = 90
  220.       Top = 126
  221.       Width = 97
  222.       Height = 17
  223.       Caption = 'Log &result'
  224.       TabOrder = 5
  225.     end
  226.     object cbIgnoreExceptions: TCheckBox
  227.       Left = 8
  228.       Top = 36
  229.       Width = 217
  230.       Height = 17
  231.       Caption = '&Ignore subsequent exceptions'
  232.       TabOrder = 1
  233.       OnClick = cbIgnoreExceptionsClick
  234.     end
  235.     object cbHandleExceptions: TCheckBox
  236.       Left = 8
  237.       Top = 56
  238.       Width = 177
  239.       Height = 17
  240.       Caption = 'Handle subsequent e&xceptions'
  241.       TabOrder = 2
  242.       OnClick = cbHandleExceptionsClick
  243.     end
  244.   end
  245.   object AdvancedButton: TButton
  246.     Left = 235
  247.     Top = 120
  248.     Width = 75
  249.     Height = 25
  250.     Caption = '&Advanced >>'
  251.     TabOrder = 4
  252.     OnClick = AdvancedButtonClick
  253.   end
  254. end
  255.