Click here to Skip to main content
15,891,762 members
Articles / Web Development / HTML

A Comprehensive CE Class Library to Replace ATL and MFC

Rate me:
Please Sign up or sign in to vote.
4.48/5 (14 votes)
4 Oct 2000CPOL 280.7K   998   70  
A collection of classes for CE that do not use ATL or MFC, plus an FTP client, database viewer, and sample application that solves beam deflection equations.
//{{NO_DEPENDENCIES}}
// Microsoft Developer Studio generated include file.
// Used by dbView.rc
//
#define IDR_MENU1                       101
#define IDD_DBPROP                      102
#define IDD_DBPROPHPC                   102
#define IDB_DELRECORD4                  103
#define IDB_DEL                         104
#define IDB_DB4                         105
#define IDI_ICON1                       106
#define IDI_DB                          106
#define IDD_DIALOG1                     107
#define IDD_FONTDLG                     107
#define IDB_MAGENIC                     109
#define IDD_ABOUT                       112
#define IDB_BITMAP1                     112
#define IDD_DBPROPPPC                   113
#define IDD_PROPPAGE_1                  114
#define IDR_MENU1_4                     114
#define IDD_PROPPAGE_2                  115
#define IDB_DELDB4                      123
#define IDB_HELP16                      133
#define IDB_HELP4                       134
#define IDB_DELDB16                     135
#define IDB_DELRECORD16                 136
#define IDR_MENU1_16                    137
#define IDI_MAGENIC                     139
#define IDC_STATIC_TYPE                 1001
#define IDC_STATIC_RECORDS              1002
#define IDC_STATIC_SIZE                 1003
#define IDC_STATIC_MODIFIED             1004
#define IDC_STATIC_NAME                 1005
#define IDC_FONT                        1006
#define IDC_STATIC_OID                  1006
#define IDC_FONTSIZE                    1007
#define IDC_CHECK_BOLD                  1008
#define IDC_CHECK_ITAL                  1009
#define IDC_CHECK_UNDER                 1010
#define IDC_STATIC_SAMPLE               1011
#define IDC_KEYS                        1012
#define IDC_EDIT1                       1013
#define IDC_LICENSE                     1013
#define IDC_DISCLAIMER                  1014
#define IDS_TOOLS                       1015
#define IDS_VIEW                        1016
#define IDC_NAME_STATIC                 1034
#define IDM_QUIT                        40001
#define IDM_DELDB                       40002
#define IDS_DISCLAIMER                  40002
#define IDM_DELRECORD                   40003
#define IDS_CHARITY                     40003
#define IDM_PROPERTIES                  40004
#define IDM_REFRESH                     40005
#define ID_VIEW_OPTIONS                 40006
#define IDM_ABOUT                       40007

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


Written By
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