mirror of
https://github.com/reactos/reactos.git
synced 2024-11-05 22:26:39 +00:00
15 lines
604 B
C
15 lines
604 B
C
|
/////////////////////////////////////////////////////////////////////////////
|
||
|
// resource.h - Used by TabTest.rc
|
||
|
//
|
||
|
#define IDD_TABBED_DIALOG 101
|
||
|
#define IDR_ACCELERATOR 103
|
||
|
#define IDD_PAGE1 104
|
||
|
#define IDD_PAGE2 105
|
||
|
#define IDD_PAGE3 106
|
||
|
#define IDC_TAB 1000
|
||
|
#define IDC_BUTTON1 1001
|
||
|
#define IDC_CHECK1 1002
|
||
|
#define IDC_SLIDER1 1003
|
||
|
#define IDC_LIST1 1004
|
||
|
#define IDC_STATIC -1
|