2020-09-30 16:53:55 +02:00

13 lines
269 B
C

#ifndef RESOURCE_H_INCLUDE
#define RESOURCE_H_INCLUDE
#define IDR_REG_SAMPLE_NOTIFY 40001
#define IDD_NOTIFY_GENERAL 1850
#define IDC_STATIC -1
#define IDC_ADD 100
#define IDC_REMOVE 200
#endif