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
Wrap
Text File
|
1998-05-08
|
9KB
|
394 lines
object FormBPOptions: TFormBPOptions
Left = 151
Top = 171
HelpContext = 25003
BorderStyle = bsSingle
Caption = 'Breakpoint Options'
ClientHeight = 416
ClientWidth = 413
ParentFont = True
Position = poScreenCenter
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
object PageControl1: TPageControl
Left = 10
Top = 54
Width = 393
Height = 321
HelpContext = 25003
ActivePage = BkptDef
TabOrder = 0
object BkptDef: TTabSheet
Caption = 'Breakpoint Definition'
object Label1: TLabel
Left = 24
Top = 114
Width = 47
Height = 13
Caption = 'Condition:'
end
object Label6: TLabel
Left = 24
Top = 160
Width = 85
Height = 13
Caption = 'Breakpoint Name:'
end
object Label2: TLabel
Left = 192
Top = 160
Width = 63
Height = 13
Caption = 'Group Name:'
end
object Label3: TLabel
Left = 256
Top = 234
Width = 57
Height = 13
Caption = 'Pass Count:'
end
object ExceptionPanel: TPanel
Left = 8
Top = 0
Width = 329
Height = 113
BevelOuter = bvNone
TabOrder = 9
object GroupBox2: TGroupBox
Left = 13
Top = 8
Width = 300
Height = 97
Caption = 'Exception Breakpoint Type'
TabOrder = 3
object ExceptionEdit: TEdit
Left = 39
Top = 72
Width = 241
Height = 21
TabOrder = 0
Text = 'ExceptionEdit'
OnChange = ExceptionEditChange
end
end
object RadioUnhandledThrow: TRadioButton
Left = 29
Top = 28
Width = 157
Height = 13
Caption = 'Unhandled Exception Throw'
TabOrder = 0
TabStop = True
OnClick = RadioUnhandledThrowClick
end
object RadioHandledAll: TRadioButton
Left = 29
Top = 47
Width = 176
Height = 14
Caption = 'All Handled Exception Throws'
TabOrder = 1
OnClick = RadioHandledAllClick
end
object RadioHandledThrow: TRadioButton
Left = 29
Top = 67
Width = 150
Height = 13
Caption = 'Handled Throw of Class:'
TabOrder = 2
OnClick = RadioHandledThrowClick
end
end
object SourcePanel: TPanel
Left = 16
Top = 8
Width = 321
Height = 105
BevelOuter = bvNone
TabOrder = 8
object GroupBox3: TGroupBox
Left = 0
Top = 8
Width = 313
Height = 73
Caption = 'Source Breakpoint Location'
TabOrder = 2
object Label4: TLabel
Left = 8
Top = 24
Width = 56
Height = 13
Caption = 'Source File:'
end
object Label5: TLabel
Left = 224
Top = 24
Width = 63
Height = 13
Caption = 'Line Number:'
end
end
object EditSourceFile: TEdit
Left = 8
Top = 52
Width = 209
Height = 21
TabOrder = 0
OnChange = EditSourceFileChange
end
object EditLineNumber: TEdit
Left = 224
Top = 52
Width = 81
Height = 21
TabOrder = 1
OnChange = EditLineNumberChange
end
end
object EditCondition: TEdit
Left = 24
Top = 130
Width = 297
Height = 21
TabOrder = 0
end
object EditName: TEdit
Left = 24
Top = 176
Width = 145
Height = 21
TabOrder = 1
end
object ComboBoxGroupName: TComboBox
Left = 192
Top = 176
Width = 145
Height = 21
ItemHeight = 13
TabOrder = 2
end
object RadioGroupThreadOptions: TRadioGroup
Left = 24
Top = 213
Width = 225
Height = 60
Caption = 'Thread Options:'
Ctl3D = True
Items.Strings = (
'Break for all threads'
'Break only for thread id:')
ParentCtl3D = False
TabOrder = 3
OnClick = RadioGroupThreadOptionsClick
end
object EditThreadId: TEdit
Left = 168
Top = 245
Width = 49
Height = 21
TabOrder = 4
Text = '1'
OnChange = EditThreadIdChange
end
object UpDownThreadId: TUpDown
Left = 217
Top = 245
Width = 12
Height = 21
Associate = EditThreadId
Min = 1
Max = 32767
Position = 1
TabOrder = 5
Wrap = False
end
object EditPassCount: TEdit
Left = 256
Top = 250
Width = 65
Height = 21
TabOrder = 6
Text = '1'
OnChange = EditPassCountChange
end
object UpDownPassCount: TUpDown
Left = 321
Top = 250
Width = 12
Height = 21
Associate = EditPassCount
Min = 1
Max = 32767
Position = 1
TabOrder = 7
Wrap = False
end
end
object Action: TTabSheet
Caption = 'Action'
object GroupBox1: TGroupBox
Left = 16
Top = 24
Width = 345
Height = 233
Caption = 'Actions'
TabOrder = 0
object Label10: TLabel
Left = 34
Top = 80
Width = 54
Height = 13
Caption = 'Expression:'
end
object CheckBoxLog: TCheckBox
Left = 16
Top = 61
Width = 201
Height = 17
Caption = 'Log breakpoint occurrence'
TabOrder = 0
OnClick = CheckBoxLogExpClick
end
object EditExpression: TEdit
Left = 112
Top = 76
Width = 217
Height = 21
TabOrder = 1
OnChange = EditExpressionChange
end
object CheckBoxEnableBkPt: TCheckBox
Left = 16
Top = 101
Width = 153
Height = 17
Caption = 'Enable another breakpoint:'
TabOrder = 2
OnClick = CheckBoxEnableBkPtClick
end
object CheckBoxDisableBkPt: TCheckBox
Left = 16
Top = 126
Width = 153
Height = 17
Caption = 'Disable another breakpoint:'
TabOrder = 3
OnClick = CheckBoxDisableBkPtClick
end
object CheckBoxEnableGroup: TCheckBox
Left = 16
Top = 150
Width = 169
Height = 17
Caption = 'Enable a group of breakpoints:'
TabOrder = 4
OnClick = CheckBoxEnableGroupClick
end
object CheckBoxDisableGroup: TCheckBox
Left = 16
Top = 175
Width = 169
Height = 17
Caption = 'Disable a group of breakpoints:'
TabOrder = 5
OnClick = CheckBoxDisableGroupClick
end
object ComboBoxEnableBkPt: TComboBox
Left = 208
Top = 104
Width = 121
Height = 21
ItemHeight = 13
TabOrder = 6
end
object ComboBoxDisableBkPt: TComboBox
Left = 208
Top = 128
Width = 121
Height = 21
ItemHeight = 13
TabOrder = 7
end
object ComboBoxEnableGroup: TComboBox
Left = 208
Top = 152
Width = 121
Height = 21
ItemHeight = 13
TabOrder = 8
end
object ComboBoxDisableGroup: TComboBox
Left = 208
Top = 176
Width = 121
Height = 21
ItemHeight = 13
TabOrder = 9
end
end
object CheckBoxActionHalt: TCheckBox
Left = 32
Top = 43
Width = 97
Height = 17
Caption = 'Halt execution'
TabOrder = 1
OnClick = CheckBoxActionHaltClick
end
object CheckBoxDialog: TCheckBox
Left = 32
Top = 64
Width = 217
Height = 17
Caption = 'Dialog on breakpoint occurrence'
TabOrder = 2
end
end
end
object RadioGroupBPT: TRadioGroup
Left = 10
Top = 6
Width = 393
Height = 41
Caption = 'Breakpoint Type'
Columns = 2
Items.Strings = (
'Source Breakpoint'
'Exception Breakpoint')
TabOrder = 1
OnClick = RadioGroupBPTClick
end
object ButtonOk: TButton
Left = 166
Top = 383
Width = 75
Height = 25
Caption = 'OK'
Default = True
ModalResult = 1
TabOrder = 2
OnClick = ButtonOKClick
end
object ButtonCancel: TButton
Left = 247
Top = 383
Width = 75
Height = 25
Caption = 'Cancel'
ModalResult = 2
TabOrder = 3
end
object ButtonHelp: TButton
Left = 328
Top = 383
Width = 75
Height = 25
Caption = '&Help'
TabOrder = 4
OnClick = ButtonHelpClick
end
end