Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
lazarus-project / usr / share / lazarus / 2.0.10 / ide / findinfilesdlg.lfm
Size: Mime:
object LazFindInFilesDialog: TLazFindInFilesDialog
  Left = 408
  Height = 437
  Top = 154
  Width = 461
  ActiveControl = TextToFindComboBox
  AutoSize = True
  Caption = 'Find in files'
  ClientHeight = 437
  ClientWidth = 461
  Constraints.MinHeight = 430
  Constraints.MinWidth = 400
  OnClose = FormClose
  OnCreate = FormCreate
  LCLVersion = '1.9.0.0'
  object OptionsCheckGroupBox: TCheckGroup
    AnchorSideLeft.Control = Owner
    AnchorSideTop.Control = ReplaceTextComboBox
    AnchorSideTop.Side = asrBottom
    AnchorSideRight.Control = Owner
    AnchorSideRight.Side = asrBottom
    Left = 6
    Height = 76
    Top = 64
    Width = 449
    Anchors = [akTop, akLeft, akRight]
    AutoFill = True
    AutoSize = True
    BorderSpacing.Around = 6
    Caption = 'Options'
    ChildSizing.LeftRightSpacing = 6
    ChildSizing.TopBottomSpacing = 6
    ChildSizing.HorizontalSpacing = 6
    ChildSizing.VerticalSpacing = 6
    ChildSizing.EnlargeHorizontal = crsHomogenousChildResize
    ChildSizing.EnlargeVertical = crsHomogenousChildResize
    ChildSizing.ShrinkHorizontal = crsScaleChilds
    ChildSizing.ShrinkVertical = crsScaleChilds
    ChildSizing.Layout = cclLeftToRightThenTopToBottom
    ChildSizing.ControlsPerLine = 2
    ClientHeight = 56
    ClientWidth = 445
    Columns = 2
    Items.Strings = (
      'Case sensitive'
      'Whole words only'
      'Regular expressions'
      'Multi Line'
    )
    TabOrder = 3
    Data = {
      0400000002020202
    }
  end
  object WhereRadioGroup: TRadioGroup
    AnchorSideLeft.Control = Owner
    AnchorSideTop.Control = OptionsCheckGroupBox
    AnchorSideTop.Side = asrBottom
    AnchorSideRight.Control = Owner
    AnchorSideRight.Side = asrBottom
    Left = 6
    Height = 76
    Top = 146
    Width = 449
    Anchors = [akTop, akLeft, akRight]
    AutoFill = True
    AutoSize = True
    BorderSpacing.Around = 6
    Caption = 'Where'
    ChildSizing.LeftRightSpacing = 6
    ChildSizing.TopBottomSpacing = 6
    ChildSizing.HorizontalSpacing = 6
    ChildSizing.VerticalSpacing = 6
    ChildSizing.EnlargeHorizontal = crsHomogenousChildResize
    ChildSizing.EnlargeVertical = crsHomogenousChildResize
    ChildSizing.ShrinkHorizontal = crsScaleChilds
    ChildSizing.ShrinkVertical = crsScaleChilds
    ChildSizing.Layout = cclLeftToRightThenTopToBottom
    ChildSizing.ControlsPerLine = 2
    ClientHeight = 56
    ClientWidth = 445
    Columns = 2
    ItemIndex = 1
    Items.Strings = (
      'search all files in project'
      'search all open files'
      'search in directories'
      'search in active file'
    )
    OnClick = WhereRadioGroupClick
    TabOrder = 4
  end
  object DirectoriesOptionsGroupBox: TGroupBox
    AnchorSideLeft.Control = Owner
    AnchorSideTop.Control = WhereRadioGroup
    AnchorSideTop.Side = asrBottom
    AnchorSideRight.Control = Owner
    AnchorSideRight.Side = asrBottom
    Left = 6
    Height = 117
    Top = 228
    Width = 449
    Anchors = [akTop, akLeft, akRight]
    AutoSize = True
    BorderSpacing.Around = 6
    Caption = 'Directories'
    ClientHeight = 97
    ClientWidth = 445
    Enabled = False
    TabOrder = 5
    object DirectoriesLabel: TLabel
      AnchorSideLeft.Control = DirectoriesOptionsGroupBox
      AnchorSideTop.Control = DirectoriesComboBox
      AnchorSideTop.Side = asrCenter
      Left = 6
      Height = 15
      Top = 10
      Width = 59
      BorderSpacing.Left = 6
      Caption = 'Directories:'
      FocusControl = DirectoriesComboBox
      ParentColor = False
    end
    object FileMaskLabel: TLabel
      AnchorSideLeft.Control = DirectoriesOptionsGroupBox
      AnchorSideTop.Control = DirectoriesComboBox
      AnchorSideTop.Side = asrBottom
      Left = 6
      Height = 15
      Top = 41
      Width = 49
      BorderSpacing.Left = 6
      BorderSpacing.Top = 12
      Caption = 'File mask'
      FocusControl = FileMaskComboBox
      ParentColor = False
    end
    object DirectoriesComboBox: TComboBox
      AnchorSideLeft.Control = DirectoriesLabel
      AnchorSideLeft.Side = asrBottom
      AnchorSideTop.Control = DirectoriesOptionsGroupBox
      AnchorSideRight.Control = DirectoriesBrowse
      Left = 71
      Height = 23
      Top = 6
      Width = 337
      Anchors = [akTop, akLeft, akRight]
      BorderSpacing.Left = 6
      BorderSpacing.Top = 6
      BorderSpacing.Right = 6
      ItemHeight = 15
      ParentShowHint = False
      ShowHint = True
      TabOrder = 0
    end
    object DirectoriesBrowse: TBitBtn
      AnchorSideLeft.Side = asrBottom
      AnchorSideTop.Control = DirectoriesComboBox
      AnchorSideRight.Control = DirectoriesOptionsGroupBox
      AnchorSideRight.Side = asrBottom
      Left = 414
      Height = 25
      Top = 6
      Width = 25
      Anchors = [akTop, akRight]
      BorderSpacing.Right = 6
      Caption = '...'
      Layout = blGlyphTop
      OnClick = DirectoriesBrowseClick
      TabOrder = 1
    end
    object FileMaskComboBox: TComboBox
      AnchorSideLeft.Control = FileMaskLabel
      AnchorSideLeft.Side = asrBottom
      AnchorSideTop.Control = FileMaskLabel
      AnchorSideTop.Side = asrCenter
      AnchorSideRight.Control = DirectoriesComboBox
      AnchorSideRight.Side = asrBottom
      Left = 61
      Height = 23
      Top = 37
      Width = 347
      Anchors = [akTop, akLeft, akRight]
      BorderSpacing.Left = 6
      ItemHeight = 15
      TabOrder = 2
      Text = '*.pas;*.pp;*.inc'
    end
    object IncludeSubDirsCheckBox: TCheckBox
      AnchorSideLeft.Control = DirectoriesOptionsGroupBox
      AnchorSideTop.Control = FileMaskComboBox
      AnchorSideTop.Side = asrBottom
      Left = 6
      Height = 19
      Top = 72
      Width = 139
      BorderSpacing.Left = 6
      BorderSpacing.Top = 12
      BorderSpacing.Bottom = 6
      Caption = 'Include sub directories'
      Checked = True
      State = cbChecked
      TabOrder = 3
    end
  end
  object ButtonPanel1: TButtonPanel
    Left = 6
    Height = 26
    Top = 405
    Width = 449
    OKButton.Name = 'OKButton'
    OKButton.DefaultCaption = True
    OKButton.OnClick = OKButtonClick
    HelpButton.Name = 'HelpButton'
    HelpButton.DefaultCaption = True
    HelpButton.OnClick = HelpButtonClick
    CloseButton.Name = 'CloseButton'
    CloseButton.DefaultCaption = True
    CloseButton.Enabled = False
    CancelButton.Name = 'CancelButton'
    CancelButton.DefaultCaption = True
    TabOrder = 6
    ShowButtons = [pbOK, pbCancel, pbHelp]
    ShowBevel = False
  end
  object ReplaceTextComboBox: TComboBox
    AnchorSideLeft.Control = ReplaceCheckBox
    AnchorSideLeft.Side = asrBottom
    AnchorSideTop.Control = TextToFindComboBox
    AnchorSideTop.Side = asrBottom
    AnchorSideRight.Control = Owner
    AnchorSideRight.Side = asrBottom
    Left = 73
    Height = 23
    Top = 35
    Width = 382
    Anchors = [akTop, akLeft, akRight]
    AutoComplete = True
    AutoCompleteText = [cbactEnabled, cbactEndOfLineComplete, cbactRetainPrefixCase, cbactSearchAscending]
    BorderSpacing.Left = 6
    BorderSpacing.Top = 6
    BorderSpacing.Right = 6
    BorderSpacing.Bottom = 6
    Enabled = False
    ItemHeight = 15
    TabOrder = 2
  end
  object ReplaceCheckBox: TCheckBox
    AnchorSideLeft.Control = Owner
    AnchorSideTop.Control = ReplaceTextComboBox
    AnchorSideTop.Side = asrCenter
    Left = 6
    Height = 19
    Top = 37
    Width = 61
    BorderSpacing.Left = 6
    Caption = 'Replace'
    Enabled = False
    OnChange = ReplaceCheckBoxChange
    TabOrder = 1
  end
  object TextToFindLabel: TLabel
    AnchorSideLeft.Control = Owner
    AnchorSideTop.Control = TextToFindComboBox
    AnchorSideTop.Side = asrCenter
    Left = 6
    Height = 15
    Top = 10
    Width = 66
    BorderSpacing.Left = 6
    Caption = 'Text To Find:'
    FocusControl = TextToFindComboBox
    ParentColor = False
  end
  object TextToFindComboBox: TComboBox
    AnchorSideLeft.Control = TextToFindLabel
    AnchorSideLeft.Side = asrBottom
    AnchorSideTop.Control = Owner
    AnchorSideRight.Control = Owner
    AnchorSideRight.Side = asrBottom
    Left = 78
    Height = 23
    Top = 6
    Width = 377
    Anchors = [akTop, akLeft, akRight]
    AutoComplete = True
    AutoCompleteText = [cbactEnabled, cbactEndOfLineComplete, cbactRetainPrefixCase, cbactSearchAscending]
    BorderSpacing.Left = 6
    BorderSpacing.Top = 6
    BorderSpacing.Right = 6
    ItemHeight = 15
    TabOrder = 0
  end
  object SelectDirectoryDialog: TSelectDirectoryDialog
    FilterIndex = 0
    Options = [ofFileMustExist, ofEnableSizing, ofViewDetail]
    left = 180
    top = 70
  end
end