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

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