Update-Installer/external/win32cpp/WCE samples/DialogDemo/resource.h

21 lines
646 B
C
Raw Normal View History

//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