mirror of
https://github.com/etlegacy/Update-Installer.git
synced 2025-01-23 16:00:40 +00:00
d16da069e9
This is a thin wrapper around the Win32 API used in the Win32 Updater Dialog implementation.
34 lines
945 B
C
34 lines
945 B
C
//{{NO_DEPENDENCIES}}
|
|
// Microsoft eMbedded Visual C++ generated include file.
|
|
// Used by DEFAULT.RC
|
|
//
|
|
|
|
#include "default_resource.h"
|
|
|
|
// String resource IDs
|
|
#define IDS_HELLO 100
|
|
|
|
// Button resource IDs
|
|
#define IDM_BLUE 110
|
|
#define IDM_RED 111
|
|
#define IDM_GREEN 112
|
|
#define IDM_BLACK 113
|
|
|
|
// 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_COMMAND1
|
|
#define IDM_HELP 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
|