Click here to Skip to main content
15,885,216 members
Articles / Desktop Programming / MFC

Include File Hierarchy Viewer

Rate me:
Please Sign up or sign in to vote.
4.84/5 (108 votes)
29 Jul 2003CPOL8 min read 380.5K   4.5K   151  
A tool to view the include file hierarchy of your source code.
//{{NO_DEPENDENCIES}}
// Microsoft Developer Studio generated include file.
// Used by IncFinder.rc
//
#define IDD_ABOUTBOX                    100
#define IDD_INCFINDER_FORM              101
#define IDR_MAINFRAME                   128
#define IDR_INCFINTYPE                  129
#define IDB_TREE_ICONS                  130
#define IDR_TREE_CONTEXT                131
#define IDD_CONFIGURE_SOURCE_VIEWER     133
#define IDD_DIRECTORY_PAGE              134
#define IDD_WORKSPACE_PAGE              135
#define IDC_TOP_BORDER                  1000
#define IDC_MIDDLE_BORDER               1001
#define IDC_BROWSE_DIRECTORY            1002
#define IDC_SEARCH_DIRECTORY            1003
#define IDC_FILE_MASK                   1004
#define IDC_START_STOP                  1005
#define IDC_CONFIGURATION               1005
#define IDC_FILE_TREE                   1007
#define IDC_INCLUDE_DIRS                1008
#define IDC_PROCESSING_ANIM             1009
#define IDC_SUB_DIRECTORIES             1010
#define IDC_FILES_PROCESSED             1011
#define IDC_PROCESSING_TIME             1012
#define IDC_PREPROCESS                  1013
#define IDC_VIEW_ASSOCIATED             1014
#define IDC_VIEW_CUSTOM                 1015
#define IDC_CUSTOM_COMMAND              1016
#define IDC_BROWSE                      1017
#define IDC_BROWSE_WORKSPACE            1018
#define IDC_SEARCH_WORKSPACE            1019
#define IDC_WORKSPACE_LOAD              1020
#define IDC_WORKSPACE_LABEL             1021
#define IDC_HIDDEN_START_STOP           1022
#define ID_TREE_OPENFILE                32772
#define ID_TREE_FILEPROPERTIES          32773
#define ID_VIEW_UNFOUND_FILES           32774
#define ID_VIEW_RELATIVE_PATHS          32775
#define ID_EDIT_CONFIGURE_SHELLEX       32776
#define ID_EDIT_FIND_NEXT               32778
#define IDS_STR_START                   61204
#define IDS_STR_STOP                    61205
#define IDS_STR_PROCESSING              61206
#define IDS_STR_DIRECTORY               61207
#define IDS_STR_STARTING_UP             61208
#define IDS_ERR_READING_WORKSPACE       61209
#define IDS_ERR_UNSUPPORTED_FILE_TYPE   61210
#define IDS_ERR_WORKSPACE_LOAD_FAILED   61211
#define IDS_ERR_CANNOT_LOAD_FILE        61212
#define IDS_ERR_INVALID_XML             61213

// Next default values for new objects
// 
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_3D_CONTROLS                     1
#define _APS_NEXT_RESOURCE_VALUE        140
#define _APS_NEXT_COMMAND_VALUE         32779
#define _APS_NEXT_CONTROL_VALUE         1024
#define _APS_NEXT_SYMED_VALUE           101
#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, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer (Senior)
United States United States
I like to program, I like to sail.

Comments and Discussions