彻底改版2.0

This commit is contained in:
feiyangqingyun
2021-11-17 16:41:30 +08:00
parent a7f4347959
commit ebfd531a91
2622 changed files with 8915 additions and 7263 deletions

41
third/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 */