object frmAllCompilerOptions: TfrmAllCompilerOptions Left = 311 Height = 497 Top = 189 Width = 622 Caption = 'frmAllCompilerOptions' ClientHeight = 497 ClientWidth = 622 OnShow = FormShow LCLVersion = '1.1' object edOptionsFilter: TEdit AnchorSideTop.Side = asrBottom Left = 0 Height = 25 Top = 0 Width = 98 OnChange = edOptionsFilterChange ParentShowHint = False ShowHint = True TabOrder = 0 end object btnResetOptionsFilter: TSpeedButton AnchorSideLeft.Control = edOptionsFilter AnchorSideLeft.Side = asrBottom AnchorSideTop.Control = edOptionsFilter AnchorSideRight.Side = asrBottom AnchorSideBottom.Side = asrBottom Left = 98 Height = 25 Top = 0 Width = 29 OnClick = btnResetOptionsFilterClick ShowHint = True ParentShowHint = False end object sbAllOptions: TScrollBox AnchorSideLeft.Control = edOptionsFilter AnchorSideTop.Control = edOptionsFilter AnchorSideTop.Side = asrBottom AnchorSideRight.Side = asrBottom AnchorSideBottom.Control = ButtonPanel1 Left = 0 Height = 419 Top = 25 Width = 616 HorzScrollBar.Increment = 61 HorzScrollBar.Page = 612 HorzScrollBar.Smooth = True HorzScrollBar.Tracking = True VertScrollBar.Increment = 41 VertScrollBar.Page = 415 VertScrollBar.Smooth = True VertScrollBar.Tracking = True Anchors = [akTop, akLeft, akRight, akBottom] ParentShowHint = False ShowHint = True TabOrder = 1 end object ButtonPanel1: TButtonPanel Left = 6 Height = 41 Top = 450 Width = 610 OKButton.Name = 'OKButton' OKButton.DefaultCaption = True HelpButton.Name = 'HelpButton' HelpButton.DefaultCaption = True CloseButton.Name = 'CloseButton' CloseButton.DefaultCaption = True CancelButton.Name = 'CancelButton' CancelButton.DefaultCaption = True TabOrder = 2 ShowButtons = [pbOK, pbCancel, pbHelp] end object cbShowModified: TCheckBox AnchorSideLeft.Control = btnResetOptionsFilter AnchorSideLeft.Side = asrBottom AnchorSideTop.Control = btnResetOptionsFilter AnchorSideTop.Side = asrCenter Left = 156 Height = 21 Top = 2 Width = 143 BorderSpacing.Left = 29 Caption = 'Show only modified' OnClick = cbShowModifiedClick TabOrder = 3 end object cbUseComments: TCheckBox AnchorSideLeft.Control = cbShowModified AnchorSideLeft.Side = asrBottom AnchorSideTop.Control = cbShowModified Left = 328 Height = 21 Top = 2 Width = 233 BorderSpacing.Left = 29 Caption = 'Use comments in custom options' TabOrder = 4 end end