home *** CD-ROM | disk | FTP | other *** search
- object frmFind: TfrmFind
- Left = 375
- Top = 105
- BorderStyle = bsDialog
- Caption = 'Find Text'
- ClientHeight = 233
- ClientWidth = 300
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- Position = poScreenCenter
- OnClose = FormClose
- OnShow = FormShow
- DesignSize = (
- 300
- 233)
- PixelsPerInch = 96
- TextHeight = 13
- object lblFind: TLabel
- Left = 4
- Top = 29
- Width = 56
- Height = 13
- Caption = '&Text to find:'
- FocusControl = cboFindText
- end
- object grpWhere: TGroupBox
- Left = 156
- Top = 56
- Width = 140
- Height = 68
- Caption = ' Where: '
- TabOrder = 8
- object rbProjectFiles: TRadioButton
- Left = 7
- Top = 17
- Width = 110
- Height = 17
- Caption = 'Files in Project'
- Checked = True
- TabOrder = 0
- TabStop = True
- end
- object rbOpenFIles: TRadioButton
- Left = 8
- Top = 40
- Width = 110
- Height = 17
- Caption = 'Open Files'
- TabOrder = 1
- end
- end
- object grpDirection: TGroupBox
- Left = 156
- Top = 56
- Width = 140
- Height = 68
- Caption = ' Direction: '
- TabOrder = 4
- object rbForward: TRadioButton
- Left = 7
- Top = 17
- Width = 110
- Height = 17
- Caption = '&Forward'
- Checked = True
- TabOrder = 0
- TabStop = True
- end
- object rbBackward: TRadioButton
- Left = 8
- Top = 40
- Width = 110
- Height = 17
- Caption = '&Backward'
- TabOrder = 1
- end
- end
- object btnFind: TButton
- Left = 8
- Top = 203
- Width = 80
- Height = 24
- Anchors = [akLeft, akBottom]
- Caption = 'Find'
- Default = True
- ModalResult = 1
- TabOrder = 0
- OnClick = btnFindClick
- end
- object btnCancel: TButton
- Left = 212
- Top = 203
- Width = 80
- Height = 24
- Anchors = [akLeft, akBottom]
- Cancel = True
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 1
- OnClick = btnCancelClick
- end
- object FindTabs: TdevTabs
- Left = 0
- Top = 0
- Width = 300
- Height = 21
- Tabs.Strings = (
- 'Find'
- 'Find in Files')
- TabIndex = 0
- OnChange = FindTabsChange
- end
- object cboFindText: TComboBox
- Left = 66
- Top = 25
- Width = 232
- Height = 21
- ItemHeight = 13
- TabOrder = 2
- end
- object grpOptions: TGroupBox
- Left = 8
- Top = 56
- Width = 140
- Height = 69
- Caption = ' Options: '
- TabOrder = 3
- object cbMatchCase: TCheckBox
- Left = 8
- Top = 16
- Width = 120
- Height = 17
- Caption = '&Case sensitive'
- TabOrder = 0
- end
- object cbWholeWord: TCheckBox
- Left = 8
- Top = 40
- Width = 120
- Height = 17
- Caption = '&Whole words only'
- TabOrder = 1
- end
- end
- object grpScope: TGroupBox
- Left = 8
- Top = 132
- Width = 140
- Height = 64
- Caption = ' Scope: '
- TabOrder = 5
- object rbGlobal: TRadioButton
- Left = 8
- Top = 16
- Width = 110
- Height = 17
- Caption = '&Global'
- Checked = True
- TabOrder = 0
- TabStop = True
- end
- object rbSelectedOnly: TRadioButton
- Left = 8
- Top = 40
- Width = 110
- Height = 17
- Caption = '&Selected only'
- TabOrder = 1
- end
- end
- object grpOrigin: TGroupBox
- Left = 156
- Top = 132
- Width = 140
- Height = 64
- Caption = ' Origin: '
- TabOrder = 6
- object rbFromCursor: TRadioButton
- Left = 8
- Top = 16
- Width = 110
- Height = 17
- Caption = 'From &cursor'
- Checked = True
- TabOrder = 0
- TabStop = True
- end
- object rbEntireScope: TRadioButton
- Left = 8
- Top = 40
- Width = 110
- Height = 17
- Caption = 'Entire &scope'
- TabOrder = 1
- end
- end
- end
-