HP-Socket/Windows/Demo/TestEcho-PFM/Server/Server.rc
2024-09-21 04:36:19 +08:00

248 lines
14 KiB
Plaintext

// Microsoft Visual C++ generated resource script.
//
#include "resource.h"
#define APSTUDIO_READONLY_SYMBOLS
/////////////////////////////////////////////////////////////////////////////
//
// Generated from the TEXTINCLUDE 2 resource.
//
#ifndef APSTUDIO_INVOKED
#include "targetver.h"
#endif
#include "afxres.h"
#include "verrsrc.h"
/////////////////////////////////////////////////////////////////////////////
#undef APSTUDIO_READONLY_SYMBOLS
/////////////////////////////////////////////////////////////////////////////
// Chinese (Simplified, PRC) resources
#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_CHS)
LANGUAGE LANG_CHINESE, SUBLANG_CHINESE_SIMPLIFIED
#ifdef APSTUDIO_INVOKED
/////////////////////////////////////////////////////////////////////////////
//
// TEXTINCLUDE
//
1 TEXTINCLUDE
BEGIN
"resource.h\0"
END
2 TEXTINCLUDE
BEGIN
"#ifndef APSTUDIO_INVOKED\r\n"
"#include ""targetver.h""\r\n"
"#endif\r\n"
"#include ""afxres.h""\r\n"
"#include ""verrsrc.h""\r\n"
"\0"
END
3 TEXTINCLUDE
BEGIN
"#define _AFX_NO_SPLITTER_RESOURCES\r\n"
"#define _AFX_NO_OLE_RESOURCES\r\n"
"#define _AFX_NO_TRACKER_RESOURCES\r\n"
"#define _AFX_NO_PROPERTY_RESOURCES\r\n"
"\r\n"
"#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)\r\n"
"LANGUAGE 9, 1\r\n"
"#include ""res\\Server.rc2"" // non-Microsoft Visual C++ edited resources\r\n"
"#include ""afxres.rc"" // Standard components\r\n"
"#endif\r\n"
"\0"
END
#endif // APSTUDIO_INVOKED
/////////////////////////////////////////////////////////////////////////////
//
// Icon
//
// Icon with lowest ID value placed first to ensure application icon
// remains consistent on all systems.
IDR_MAINFRAME ICON "res\\Server.ico"
#endif // Chinese (Simplified, PRC) resources
/////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////
// English (United States) resources
#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
/////////////////////////////////////////////////////////////////////////////
//
// Dialog
//
IDD_SERVER_DIALOG DIALOGEX 0, 0, 320, 199
STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | WS_MINIMIZEBOX | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
EXSTYLE WS_EX_APPWINDOW
CAPTION "Echo-PFM Server [ 'C' - clear list box, 'R' - reset statics data ]"
FONT 8, "MS Shell Dlg", 0, 0, 0x1
BEGIN
DEFPUSHBUTTON "Start",IDC_START,240,183,37,14,BS_FLAT
PUSHBUTTON "Stop",IDC_STOP,279,183,37,14,BS_FLAT
LISTBOX IDC_INFO,0,1,319,179,LBS_USETABSTOPS | LBS_NOINTEGRALHEIGHT | LBS_WANTKEYBOARDINPUT | WS_VSCROLL | WS_TABSTOP
EDITTEXT IDC_PORT,30,184,27,12,ES_AUTOHSCROLL | ES_NUMBER
COMBOBOX IDC_SEND_POLICY,85,184,40,121,CBS_DROPDOWNLIST | WS_VSCROLL | WS_TABSTOP
COMBOBOX IDC_THREAD_COUNT,160,184,30,120,CBS_DROPDOWN | WS_VSCROLL | WS_TABSTOP
COMBOBOX IDC_MAX_CONN_COUNT,195,184,38,120,CBS_DROPDOWNLIST | WS_VSCROLL | WS_TABSTOP
RTEXT "Policy:",IDC_STATIC,61,186,21,11
RTEXT "Listen:",IDC_STATIC,1,186,26,11
RTEXT "Threads:",IDC_STATIC,126,186,31,11
END
/////////////////////////////////////////////////////////////////////////////
//
// Version
//
VS_VERSION_INFO VERSIONINFO
FILEVERSION 6,0,3,1
PRODUCTVERSION 6,0,3,1
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
#else
FILEFLAGS 0x0L
#endif
FILEOS 0x40004L
FILETYPE 0x1L
FILESUBTYPE 0x0L
BEGIN
BLOCK "StringFileInfo"
BEGIN
BLOCK "040904b0"
BEGIN
VALUE "CompanyName", "JessMA Open Source"
VALUE "FileDescription", "TestEcho-PFM Server"
VALUE "FileVersion", "6.0.3"
VALUE "InternalName", "Server.exe"
VALUE "LegalCopyright", "http://www.jessma.org"
VALUE "OriginalFilename", "Server.exe"
VALUE "ProductName", "TestEcho-PFM"
VALUE "ProductVersion", "6.0.3"
END
END
BLOCK "VarFileInfo"
BEGIN
VALUE "Translation", 0x409, 1200
END
END
/////////////////////////////////////////////////////////////////////////////
//
// DESIGNINFO
//
#ifdef APSTUDIO_INVOKED
GUIDELINES DESIGNINFO
BEGIN
IDD_SERVER_DIALOG, DIALOG
BEGIN
END
END
#endif // APSTUDIO_INVOKED
/////////////////////////////////////////////////////////////////////////////
//
// Dialog Info
//
IDD_SERVER_DIALOG DLGINIT
BEGIN
IDC_SEND_POLICY, 0x403, 5, 0
0x4150, 0x4b43, "\000"
IDC_SEND_POLICY, 0x403, 5, 0
0x4153, 0x4546, "\000"
IDC_SEND_POLICY, 0x403, 7, 0
0x4944, 0x4552, 0x5443, "\000"
IDC_THREAD_COUNT, 0x403, 2, 0
0x0030,
IDC_THREAD_COUNT, 0x403, 2, 0
0x0031,
IDC_THREAD_COUNT, 0x403, 2, 0
0x0032,
IDC_THREAD_COUNT, 0x403, 2, 0
0x0034,
IDC_THREAD_COUNT, 0x403, 3, 0
0x3031, "\000"
IDC_THREAD_COUNT, 0x403, 3, 0
0x3531, "\000"
IDC_THREAD_COUNT, 0x403, 3, 0
0x3033, "\000"
IDC_THREAD_COUNT, 0x403, 3, 0
0x3035, "\000"
IDC_THREAD_COUNT, 0x403, 4, 0
0x3031, 0x0030,
IDC_THREAD_COUNT, 0x403, 4, 0
0x3531, 0x0030,
IDC_THREAD_COUNT, 0x403, 4, 0
0x3033, 0x0030,
IDC_THREAD_COUNT, 0x403, 4, 0
0x3035, 0x0030,
IDC_MAX_CONN_COUNT, 0x403, 2, 0
0x0030,
IDC_MAX_CONN_COUNT, 0x403, 3, 0
0x4b31, "\000"
IDC_MAX_CONN_COUNT, 0x403, 3, 0
0x4b35, "\000"
IDC_MAX_CONN_COUNT, 0x403, 4, 0
0x3031, 0x004b,
IDC_MAX_CONN_COUNT, 0x403, 4, 0
0x3035, 0x004b,
IDC_MAX_CONN_COUNT, 0x403, 5, 0
0x3031, 0x4b30, "\000"
IDC_MAX_CONN_COUNT, 0x403, 5, 0
0x3035, 0x4b30, "\000"
IDC_MAX_CONN_COUNT, 0x403, 6, 0
0x3031, 0x3030, 0x004b,
IDC_MAX_CONN_COUNT, 0x403, 6, 0
0x3032, 0x3030, 0x004b,
IDC_MAX_CONN_COUNT, 0x403, 6, 0
0x3033, 0x3030, 0x004b,
IDC_MAX_CONN_COUNT, 0x403, 6, 0
0x3034, 0x3030, 0x004b,
IDC_MAX_CONN_COUNT, 0x403, 6, 0
0x3035, 0x3030, 0x004b,
0
END
#endif // English (United States) resources
/////////////////////////////////////////////////////////////////////////////
#ifndef APSTUDIO_INVOKED
/////////////////////////////////////////////////////////////////////////////
//
// Generated from the TEXTINCLUDE 3 resource.
//
#define _AFX_NO_SPLITTER_RESOURCES
#define _AFX_NO_OLE_RESOURCES
#define _AFX_NO_TRACKER_RESOURCES
#define _AFX_NO_PROPERTY_RESOURCES
#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
LANGUAGE 9, 1
#include "res\Server.rc2" // non-Microsoft Visual C++ edited resources
#include "afxres.rc" // Standard components
#endif
/////////////////////////////////////////////////////////////////////////////
#endif // not APSTUDIO_INVOKED