Files
FireAlarmCtrlCn/MyCode/Gui/GuiDef.h
2026-04-06 19:02:09 +08:00

17 lines
320 B
C

#ifndef GUIDEF_H_
#define GUIDEF_H_
#define dIcon24_Allow1 13
#define dIcon24_NotAllow1 12
#define dIcon24_Allow2 13
#define dIcon24_NotAllow2 12
#define dIcon24_Input_En 16
#define dIcon24_Input_EnUpCase 17
#define dIcon24_Input_EnLowCase 18
#define dIcon24_Input_EnSymbol 19
#define dIcon24_Input_Cn 20
#endif