mirror of
				https://gitlab.com/freepascal.org/lazarus/lazarus.git
				synced 2025-11-04 02:19:29 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			340 lines
		
	
	
		
			9.2 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			340 lines
		
	
	
		
			9.2 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
object LazFindReplaceDialog: TLazFindReplaceDialog
 | 
						|
  Left = 415
 | 
						|
  Height = 367
 | 
						|
  Top = 463
 | 
						|
  Width = 487
 | 
						|
  ActiveControl = TextToFindComboBox
 | 
						|
  BorderIcons = [biSystemMenu]
 | 
						|
  Caption = 'LazFindReplaceDialog'
 | 
						|
  ClientHeight = 367
 | 
						|
  ClientWidth = 487
 | 
						|
  Constraints.MinHeight = 280
 | 
						|
  Constraints.MinWidth = 300
 | 
						|
  KeyPreview = True
 | 
						|
  OnChangeBounds = FormChangeBounds
 | 
						|
  OnClose = FormClose
 | 
						|
  LCLVersion = '1.3'
 | 
						|
  object TextToFindLabel: TLabel
 | 
						|
    AnchorSideLeft.Control = Owner
 | 
						|
    AnchorSideTop.Control = TextToFindComboBox
 | 
						|
    AnchorSideTop.Side = asrCenter
 | 
						|
    Left = 6
 | 
						|
    Height = 20
 | 
						|
    Top = 16
 | 
						|
    Width = 109
 | 
						|
    Alignment = taRightJustify
 | 
						|
    BorderSpacing.Left = 6
 | 
						|
    Caption = 'TextToFindLabel'
 | 
						|
    FocusControl = TextToFindComboBox
 | 
						|
    ParentColor = False
 | 
						|
  end
 | 
						|
  object EnableAutoCompleteSpeedButton: TSpeedButton
 | 
						|
    AnchorSideTop.Control = TextToFindComboBox
 | 
						|
    AnchorSideRight.Control = Owner
 | 
						|
    AnchorSideRight.Side = asrBottom
 | 
						|
    AnchorSideBottom.Control = TextToFindComboBox
 | 
						|
    AnchorSideBottom.Side = asrBottom
 | 
						|
    Left = 456
 | 
						|
    Height = 28
 | 
						|
    Top = 12
 | 
						|
    Width = 25
 | 
						|
    AllowAllUp = True
 | 
						|
    Anchors = [akTop, akRight, akBottom]
 | 
						|
    BorderSpacing.Right = 6
 | 
						|
    GroupIndex = 1
 | 
						|
    OnClick = EnableAutoCompleteSpeedButtonClick
 | 
						|
    ShowHint = True
 | 
						|
    ParentShowHint = False
 | 
						|
  end
 | 
						|
  object ReplaceWithCheckbox: TCheckBox
 | 
						|
    AnchorSideLeft.Control = Owner
 | 
						|
    AnchorSideTop.Control = ReplaceTextComboBox
 | 
						|
    AnchorSideTop.Side = asrCenter
 | 
						|
    Left = 6
 | 
						|
    Height = 24
 | 
						|
    Top = 48
 | 
						|
    Width = 172
 | 
						|
    BorderSpacing.Left = 6
 | 
						|
    Caption = 'ReplaceWithCheckbox'
 | 
						|
    OnChange = ReplaceWithCheckboxChange
 | 
						|
    TabOrder = 1
 | 
						|
  end
 | 
						|
  object TextToFindComboBox: TComboBox
 | 
						|
    AnchorSideLeft.Control = TextToFindLabel
 | 
						|
    AnchorSideLeft.Side = asrBottom
 | 
						|
    AnchorSideRight.Control = EnableAutoCompleteSpeedButton
 | 
						|
    Left = 121
 | 
						|
    Height = 28
 | 
						|
    Top = 12
 | 
						|
    Width = 335
 | 
						|
    Anchors = [akTop, akLeft, akRight]
 | 
						|
    AutoComplete = True
 | 
						|
    AutoCompleteText = [cbactEnabled, cbactEndOfLineComplete, cbactRetainPrefixCase, cbactSearchAscending]
 | 
						|
    BorderSpacing.Left = 6
 | 
						|
    ItemHeight = 20
 | 
						|
    OnKeyDown = TextToFindComboboxKeyDown
 | 
						|
    TabOrder = 0
 | 
						|
    Text = 'TextToFindComboBox'
 | 
						|
  end
 | 
						|
  object ReplaceTextComboBox: TComboBox
 | 
						|
    AnchorSideLeft.Control = ReplaceWithCheckbox
 | 
						|
    AnchorSideLeft.Side = asrBottom
 | 
						|
    AnchorSideTop.Control = TextToFindComboBox
 | 
						|
    AnchorSideTop.Side = asrBottom
 | 
						|
    AnchorSideRight.Control = Owner
 | 
						|
    AnchorSideRight.Side = asrBottom
 | 
						|
    Left = 190
 | 
						|
    Height = 28
 | 
						|
    Top = 46
 | 
						|
    Width = 291
 | 
						|
    Anchors = [akTop, akLeft, akRight]
 | 
						|
    AutoComplete = True
 | 
						|
    AutoCompleteText = [cbactEnabled, cbactEndOfLineComplete, cbactRetainPrefixCase, cbactSearchAscending]
 | 
						|
    BorderSpacing.Left = 6
 | 
						|
    BorderSpacing.Around = 6
 | 
						|
    ItemHeight = 20
 | 
						|
    OnKeyDown = TextToFindComboboxKeyDown
 | 
						|
    TabOrder = 2
 | 
						|
    Text = 'ReplaceTextComboBox'
 | 
						|
  end
 | 
						|
  object OptionsGroupBox: TGroupBox
 | 
						|
    AnchorSideLeft.Control = Owner
 | 
						|
    AnchorSideTop.Control = ReplaceTextComboBox
 | 
						|
    AnchorSideTop.Side = asrBottom
 | 
						|
    AnchorSideBottom.Control = DirectionGroupBox
 | 
						|
    AnchorSideBottom.Side = asrBottom
 | 
						|
    Left = 6
 | 
						|
    Height = 222
 | 
						|
    Top = 80
 | 
						|
    Width = 231
 | 
						|
    Anchors = [akTop, akLeft, akBottom]
 | 
						|
    BorderSpacing.Left = 6
 | 
						|
    BorderSpacing.Top = 6
 | 
						|
    Caption = 'OptionsGroupBox'
 | 
						|
    ClientHeight = 200
 | 
						|
    ClientWidth = 227
 | 
						|
    TabOrder = 3
 | 
						|
    OnResize = OptionsGroupBoxResize
 | 
						|
    object PromptOnReplaceCheckBox: TCheckBox
 | 
						|
      Left = 6
 | 
						|
      Height = 24
 | 
						|
      Top = 144
 | 
						|
      Width = 215
 | 
						|
      Align = alTop
 | 
						|
      BorderSpacing.Top = 3
 | 
						|
      BorderSpacing.Around = 6
 | 
						|
      Caption = 'PromptOnReplaceCheckBox'
 | 
						|
      Checked = True
 | 
						|
      ParentShowHint = False
 | 
						|
      ShowHint = True
 | 
						|
      State = cbChecked
 | 
						|
      TabOrder = 4
 | 
						|
    end
 | 
						|
    object MultiLineCheckBox: TCheckBox
 | 
						|
      Left = 6
 | 
						|
      Height = 24
 | 
						|
      Top = 111
 | 
						|
      Width = 215
 | 
						|
      Align = alTop
 | 
						|
      BorderSpacing.Top = 3
 | 
						|
      BorderSpacing.Around = 6
 | 
						|
      Caption = 'MultiLineCheckBox'
 | 
						|
      ParentShowHint = False
 | 
						|
      ShowHint = True
 | 
						|
      TabOrder = 3
 | 
						|
    end
 | 
						|
    object RegularExpressionsCheckBox: TCheckBox
 | 
						|
      Left = 6
 | 
						|
      Height = 24
 | 
						|
      Top = 78
 | 
						|
      Width = 215
 | 
						|
      Align = alTop
 | 
						|
      BorderSpacing.Top = 3
 | 
						|
      BorderSpacing.Around = 6
 | 
						|
      Caption = 'RegularExpressionsCheckBox'
 | 
						|
      ParentShowHint = False
 | 
						|
      ShowHint = True
 | 
						|
      TabOrder = 2
 | 
						|
    end
 | 
						|
    object WholeWordsOnlyCheckBox: TCheckBox
 | 
						|
      Left = 6
 | 
						|
      Height = 24
 | 
						|
      Top = 45
 | 
						|
      Width = 215
 | 
						|
      Align = alTop
 | 
						|
      BorderSpacing.Top = 3
 | 
						|
      BorderSpacing.Around = 6
 | 
						|
      Caption = 'WholeWordsOnlyCheckBox'
 | 
						|
      ParentShowHint = False
 | 
						|
      ShowHint = True
 | 
						|
      TabOrder = 1
 | 
						|
    end
 | 
						|
    object CaseSensitiveCheckBox: TCheckBox
 | 
						|
      Left = 6
 | 
						|
      Height = 24
 | 
						|
      Top = 12
 | 
						|
      Width = 215
 | 
						|
      Align = alTop
 | 
						|
      BorderSpacing.Top = 6
 | 
						|
      BorderSpacing.Around = 6
 | 
						|
      Caption = 'CaseSensitiveCheckBox'
 | 
						|
      ParentShowHint = False
 | 
						|
      ShowHint = True
 | 
						|
      TabOrder = 0
 | 
						|
    end
 | 
						|
  end
 | 
						|
  object ScopeGroupBox: TGroupBox
 | 
						|
    AnchorSideLeft.Control = OptionsGroupBox
 | 
						|
    AnchorSideLeft.Side = asrBottom
 | 
						|
    AnchorSideTop.Control = OriginGroupBox
 | 
						|
    AnchorSideTop.Side = asrBottom
 | 
						|
    AnchorSideRight.Control = Owner
 | 
						|
    AnchorSideRight.Side = asrBottom
 | 
						|
    Left = 243
 | 
						|
    Height = 70
 | 
						|
    Top = 156
 | 
						|
    Width = 238
 | 
						|
    Anchors = [akTop, akLeft, akRight]
 | 
						|
    AutoSize = True
 | 
						|
    BorderSpacing.Around = 6
 | 
						|
    Caption = 'ScopeGroupBox'
 | 
						|
    ChildSizing.LeftRightSpacing = 6
 | 
						|
    ChildSizing.EnlargeHorizontal = crsHomogenousChildResize
 | 
						|
    ChildSizing.EnlargeVertical = crsHomogenousSpaceResize
 | 
						|
    ChildSizing.ShrinkHorizontal = crsHomogenousSpaceResize
 | 
						|
    ChildSizing.ShrinkVertical = crsHomogenousSpaceResize
 | 
						|
    ChildSizing.Layout = cclLeftToRightThenTopToBottom
 | 
						|
    ChildSizing.ControlsPerLine = 1
 | 
						|
    ClientHeight = 48
 | 
						|
    ClientWidth = 234
 | 
						|
    TabOrder = 5
 | 
						|
    object SelectedRadioButton: TRadioButton
 | 
						|
      Left = 6
 | 
						|
      Height = 24
 | 
						|
      Top = 0
 | 
						|
      Width = 222
 | 
						|
      Caption = 'SelectedRadioButton'
 | 
						|
      TabOrder = 0
 | 
						|
    end
 | 
						|
    object GlobalRadioButton: TRadioButton
 | 
						|
      Left = 6
 | 
						|
      Height = 24
 | 
						|
      Top = 24
 | 
						|
      Width = 222
 | 
						|
      Caption = 'GlobalRadioButton'
 | 
						|
      Checked = True
 | 
						|
      TabOrder = 1
 | 
						|
      TabStop = True
 | 
						|
    end
 | 
						|
  end
 | 
						|
  object DirectionGroupBox: TGroupBox
 | 
						|
    AnchorSideLeft.Control = OptionsGroupBox
 | 
						|
    AnchorSideLeft.Side = asrBottom
 | 
						|
    AnchorSideTop.Control = ScopeGroupBox
 | 
						|
    AnchorSideTop.Side = asrBottom
 | 
						|
    AnchorSideRight.Control = Owner
 | 
						|
    AnchorSideRight.Side = asrBottom
 | 
						|
    Left = 243
 | 
						|
    Height = 70
 | 
						|
    Top = 232
 | 
						|
    Width = 238
 | 
						|
    Anchors = [akTop, akLeft, akRight]
 | 
						|
    AutoSize = True
 | 
						|
    BorderSpacing.Around = 6
 | 
						|
    Caption = 'DirectionGroupBox'
 | 
						|
    ChildSizing.LeftRightSpacing = 6
 | 
						|
    ChildSizing.EnlargeHorizontal = crsHomogenousChildResize
 | 
						|
    ChildSizing.EnlargeVertical = crsHomogenousSpaceResize
 | 
						|
    ChildSizing.ShrinkHorizontal = crsHomogenousSpaceResize
 | 
						|
    ChildSizing.ShrinkVertical = crsHomogenousSpaceResize
 | 
						|
    ChildSizing.Layout = cclLeftToRightThenTopToBottom
 | 
						|
    ChildSizing.ControlsPerLine = 1
 | 
						|
    ClientHeight = 48
 | 
						|
    ClientWidth = 234
 | 
						|
    TabOrder = 6
 | 
						|
    object BackwardRadioButton: TRadioButton
 | 
						|
      Left = 6
 | 
						|
      Height = 24
 | 
						|
      Top = 0
 | 
						|
      Width = 222
 | 
						|
      Caption = 'BackwardRadioButton'
 | 
						|
      TabOrder = 0
 | 
						|
    end
 | 
						|
    object ForwardRadioButton: TRadioButton
 | 
						|
      Left = 6
 | 
						|
      Height = 24
 | 
						|
      Top = 24
 | 
						|
      Width = 222
 | 
						|
      Caption = 'ForwardRadioButton'
 | 
						|
      Checked = True
 | 
						|
      TabOrder = 1
 | 
						|
      TabStop = True
 | 
						|
    end
 | 
						|
  end
 | 
						|
  object OriginGroupBox: TGroupBox
 | 
						|
    AnchorSideLeft.Control = OptionsGroupBox
 | 
						|
    AnchorSideLeft.Side = asrBottom
 | 
						|
    AnchorSideTop.Control = ReplaceTextComboBox
 | 
						|
    AnchorSideTop.Side = asrBottom
 | 
						|
    AnchorSideRight.Control = Owner
 | 
						|
    AnchorSideRight.Side = asrBottom
 | 
						|
    Left = 243
 | 
						|
    Height = 70
 | 
						|
    Top = 80
 | 
						|
    Width = 238
 | 
						|
    Anchors = [akTop, akLeft, akRight]
 | 
						|
    AutoSize = True
 | 
						|
    BorderSpacing.Around = 6
 | 
						|
    Caption = 'OriginGroupBox'
 | 
						|
    ChildSizing.LeftRightSpacing = 6
 | 
						|
    ChildSizing.EnlargeHorizontal = crsHomogenousChildResize
 | 
						|
    ChildSizing.EnlargeVertical = crsHomogenousSpaceResize
 | 
						|
    ChildSizing.ShrinkHorizontal = crsHomogenousSpaceResize
 | 
						|
    ChildSizing.ShrinkVertical = crsHomogenousSpaceResize
 | 
						|
    ChildSizing.Layout = cclLeftToRightThenTopToBottom
 | 
						|
    ChildSizing.ControlsPerLine = 1
 | 
						|
    ClientHeight = 48
 | 
						|
    ClientWidth = 234
 | 
						|
    TabOrder = 4
 | 
						|
    object FromCursorRadioButton: TRadioButton
 | 
						|
      Left = 6
 | 
						|
      Height = 24
 | 
						|
      Top = 0
 | 
						|
      Width = 222
 | 
						|
      AutoSize = False
 | 
						|
      Caption = 'FromCursorRadioButton'
 | 
						|
      Checked = True
 | 
						|
      TabOrder = 0
 | 
						|
      TabStop = True
 | 
						|
    end
 | 
						|
    object EntireScopeRadioButton: TRadioButton
 | 
						|
      Left = 6
 | 
						|
      Height = 24
 | 
						|
      Top = 24
 | 
						|
      Width = 222
 | 
						|
      AutoSize = False
 | 
						|
      Caption = 'EntireScopeRadioButton'
 | 
						|
      TabOrder = 1
 | 
						|
    end
 | 
						|
  end
 | 
						|
  object BtnPanel: TButtonPanel
 | 
						|
    Left = 6
 | 
						|
    Height = 38
 | 
						|
    Top = 323
 | 
						|
    Width = 475
 | 
						|
    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.OnClick = ReplaceAllButtonClick
 | 
						|
    CancelButton.Name = 'CancelButton'
 | 
						|
    CancelButton.DefaultCaption = True
 | 
						|
    CancelButton.OnClick = CancelButtonClick
 | 
						|
    TabOrder = 7
 | 
						|
  end
 | 
						|
end
 |