mirror of
https://github.com/etlegacy/Update-Installer.git
synced 2024-11-29 15:11:48 +00:00
d16da069e9
This is a thin wrapper around the Win32 API used in the Win32 Updater Dialog implementation.
38 lines
1.1 KiB
C
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
|