MitLib v3.0.0.10 (VS10)

main v3.0.0.10
Jenkins 10 years ago
parent f6347bf857
commit 6b319b3a51

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

@ -995,8 +995,8 @@ VS_VERSION_INFO$(VERSION_CONTROL) VERSIONINFO
#else
VS_VERSION_INFO VERSIONINFO
#endif
FILEVERSION 3,0,0,9
PRODUCTVERSION 3,0,0,9
FILEVERSION 3,0,0,10
PRODUCTVERSION 3,0,0,10
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
@ -1011,15 +1011,15 @@ BEGIN
BEGIN
BLOCK "040904b0"
BEGIN
VALUE "Comments", "1. Solve Auto logout did not inform application level that user login has changed\r\n2. Solve motor position + index cannot have more than 50\r\n3. Increase Maintanence Page message box so that it can display 2 lines of message\r\n4. Select Secondary langauage will Prompt Error when using New Hardward Entry Method\r\n5. Configurable color for E10 and Mode display in Handler GUI"
VALUE "Comments", "1. Added Cleanup After Delete Package during deleting of package for application to do any other clean up.\r\n"
VALUE "CompanyName", "MIT "
VALUE "FileDescription", "GuiDLL"
VALUE "FileVersion", "3.0.0.9\0"
VALUE "FileVersion", "3.0.0.10\0"
VALUE "InternalName", "GuiDLL"
VALUE "LegalCopyright", "Copyright ? 2012"
VALUE "LegalCopyright", "Copyright ? 2015"
VALUE "OriginalFilename", "GuiDLL.dll"
VALUE "ProductName", "MIT GuiDLL"
VALUE "ProductVersion", "3.0.0.9\0"
VALUE "ProductVersion", "3.0.0.10\0"
END
END
BLOCK "VarFileInfo"

@ -45,6 +45,7 @@ public:
virtual void CopyToNewPackageInfo(CString csNewPackage, CString csExistingPackage);
virtual void ClosePackageEdit(void);
virtual void DisplaySubPages(CString csPackageName);
virtual void CleanupAfterDeletePackage(CString csPackageName);
CRecipePackagePage();
~CRecipePackagePage();

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

@ -110,8 +110,8 @@ VS_VERSION_INFO$(VERSION_CONTROL) VERSIONINFO
#else
VS_VERSION_INFO VERSIONINFO
#endif
FILEVERSION 3,0,0,9
PRODUCTVERSION 3,0,0,9
FILEVERSION 3,0,0,10
PRODUCTVERSION 3,0,0,10
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x21L
@ -126,18 +126,18 @@ BEGIN
BEGIN
BLOCK "040904b0"
BEGIN
VALUE "Comments", "1. Add in enum for Techinician and Above Can Delete Lot report.\r\n2. For VC6 compilation, if TraceDebug to debug window message is greater than 512 characters, Trace to debug window ""TRACE Data cannot be longer than 512 chars! Please trim your TRACE message\0"
VALUE "Comments", "1. Reduce opening and closing of MitLanguage.mdb\0"
VALUE "CompanyName", "MIT \0"
VALUE "FileDescription", "Utility\0"
VALUE "FileVersion", "3.0.0.9\0"
VALUE "FileVersion", "3.0.0.10\0"
VALUE "InternalName", "Utility\0"
VALUE "LegalCopyright", "Copyright © 2010\0"
VALUE "LegalCopyright", "Copyright © 2015\0"
VALUE "LegalTrademarks", " \0"
VALUE "OriginalFilename", "Utility.dll\0"
VALUE "PrivateBuild", " \0"
VALUE "ProductName", "MIT Utility\0"
VALUE "ProductVersion", "3.0.0.9\0"
VALUE "SpecialBuild", "mitlib-release-3-9\0"
VALUE "ProductVersion", "3.0.0.10\0"
VALUE "SpecialBuild", "mitlib-release-3-10\0"
END
END
BLOCK "VarFileInfo"

@ -72,8 +72,8 @@ VS_VERSION_INFO$(VERSION_CONTROL) VERSIONINFO
#else
VS_VERSION_INFO VERSIONINFO
#endif
FILEVERSION 3,0,0,9
PRODUCTVERSION 3,0,0,9
FILEVERSION 3,0,0,10
PRODUCTVERSION 3,0,0,10
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
@ -88,18 +88,18 @@ BEGIN
BEGIN
BLOCK "040904b0"
BEGIN
VALUE "Comments", "1. Handled vacuum input as reversed logic.\0"
VALUE "Comments", "1. Do not process clear warning if warning did not exist\r\n2. Do not process warning if already process\r\n3. Clear run module warning when end of lot completed\0"
VALUE "CompanyName", "MIT \0"
VALUE "FileDescription", "mcctrdll\0"
VALUE "FileVersion", "3.0.0.9\0"
VALUE "FileVersion", "3.0.0.10\0"
VALUE "InternalName", "mcctrdll\0"
VALUE "LegalCopyright", "Copyright © 2013\0"
VALUE "LegalCopyright", "Copyright © 2015\0"
VALUE "LegalTrademarks", " \0"
VALUE "OriginalFilename", "mcctrdll.dll\0"
VALUE "PrivateBuild", " \0"
VALUE "ProductName", "MIT mcctrdll\0"
VALUE "ProductVersion", "3.0.0.9\0"
VALUE "SpecialBuild", "mitlib-release-3-9\0"
VALUE "ProductVersion", "3.0.0.10\0"
VALUE "SpecialBuild", "mitlib-release-3-10\0"
END
END
BLOCK "VarFileInfo"

Loading…
Cancel
Save