Server.rc 14 KB

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