Click here to Skip to main content
15,896,154 members
Articles / Programming Languages / C++/CLI

The Life of a Project - Issue Tracking: Day 4

Rate me:
Please Sign up or sign in to vote.
4.89/5 (35 votes)
13 Jun 200322 min read 103.1K   319   110  
A detailed look at the evolution of a project from concept to product. (This is the fourth installment of what should be several more articles.)
//{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
// Used by Sample1.rc
//
#define IDR_MANIFEST                    1
#define IDD_ABOUTBOX                    100
#define IDP_OLE_INIT_FAILED             100
#define IDD_SAMPLE1_FORM                101
#define IDD_PPG_BUG                     107
#define IDR_MAINFRAME                   128
#define IDR_NewbugTYPE                  129
#define IDD_PPG_MY_FIELDS               129
#define IDB_DATEPICKER_BUTTON           129
#define IDD_PPG_DETAILS                 130
#define IDR_MAINFRAME_BUG               130
#define IDD_PPG_IDEA                    131
#define IDR_MENU1                       131
#define ID_POPUP_1                      132
#define IDD_PPG_FIX_A_BUG               132
#define ID_ELIST_COL_ALIGN_LEFT         133
#define ID_ELIST_COL_ALIGN_RIGHT        134
#define ID_ELIST_FORMAT_COL             135
#define ID_ELIST_REMOVE_COL             136
#define ID_ELIST_SORT_ASC               137
#define ID_POPUP_7                      138
#define ID_ELIST_SORT_DESC              139
#define ID_LISTVIEW_FILTER              139
#define ID_LISTVIEW_FIND                140
#define ID_ELIST_COL_ALIGN_CENTER       141
#define ID_CUSTOMIZE_LIST               141
#define ID_ELIST_CUSTOMIZE              142
#define IDC_EDIT1                       1000
#define IDC_BUTTON1                     1001
#define IDC_EDIT2                       1002
#define IDC_BUTTON2                     1003
#define IDC_DATE                        1004
#define IDC_EDIT4                       1005
#define IDC_EDIT5                       1006
#define IDC_COMBO1                      1008
#define IDC_EDIT6                       1009
#define IDC_COMBO2                      1009
#define IDC_LISTVIEWGOESHERE            1010
#define IDC_CHECK1                      1012
#define IDC_CHECK2                      1013
#define IDC_CHECK3                      1014
#define IDC_LIST1                       1017
#define IDC_LIST2                       1018
#define ID_BUTTON32771                  32771
#define ID_BUTTON32777                  32777
#define ID_BUTTON32780                  32780
#define ID_BUTTON32781                  32781
#define ID_BUTTON32782                  32782
#define ID_BUTTON32783                  32783
#define ID_BUTTON32784                  32784

// Next default values for new objects
// 
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NEXT_RESOURCE_VALUE        143
#define _APS_NEXT_COMMAND_VALUE         32785
#define _APS_NEXT_CONTROL_VALUE         1018
#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
Web Developer
United States United States
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions