Initial commit

This commit is contained in:
2026-04-06 19:02:09 +08:00
commit d186d7dcc7
743 changed files with 521821 additions and 0 deletions

16
MyCode/Gui/GuiDef.h Normal file
View File

@@ -0,0 +1,16 @@
#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