Click here to Skip to main content
15,886,362 members
Articles / Desktop Programming / ATL

VS File Finder

Rate me:
Please Sign up or sign in to vote.
4.90/5 (39 votes)
8 May 20053 min read 223.2K   3.3K   37  
A Visual Studio add-in to help navigate around large projects.
//{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
// Used by VSFileFinderCtrl.rc
//
#define IDS_VSFILEFINDERCTRL            1
#define IDB_VSFILEFINDERCTRL            1
#define IDS_VSFILEFINDERCTRL_PPG        2
#define ID_EDIT                         101
#define ID_LIST                         102
#define IDR_VSFILEFINDERCTRL            103
#define ID_BUTTON                       104
#define IDS_VSFILEFINDERCTRL_PPG_CAPTION 200
#define IDD_PROPPAGE_VSFILEFINDERCTRL   200
#define IDI_OPTIONS                     201
#define IDC_EXCLUDED_FILES              202
#define IDD_OPTIONS                     202
#define IDC_ADD_EXCLUDED_BUTTON         203
#define IDD_EXCLUDE_FILTER              203
#define IDC_REMOVE_EXCLUDED_BUTTON      204
#define IDD_HIGHLIGHTED_FILTER          204
#define IDD_DIALOG1                     205
#define IDD_ABOUT                       205
#define IDC_EDIT_EXCLUDED_BUTTON        207
#define IDC_DESCRIPTION                 208
#define IDC_FILTER                      209
#define IDC_COLOURS                     210
#define IDC_REMOVE_HIGHLIGHTED_BUTTON   216
#define IDC_ADD_HIGHLIGHED_BUTTON       217
#define IDC_ADD_HIGHLIGHTED_BUTTON      217
#define IDC_HIGHLIGHTED_LIST            218
#define IDC_HIGHLIGHTED_FILES           218
#define IDC_ABOUT_BUTTON                219
#define IDC_EDIT_HIGHLIGHTED_BUTTON     220

// Next default values for new objects
// 
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NEXT_RESOURCE_VALUE        206
#define _APS_NEXT_COMMAND_VALUE         32768
#define _APS_NEXT_CONTROL_VALUE         211
#define _APS_NEXT_SYMED_VALUE           105
#endif
#endif

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article has no explicit license attached to it but may contain usage terms in the article text or the download files themselves. If in doubt please contact the author via the discussion board below.

A list of licenses authors might use can be found here


Written By
Web Developer
United Kingdom United Kingdom
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions