Server.rc 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247
  1. // Microsoft Visual C++ generated resource script.
  2. //
  3. #include "resource.h"
  4. #define APSTUDIO_READONLY_SYMBOLS
  5. /////////////////////////////////////////////////////////////////////////////
  6. //
  7. // Generated from the TEXTINCLUDE 2 resource.
  8. //
  9. #ifndef APSTUDIO_INVOKED
  10. #include "targetver.h"
  11. #endif
  12. #include "afxres.h"
  13. #include "verrsrc.h"
  14. /////////////////////////////////////////////////////////////////////////////
  15. #undef APSTUDIO_READONLY_SYMBOLS
  16. /////////////////////////////////////////////////////////////////////////////
  17. // Chinese (Simplified, PRC) resources
  18. #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_CHS)
  19. LANGUAGE LANG_CHINESE, SUBLANG_CHINESE_SIMPLIFIED
  20. #ifdef APSTUDIO_INVOKED
  21. /////////////////////////////////////////////////////////////////////////////
  22. //
  23. // TEXTINCLUDE
  24. //
  25. 1 TEXTINCLUDE
  26. BEGIN
  27. "resource.h\0"
  28. END
  29. 2 TEXTINCLUDE
  30. BEGIN
  31. "#ifndef APSTUDIO_INVOKED\r\n"
  32. "#include ""targetver.h""\r\n"
  33. "#endif\r\n"
  34. "#include ""afxres.h""\r\n"
  35. "#include ""verrsrc.h""\r\n"
  36. "\0"
  37. END
  38. 3 TEXTINCLUDE
  39. BEGIN
  40. "#define _AFX_NO_SPLITTER_RESOURCES\r\n"
  41. "#define _AFX_NO_OLE_RESOURCES\r\n"
  42. "#define _AFX_NO_TRACKER_RESOURCES\r\n"
  43. "#define _AFX_NO_PROPERTY_RESOURCES\r\n"
  44. "\r\n"
  45. "#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)\r\n"
  46. "LANGUAGE 9, 1\r\n"
  47. "#include ""res\\Server.rc2"" // non-Microsoft Visual C++ edited resources\r\n"
  48. "#include ""afxres.rc"" // Standard components\r\n"
  49. "#endif\r\n"
  50. "\0"
  51. END
  52. #endif // APSTUDIO_INVOKED
  53. /////////////////////////////////////////////////////////////////////////////
  54. //
  55. // Icon
  56. //
  57. // Icon with lowest ID value placed first to ensure application icon
  58. // remains consistent on all systems.
  59. IDR_MAINFRAME ICON "res\\Server.ico"
  60. #endif // Chinese (Simplified, PRC) resources
  61. /////////////////////////////////////////////////////////////////////////////
  62. /////////////////////////////////////////////////////////////////////////////
  63. // English (United States) resources
  64. #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
  65. LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
  66. /////////////////////////////////////////////////////////////////////////////
  67. //
  68. // Dialog
  69. //
  70. IDD_SERVER_DIALOG DIALOGEX 0, 0, 320, 199
  71. STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | WS_MINIMIZEBOX | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
  72. EXSTYLE WS_EX_APPWINDOW
  73. CAPTION "Echo-PFM Server [ 'C' - clear list box, 'R' - reset statics data ]"
  74. FONT 8, "MS Shell Dlg", 0, 0, 0x1
  75. BEGIN
  76. DEFPUSHBUTTON "Start",IDC_START,240,183,37,14,BS_FLAT
  77. PUSHBUTTON "Stop",IDC_STOP,279,183,37,14,BS_FLAT
  78. LISTBOX IDC_INFO,0,1,319,179,LBS_USETABSTOPS | LBS_NOINTEGRALHEIGHT | LBS_WANTKEYBOARDINPUT | WS_VSCROLL | WS_TABSTOP
  79. EDITTEXT IDC_PORT,30,184,27,12,ES_AUTOHSCROLL | ES_NUMBER
  80. COMBOBOX IDC_SEND_POLICY,85,184,40,121,CBS_DROPDOWNLIST | WS_VSCROLL | WS_TABSTOP
  81. COMBOBOX IDC_THREAD_COUNT,160,184,30,120,CBS_DROPDOWN | WS_VSCROLL | WS_TABSTOP
  82. COMBOBOX IDC_MAX_CONN_COUNT,195,184,38,120,CBS_DROPDOWNLIST | WS_VSCROLL | WS_TABSTOP
  83. RTEXT "Policy:",IDC_STATIC,61,186,21,11
  84. RTEXT "Listen:",IDC_STATIC,1,186,26,11
  85. RTEXT "Threads:",IDC_STATIC,126,186,31,11
  86. END
  87. /////////////////////////////////////////////////////////////////////////////
  88. //
  89. // Version
  90. //
  91. VS_VERSION_INFO VERSIONINFO
  92. FILEVERSION 3,6,1,0
  93. PRODUCTVERSION 3,6,1,0
  94. FILEFLAGSMASK 0x3fL
  95. #ifdef _DEBUG
  96. FILEFLAGS 0x1L
  97. #else
  98. FILEFLAGS 0x0L
  99. #endif
  100. FILEOS 0x40004L
  101. FILETYPE 0x1L
  102. FILESUBTYPE 0x0L
  103. BEGIN
  104. BLOCK "StringFileInfo"
  105. BEGIN
  106. BLOCK "040904b0"
  107. BEGIN
  108. VALUE "CompanyName", "JessMA Open Source"
  109. VALUE "FileDescription", "TestEcho-PFM Server"
  110. VALUE "FileVersion", "3.6.1"
  111. VALUE "InternalName", "Server.exe"
  112. VALUE "LegalCopyright", "http://www.jessma.org"
  113. VALUE "OriginalFilename", "Server.exe"
  114. VALUE "ProductName", "TestEcho-PFM"
  115. VALUE "ProductVersion", "3.6.1"
  116. END
  117. END
  118. BLOCK "VarFileInfo"
  119. BEGIN
  120. VALUE "Translation", 0x409, 1200
  121. END
  122. END
  123. /////////////////////////////////////////////////////////////////////////////
  124. //
  125. // DESIGNINFO
  126. //
  127. #ifdef APSTUDIO_INVOKED
  128. GUIDELINES DESIGNINFO
  129. BEGIN
  130. IDD_SERVER_DIALOG, DIALOG
  131. BEGIN
  132. END
  133. END
  134. #endif // APSTUDIO_INVOKED
  135. /////////////////////////////////////////////////////////////////////////////
  136. //
  137. // Dialog Info
  138. //
  139. IDD_SERVER_DIALOG DLGINIT
  140. BEGIN
  141. IDC_SEND_POLICY, 0x403, 5, 0
  142. 0x4150, 0x4b43, "\000"
  143. IDC_SEND_POLICY, 0x403, 5, 0
  144. 0x4153, 0x4546, "\000"
  145. IDC_SEND_POLICY, 0x403, 7, 0
  146. 0x4944, 0x4552, 0x5443, "\000"
  147. IDC_THREAD_COUNT, 0x403, 2, 0
  148. 0x0030,
  149. IDC_THREAD_COUNT, 0x403, 2, 0
  150. 0x0031,
  151. IDC_THREAD_COUNT, 0x403, 2, 0
  152. 0x0032,
  153. IDC_THREAD_COUNT, 0x403, 2, 0
  154. 0x0034,
  155. IDC_THREAD_COUNT, 0x403, 3, 0
  156. 0x3031, "\000"
  157. IDC_THREAD_COUNT, 0x403, 3, 0
  158. 0x3531, "\000"
  159. IDC_THREAD_COUNT, 0x403, 3, 0
  160. 0x3033, "\000"
  161. IDC_THREAD_COUNT, 0x403, 3, 0
  162. 0x3035, "\000"
  163. IDC_THREAD_COUNT, 0x403, 4, 0
  164. 0x3031, 0x0030,
  165. IDC_THREAD_COUNT, 0x403, 4, 0
  166. 0x3531, 0x0030,
  167. IDC_THREAD_COUNT, 0x403, 4, 0
  168. 0x3033, 0x0030,
  169. IDC_THREAD_COUNT, 0x403, 4, 0
  170. 0x3035, 0x0030,
  171. IDC_MAX_CONN_COUNT, 0x403, 2, 0
  172. 0x0030,
  173. IDC_MAX_CONN_COUNT, 0x403, 3, 0
  174. 0x4b31, "\000"
  175. IDC_MAX_CONN_COUNT, 0x403, 3, 0
  176. 0x4b35, "\000"
  177. IDC_MAX_CONN_COUNT, 0x403, 4, 0
  178. 0x3031, 0x004b,
  179. IDC_MAX_CONN_COUNT, 0x403, 4, 0
  180. 0x3035, 0x004b,
  181. IDC_MAX_CONN_COUNT, 0x403, 5, 0
  182. 0x3031, 0x4b30, "\000"
  183. IDC_MAX_CONN_COUNT, 0x403, 5, 0
  184. 0x3035, 0x4b30, "\000"
  185. IDC_MAX_CONN_COUNT, 0x403, 6, 0
  186. 0x3031, 0x3030, 0x004b,
  187. IDC_MAX_CONN_COUNT, 0x403, 6, 0
  188. 0x3032, 0x3030, 0x004b,
  189. IDC_MAX_CONN_COUNT, 0x403, 6, 0
  190. 0x3033, 0x3030, 0x004b,
  191. IDC_MAX_CONN_COUNT, 0x403, 6, 0
  192. 0x3034, 0x3030, 0x004b,
  193. IDC_MAX_CONN_COUNT, 0x403, 6, 0
  194. 0x3035, 0x3030, 0x004b,
  195. 0
  196. END
  197. #endif // English (United States) resources
  198. /////////////////////////////////////////////////////////////////////////////
  199. #ifndef APSTUDIO_INVOKED
  200. /////////////////////////////////////////////////////////////////////////////
  201. //
  202. // Generated from the TEXTINCLUDE 3 resource.
  203. //
  204. #define _AFX_NO_SPLITTER_RESOURCES
  205. #define _AFX_NO_OLE_RESOURCES
  206. #define _AFX_NO_TRACKER_RESOURCES
  207. #define _AFX_NO_PROPERTY_RESOURCES
  208. #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
  209. LANGUAGE 9, 1
  210. #include "res\Server.rc2" // non-Microsoft Visual C++ edited resources
  211. #include "afxres.rc" // Standard components
  212. #endif
  213. /////////////////////////////////////////////////////////////////////////////
  214. #endif // not APSTUDIO_INVOKED