object FormContextTreeOptions: TFormContextTreeOptions Left = -3 Top = 243 HelpContext = 25063 BorderStyle = bsSingle Caption = 'Context Tree Properties' ClientHeight = 380 ClientWidth = 388 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object RadioGroup1: TRadioGroup Left = 8 Top = 8 Width = 369 Height = 81 Caption = 'Type of Context Tree' Items.Strings = ( 'Display Context Information' 'Display Data Watches Only') TabOrder = 0 OnClick = RadioGroup1Click end object GroupBox1: TGroupBox Left = 8 Top = 96 Width = 370 Height = 241 Caption = 'Context Information Choices' TabOrder = 1 object CheckBoxThreads: TCheckBox Left = 16 Top = 24 Width = 337 Height = 17 Caption = 'Display Threads' TabOrder = 0 end object CheckBoxMethods: TCheckBox Left = 16 Top = 56 Width = 337 Height = 17 Caption = 'Display Methods on the Stack' TabOrder = 1 OnClick = CheckBoxMethodsClick end object CheckBoxData: TCheckBox Left = 16 Top = 136 Width = 337 Height = 17 Caption = 'Display Data' TabOrder = 5 OnClick = CheckBoxDataClick end object CheckBoxMethodLine: TCheckBox Left = 56 Top = 72 Width = 305 Height = 17 Caption = 'Show Line Number' TabOrder = 2 end object CheckBoxMethodClass: TCheckBox Left = 56 Top = 88 Width = 305 Height = 17 Caption = 'Show Class Name' TabOrder = 3 end object CheckBoxMethodSource: TCheckBox Left = 56 Top = 104 Width = 305 Height = 17 Caption = 'Show Source Filename' TabOrder = 4 end object StaticText1: TStaticText Left = 16 Top = 180 Width = 33 Height = 17 Caption = 'Public' TabOrder = 21 end object StaticText2: TStaticText Left = 16 Top = 196 Width = 50 Height = 17 Caption = 'Protected' TabOrder = 22 end object StaticText3: TStaticText Left = 16 Top = 212 Width = 37 Height = 17 Caption = 'Private' TabOrder = 23 end object StaticText4: TStaticText Left = 72 Top = 164 Width = 31 Height = 17 Caption = 'Static' TabOrder = 24 end object StaticText5: TStaticText Left = 120 Top = 164 Width = 26 Height = 17 Caption = 'Final' TabOrder = 25 end object StaticText6: TStaticText Left = 168 Top = 164 Width = 48 Height = 17 Caption = 'Transient' TabOrder = 26 end object StaticText7: TStaticText Left = 264 Top = 164 Width = 68 Height = 17 Caption = 'Synchronized' TabOrder = 27 end object StaticText8: TStaticText Left = 216 Top = 164 Width = 38 Height = 17 Caption = 'Volatile' TabOrder = 28 end object CBoxPublicStatic: TCheckBox Left = 80 Top = 183 Width = 65 Height = 17 TabOrder = 6 end object CBoxProtectedStatic: TCheckBox Left = 80 Top = 199 Width = 17 Height = 17 TabOrder = 7 end object CBoxPrivateStatic: TCheckBox Left = 80 Top = 215 Width = 17 Height = 17 TabOrder = 8 end object CBoxPublicFinal: TCheckBox Left = 128 Top = 183 Width = 17 Height = 17 TabOrder = 9 end object CBoxProtectedFinal: TCheckBox Left = 128 Top = 199 Width = 17 Height = 17 TabOrder = 10 end object CBoxPrivateFinal: TCheckBox Left = 128 Top = 215 Width = 17 Height = 17 TabOrder = 11 end object CBoxPublicTransient: TCheckBox Left = 170 Top = 182 Width = 15 Height = 17 TabOrder = 12 end object CBoxProtectedTransient: TCheckBox Left = 170 Top = 198 Width = 15 Height = 17 TabOrder = 13 end object CBoxPrivateTransient: TCheckBox Left = 170 Top = 214 Width = 15 Height = 17 TabOrder = 14 end object CBoxPublicVolatile: TCheckBox Left = 218 Top = 182 Width = 15 Height = 17 TabOrder = 15 end object CBoxProtectedVolatile: TCheckBox Left = 218 Top = 198 Width = 15 Height = 17 TabOrder = 16 end object CBoxPrivateVolatile: TCheckBox Left = 218 Top = 214 Width = 15 Height = 17 TabOrder = 17 end object CBoxPublicSynchronized: TCheckBox Left = 266 Top = 182 Width = 15 Height = 17 TabOrder = 18 end object CBoxProtectedSynchronized: TCheckBox Left = 266 Top = 198 Width = 15 Height = 17 TabOrder = 19 end object CBoxPrivateSynchronized: TCheckBox Left = 266 Top = 214 Width = 15 Height = 17 TabOrder = 20 end end object ButtonOK: TButton Left = 140 Top = 346 Width = 75 Height = 25 Caption = 'OK' Default = True ModalResult = 1 TabOrder = 2 OnClick = ButtonOKClick end object ButtonCancel: TButton Left = 221 Top = 346 Width = 75 Height = 25 Caption = 'Cancel' ModalResult = 2 TabOrder = 3 end object ButtonHelp: TButton Left = 302 Top = 346 Width = 75 Height = 25 Caption = '&Help' TabOrder = 4 OnClick = ButtonHelpClick end end