mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 01:55:19 +00:00
15 lines
302 B
C
15 lines
302 B
C
|
#include "../lib/error.h"
|
||
|
|
||
|
#define IDI_MAIN 0
|
||
|
|
||
|
#define TBSIZE 32
|
||
|
#define IDB_TOOLBAR 0x102
|
||
|
#define IDD_OPTIONS 0x103
|
||
|
#define IDD_DOIT 0x104
|
||
|
#define IDR_POPUP 0x105
|
||
|
|
||
|
#define IDC_STATUS1 0x110
|
||
|
#define IDC_STATUS2 0x111
|
||
|
#define IDC_CANCEL 0x112
|
||
|
#define IDC_TSTATUS 0x113
|