home *** CD-ROM | disk | FTP | other *** search
- object SrchDialog: TSrchDialog
- Left = 340
- Top = 302
- ActiveControl = SearText
- BorderIcons = [biSystemMenu]
- BorderStyle = bsDialog
- Caption = 'Find Text'
- ClientHeight = 285
- ClientWidth = 445
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Position = poScreenCenter
- Scaled = False
- OnCreate = FormCreate
- OnDestroy = FormDestroy
- PixelsPerInch = 96
- TextHeight = 13
- object PageControl: TPageControl
- Left = 2
- Top = 1
- Width = 440
- Height = 240
- ActivePage = EditorFindPage
- TabOrder = 0
- object EditorFindPage: TTabSheet
- Caption = 'Find'
- object LTexttFind: TLabel
- Left = 7
- Top = 16
- Width = 65
- Height = 13
- Alignment = taRightJustify
- AutoSize = False
- Caption = '&Text to find:'
- FocusControl = SearText
- WordWrap = True
- end
- object OptionsGroup: TGroupBox
- Left = 10
- Top = 40
- Width = 200
- Height = 85
- Caption = 'Options'
- TabOrder = 1
- object CaseSens: TDCPropCheckBox
- Left = 12
- Top = 20
- Width = 130
- Height = 17
- PropName = 'CaseSensitive'
- Caption = '&Case sensitive'
- Checked = False
- Cute = False
- Invert = False
- ReadOnly = False
- Scaled = False
- TabOrder = 0
- TabStop = True
- Text = 'False'
- object TPopupListBox
- Left = 0
- Top = 0
- Width = 121
- Height = 80
- TabStop = False
- ItemHeight = 13
- end
- end
- object WholeWord: TDCPropCheckBox
- Left = 12
- Top = 40
- Width = 130
- Height = 17
- LinkedEditor = CaseSens
- PropName = 'WholeWordsOnly'
- Caption = '&Whole words only'
- Checked = False
- Cute = False
- Invert = False
- ReadOnly = False
- Scaled = False
- TabOrder = 1
- TabStop = True
- Text = 'False'
- object TPopupListBox
- Left = 0
- Top = 0
- Width = 121
- Height = 80
- TabStop = False
- ItemHeight = 13
- end
- end
- object RegExpr: TDCPropCheckBox
- Left = 12
- Top = 60
- Width = 130
- Height = 17
- LinkedEditor = CaseSens
- PropName = 'RegularExpr'
- Caption = '&Regular expressions'
- Checked = False
- Cute = False
- Invert = False
- Enabled = False
- ReadOnly = False
- Scaled = False
- TabOrder = 2
- TabStop = True
- Text = 'False'
- object TPopupListBox
- Left = 0
- Top = 0
- Width = 121
- Height = 80
- TabStop = False
- ItemHeight = 13
- end
- end
- end
- object DirectionGroup: TGroupBox
- Left = 220
- Top = 40
- Width = 200
- Height = 85
- Caption = 'Direction'
- TabOrder = 2
- object PropForward: TDCPropRadioButton
- Left = 12
- Top = 20
- Width = 100
- Height = 17
- LinkedEditor = CaseSens
- PropName = 'Direction'
- Caption = 'Forwar&d'
- Checked = False
- Cute = False
- Invert = False
- ReadOnly = False
- Scaled = False
- TabOrder = 0
- TabStop = True
- Text = 'False'
- CheckedValue = 'sdForward'
- CheckValCaseSens = False
- object TPopupListBox
- Left = 0
- Top = 0
- Width = 121
- Height = 80
- TabStop = False
- ItemHeight = 13
- end
- end
- object PropBackward: TDCPropRadioButton
- Left = 12
- Top = 40
- Width = 100
- Height = 17
- LinkedEditor = CaseSens
- PropName = 'Direction'
- Caption = '&Backward'
- Checked = False
- Cute = False
- Invert = False
- ReadOnly = False
- Scaled = False
- TabOrder = 1
- TabStop = True
- Text = 'False'
- CheckedValue = 'sdBackward'
- CheckValCaseSens = False
- object TPopupListBox
- Left = 0
- Top = 0
- Width = 121
- Height = 80
- TabStop = False
- ItemHeight = 13
- end
- end
- end
- object OriginGroup: TGroupBox
- Left = 220
- Top = 132
- Width = 200
- Height = 65
- Caption = 'Origin'
- TabOrder = 4
- object PropFromCursor: TDCPropRadioButton
- Left = 12
- Top = 20
- Width = 100
- Height = 17
- LinkedEditor = CaseSens
- PropName = 'origin'
- Caption = '&From cursor'
- Checked = False
- Cute = False
- Invert = False
- ReadOnly = False
- Scaled = False
- TabOrder = 0
- TabStop = True
- Text = 'False'
- CheckedValue = 'soFromCursor'
- CheckValCaseSens = False
- object TPopupListBox
- Left = 0
- Top = 0
- Width = 121
- Height = 80
- TabStop = False
- ItemHeight = 13
- end
- end
- object PropEntireScop: TDCPropRadioButton
- Left = 12
- Top = 40
- Width = 100
- Height = 17
- LinkedEditor = CaseSens
- PropName = 'origin'
- Caption = '&Entire scope'
- Checked = False
- Cute = False
- Invert = False
- ReadOnly = False
- Scaled = False
- TabOrder = 1
- TabStop = True
- Text = 'False'
- CheckedValue = 'soEntireScope'
- CheckValCaseSens = False
- object TPopupListBox
- Left = 0
- Top = 0
- Width = 121
- Height = 80
- TabStop = False
- ItemHeight = 13
- end
- end
- end
- object ScopeGroup: TGroupBox
- Left = 10
- Top = 132
- Width = 200
- Height = 65
- Caption = 'Scope'
- TabOrder = 3
- object PropGlobal: TDCPropRadioButton
- Left = 12
- Top = 20
- Width = 100
- Height = 17
- LinkedEditor = CaseSens
- PropName = 'Scope'
- Caption = '&Global'
- Checked = False
- Cute = False
- Invert = False
- ReadOnly = False
- Scaled = False
- TabOrder = 0
- TabStop = True
- Text = 'False'
- CheckedValue = 'ssGlobal'
- CheckValCaseSens = False
- object TPopupListBox
- Left = 0
- Top = 0
- Width = 121
- Height = 80
- TabStop = False
- ItemHeight = 13
- end
- end
- object PropSelText: TDCPropRadioButton
- Left = 12
- Top = 40
- Width = 100
- Height = 17
- LinkedEditor = CaseSens
- PropName = 'Scope'
- Caption = '&Selected text'
- Checked = False
- Cute = False
- Invert = False
- ReadOnly = False
- Scaled = False
- TabOrder = 1
- TabStop = True
- Text = 'False'
- CheckedValue = 'ssselectedtext'
- CheckValCaseSens = False
- object TPopupListBox
- Left = 0
- Top = 0
- Width = 121
- Height = 80
- TabStop = False
- ItemHeight = 13
- end
- end
- end
- object SearText: TDCPropEditor
- Left = 75
- Top = 12
- Width = 344
- Height = 21
- Button1Kind = bkAuto
- LinkedEditor = CaseSens
- PropName = 'TextToFind'
- Caption = 'SearText'
- Flat = False
- ParentColor = False
- ReadOnly = False
- TabOrder = 0
- TabStop = True
- object TPopupListBox
- Left = 0
- Top = 0
- Width = 121
- Height = 80
- TabStop = False
- ItemHeight = 13
- end
- end
- end
- object FileFindPage: TTabSheet
- Caption = 'Find in Files'
- TabVisible = False
- object Label3: TLabel
- Left = 7
- Top = 16
- Width = 65
- Height = 13
- Alignment = taRightJustify
- AutoSize = False
- Caption = '&Text to find:'
- FocusControl = FileSearchText
- WordWrap = True
- end
- object FileSearchText: TComboBox
- Left = 75
- Top = 12
- Width = 345
- Height = 21
- ItemHeight = 0
- TabOrder = 0
- Text = 'SearchText'
- end
- object GroupBox2: TGroupBox
- Left = 10
- Top = 40
- Width = 200
- Height = 85
- Caption = 'Options'
- TabOrder = 1
- object FileCaseSense: TCheckBox
- Left = 12
- Top = 20
- Width = 130
- Height = 17
- Caption = '&Case sensitive'
- TabOrder = 0
- end
- object FileWholeWords: TCheckBox
- Left = 12
- Top = 40
- Width = 130
- Height = 17
- TabStop = False
- Caption = '&Whole words only'
- TabOrder = 1
- end
- object FileRegExp: TCheckBox
- Left = 12
- Top = 60
- Width = 130
- Height = 17
- TabStop = False
- Caption = '&Regular expressions'
- TabOrder = 2
- end
- end
- object GroupBox3: TGroupBox
- Left = 220
- Top = 40
- Width = 200
- Height = 85
- Caption = 'Where'
- TabOrder = 2
- object SearchOpen: TRadioButton
- Left = 12
- Top = 40
- Width = 140
- Height = 17
- Caption = 'Search all &open files'
- TabOrder = 1
- end
- object SearchProject: TRadioButton
- Left = 12
- Top = 20
- Width = 140
- Height = 17
- Caption = 'Search all files in &project'
- Checked = True
- TabOrder = 0
- TabStop = True
- end
- object SearchDirectory: TRadioButton
- Left = 12
- Top = 60
- Width = 140
- Height = 17
- Caption = 'Search in &directories'
- TabOrder = 2
- end
- end
- object GroupBox4: TGroupBox
- Left = 10
- Top = 132
- Width = 411
- Height = 69
- Caption = 'Search Directory Options'
- TabOrder = 3
- object Label2: TLabel
- Left = 10
- Top = 22
- Width = 52
- Height = 13
- Caption = 'File &masks:'
- FocusControl = DirSpec
- end
- object DirSpec: TComboBox
- Left = 79
- Top = 18
- Width = 242
- Height = 21
- Enabled = False
- ItemHeight = 0
- TabOrder = 0
- Text = 'DirSpec'
- end
- object IncludeSubDirs: TCheckBox
- Left = 79
- Top = 45
- Width = 140
- Height = 17
- Caption = 'Include &subdirectories'
- Enabled = False
- TabOrder = 1
- end
- object BrowseButton: TButton
- Left = 330
- Top = 17
- Width = 70
- Height = 25
- Caption = '&Browse...'
- Enabled = False
- TabOrder = 2
- end
- end
- end
- end
- object Panel1: TPanel
- Left = 2
- Top = 243
- Width = 440
- Height = 40
- TabOrder = 1
- object OKButton: TButton
- Left = 95
- Top = 7
- Width = 105
- Height = 25
- Caption = 'OK'
- Default = True
- ModalResult = 1
- TabOrder = 0
- OnClick = OKButtonClick
- end
- object CancelButton: TButton
- Left = 207
- Top = 7
- Width = 105
- Height = 25
- Cancel = True
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 1
- end
- object HelpButton: TButton
- Left = 319
- Top = 7
- Width = 105
- Height = 25
- Caption = 'Help'
- TabOrder = 2
- end
- end
- end
-