home *** CD-ROM | disk | FTP | other *** search
- object EditorSearchForm: TEditorSearchForm
- Left = 702
- Top = 374
- BorderStyle = bsNone
- Caption = 'Find text...'
- ClientHeight = 230
- ClientWidth = 330
- Color = clBtnFace
- Font.Charset = EASTEUROPE_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Tahoma'
- Font.Style = []
- KeyPreview = True
- OldCreateOrder = False
- Position = poScreenCenter
- OnKeyPress = FormKeyPress
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object PANELW: TPanel
- Left = 8
- Top = 8
- Width = 321
- Height = 217
- TabOrder = 0
- object LEFT: TShape
- Left = 1
- Top = 1
- Width = 48
- Height = 215
- Align = alLeft
- Brush.Color = clBtnShadow
- Pen.Color = clBtnShadow
- Pen.Style = psClear
- Pen.Width = 0
- end
- object Info: TLabel
- Left = 60
- Top = 8
- Width = 220
- Height = 17
- AutoSize = False
- Caption = 'Find or replace text...'
- Transparent = True
- WordWrap = True
- end
- object SearchForLabel: TLabel
- Left = 60
- Top = 56
- Width = 50
- Height = 13
- Caption = 'S&earch for'
- end
- object ReplaceTextLabel: TLabel
- Left = 60
- Top = 80
- Width = 38
- Height = 13
- Caption = 'Re&place'
- end
- object Shape2: TShape
- Left = 68
- Top = 29
- Width = 24
- Height = 2
- Brush.Color = clBtnShadow
- Pen.Color = clBtnShadow
- end
- object Shape1: TShape
- Left = 50
- Top = 172
- Width = 270
- Height = 2
- Anchors = [akLeft, akRight, akBottom]
- Brush.Color = clBtnShadow
- Pen.Color = clBtnShadow
- end
- object CaseSensitive: TNMYCheckbox
- Left = 60
- Top = 108
- Width = 176
- Height = 17
- AutoSaveDisLoadState = False
- Checked = False
- Caption = '&Case sensitive'
- Color = clBtnFace
- ParentColor = False
- TabOrder = 2
- end
- object WholeWordOnly: TNMYCheckbox
- Left = 60
- Top = 124
- Width = 176
- Height = 17
- AutoSaveDisLoadState = False
- Checked = False
- Caption = '&Whole words only'
- Color = clBtnFace
- Enabled = False
- ParentColor = False
- TabOrder = 3
- end
- object BtnReplaceAll: TNMYBUTTON
- Left = 58
- Top = 182
- Width = 94
- Height = 27
- DefaultColors = True
- ModalResult = 8
- ColorHighlight = 15263976
- ColorShadow = clGray
- ColorPressed = 13224393
- Default = False
- Caption = 'Replace &all'
- OnClickButton = BtnReplaceAllClick
- Color = clSilver
- Anchors = [akRight, akBottom]
- ParentColor = False
- TabOrder = 4
- end
- object NButtonOK: TNMYBUTTON
- Left = 157
- Top = 182
- Width = 75
- Height = 27
- DefaultColors = True
- ModalResult = 1
- ColorHighlight = 15263976
- ColorShadow = clGray
- ColorPressed = 13224393
- Default = True
- Caption = '&Go'
- OnClickButton = NButtonOKClick
- Color = clSilver
- Anchors = [akRight, akBottom]
- ParentColor = False
- TabOrder = 5
- end
- object NButtonCancel: TNMYBUTTON
- Left = 237
- Top = 182
- Width = 75
- Height = 27
- DefaultColors = True
- ModalResult = 2
- ColorHighlight = 15263976
- ColorShadow = clGray
- ColorPressed = 13224393
- Default = False
- Caption = '&Cancel'
- Color = clSilver
- Anchors = [akRight, akBottom]
- ParentColor = False
- TabOrder = 6
- end
- object SearchForEdit: TNComboBox
- Left = 150
- Top = 54
- Width = 159
- Height = 21
- Anchors = [akLeft, akTop, akRight]
- ItemHeight = 13
- TabOrder = 0
- Complete = True
- MinLengthComplete = 0
- ExtendedFile = False
- ExtendedURL = False
- end
- object ReplaceEdit: TNComboBox
- Left = 150
- Top = 78
- Width = 159
- Height = 21
- Anchors = [akLeft, akTop, akRight]
- ItemHeight = 13
- TabOrder = 1
- Complete = True
- MinLengthComplete = 0
- ExtendedFile = False
- ExtendedURL = False
- end
- end
- end
-