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 / lcl / forms / replacedlgunit.lfm
Size: Mime:
object ReplaceDialogForm: TReplaceDialogForm
  Left = 415
  Height = 171
  Top = 391
  Width = 432
  ActiveControl = EditFind
  BorderIcons = [biSystemMenu, biHelp]
  Caption = 'Replace text'
  ClientHeight = 171
  ClientWidth = 432
  LCLVersion = '0.9.31'
  object TextLabel: TLabel
    Left = 4
    Height = 14
    Top = 19
    Width = 54
    Caption = 'Text to find'
    FocusControl = EditFind
    ParentColor = False
  end
  object ReplaceLabel: TLabel
    Left = 4
    Height = 14
    Top = 48
    Width = 63
    Caption = 'Replace with'
    FocusControl = EditReplace
    ParentColor = False
  end
  object EditFind: TEdit
    Left = 72
    Height = 21
    Top = 10
    Width = 257
    Anchors = [akTop, akLeft, akRight]
    TabOrder = 0
    Text = 'EditFind'
  end
  object EditReplace: TEdit
    Left = 72
    Height = 21
    Top = 42
    Width = 257
    Anchors = [akTop, akLeft, akRight]
    TabOrder = 1
    Text = 'EditReplace'
  end
  object WholeWordsOnlyCheckBox: TCheckBox
    Left = 4
    Height = 17
    Top = 80
    Width = 104
    Caption = 'Whole words only'
    TabOrder = 2
  end
  object CaseSensitiveCheckBox: TCheckBox
    Left = 4
    Height = 17
    Top = 104
    Width = 88
    Caption = 'Case sensitive'
    TabOrder = 3
  end
  object FindMoreButton: TButton
    Tag = 1
    Left = 337
    Height = 25
    Top = 11
    Width = 91
    Anchors = [akTop, akRight]
    Caption = 'Find more'
    Default = True
    TabOrder = 4
  end
  object ReplaceButton: TButton
    Tag = 2
    Left = 337
    Height = 25
    Top = 40
    Width = 91
    Anchors = [akTop, akRight]
    Caption = 'Replace'
    TabOrder = 5
  end
  object ReplaceAllButton: TButton
    Tag = 3
    Left = 337
    Height = 25
    Top = 68
    Width = 91
    Anchors = [akTop, akRight]
    Caption = 'Replace all'
    TabOrder = 6
  end
  object CancelButton: TButton
    Left = 337
    Height = 25
    Top = 96
    Width = 91
    Anchors = [akTop, akRight]
    Cancel = True
    Caption = 'Cancel'
    ModalResult = 2
    TabOrder = 7
  end
  object HelpButton: TButton
    Left = 337
    Height = 25
    Top = 138
    Width = 91
    Anchors = [akRight, akBottom]
    Caption = 'Help'
    TabOrder = 8
  end
  object DirectionRadioGroup: TRadioGroup
    Left = 136
    Height = 45
    Top = 80
    Width = 184
    AutoFill = True
    Caption = 'Direction'
    ChildSizing.LeftRightSpacing = 6
    ChildSizing.TopBottomSpacing = 6
    ChildSizing.EnlargeHorizontal = crsHomogenousChildResize
    ChildSizing.EnlargeVertical = crsHomogenousChildResize
    ChildSizing.ShrinkHorizontal = crsScaleChilds
    ChildSizing.ShrinkVertical = crsScaleChilds
    ChildSizing.Layout = cclLeftToRightThenTopToBottom
    ChildSizing.ControlsPerLine = 2
    ClientHeight = 27
    ClientWidth = 180
    Columns = 2
    Items.Strings = (
      'Forward'
      'Backward'
    )
    TabOrder = 9
  end
  object EntireScopeCheckBox: TCheckBox
    Left = 4
    Height = 17
    Top = 128
    Width = 99
    Caption = 'Search entire file'
    TabOrder = 10
  end
  object PromptOnReplaceCheckBox: TCheckBox
    Left = 4
    Height = 17
    Top = 152
    Width = 106
    Caption = 'Prompt on replace'
    TabOrder = 11
  end
end