home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1998 October A / Pcwk10a98.iso / Inprise / TRIAL / JBUILDER / JRUNTIME.Z / jbuilder.exe / 0 / RCDATA / TFORMBPOPTIONS / TFORMBPOPTIONS.txt
Text File  |  1998-05-08  |  9KB  |  394 lines

  1. object FormBPOptions: TFormBPOptions
  2.   Left = 151
  3.   Top = 171
  4.   HelpContext = 25003
  5.   BorderStyle = bsSingle
  6.   Caption = 'Breakpoint Options'
  7.   ClientHeight = 416
  8.   ClientWidth = 413
  9.   ParentFont = True
  10.   Position = poScreenCenter
  11.   OnCreate = FormCreate
  12.   PixelsPerInch = 96
  13.   TextHeight = 13
  14.   object PageControl1: TPageControl
  15.     Left = 10
  16.     Top = 54
  17.     Width = 393
  18.     Height = 321
  19.     HelpContext = 25003
  20.     ActivePage = BkptDef
  21.     TabOrder = 0
  22.     object BkptDef: TTabSheet
  23.       Caption = 'Breakpoint Definition'
  24.       object Label1: TLabel
  25.         Left = 24
  26.         Top = 114
  27.         Width = 47
  28.         Height = 13
  29.         Caption = 'Condition:'
  30.       end
  31.       object Label6: TLabel
  32.         Left = 24
  33.         Top = 160
  34.         Width = 85
  35.         Height = 13
  36.         Caption = 'Breakpoint Name:'
  37.       end
  38.       object Label2: TLabel
  39.         Left = 192
  40.         Top = 160
  41.         Width = 63
  42.         Height = 13
  43.         Caption = 'Group Name:'
  44.       end
  45.       object Label3: TLabel
  46.         Left = 256
  47.         Top = 234
  48.         Width = 57
  49.         Height = 13
  50.         Caption = 'Pass Count:'
  51.       end
  52.       object ExceptionPanel: TPanel
  53.         Left = 8
  54.         Top = 0
  55.         Width = 329
  56.         Height = 113
  57.         BevelOuter = bvNone
  58.         TabOrder = 9
  59.         object GroupBox2: TGroupBox
  60.           Left = 13
  61.           Top = 8
  62.           Width = 300
  63.           Height = 97
  64.           Caption = 'Exception Breakpoint Type'
  65.           TabOrder = 3
  66.           object ExceptionEdit: TEdit
  67.             Left = 39
  68.             Top = 72
  69.             Width = 241
  70.             Height = 21
  71.             TabOrder = 0
  72.             Text = 'ExceptionEdit'
  73.             OnChange = ExceptionEditChange
  74.           end
  75.         end
  76.         object RadioUnhandledThrow: TRadioButton
  77.           Left = 29
  78.           Top = 28
  79.           Width = 157
  80.           Height = 13
  81.           Caption = 'Unhandled Exception Throw'
  82.           TabOrder = 0
  83.           TabStop = True
  84.           OnClick = RadioUnhandledThrowClick
  85.         end
  86.         object RadioHandledAll: TRadioButton
  87.           Left = 29
  88.           Top = 47
  89.           Width = 176
  90.           Height = 14
  91.           Caption = 'All Handled Exception Throws'
  92.           TabOrder = 1
  93.           OnClick = RadioHandledAllClick
  94.         end
  95.         object RadioHandledThrow: TRadioButton
  96.           Left = 29
  97.           Top = 67
  98.           Width = 150
  99.           Height = 13
  100.           Caption = 'Handled Throw of Class:'
  101.           TabOrder = 2
  102.           OnClick = RadioHandledThrowClick
  103.         end
  104.       end
  105.       object SourcePanel: TPanel
  106.         Left = 16
  107.         Top = 8
  108.         Width = 321
  109.         Height = 105
  110.         BevelOuter = bvNone
  111.         TabOrder = 8
  112.         object GroupBox3: TGroupBox
  113.           Left = 0
  114.           Top = 8
  115.           Width = 313
  116.           Height = 73
  117.           Caption = 'Source Breakpoint Location'
  118.           TabOrder = 2
  119.           object Label4: TLabel
  120.             Left = 8
  121.             Top = 24
  122.             Width = 56
  123.             Height = 13
  124.             Caption = 'Source File:'
  125.           end
  126.           object Label5: TLabel
  127.             Left = 224
  128.             Top = 24
  129.             Width = 63
  130.             Height = 13
  131.             Caption = 'Line Number:'
  132.           end
  133.         end
  134.         object EditSourceFile: TEdit
  135.           Left = 8
  136.           Top = 52
  137.           Width = 209
  138.           Height = 21
  139.           TabOrder = 0
  140.           OnChange = EditSourceFileChange
  141.         end
  142.         object EditLineNumber: TEdit
  143.           Left = 224
  144.           Top = 52
  145.           Width = 81
  146.           Height = 21
  147.           TabOrder = 1
  148.           OnChange = EditLineNumberChange
  149.         end
  150.       end
  151.       object EditCondition: TEdit
  152.         Left = 24
  153.         Top = 130
  154.         Width = 297
  155.         Height = 21
  156.         TabOrder = 0
  157.       end
  158.       object EditName: TEdit
  159.         Left = 24
  160.         Top = 176
  161.         Width = 145
  162.         Height = 21
  163.         TabOrder = 1
  164.       end
  165.       object ComboBoxGroupName: TComboBox
  166.         Left = 192
  167.         Top = 176
  168.         Width = 145
  169.         Height = 21
  170.         ItemHeight = 13
  171.         TabOrder = 2
  172.       end
  173.       object RadioGroupThreadOptions: TRadioGroup
  174.         Left = 24
  175.         Top = 213
  176.         Width = 225
  177.         Height = 60
  178.         Caption = 'Thread Options:'
  179.         Ctl3D = True
  180.         Items.Strings = (
  181.           'Break for all threads'
  182.           'Break only for thread id:')
  183.         ParentCtl3D = False
  184.         TabOrder = 3
  185.         OnClick = RadioGroupThreadOptionsClick
  186.       end
  187.       object EditThreadId: TEdit
  188.         Left = 168
  189.         Top = 245
  190.         Width = 49
  191.         Height = 21
  192.         TabOrder = 4
  193.         Text = '1'
  194.         OnChange = EditThreadIdChange
  195.       end
  196.       object UpDownThreadId: TUpDown
  197.         Left = 217
  198.         Top = 245
  199.         Width = 12
  200.         Height = 21
  201.         Associate = EditThreadId
  202.         Min = 1
  203.         Max = 32767
  204.         Position = 1
  205.         TabOrder = 5
  206.         Wrap = False
  207.       end
  208.       object EditPassCount: TEdit
  209.         Left = 256
  210.         Top = 250
  211.         Width = 65
  212.         Height = 21
  213.         TabOrder = 6
  214.         Text = '1'
  215.         OnChange = EditPassCountChange
  216.       end
  217.       object UpDownPassCount: TUpDown
  218.         Left = 321
  219.         Top = 250
  220.         Width = 12
  221.         Height = 21
  222.         Associate = EditPassCount
  223.         Min = 1
  224.         Max = 32767
  225.         Position = 1
  226.         TabOrder = 7
  227.         Wrap = False
  228.       end
  229.     end
  230.     object Action: TTabSheet
  231.       Caption = 'Action'
  232.       object GroupBox1: TGroupBox
  233.         Left = 16
  234.         Top = 24
  235.         Width = 345
  236.         Height = 233
  237.         Caption = 'Actions'
  238.         TabOrder = 0
  239.         object Label10: TLabel
  240.           Left = 34
  241.           Top = 80
  242.           Width = 54
  243.           Height = 13
  244.           Caption = 'Expression:'
  245.         end
  246.         object CheckBoxLog: TCheckBox
  247.           Left = 16
  248.           Top = 61
  249.           Width = 201
  250.           Height = 17
  251.           Caption = 'Log breakpoint occurrence'
  252.           TabOrder = 0
  253.           OnClick = CheckBoxLogExpClick
  254.         end
  255.         object EditExpression: TEdit
  256.           Left = 112
  257.           Top = 76
  258.           Width = 217
  259.           Height = 21
  260.           TabOrder = 1
  261.           OnChange = EditExpressionChange
  262.         end
  263.         object CheckBoxEnableBkPt: TCheckBox
  264.           Left = 16
  265.           Top = 101
  266.           Width = 153
  267.           Height = 17
  268.           Caption = 'Enable another breakpoint:'
  269.           TabOrder = 2
  270.           OnClick = CheckBoxEnableBkPtClick
  271.         end
  272.         object CheckBoxDisableBkPt: TCheckBox
  273.           Left = 16
  274.           Top = 126
  275.           Width = 153
  276.           Height = 17
  277.           Caption = 'Disable another breakpoint:'
  278.           TabOrder = 3
  279.           OnClick = CheckBoxDisableBkPtClick
  280.         end
  281.         object CheckBoxEnableGroup: TCheckBox
  282.           Left = 16
  283.           Top = 150
  284.           Width = 169
  285.           Height = 17
  286.           Caption = 'Enable a group of breakpoints:'
  287.           TabOrder = 4
  288.           OnClick = CheckBoxEnableGroupClick
  289.         end
  290.         object CheckBoxDisableGroup: TCheckBox
  291.           Left = 16
  292.           Top = 175
  293.           Width = 169
  294.           Height = 17
  295.           Caption = 'Disable a group of breakpoints:'
  296.           TabOrder = 5
  297.           OnClick = CheckBoxDisableGroupClick
  298.         end
  299.         object ComboBoxEnableBkPt: TComboBox
  300.           Left = 208
  301.           Top = 104
  302.           Width = 121
  303.           Height = 21
  304.           ItemHeight = 13
  305.           TabOrder = 6
  306.         end
  307.         object ComboBoxDisableBkPt: TComboBox
  308.           Left = 208
  309.           Top = 128
  310.           Width = 121
  311.           Height = 21
  312.           ItemHeight = 13
  313.           TabOrder = 7
  314.         end
  315.         object ComboBoxEnableGroup: TComboBox
  316.           Left = 208
  317.           Top = 152
  318.           Width = 121
  319.           Height = 21
  320.           ItemHeight = 13
  321.           TabOrder = 8
  322.         end
  323.         object ComboBoxDisableGroup: TComboBox
  324.           Left = 208
  325.           Top = 176
  326.           Width = 121
  327.           Height = 21
  328.           ItemHeight = 13
  329.           TabOrder = 9
  330.         end
  331.       end
  332.       object CheckBoxActionHalt: TCheckBox
  333.         Left = 32
  334.         Top = 43
  335.         Width = 97
  336.         Height = 17
  337.         Caption = 'Halt execution'
  338.         TabOrder = 1
  339.         OnClick = CheckBoxActionHaltClick
  340.       end
  341.       object CheckBoxDialog: TCheckBox
  342.         Left = 32
  343.         Top = 64
  344.         Width = 217
  345.         Height = 17
  346.         Caption = 'Dialog on breakpoint occurrence'
  347.         TabOrder = 2
  348.       end
  349.     end
  350.   end
  351.   object RadioGroupBPT: TRadioGroup
  352.     Left = 10
  353.     Top = 6
  354.     Width = 393
  355.     Height = 41
  356.     Caption = 'Breakpoint Type'
  357.     Columns = 2
  358.     Items.Strings = (
  359.       'Source Breakpoint'
  360.       'Exception Breakpoint')
  361.     TabOrder = 1
  362.     OnClick = RadioGroupBPTClick
  363.   end
  364.   object ButtonOk: TButton
  365.     Left = 166
  366.     Top = 383
  367.     Width = 75
  368.     Height = 25
  369.     Caption = 'OK'
  370.     Default = True
  371.     ModalResult = 1
  372.     TabOrder = 2
  373.     OnClick = ButtonOKClick
  374.   end
  375.   object ButtonCancel: TButton
  376.     Left = 247
  377.     Top = 383
  378.     Width = 75
  379.     Height = 25
  380.     Caption = 'Cancel'
  381.     ModalResult = 2
  382.     TabOrder = 3
  383.   end
  384.   object ButtonHelp: TButton
  385.     Left = 328
  386.     Top = 383
  387.     Width = 75
  388.     Height = 25
  389.     Caption = '&Help'
  390.     TabOrder = 4
  391.     OnClick = ButtonHelpClick
  392.   end
  393. end
  394.