Team Fortress 2 Source Code as on 22/4/2020
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

194 lines
4.8 KiB

  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. #include "afxres.h"
  10. /////////////////////////////////////////////////////////////////////////////
  11. #undef APSTUDIO_READONLY_SYMBOLS
  12. /////////////////////////////////////////////////////////////////////////////
  13. // English (U.S.) resources
  14. #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
  15. #ifdef _WIN32
  16. LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
  17. #pragma code_page(1252)
  18. #endif //_WIN32
  19. #ifdef APSTUDIO_INVOKED
  20. /////////////////////////////////////////////////////////////////////////////
  21. //
  22. // TEXTINCLUDE
  23. //
  24. 1 TEXTINCLUDE DISCARDABLE
  25. BEGIN
  26. "resource.h\0"
  27. END
  28. 2 TEXTINCLUDE DISCARDABLE
  29. BEGIN
  30. "#include ""afxres.h""\r\n"
  31. "\0"
  32. END
  33. 3 TEXTINCLUDE DISCARDABLE
  34. BEGIN
  35. "#define _AFX_NO_SPLITTER_RESOURCES\r\n"
  36. "#define _AFX_NO_OLE_RESOURCES\r\n"
  37. "#define _AFX_NO_TRACKER_RESOURCES\r\n"
  38. "#define _AFX_NO_PROPERTY_RESOURCES\r\n"
  39. "\r\n"
  40. "#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)\r\n"
  41. "#ifdef _WIN32\r\n"
  42. "LANGUAGE 9, 1\r\n"
  43. "#pragma code_page(1252)\r\n"
  44. "#endif //_WIN32\r\n"
  45. "#include ""res\\MessageWatch.rc2"" // non-Microsoft Visual C++ edited resources\r\n"
  46. "#include ""afxres.rc"" // Standard components\r\n"
  47. "#endif\r\n"
  48. "\0"
  49. END
  50. #endif // APSTUDIO_INVOKED
  51. /////////////////////////////////////////////////////////////////////////////
  52. //
  53. // Icon
  54. //
  55. // Icon with lowest ID value placed first to ensure application icon
  56. // remains consistent on all systems.
  57. IDR_MAINFRAME ICON DISCARDABLE "res\\MessageWatch.ico"
  58. /////////////////////////////////////////////////////////////////////////////
  59. //
  60. // Dialog
  61. //
  62. IDD_MESSAGEWATCH_DIALOG DIALOGEX 0, 0, 232, 147
  63. STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
  64. EXSTYLE WS_EX_APPWINDOW
  65. CAPTION "MessageWatch"
  66. FONT 8, "MS Sans Serif"
  67. BEGIN
  68. PUSHBUTTON "Quit",IDCANCEL,175,126,50,14
  69. LISTBOX IDC_MACHINES,7,7,218,114,LBS_SORT | LBS_NOINTEGRALHEIGHT |
  70. WS_VSCROLL | WS_TABSTOP
  71. PUSHBUTTON "&Show All",IDSHOWALL,7,126,50,14
  72. PUSHBUTTON "&Hide All",IDHIDEALL,91,126,50,14
  73. END
  74. IDD_OUTPUT DIALOG DISCARDABLE 0, 0, 320, 225
  75. STYLE WS_POPUP | WS_CAPTION | WS_SYSMENU
  76. CAPTION "Output"
  77. FONT 8, "MS Sans Serif"
  78. BEGIN
  79. EDITTEXT IDC_DEBUG_OUTPUT,7,7,306,211,ES_MULTILINE | ES_READONLY |
  80. WS_VSCROLL
  81. END
  82. #ifndef _MAC
  83. /////////////////////////////////////////////////////////////////////////////
  84. //
  85. // Version
  86. //
  87. VS_VERSION_INFO VERSIONINFO
  88. FILEVERSION 1,0,0,1
  89. PRODUCTVERSION 1,0,0,1
  90. FILEFLAGSMASK 0x3fL
  91. #ifdef _DEBUG
  92. FILEFLAGS 0x1L
  93. #else
  94. FILEFLAGS 0x0L
  95. #endif
  96. FILEOS 0x4L
  97. FILETYPE 0x1L
  98. FILESUBTYPE 0x0L
  99. BEGIN
  100. BLOCK "StringFileInfo"
  101. BEGIN
  102. BLOCK "040904B0"
  103. BEGIN
  104. VALUE "CompanyName", "\0"
  105. VALUE "FileDescription", "MessageWatch MFC Application\0"
  106. VALUE "FileVersion", "1, 0, 0, 1\0"
  107. VALUE "InternalName", "MessageWatch\0"
  108. VALUE "LegalCopyright", "Copyright (C) 2002\0"
  109. VALUE "LegalTrademarks", "\0"
  110. VALUE "OriginalFilename", "MessageWatch.EXE\0"
  111. VALUE "ProductName", "MessageWatch Application\0"
  112. VALUE "ProductVersion", "1, 0, 0, 1\0"
  113. END
  114. END
  115. BLOCK "VarFileInfo"
  116. BEGIN
  117. VALUE "Translation", 0x409, 1200
  118. END
  119. END
  120. #endif // !_MAC
  121. /////////////////////////////////////////////////////////////////////////////
  122. //
  123. // DESIGNINFO
  124. //
  125. #ifdef APSTUDIO_INVOKED
  126. GUIDELINES DESIGNINFO DISCARDABLE
  127. BEGIN
  128. IDD_MESSAGEWATCH_DIALOG, DIALOG
  129. BEGIN
  130. LEFTMARGIN, 7
  131. RIGHTMARGIN, 225
  132. TOPMARGIN, 7
  133. BOTTOMMARGIN, 140
  134. END
  135. IDD_OUTPUT, DIALOG
  136. BEGIN
  137. LEFTMARGIN, 7
  138. RIGHTMARGIN, 313
  139. TOPMARGIN, 7
  140. BOTTOMMARGIN, 218
  141. END
  142. END
  143. #endif // APSTUDIO_INVOKED
  144. #endif // English (U.S.) resources
  145. /////////////////////////////////////////////////////////////////////////////
  146. #ifndef APSTUDIO_INVOKED
  147. /////////////////////////////////////////////////////////////////////////////
  148. //
  149. // Generated from the TEXTINCLUDE 3 resource.
  150. //
  151. #define _AFX_NO_SPLITTER_RESOURCES
  152. #define _AFX_NO_OLE_RESOURCES
  153. #define _AFX_NO_TRACKER_RESOURCES
  154. #define _AFX_NO_PROPERTY_RESOURCES
  155. #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
  156. #ifdef _WIN32
  157. LANGUAGE 9, 1
  158. #pragma code_page(1252)
  159. #endif //_WIN32
  160. #include "res\MessageWatch.rc2" // non-Microsoft Visual C++ edited resources
  161. #include "afxres.rc" // Standard components
  162. #endif
  163. /////////////////////////////////////////////////////////////////////////////
  164. #endif // not APSTUDIO_INVOKED