Update-Installer/external/win32cpp/WCE samples/DialogDemo/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

20 lines
646 B
C

//This file contains the resource ID definitions.
// include the Resource IDs defined by Win32++
#include "default_resource.h"
//Resource IDs for the dialog
#define IDD_COMCTLS 100
#define IDC_EDIT1 101
#define IDC_BUTTON1 102
#define IDC_COMBO1 103
#define IDC_LIST1 104
#define IDC_SCROLLBAR1 105
#define IDC_SCROLLBAR2 106
#define IDC_SPIN1 107
#define IDC_SLIDER1 108
#define IDC_PROGRESS1 109
#define ID_TIMER 120