home *** CD-ROM | disk | FTP | other *** search
- object frmFind: TfrmFind
- Left = 319
- Top = 146
- BorderIcons = []
- BorderStyle = bsDialog
- Caption = 'Find Text'
- ClientHeight = 252
- ClientWidth = 303
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- KeyPreview = True
- OldCreateOrder = False
- Position = poScreenCenter
- OnClose = FormClose
- OnKeyDown = FormKeyDown
- OnShow = FormShow
- DesignSize = (
- 303
- 252)
- PixelsPerInch = 96
- TextHeight = 13
- object lblFind: TLabel
- Left = 8
- Top = 29
- Width = 56
- Height = 13
- Caption = '&Text to find:'
- FocusControl = cboFindText
- end
- object grpWhere: TGroupBox
- Left = 156
- Top = 74
- 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 = 74
- 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 = 222
- Width = 80
- Height = 24
- Anchors = [akLeft, akBottom]
- Caption = 'Find'
- Default = True
- ModalResult = 1
- TabOrder = 0
- OnClick = btnFindClick
- end
- object btnCancel: TButton
- Left = 212
- Top = 222
- 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 = 303
- Height = 21
- Align = alTop
- Tabs.Strings = (
- 'Find'
- 'Find in Files')
- TabIndex = 0
- OnChange = FindTabsChange
- end
- object cboFindText: TComboBox
- Left = 8
- Top = 46
- Width = 289
- Height = 21
- ItemHeight = 13
- TabOrder = 2
- end
- object grpOptions: TGroupBox
- Left = 8
- Top = 74
- 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 = 148
- 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 = 148
- 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
- object XPMenu: TXPMenu
- DimLevel = 30
- GrayLevel = 10
- Font.Charset = ANSI_CHARSET
- Font.Color = clMenuText
- Font.Height = -11
- Font.Name = 'Microsoft Sans Serif'
- Font.Style = []
- Color = clBtnFace
- DrawMenuBar = False
- IconBackColor = clBtnFace
- MenuBarColor = clBtnFace
- SelectColor = clHighlight
- SelectBorderColor = clHighlight
- SelectFontColor = clMenuText
- DisabledColor = clInactiveCaption
- SeparatorColor = clBtnFace
- CheckedColor = clHighlight
- IconWidth = 24
- DrawSelect = True
- UseSystemColors = True
- UseDimColor = False
- OverrideOwnerDraw = False
- Gradient = False
- FlatMenu = False
- AutoDetect = True
- Active = False
- Left = 136
- Top = 56
- end
- end
-