Click here to Skip to main content
15,897,519 members
Articles / Programming Languages / C++

Address Book

Rate me:
Please Sign up or sign in to vote.
4.48/5 (21 votes)
6 Aug 2000CPOL3 min read 287.8K   5.5K   93  
Address Book application
//{{NO_DEPENDENCIES}}
// Microsoft Developer Studio generated include file.
// Used by Address.rc
//
#define IDR_CNTR_INPLACE                6
#define IDC_NAME                        67
#define IDD_ABOUTBOX                    100
#define IDP_OLE_INIT_FAILED             100
#define IDD_ADDRESS_FORM                101
#define IDC_IPEDIT                      101
#define IDP_FAILED_TO_CREATE            102
#define IDD_GFX_CUSTOMIZECOL            102
#define IDD_GFX_FORMATCOL               103
#define IDD_PERSONAL                    114
#define IDD_HOME                        115
#define IDD_BUSINESS                    116
#define IDR_MAINFRAME                   128
#define IDR_ADDRESTYPE                  129
#define IDR_LISTMENUBMP                 129
#define IDR_POPUP_MENU                  129
#define IDI_TRAYICON                    132
#define IDR_POPUP_DIAL                  133
#define IDC_ADDRESSLIST                 1000
#define IDC_ACTCOL                      1009
#define IDC_ADD                         1010
#define IDC_REMOVE                      1011
#define IDC_MOVEUP                      1012
#define IDC_MOVEDOWN                    1013
#define IDC_FREECOL                     1014
#define IDC_CB_FORMAT                   1015
#define IDC_CD_LABEL                    1016
#define IDC_LABEL_DT                    1017
#define IDC_WIDTH                       1018
#define IDC_RD_RIGHT                    1019
#define IDC_RD_CENTER                   1020
#define IDC_RD_LEFT                     1021
#define IDC_FMT                         1022
#define IDC_ABOUT                       1033
#define IDC_NOTES                       1035
#define IDC_MAILBUTTON                  1036
#define IDR_PERSONAL                    1915
#define IDR_HOME                        1916
#define IDR_BUSINESS                    1917
#define IDC_COMPANY                     2569
#define IDC_JOBTITLE                    2570
#define IDC_BUSINESSSTREET              2571
#define IDC_BUSINESSCITY                2572
#define IDC_BUSINESSSTATE               2573
#define IDC_BUSINESSPOSTALCODE          2574
#define IDC_BUSINESSCOUNTRY             2575
#define IDC_BUSINESSWEBPAGE             2576
#define IDC_BUSINESSPHONE               2577
#define IDC_BUSINESSFAX                 2578
#define IDC_DEPARTMENT                  2579
#define IDC_OFFICELOCATION              2580
#define IDC_PAGER                       2581
#define IDC_GOBUSINESSWEBPAGE           2586
#define IDC_HOMESTREET                  2668
#define IDC_HOMECITY                    2669
#define IDC_HOMEPOSTALCODE              2670
#define IDC_HOMESTATE                   2671
#define IDC_HOMECOUNTRY                 2672
#define IDC_PERSONALWEBPAGE             2673
#define IDC_HOMEPHONE                   2674
#define IDC_HOMEFAX                     2675
#define IDC_CARPHONE                    2676
#define IDC_GOPERSONALWEBPAGE           2677
#define IDC_FIRSTNAME                   2765
#define IDC_LASTNAME                    2766
#define IDC_MIDDLENAME                  2769
#define IDC_NICKNAME                    2770
#define IDC_EMAIL                       2771
#define ID_CANCEL_EDIT_CNTR             32768
#define ID_TRAYADDRESS                  32771
#define ID_DELETE                       32773
#define ID_MODIFY                       32774
#define ID_DISPLAYADDRESS               32777
#define ID_IMPORT                       32778
#define ID_FORMATHEADER                 32779
#define ID_CUSTOMIZEHEADER              32780
#define ID_HEADERFORMAT                 32781
#define ID_AUTOPREVIEW                  32782
#define ID_PROPERTIES                   32783
#define ID_DIAL                         32786
#define ID_DIALHOME                     32787
#define ID_DIALBUSINESS                 32788
#define ID_EMAIL                        32789
#define ID_GFX_FORMATHEADER             32801
#define ID_GFX_CUSTOMIZEHEAD            32802
#define ID_GFX_SORTASC                  32803
#define ID_GFX_SORTDESC                 32804
#define IDS_ABOUT                       61446

// Next default values for new objects
// 
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_3D_CONTROLS                     1
#define _APS_NEXT_RESOURCE_VALUE        134
#define _APS_NEXT_COMMAND_VALUE         32791
#define _APS_NEXT_CONTROL_VALUE         1037
#define _APS_NEXT_SYMED_VALUE           102
#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
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