更新代码

This commit is contained in:
feiyangqingyun
2021-07-08 08:38:15 +08:00
parent 64fb8ac301
commit ae5e34aa2d
57 changed files with 78 additions and 70 deletions

41
designer/main.rc Normal file
View File

@@ -0,0 +1,41 @@
# if defined(UNDER_CE)
# include <winbase.h>
# else
# include <windows.h>
# endif
IDI_ICON1 ICON DISCARDABLE "main.ico"
VS_VERSION_INFO VERSIONINFO
FILEVERSION 2018,8,26,0
PRODUCTVERSION 2018,8,26,0
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS VS_FF_DEBUG
#else
FILEFLAGS 0x0L
#endif
FILEOS VOS__WINDOWS32
FILETYPE VFT_DLL
FILESUBTYPE 0x0L
BEGIN
BLOCK "StringFileInfo"
BEGIN
BLOCK "040904b0"
BEGIN
VALUE "CompanyName", "feiyangqingyun QQ:517216493\0"
VALUE "FileDescription", "Qt Designer\0"
VALUE "FileVersion", "2018.8.26.0\0"
VALUE "LegalCopyright", "Copyright (C) 2018\0"
VALUE "OriginalFilename", "designer.exe\0"
VALUE "ProductName", "designer\0"
VALUE "ProductVersion", "2018.8.26.0\0"
END
END
BLOCK "VarFileInfo"
BEGIN
VALUE "Translation", 0x0409, 1200
END
END
/* End of Version info */