Click here to Skip to main content
15,881,803 members
Articles / Programming Languages / C++

Project Line Counter Add-In v2.10 for VS.NET and VC6

Rate me:
Please Sign up or sign in to vote.
4.92/5 (38 votes)
29 Jun 2003 447.4K   5.3K   142  
Get statistics about your source code with a click of a button
//{{NO_DEPENDENCIES}}
// Microsoft Developer Studio generated include file.
// Used by LineCount.rc
//
#define IDS_LINECOUNT_LONGNAME          1
#define IDS_LINECOUNT_DESCRIPTION       2
#define IDS_CMD_STRING                  3
#define IDS_CMD_STRING2                 4
#define IDS_ERR_AICLOAD                 10
#define IDS_ERR_WWHIZLOAD               11
#define IDS_ERR_WWHIZINT                12
#define IDS_FILECOUNT                   100
#define IDS_WRITEERROR                  101
#define IDR_TOOLBAR_MEDIUM              128
#define IDR_TOOLBAR_LARGE               129
#define IDD_MAIN                        132
#define IDR_MAINFRAME                   134
#define IDD_INSERT                      135
#define IDD_RESULTS                     136
#define IDD_PROGRESS                    137
#define IDD_OPTPAGE_OPTIONS             138
#define IDD_OPTPAGE_FILES               139
#define IDD_FILESUMMARY                 140
#define IDD_ABOUT                       141
#define IDC_GO                          1000
#define IDC_ABOUT                       1002
#define IDC_EXT_LIST                    1004
#define IDC_RESET                       1005
#define IDC_EDIT                        1006
#define IDC_RESULTLIST                  1007
#define IDC_PROGRESS                    1008
#define IDC_PERCENT                     1009
#define IDC_CURFILE                     1010
#define IDC_FILECOUNT                   1011
#define IDC_LINESC                      1012
#define IDC_CODEC                       1013
#define IDC_COMMENTSC                   1014
#define IDC_MIXEDC                      1015
#define IDC_NETLINESC                   1016
#define IDC_NETCODEC                    1017
#define IDC_CHECKCOMMENTS               1018
#define IDC_IGNOREBLANK                 1019
#define IDC_COUNTBLANK                  1019
#define IDC_INSERTEXT                   1020
#define IDC_DELETEEXT                   1021
#define IDC_OPTIONS                     1022
#define IDC_BLANKC                      1024
#define IDC_BLANKP                      1025
#define IDC_VERSION                     1026
#define IDC_VERSION2                    1027
#define ID_DISCLAMER                    1171
#define IDC_LINESP                      2018
#define IDC_CODEP                       2019
#define IDC_COMMENTSP                   2020
#define IDC_MIXEDP                      2021
#define IDC_NETLINESP                   2022
#define IDC_NETCODEP                    2023
#define IDC_UNDO                        2026
#define IDC_TITLE                       2027
#define IDC_ACTIVEONLY                  2028
#define IDC_LIST                        2030
#define IDC_EXPORT                      2032
#define IDC_FILESUMMARY                 2033
#define IDC_AIC_VER                     2034
#define IDC_WWI_VER                     2035
#define IDC_WWW1                        2036
#define IDC_WWW2                        2037
#define IDC_PLC_VER                     2038
#define IDI_PROJECT                     20214
#define IDI_TITLE                       20215

// Next default values for new objects
// 
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NEXT_RESOURCE_VALUE        142
#define _APS_NEXT_COMMAND_VALUE         32777
#define _APS_NEXT_CONTROL_VALUE         2039
#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 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
Experion
Canada Canada
You may know Oz from his WndTabs days. Oz has long since left client side development to work on web technologies and to consult in the R&D management field.

Comments and Discussions