2025-04-27 07:49:33 -04: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