object frmOptions: TfrmOptions Left = 462 Top = 199 BorderStyle = bsDialog Caption = 'Debugger Options' ClientHeight = 455 ClientWidth = 373 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = True Position = poScreenCenter PixelsPerInch = 96 TextHeight = 13 object pgOptions: TPageControl Left = 0 Top = 0 Width = 373 Height = 414 ActivePage = TabSheet2 Align = alClient TabOrder = 0 object TabSheet1: TTabSheet Caption = 'General' object lblIndent: TLabel Left = 12 Top = 26 Width = 30 Height = 13 Caption = 'Indent' end object edIndent: TMaskEdit Left = 52 Top = 22 Width = 51 Height = 21 EditMask = '999;1; ' MaxLength = 3 TabOrder = 0 Text = ' ' OnChange = edIndentChange end object chkInsertTop: TCheckBox Left = 12 Top = 62 Width = 169 Height = 17 Caption = 'Insert new messages on top' TabOrder = 1 end end object TabSheet2: TTabSheet Caption = 'Sections' object chlbSections: TRxCheckListBox Left = 4 Top = 32 Width = 357 Height = 348 ItemHeight = 13 TabOrder = 0 OnClickCheck = edIndentChange InternalVersion = 202 end object Button1: TButton Left = 4 Top = 3 Width = 75 Height = 25 Caption = 'All' TabOrder = 1 OnClick = Button1Click end object Button2: TButton Left = 84 Top = 3 Width = 75 Height = 25 Caption = 'None' TabOrder = 2 OnClick = Button2Click end end end object pnButtons: TPanel Left = 0 Top = 414 Width = 373 Height = 41 Align = alBottom TabOrder = 1 object btnCancel: TButton Left = 207 Top = 8 Width = 75 Height = 25 Cancel = True Caption = 'Cancel' ModalResult = 2 TabOrder = 0 end object btnApply: TButton Left = 288 Top = 8 Width = 75 Height = 25 Caption = 'Apply' Enabled = False TabOrder = 1 OnClick = btnApplyClick end object btnOK: TButton Left = 126 Top = 8 Width = 75 Height = 25 Caption = 'OK' Default = True ModalResult = 1 TabOrder = 2 end end end