Click here to Skip to main content
15,881,424 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 277.9K   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 ftpView.rc
//
#define IDI_APPICON                     103
#define IDD_FONTDLG                     107
#define IDD_ABOUT                       112
#define IDD_SITE_PROPERTIES             113
#define IDD_FILE_PROPERTIES             114
#define IDD_TRANSFER                    115
#define IDB_SEPERATORS                  116
#define IDD_PROPERTIES_SHORTCUT         119
#define IDD_PROPERTY                    120
#define IDB_OPTIONS4                    121
#define IDD_SHORTCUT_PROPERTIES         121
#define IDB_OPTIONS16                   122
#define IDD_SYSTEM_PROPERTIES           122
#define IDD_VERSION_PROPERTIES          123
#define IDD_OPTDLG                      124
#define IDI_FOLDER                      125
#define IDD_TASK_PROPERTIES             125
#define IDI_FILE                        126
#define IDI_EXE                         127
#define IDR_TOOLBAR1                    129
#define IDB_HELP16                      133
#define IDD_DROPFILE                    133
#define IDB_HELP4                       134
#define IDM_MENUNEW                     134
#define IDB_IMAGELIST                   135
#define IDB_SEPERATORS4                 136
#define IDB_MENUNEW                     137
#define IDB_IMAGELIST2                  138
#define IDC_FONT                        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_EDITNAME                    1013
#define IDC_EDITIP                      1014
#define IDC_DISCLAIMER                  1014
#define IDC_CHECK1                      1016
#define IDC_EDITUSER                    1017
#define IDC_EDITPASS                    1018
#define IDC_CHECK2                      1022
#define IDC_CHECK3                      1023
#define IDC_CHECK4                      1024
#define IDC_CHECK5                      1025
#define IDC_CHECK6                      1026
#define IDC_FILEICON                    1027
#define IDC_NAME                        1031
#define IDC_TYPE                        1032
#define IDC_MODIFIED                    1033
#define IDC_NAME_STATIC                 1034
#define IDC_CHECK7                      1034
#define IDC_ANON                        1035
#define IDC_OID                         1035
#define IDC_PROGRESS                    1036
#define IDC_PASSIVE                     1036
#define IDC_STATIC_FILENAME             1037
#define IDC_EDIT1                       1042
#define IDC_TABSHEET                    1044
#define IDC_VERSION                     1045
#define IDC_TARGET                      1047
#define IDC_HW                          1048
#define IDC_PROCESSOR                   1049
#define IDC_OS                          1050
#define IDC_ALLOC                       1051
#define IDC_FREE                        1052
#define IDC_TOTAL                       1053
#define IDC_RAM                         1054
#define IDC_STORE                       1055
#define IDC_PAGESIZE                    1056
#define IDC_LIST                        1056
#define IDC_DESC                        1057
#define IDC_COPYRIGHT                   1058
#define IDC_CHECK_SYSICONS              1059
#define IDC_CHECK_CLOSE                 1060
#define IDC_CHECK_ICONBAR               1062
#define IDC_CHECK_INROM                 1063
#define IDC_CHECK_COL_DATE              1064
#define IDC_CHECK_COL_SIZE              1065
#define IDC_CHECK_COL_ATTRIB            1066
#define IDC_CHECK_COL_TYPE              1067
#define IDC_STATIC_GENERAL              1068
#define IDC_STATIC_COLUMNS              1069
#define IDC_COPY                        1070
#define IDC_CHECK_HIDDEN                1070
#define IDC_MOVE                        1071
#define IDC_SHORTCUT                    1076
#define IDM_QUIT                        40001
#define IDS_DISCLAIMER                  40002
#define IDS_CHARITY                     40003
#define ID_FILE_PROPERTIES              40004
#define ID_ACTIONS_REFRESH              40005
#define ID_FILE_ABOUT                   40007
#define ID_ACTIONS_CONNECT              40008
#define ID_ACTIONS_NEWSITE              40009
#define ID_ACTIONS_DISCONNECT           40010
#define ID_FILE_DELETE                  40011
#define ID_FILE_RENAME                  40012
#define ID_FILE_NEW_FOLDER              40018
#define ID_TOOLS_OPTIONS                40019
#define ID_TOOLS_FONT                   40024
#define ID_BUTTON40025                  40025
#define ID_BUTTON40026                  40026
#define ID_FILE                         40027
#define IDS_CAP_FILE                    40029
#define ID_EDIT                         40030
#define IDS_CAP_EDIT                    40032
#define ID_EDIT_DELETE                  40039
#define ID_TOOLS                        40044
#define IDS_CAP_TOOLS                   40046

// Next default values for new objects
// 
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NEXT_RESOURCE_VALUE        138
#define _APS_NEXT_COMMAND_VALUE         40050
#define _APS_NEXT_CONTROL_VALUE         1078
#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