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.

196 lines
5.4 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\\syncfrommirror.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\\syncfrommirror.ico"
  58. /////////////////////////////////////////////////////////////////////////////
  59. //
  60. // Dialog
  61. //
  62. IDD_SYNCFROMMIRROR_DIALOG DIALOGEX 0, 0, 384, 218
  63. STYLE WS_MINIMIZEBOX | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU |
  64. WS_THICKFRAME
  65. EXSTYLE WS_EX_APPWINDOW
  66. CAPTION "Sync from VSS Mirror"
  67. FONT 8, "MS Sans Serif"
  68. BEGIN
  69. DEFPUSHBUTTON "Sync",IDOK,327,7,50,14
  70. PUSHBUTTON "Exit",IDCANCEL,327,23,50,14
  71. EDITTEXT IDC_EDIT2,65,20,83,12,ES_AUTOHSCROLL
  72. LTEXT "Working Folder:",IDC_STATIC,14,21,51,11
  73. CONTROL "HL2",IDC_CHECK1,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,
  74. 154,22,38,10
  75. CONTROL "HL1Port",IDC_CHECK2,"Button",BS_AUTOCHECKBOX |
  76. WS_TABSTOP,196,22,38,10
  77. CONTROL "CSPort",IDC_CHECK3,"Button",BS_AUTOCHECKBOX |
  78. WS_TABSTOP,196,34,38,10
  79. CONTROL "TF2",IDC_CHECK4,"Button",BS_AUTOCHECKBOX | WS_DISABLED |
  80. WS_TABSTOP,154,34,38,10
  81. EDITTEXT IDC_EDIT1,7,88,316,123,ES_MULTILINE | ES_AUTOVSCROLL |
  82. ES_AUTOHSCROLL | WS_VSCROLL
  83. PUSHBUTTON "Stop",IDC_BUTTON1,327,58,50,14,NOT WS_VISIBLE |
  84. WS_DISABLED
  85. CONTROL "Day of Defeat",IDC_DOD,"Button",BS_AUTOCHECKBOX |
  86. WS_TABSTOP,243,22,66,10
  87. GROUPBOX "Main Projects",IDC_STATIC,7,7,309,46
  88. GROUPBOX "Options",IDC_STATIC,7,55,309,29
  89. CONTROL "Create a command prompt for each Robocopy",
  90. IDC_MAKECOMMANDPROMPTS,"Button",BS_AUTOCHECKBOX |
  91. WS_TABSTOP,15,67,161,10
  92. END
  93. #ifndef _MAC
  94. /////////////////////////////////////////////////////////////////////////////
  95. //
  96. // Version
  97. //
  98. VS_VERSION_INFO VERSIONINFO
  99. FILEVERSION 1,0,0,1
  100. PRODUCTVERSION 1,0,0,1
  101. FILEFLAGSMASK 0x3fL
  102. #ifdef _DEBUG
  103. FILEFLAGS 0x1L
  104. #else
  105. FILEFLAGS 0x0L
  106. #endif
  107. FILEOS 0x4L
  108. FILETYPE 0x1L
  109. FILESUBTYPE 0x0L
  110. BEGIN
  111. BLOCK "StringFileInfo"
  112. BEGIN
  113. BLOCK "040904B0"
  114. BEGIN
  115. VALUE "CompanyName", "\0"
  116. VALUE "FileDescription", "syncfrommirror MFC Application\0"
  117. VALUE "FileVersion", "1, 0, 0, 1\0"
  118. VALUE "InternalName", "syncfrommirror\0"
  119. VALUE "LegalCopyright", "Copyright (C) 2003\0"
  120. VALUE "LegalTrademarks", "\0"
  121. VALUE "OriginalFilename", "syncfrommirror.EXE\0"
  122. VALUE "ProductName", "syncfrommirror Application\0"
  123. VALUE "ProductVersion", "1, 0, 0, 1\0"
  124. END
  125. END
  126. BLOCK "VarFileInfo"
  127. BEGIN
  128. VALUE "Translation", 0x409, 1200
  129. END
  130. END
  131. #endif // !_MAC
  132. /////////////////////////////////////////////////////////////////////////////
  133. //
  134. // DESIGNINFO
  135. //
  136. #ifdef APSTUDIO_INVOKED
  137. GUIDELINES DESIGNINFO DISCARDABLE
  138. BEGIN
  139. IDD_SYNCFROMMIRROR_DIALOG, DIALOG
  140. BEGIN
  141. LEFTMARGIN, 7
  142. RIGHTMARGIN, 377
  143. TOPMARGIN, 7
  144. BOTTOMMARGIN, 211
  145. END
  146. END
  147. #endif // APSTUDIO_INVOKED
  148. #endif // English (U.S.) resources
  149. /////////////////////////////////////////////////////////////////////////////
  150. #ifndef APSTUDIO_INVOKED
  151. /////////////////////////////////////////////////////////////////////////////
  152. //
  153. // Generated from the TEXTINCLUDE 3 resource.
  154. //
  155. #define _AFX_NO_SPLITTER_RESOURCES
  156. #define _AFX_NO_OLE_RESOURCES
  157. #define _AFX_NO_TRACKER_RESOURCES
  158. #define _AFX_NO_PROPERTY_RESOURCES
  159. #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
  160. #ifdef _WIN32
  161. LANGUAGE 9, 1
  162. #pragma code_page(1252)
  163. #endif //_WIN32
  164. #include "res\syncfrommirror.rc2" // non-Microsoft Visual C++ edited resources
  165. #include "afxres.rc" // Standard components
  166. #endif
  167. /////////////////////////////////////////////////////////////////////////////
  168. #endif // not APSTUDIO_INVOKED