123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131 |
- //Microsoft Developer Studio generated resource script.
- //
- #include "resource.h"
- #define APSTUDIO_READONLY_SYMBOLS
- /////////////////////////////////////////////////////////////////////////////
- //
- // Generated from the TEXTINCLUDE 2 resource.
- //
- #define APSTUDIO_HIDDEN_SYMBOLS
- #include "windows.h"
- #undef APSTUDIO_HIDDEN_SYMBOLS
- #include "sentinal.h"
- /////////////////////////////////////////////////////////////////////////////
- #undef APSTUDIO_READONLY_SYMBOLS
- /////////////////////////////////////////////////////////////////////////////
- // Neutral resources
- #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_NEU)
- #ifdef _WIN32
- LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
- #pragma code_page(1252)
- #endif //_WIN32
- /////////////////////////////////////////////////////////////////////////////
- //
- // Dialog
- //
- IDD_ABOUT DIALOG DISCARDABLE 22, 17, 229, 78
- STYLE DS_MODALFRAME | WS_CAPTION | WS_SYSMENU
- CAPTION "About Sentinal"
- FONT 8, "MS Sans Serif"
- BEGIN
- CTEXT "Microsoft Sentinal",-1,4,4,221,8
- CTEXT "Server Monitoring Service",-1,4,14,221,8
- CTEXT "Copyright (c) 1998, Microsoft Corporation.",-1,4,34,221,
- 8
- DEFPUSHBUTTON "OK",IDOK,90,60,52,14,WS_GROUP
- CTEXT "All Rights Reserved.",-1,4,44,221,8
- END
- /////////////////////////////////////////////////////////////////////////////
- //
- // DESIGNINFO
- //
- #ifdef APSTUDIO_INVOKED
- GUIDELINES DESIGNINFO DISCARDABLE
- BEGIN
- IDD_ABOUT, DIALOG
- BEGIN
- LEFTMARGIN, 4
- RIGHTMARGIN, 225
- TOPMARGIN, 4
- BOTTOMMARGIN, 74
- END
- END
- #endif // APSTUDIO_INVOKED
- #endif // Neutral resources
- /////////////////////////////////////////////////////////////////////////////
- /////////////////////////////////////////////////////////////////////////////
- // 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
- "resource.h\0"
- END
- 2 TEXTINCLUDE DISCARDABLE
- BEGIN
- "#define APSTUDIO_HIDDEN_SYMBOLS\r\n"
- "#include ""windows.h""\r\n"
- "#undef APSTUDIO_HIDDEN_SYMBOLS\r\n"
- "#include ""sentinal.h""\r\n"
- "\0"
- END
- 3 TEXTINCLUDE DISCARDABLE
- BEGIN
- "\r\n"
- "#include ""Sentinal.rc2"" // non-Microsoft Visual C++ edited resources\r\n"
- "\0"
- END
- #endif // APSTUDIO_INVOKED
- /////////////////////////////////////////////////////////////////////////////
- //
- // Icon
- //
- // Icon with lowest ID value placed first to ensure application icon
- // remains consistent on all systems.
- ICO_SENTINAL ICON DISCARDABLE "sentinal.ico"
- #endif // English (U.S.) resources
- /////////////////////////////////////////////////////////////////////////////
- #ifndef APSTUDIO_INVOKED
- /////////////////////////////////////////////////////////////////////////////
- //
- // Generated from the TEXTINCLUDE 3 resource.
- //
- #include "Sentinal.rc2" // non-Microsoft Visual C++ edited resources
- /////////////////////////////////////////////////////////////////////////////
- #endif // not APSTUDIO_INVOKED
|