sentinal.rc 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131
  1. //Microsoft Developer Studio generated resource script.
  2. //
  3. #include "resource.h"
  4. #define APSTUDIO_READONLY_SYMBOLS
  5. /////////////////////////////////////////////////////////////////////////////
  6. //
  7. // Generated from the TEXTINCLUDE 2 resource.
  8. //
  9. #define APSTUDIO_HIDDEN_SYMBOLS
  10. #include "windows.h"
  11. #undef APSTUDIO_HIDDEN_SYMBOLS
  12. #include "sentinal.h"
  13. /////////////////////////////////////////////////////////////////////////////
  14. #undef APSTUDIO_READONLY_SYMBOLS
  15. /////////////////////////////////////////////////////////////////////////////
  16. // Neutral resources
  17. #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_NEU)
  18. #ifdef _WIN32
  19. LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
  20. #pragma code_page(1252)
  21. #endif //_WIN32
  22. /////////////////////////////////////////////////////////////////////////////
  23. //
  24. // Dialog
  25. //
  26. IDD_ABOUT DIALOG DISCARDABLE 22, 17, 229, 78
  27. STYLE DS_MODALFRAME | WS_CAPTION | WS_SYSMENU
  28. CAPTION "About Sentinal"
  29. FONT 8, "MS Sans Serif"
  30. BEGIN
  31. CTEXT "Microsoft Sentinal",-1,4,4,221,8
  32. CTEXT "Server Monitoring Service",-1,4,14,221,8
  33. CTEXT "Copyright (c) 1998, Microsoft Corporation.",-1,4,34,221,
  34. 8
  35. DEFPUSHBUTTON "OK",IDOK,90,60,52,14,WS_GROUP
  36. CTEXT "All Rights Reserved.",-1,4,44,221,8
  37. END
  38. /////////////////////////////////////////////////////////////////////////////
  39. //
  40. // DESIGNINFO
  41. //
  42. #ifdef APSTUDIO_INVOKED
  43. GUIDELINES DESIGNINFO DISCARDABLE
  44. BEGIN
  45. IDD_ABOUT, DIALOG
  46. BEGIN
  47. LEFTMARGIN, 4
  48. RIGHTMARGIN, 225
  49. TOPMARGIN, 4
  50. BOTTOMMARGIN, 74
  51. END
  52. END
  53. #endif // APSTUDIO_INVOKED
  54. #endif // Neutral resources
  55. /////////////////////////////////////////////////////////////////////////////
  56. /////////////////////////////////////////////////////////////////////////////
  57. // English (U.S.) resources
  58. #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
  59. #ifdef _WIN32
  60. LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
  61. #pragma code_page(1252)
  62. #endif //_WIN32
  63. #ifdef APSTUDIO_INVOKED
  64. /////////////////////////////////////////////////////////////////////////////
  65. //
  66. // TEXTINCLUDE
  67. //
  68. 1 TEXTINCLUDE DISCARDABLE
  69. BEGIN
  70. "resource.h\0"
  71. END
  72. 2 TEXTINCLUDE DISCARDABLE
  73. BEGIN
  74. "#define APSTUDIO_HIDDEN_SYMBOLS\r\n"
  75. "#include ""windows.h""\r\n"
  76. "#undef APSTUDIO_HIDDEN_SYMBOLS\r\n"
  77. "#include ""sentinal.h""\r\n"
  78. "\0"
  79. END
  80. 3 TEXTINCLUDE DISCARDABLE
  81. BEGIN
  82. "\r\n"
  83. "#include ""Sentinal.rc2"" // non-Microsoft Visual C++ edited resources\r\n"
  84. "\0"
  85. END
  86. #endif // APSTUDIO_INVOKED
  87. /////////////////////////////////////////////////////////////////////////////
  88. //
  89. // Icon
  90. //
  91. // Icon with lowest ID value placed first to ensure application icon
  92. // remains consistent on all systems.
  93. ICO_SENTINAL ICON DISCARDABLE "sentinal.ico"
  94. #endif // English (U.S.) resources
  95. /////////////////////////////////////////////////////////////////////////////
  96. #ifndef APSTUDIO_INVOKED
  97. /////////////////////////////////////////////////////////////////////////////
  98. //
  99. // Generated from the TEXTINCLUDE 3 resource.
  100. //
  101. #include "Sentinal.rc2" // non-Microsoft Visual C++ edited resources
  102. /////////////////////////////////////////////////////////////////////////////
  103. #endif // not APSTUDIO_INVOKED