44 lines
1.7 KiB
Plaintext
44 lines
1.7 KiB
Plaintext
;****************************************************************************/
|
|
;* wtrc.rc */
|
|
;* */
|
|
;* DC-Groupware trace DLL resources. */
|
|
;* */
|
|
;* Copyright(c) Microsoft 1997 */
|
|
;* */
|
|
;****************************************************************************/
|
|
;* Changes */
|
|
;* $Log: Y:/logs/trc/wtrc.rcv $
|
|
;*
|
|
;* Rev 1.3 03 Jul 1997 12:18:14 AK
|
|
;* SFR0000: Initial development completed
|
|
;*
|
|
;****************************************************************************/
|
|
#include <windows.h>
|
|
#ifndef OS_WINCE
|
|
#include <winver.h>
|
|
#include <ntverp.h>
|
|
#endif
|
|
#include <wtrcrc.h>
|
|
|
|
#define VER_FILETYPE VFT_DLL
|
|
#define VER_FILESUBTYPE VFT2_UNKNOWN
|
|
#define VER_FILEDESCRIPTION_STR "MSTSC Trace DLL"
|
|
#define VER_INTERNALNAME_STR "tsctrc.dll"
|
|
#define VER_ORIGINALFILENAME_STR "tsctrc.dll"
|
|
|
|
#ifndef OS_WINCE
|
|
#include "common.ver"
|
|
#endif
|
|
|
|
TRC_IDD_ASSERT DIALOG DISCARDABLE 0, 0, 200, 79
|
|
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
|
|
CAPTION ""
|
|
FONT 8, "MS Shell Dlg"
|
|
BEGIN
|
|
DEFPUSHBUTTON "&Terminate",IDABORT , 10, 59, 50, 14
|
|
PUSHBUTTON "&Debug", IDRETRY , 70, 59, 50, 14
|
|
PUSHBUTTON "&Ignore", IDIGNORE, 130,59, 50, 14
|
|
CTEXT "", TRC_ID_TEXT, 5, 11, 190, 40
|
|
END
|
|
|