153 lines
3.2 KiB
Plaintext
153 lines
3.2 KiB
Plaintext
object frxSearchDesignForm: TfrxSearchDesignForm
|
|
Left = 555
|
|
Top = 173
|
|
BorderStyle = bsNone
|
|
Caption = 'frxSearchDForm'
|
|
ClientHeight = 537
|
|
ClientWidth = 183
|
|
Color = clBtnFace
|
|
Font.Charset = DEFAULT_CHARSET
|
|
Font.Color = clWindowText
|
|
Font.Height = -11
|
|
Font.Name = 'Tahoma'
|
|
Font.Style = []
|
|
KeyPreview = True
|
|
OldCreateOrder = False
|
|
OnCreate = FormCreate
|
|
OnKeyDown = FormKeyDown
|
|
OnResize = FormResize
|
|
OnShow = FormShow
|
|
PixelsPerInch = 96
|
|
TextHeight = 13
|
|
object pnlSearch: TPanel
|
|
Left = 0
|
|
Top = 0
|
|
Width = 183
|
|
Height = 337
|
|
Align = alTop
|
|
BevelOuter = bvNone
|
|
TabOrder = 0
|
|
DesignSize = (
|
|
183
|
|
337)
|
|
object lblFind: TLabel
|
|
Left = 2
|
|
Top = 25
|
|
Width = 58
|
|
Height = 13
|
|
Caption = 'Text to Find'
|
|
end
|
|
object edtFind: TEdit
|
|
Left = 2
|
|
Top = 39
|
|
Width = 176
|
|
Height = 21
|
|
Anchors = [akLeft, akTop, akRight]
|
|
BevelInner = bvNone
|
|
BevelOuter = bvNone
|
|
TabOrder = 0
|
|
OnKeyDown = edtFindKeyDown
|
|
end
|
|
object btnFind: TButton
|
|
Left = 85
|
|
Top = 306
|
|
Width = 93
|
|
Height = 25
|
|
Anchors = [akRight, akBottom]
|
|
Caption = 'Find'
|
|
TabOrder = 2
|
|
OnClick = btnFindClick
|
|
end
|
|
object gbSearch: TGroupBox
|
|
Left = 2
|
|
Top = 66
|
|
Width = 176
|
|
Height = 107
|
|
Anchors = [akLeft, akTop, akRight]
|
|
Caption = 'Search in'
|
|
TabOrder = 1
|
|
object chkName: TCheckBox
|
|
Left = 8
|
|
Top = 18
|
|
Width = 152
|
|
Height = 17
|
|
Caption = 'Name'
|
|
TabOrder = 0
|
|
end
|
|
object chkStrings: TCheckBox
|
|
Left = 8
|
|
Top = 39
|
|
Width = 152
|
|
Height = 17
|
|
Caption = 'Strings'
|
|
TabOrder = 1
|
|
end
|
|
object chkContent: TCheckBox
|
|
Left = 8
|
|
Top = 60
|
|
Width = 152
|
|
Height = 17
|
|
Caption = 'Content'
|
|
TabOrder = 2
|
|
end
|
|
object chkScript: TCheckBox
|
|
Left = 8
|
|
Top = 81
|
|
Width = 152
|
|
Height = 17
|
|
Caption = 'Script'
|
|
TabOrder = 3
|
|
end
|
|
end
|
|
object GroupBox1: TGroupBox
|
|
Left = 2
|
|
Top = 179
|
|
Width = 176
|
|
Height = 119
|
|
Anchors = [akLeft, akTop, akRight]
|
|
Caption = 'Search options'
|
|
TabOrder = 3
|
|
DesignSize = (
|
|
176
|
|
119)
|
|
object chkReplace: TCheckBox
|
|
Left = 8
|
|
Top = 64
|
|
Width = 154
|
|
Height = 17
|
|
Caption = 'Replace with:'
|
|
TabOrder = 0
|
|
OnClick = GReplaceEv
|
|
end
|
|
object ReplaceText: TEdit
|
|
Left = 8
|
|
Top = 87
|
|
Width = 164
|
|
Height = 21
|
|
Anchors = [akLeft, akTop, akRight]
|
|
BevelInner = bvNone
|
|
BevelOuter = bvNone
|
|
TabOrder = 1
|
|
OnDblClick = ReplaceTextDblClick
|
|
OnKeyDown = edtFindKeyDown
|
|
end
|
|
object chkCase: TCheckBox
|
|
Left = 8
|
|
Top = 17
|
|
Width = 152
|
|
Height = 17
|
|
Caption = 'Case sensitive'
|
|
TabOrder = 2
|
|
end
|
|
object FindAllCB: TCheckBox
|
|
Left = 8
|
|
Top = 40
|
|
Width = 97
|
|
Height = 17
|
|
Caption = 'Find all'
|
|
TabOrder = 3
|
|
end
|
|
end
|
|
end
|
|
end
|