17 lines
320 B
C
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
|
|
|