Server.rc 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240
  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
  74. "Echo-UDP-PFM Server [ 'C' - clear list box, 'R' - reset statics data ]"
  75. FONT 8, "MS Shell Dlg", 0, 0, 0x1
  76. BEGIN
  77. DEFPUSHBUTTON "Start",IDC_START,243,182,34,14,BS_FLAT
  78. PUSHBUTTON "Stop",IDC_STOP,281,182,34,14,BS_FLAT
  79. COMBOBOX IDC_SEND_POLICY,176,4,43,121,CBS_DROPDOWNLIST | WS_VSCROLL | WS_TABSTOP
  80. LISTBOX IDC_INFO,0,20,319,159,LBS_USETABSTOPS | LBS_NOINTEGRALHEIGHT | LBS_WANTKEYBOARDINPUT | WS_VSCROLL | WS_TABSTOP
  81. EDITTEXT IDC_PORT,46,183,27,12,ES_AUTOHSCROLL | ES_NUMBER
  82. COMBOBOX IDC_RECV_COUNT,127,183,37,121,CBS_DROPDOWN | WS_VSCROLL | WS_TABSTOP
  83. PUSHBUTTON "Statistics",IDC_STATISTICS,187,182,44,14,BS_FLAT
  84. RTEXT "Send Policy:",IDC_STATIC,132,7,41,8
  85. RTEXT "Listen Port:",IDC_STATIC,2,185,40,11
  86. RTEXT "Recv Count:",IDC_STATIC,83,185,41,8
  87. COMBOBOX IDC_MAX_CONN_COUNT,273,4,43,121,CBS_DROPDOWNLIST | WS_VSCROLL | WS_TABSTOP
  88. RTEXT "Max Conn:",IDC_STATIC,229,6,41,8
  89. END
  90. /////////////////////////////////////////////////////////////////////////////
  91. //
  92. // Version
  93. //
  94. VS_VERSION_INFO VERSIONINFO
  95. FILEVERSION 3,6,1,0
  96. PRODUCTVERSION 3,6,1,0
  97. FILEFLAGSMASK 0x3fL
  98. #ifdef _DEBUG
  99. FILEFLAGS 0x1L
  100. #else
  101. FILEFLAGS 0x0L
  102. #endif
  103. FILEOS 0x40004L
  104. FILETYPE 0x1L
  105. FILESUBTYPE 0x0L
  106. BEGIN
  107. BLOCK "StringFileInfo"
  108. BEGIN
  109. BLOCK "040904b0"
  110. BEGIN
  111. VALUE "CompanyName", "JessMA Open Source"
  112. VALUE "FileDescription", "TestEcho-UDP-PFM Server"
  113. VALUE "FileVersion", "3.6.1"
  114. VALUE "InternalName", "Server.exe"
  115. VALUE "LegalCopyright", "http://www.jessma.org"
  116. VALUE "OriginalFilename", "Server.exe"
  117. VALUE "ProductName", "TestEcho-UDP-PFM"
  118. VALUE "ProductVersion", "3.6.1"
  119. END
  120. END
  121. BLOCK "VarFileInfo"
  122. BEGIN
  123. VALUE "Translation", 0x409, 1200
  124. END
  125. END
  126. /////////////////////////////////////////////////////////////////////////////
  127. //
  128. // DESIGNINFO
  129. //
  130. #ifdef APSTUDIO_INVOKED
  131. GUIDELINES DESIGNINFO
  132. BEGIN
  133. IDD_SERVER_DIALOG, DIALOG
  134. BEGIN
  135. END
  136. END
  137. #endif // APSTUDIO_INVOKED
  138. /////////////////////////////////////////////////////////////////////////////
  139. //
  140. // Dialog Info
  141. //
  142. IDD_SERVER_DIALOG DLGINIT
  143. BEGIN
  144. IDC_SEND_POLICY, 0x403, 5, 0
  145. 0x4150, 0x4b43, "\000"
  146. IDC_SEND_POLICY, 0x403, 5, 0
  147. 0x4153, 0x4546, "\000"
  148. IDC_SEND_POLICY, 0x403, 7, 0
  149. 0x4944, 0x4552, 0x5443, "\000"
  150. IDC_RECV_COUNT, 0x403, 3, 0
  151. 0x3031, "\000"
  152. IDC_RECV_COUNT, 0x403, 3, 0
  153. 0x3033, "\000"
  154. IDC_RECV_COUNT, 0x403, 3, 0
  155. 0x3035, "\000"
  156. IDC_RECV_COUNT, 0x403, 4, 0
  157. 0x3031, 0x0030,
  158. IDC_RECV_COUNT, 0x403, 4, 0
  159. 0x3033, 0x0030,
  160. IDC_RECV_COUNT, 0x403, 4, 0
  161. 0x3035, 0x0030,
  162. IDC_RECV_COUNT, 0x403, 5, 0
  163. 0x3031, 0x3030, "\000"
  164. IDC_MAX_CONN_COUNT, 0x403, 2, 0
  165. 0x0030,
  166. IDC_MAX_CONN_COUNT, 0x403, 3, 0
  167. 0x4b31, "\000"
  168. IDC_MAX_CONN_COUNT, 0x403, 3, 0
  169. 0x4b35, "\000"
  170. IDC_MAX_CONN_COUNT, 0x403, 4, 0
  171. 0x3031, 0x004b,
  172. IDC_MAX_CONN_COUNT, 0x403, 4, 0
  173. 0x3035, 0x004b,
  174. IDC_MAX_CONN_COUNT, 0x403, 5, 0
  175. 0x3031, 0x4b30, "\000"
  176. IDC_MAX_CONN_COUNT, 0x403, 5, 0
  177. 0x3035, 0x4b30, "\000"
  178. IDC_MAX_CONN_COUNT, 0x403, 6, 0
  179. 0x3031, 0x3030, 0x004b,
  180. IDC_MAX_CONN_COUNT, 0x403, 6, 0
  181. 0x3032, 0x3030, 0x004b,
  182. IDC_MAX_CONN_COUNT, 0x403, 6, 0
  183. 0x3033, 0x3030, 0x004b,
  184. IDC_MAX_CONN_COUNT, 0x403, 6, 0
  185. 0x3034, 0x3030, 0x004b,
  186. IDC_MAX_CONN_COUNT, 0x403, 6, 0
  187. 0x3035, 0x3030, 0x004b,
  188. 0
  189. END
  190. #endif // English (United States) resources
  191. /////////////////////////////////////////////////////////////////////////////
  192. #ifndef APSTUDIO_INVOKED
  193. /////////////////////////////////////////////////////////////////////////////
  194. //
  195. // Generated from the TEXTINCLUDE 3 resource.
  196. //
  197. #define _AFX_NO_SPLITTER_RESOURCES
  198. #define _AFX_NO_OLE_RESOURCES
  199. #define _AFX_NO_TRACKER_RESOURCES
  200. #define _AFX_NO_PROPERTY_RESOURCES
  201. #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
  202. LANGUAGE 9, 1
  203. #include "res\Server.rc2" // non-Microsoft Visual C++ edited resources
  204. #include "afxres.rc" // Standard components
  205. #endif
  206. /////////////////////////////////////////////////////////////////////////////
  207. #endif // not APSTUDIO_INVOKED