lazarus/lcl/forms/finddlgunit.lfm
2006-06-22 20:16:57 +00:00

107 lines
2.3 KiB
Plaintext

object FindDialogForm: TFindDialogForm
ActiveControl = EditFind
BorderIcons = [biSystemMenu, biHelp]
Caption = 'Find'
ClientHeight = 103
ClientWidth = 444
OnCreate = FormCreate
PixelsPerInch = 112
Position = poDesktopCenter
HorzScrollBar.Page = 443
VertScrollBar.Page = 102
Left = 451
Height = 103
Top = 434
Width = 444
object FindLabel: TLabel
Caption = 'Text to find'
Color = clNone
FocusControl = EditFind
ParentColor = False
Left = 6
Height = 13
Top = 19
Width = 62
end
object EditFind: TEdit
Anchors = [akTop, akLeft, akRight]
OnChange = EditFindChange
TabOrder = 0
Text = 'EditFind'
Left = 72
Height = 23
Top = 10
Width = 269
end
object FindButton: TButton
Anchors = [akTop, akRight]
BorderSpacing.InnerBorder = 4
Caption = 'Find more'
ModalResult = 1
TabOrder = 1
Left = 349
Height = 25
Top = 8
Width = 91
end
object CancelButton: TButton
Anchors = [akTop, akRight]
BorderSpacing.InnerBorder = 4
Caption = 'Cancel'
ModalResult = 2
TabOrder = 2
Left = 349
Height = 25
Top = 40
Width = 91
end
object WholeWordsOnlyCheckBox: TCheckBox
Caption = 'Whole words only'
TabOrder = 3
Left = 6
Height = 20
Top = 51
Width = 127
end
object CaseSensitiveCheckBox: TCheckBox
Caption = 'Case sensitive'
TabOrder = 4
Left = 6
Height = 20
Top = 78
Width = 109
end
object DirectionRadioGroup: TRadioGroup
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
Columns = 2
Items.Strings = (
'Forward'
'Backward'
)
TabOrder = 5
Left = 144
Height = 45
Top = 46
Width = 197
end
object HelpButton: TButton
Anchors = [akRight, akBottom]
BorderSpacing.InnerBorder = 4
Caption = 'Help'
TabOrder = 6
Left = 349
Height = 25
Top = 72
Width = 91
end
end