You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
mitlib.pub/MITLIB/mcctrdll/mcctrdll.rc

135 lines
3.1 KiB
Plaintext

//Microsoft Developer Studio generated resource script.
//
#include "mcctrdllresource.h"
#define APSTUDIO_READONLY_SYMBOLS
/////////////////////////////////////////////////////////////////////////////
//
// Generated from the TEXTINCLUDE 2 resource.
//
#include "afxres.h"
/////////////////////////////////////////////////////////////////////////////
#undef APSTUDIO_READONLY_SYMBOLS
/////////////////////////////////////////////////////////////////////////////
// English (U.S.) resources
#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
#ifdef _WIN32
LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
#pragma code_page(1252)
#endif //_WIN32
#ifdef APSTUDIO_INVOKED
/////////////////////////////////////////////////////////////////////////////
//
// TEXTINCLUDE
//
1 TEXTINCLUDE DISCARDABLE
BEGIN
MitLib 1.40.00 The MitLib 1.40 release is the first release using Git and Gerrit. This release branch will be used to push non-breaking changes and as continuation of the MitLib 1.39 branch Changes in MitLib 1.40.00: * (bug 416) Re-authentication to clear messages ** Added option to stop after user has been re-authenticated, default the system will start to run after re-authentication. See the below option that can be added to GuiDll.ini ** Fix bug where the user could open a door while the re-authentication dialog was displayed. After re-authentication the machine would start to run * During development of (bug 419) some issues were found in the MyWait class. Although the fix (bug 419) is not included in this release due to breaking changes, the non-breaking bug fixes have been included * Fix stack overflow in <code>DebugLogTiming</code> when it was called with arguments that would result in a string of more then 100 character * Fix bug where CMyWait would not timeout due to messages being send the calling thread * Fix bug in MySocket where OnReceive could be called if CMyWait was used * Fixed some memory leakes where <code>auto_ptr</code> was used with arrays * Fixed some memory leakes where <code>delete</code> was used with <code>new[]</code> instead of <code>delete []</code> == Configuration Changes == === GuiDll.ini === * Option to stop the machine after the user has re-authenticated, see (bug 416) [Authentication] StopAfterHigherLevelAuthentication = TRUE == Upgrading == Upgrading from [[MitLib 1.39]] does not require any changes. Change-Id: I73b6cb107f7bb84babb2682fa2ee913d6c57974e
12 years ago
"mcctrdllresource.h"
END
2 TEXTINCLUDE DISCARDABLE
BEGIN
"#include ""afxres.h""\r\n"
MitLib 1.40.00 The MitLib 1.40 release is the first release using Git and Gerrit. This release branch will be used to push non-breaking changes and as continuation of the MitLib 1.39 branch Changes in MitLib 1.40.00: * (bug 416) Re-authentication to clear messages ** Added option to stop after user has been re-authenticated, default the system will start to run after re-authentication. See the below option that can be added to GuiDll.ini ** Fix bug where the user could open a door while the re-authentication dialog was displayed. After re-authentication the machine would start to run * During development of (bug 419) some issues were found in the MyWait class. Although the fix (bug 419) is not included in this release due to breaking changes, the non-breaking bug fixes have been included * Fix stack overflow in <code>DebugLogTiming</code> when it was called with arguments that would result in a string of more then 100 character * Fix bug where CMyWait would not timeout due to messages being send the calling thread * Fix bug in MySocket where OnReceive could be called if CMyWait was used * Fixed some memory leakes where <code>auto_ptr</code> was used with arrays * Fixed some memory leakes where <code>delete</code> was used with <code>new[]</code> instead of <code>delete []</code> == Configuration Changes == === GuiDll.ini === * Option to stop the machine after the user has re-authenticated, see (bug 416) [Authentication] StopAfterHigherLevelAuthentication = TRUE == Upgrading == Upgrading from [[MitLib 1.39]] does not require any changes. Change-Id: I73b6cb107f7bb84babb2682fa2ee913d6c57974e
12 years ago
""
END
3 TEXTINCLUDE DISCARDABLE
BEGIN
"\r\n"
MitLib 1.40.00 The MitLib 1.40 release is the first release using Git and Gerrit. This release branch will be used to push non-breaking changes and as continuation of the MitLib 1.39 branch Changes in MitLib 1.40.00: * (bug 416) Re-authentication to clear messages ** Added option to stop after user has been re-authenticated, default the system will start to run after re-authentication. See the below option that can be added to GuiDll.ini ** Fix bug where the user could open a door while the re-authentication dialog was displayed. After re-authentication the machine would start to run * During development of (bug 419) some issues were found in the MyWait class. Although the fix (bug 419) is not included in this release due to breaking changes, the non-breaking bug fixes have been included * Fix stack overflow in <code>DebugLogTiming</code> when it was called with arguments that would result in a string of more then 100 character * Fix bug where CMyWait would not timeout due to messages being send the calling thread * Fix bug in MySocket where OnReceive could be called if CMyWait was used * Fixed some memory leakes where <code>auto_ptr</code> was used with arrays * Fixed some memory leakes where <code>delete</code> was used with <code>new[]</code> instead of <code>delete []</code> == Configuration Changes == === GuiDll.ini === * Option to stop the machine after the user has re-authenticated, see (bug 416) [Authentication] StopAfterHigherLevelAuthentication = TRUE == Upgrading == Upgrading from [[MitLib 1.39]] does not require any changes. Change-Id: I73b6cb107f7bb84babb2682fa2ee913d6c57974e
12 years ago
""
END
#endif // APSTUDIO_INVOKED
/////////////////////////////////////////////////////////////////////////////
//
// Dialog
//
IDD_RUNTASK_DIALOG DIALOG DISCARDABLE 0, 0, 186, 89
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
CAPTION "Dialog"
FONT 8, "MS Sans Serif"
BEGIN
DEFPUSHBUTTON "OK",IDOK,129,7,50,14
PUSHBUTTON "Cancel",IDCANCEL,129,24,50,14
END
#ifndef _MAC
/////////////////////////////////////////////////////////////////////////////
//
// Version
//
#if defined(APSTUDIO_INVOKED) || defined(VERSION_CONTROL)
MitLib 1.40.00 The MitLib 1.40 release is the first release using Git and Gerrit. This release branch will be used to push non-breaking changes and as continuation of the MitLib 1.39 branch Changes in MitLib 1.40.00: * (bug 416) Re-authentication to clear messages ** Added option to stop after user has been re-authenticated, default the system will start to run after re-authentication. See the below option that can be added to GuiDll.ini ** Fix bug where the user could open a door while the re-authentication dialog was displayed. After re-authentication the machine would start to run * During development of (bug 419) some issues were found in the MyWait class. Although the fix (bug 419) is not included in this release due to breaking changes, the non-breaking bug fixes have been included * Fix stack overflow in <code>DebugLogTiming</code> when it was called with arguments that would result in a string of more then 100 character * Fix bug where CMyWait would not timeout due to messages being send the calling thread * Fix bug in MySocket where OnReceive could be called if CMyWait was used * Fixed some memory leakes where <code>auto_ptr</code> was used with arrays * Fixed some memory leakes where <code>delete</code> was used with <code>new[]</code> instead of <code>delete []</code> == Configuration Changes == === GuiDll.ini === * Option to stop the machine after the user has re-authenticated, see (bug 416) [Authentication] StopAfterHigherLevelAuthentication = TRUE == Upgrading == Upgrading from [[MitLib 1.39]] does not require any changes. Change-Id: I73b6cb107f7bb84babb2682fa2ee913d6c57974e
12 years ago
#define VERSION_INFO 1,0,16,0
#define VERSION_INFO_STR "1.0.16.0"
#if defined(APSTUDIO_INVOKED)
VS_VERSION_INFO$(VERSION_CONTROL) VERSIONINFO
#else
VS_VERSION_INFO VERSIONINFO
#endif
MitLib 1.40.00 The MitLib 1.40 release is the first release using Git and Gerrit. This release branch will be used to push non-breaking changes and as continuation of the MitLib 1.39 branch Changes in MitLib 1.40.00: * (bug 416) Re-authentication to clear messages ** Added option to stop after user has been re-authenticated, default the system will start to run after re-authentication. See the below option that can be added to GuiDll.ini ** Fix bug where the user could open a door while the re-authentication dialog was displayed. After re-authentication the machine would start to run * During development of (bug 419) some issues were found in the MyWait class. Although the fix (bug 419) is not included in this release due to breaking changes, the non-breaking bug fixes have been included * Fix stack overflow in <code>DebugLogTiming</code> when it was called with arguments that would result in a string of more then 100 character * Fix bug where CMyWait would not timeout due to messages being send the calling thread * Fix bug in MySocket where OnReceive could be called if CMyWait was used * Fixed some memory leakes where <code>auto_ptr</code> was used with arrays * Fixed some memory leakes where <code>delete</code> was used with <code>new[]</code> instead of <code>delete []</code> == Configuration Changes == === GuiDll.ini === * Option to stop the machine after the user has re-authenticated, see (bug 416) [Authentication] StopAfterHigherLevelAuthentication = TRUE == Upgrading == Upgrading from [[MitLib 1.39]] does not require any changes. Change-Id: I73b6cb107f7bb84babb2682fa2ee913d6c57974e
12 years ago
FILEVERSION VERSION_INFO
PRODUCTVERSION VERSION_INFO
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
#else
FILEFLAGS 0x0L
#endif
FILEOS 0x40004L
FILETYPE 0x2L
FILESUBTYPE 0x0L
BEGIN
BLOCK "StringFileInfo"
BEGIN
BLOCK "040904b0"
BEGIN
MitLib 1.40.00 The MitLib 1.40 release is the first release using Git and Gerrit. This release branch will be used to push non-breaking changes and as continuation of the MitLib 1.39 branch Changes in MitLib 1.40.00: * (bug 416) Re-authentication to clear messages ** Added option to stop after user has been re-authenticated, default the system will start to run after re-authentication. See the below option that can be added to GuiDll.ini ** Fix bug where the user could open a door while the re-authentication dialog was displayed. After re-authentication the machine would start to run * During development of (bug 419) some issues were found in the MyWait class. Although the fix (bug 419) is not included in this release due to breaking changes, the non-breaking bug fixes have been included * Fix stack overflow in <code>DebugLogTiming</code> when it was called with arguments that would result in a string of more then 100 character * Fix bug where CMyWait would not timeout due to messages being send the calling thread * Fix bug in MySocket where OnReceive could be called if CMyWait was used * Fixed some memory leakes where <code>auto_ptr</code> was used with arrays * Fixed some memory leakes where <code>delete</code> was used with <code>new[]</code> instead of <code>delete []</code> == Configuration Changes == === GuiDll.ini === * Option to stop the machine after the user has re-authenticated, see (bug 416) [Authentication] StopAfterHigherLevelAuthentication = TRUE == Upgrading == Upgrading from [[MitLib 1.39]] does not require any changes. Change-Id: I73b6cb107f7bb84babb2682fa2ee913d6c57974e
12 years ago
VALUE "Comments", "MitLib 1.40.00"
VALUE "CompanyName", "MIT "
VALUE "FileDescription", "mcctrdll"
VALUE "FileVersion", VERSION_INFO_STR
VALUE "InternalName", "mcctrdll"
VALUE "LegalCopyright", "Copyright <20> 2014"
VALUE "LegalTrademarks", ""
VALUE "OriginalFilename", "mcctrdll.dll"
VALUE "PrivateBuild", ""
VALUE "ProductName", "MIT mcctrdll"
VALUE "ProductVersion", VERSION_INFO_STR
VALUE "SpecialBuild", ""
END
END
BLOCK "VarFileInfo"
BEGIN
VALUE "Translation", 0x409, 1200
END
END
#endif
#endif // !_MAC
#endif // English (U.S.) resources
/////////////////////////////////////////////////////////////////////////////
#ifndef APSTUDIO_INVOKED
/////////////////////////////////////////////////////////////////////////////
//
// Generated from the TEXTINCLUDE 3 resource.
//
/////////////////////////////////////////////////////////////////////////////
#endif // not APSTUDIO_INVOKED