Update-Installer/external/win32cpp/WCE samples/PocketPCFrame/resource.h
Robert Knight d16da069e9 Add Win++ library to external
This is a thin wrapper around the Win32 API used in the Win32
Updater Dialog implementation.
2011-08-23 19:54:52 +01:00

38 lines
1.1 KiB
C

//{{NO_DEPENDENCIES}}
// Microsoft eMbedded Visual C++ generated include file.
//
// include the Resource IDs defined by Win32++
#include "default_resource.h"
// String resource ID
#define IDS_HELLO 100
// Button resource IDs
#define IDM_BOLD 110
#define IDM_ITALIC 111
#define IDM_UNDERLINE 112
// Menu resource IDs
#define IDM_MAIN_COMMAND1 120
#define IDM_MAIN_COMMAND2 121
#define IDM_MAIN_COMMAND3 122
#define IDM_NEW 120 // Same as IDM_MAIN_COMMAND1
#define IDM_EDIT 140
#define IDM_EDIT_CUT 141
#define IDM_EDIT_COPY 142
#define IDM_EDIT_PASTE 143
#define IDM_EDIT_CLEAR 144
#define IDM_TOOLS 150
#define IDM_HELP_ABOUT 151
// Next default values for new objects
//
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NEXT_RESOURCE_VALUE 201
#define _APS_NEXT_COMMAND_VALUE 40001
#define _APS_NEXT_CONTROL_VALUE 1001
#define _APS_NEXT_SYMED_VALUE 201
#endif
#endif