www.pudn.com > LoginGate.rar > LoginGate.rc


//Microsoft Developer Studio generated resource script. 
// 
#include "resource.h" 
 
#define APSTUDIO_READONLY_SYMBOLS 
///////////////////////////////////////////////////////////////////////////// 
// 
// Generated from the TEXTINCLUDE 2 resource. 
// 
#include "afxres.h" 
 
///////////////////////////////////////////////////////////////////////////// 
#undef APSTUDIO_READONLY_SYMBOLS 
 
///////////////////////////////////////////////////////////////////////////// 
// Korean resources 
 
#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_KOR) 
#ifdef _WIN32 
LANGUAGE LANG_KOREAN, SUBLANG_DEFAULT 
#pragma code_page(949) 
#endif //_WIN32 
 
#ifdef APSTUDIO_INVOKED 
///////////////////////////////////////////////////////////////////////////// 
// 
// TEXTINCLUDE 
// 
 
1 TEXTINCLUDE DISCARDABLE  
BEGIN 
    "resource.h\0" 
END 
 
2 TEXTINCLUDE DISCARDABLE  
BEGIN 
    "#include ""afxres.h""\r\n" 
    "\0" 
END 
 
3 TEXTINCLUDE DISCARDABLE  
BEGIN 
    "\r\n" 
    "\0" 
END 
 
#endif    // APSTUDIO_INVOKED 
 
#endif    // Korean resources 
///////////////////////////////////////////////////////////////////////////// 
 
 
///////////////////////////////////////////////////////////////////////////// 
// English (U.K.) resources 
 
#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENG) 
#ifdef _WIN32 
LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_UK 
#pragma code_page(1252) 
#endif //_WIN32 
 
///////////////////////////////////////////////////////////////////////////// 
// 
// Menu 
// 
 
IDR_MAINMENU MENU DISCARDABLE  
BEGIN 
    POPUP "&Service" 
    BEGIN 
        MENUITEM "&Start Service",              IDM_STARTSERVICE 
        MENUITEM "S&top Service",               IDM_STOPSERVICE, GRAYED 
        MENUITEM SEPARATOR 
        MENUITEM "&Configuration",              IDM_CONFIG 
        MENUITEM SEPARATOR 
        MENUITEM "E&xit",                       IDM_EXIT 
    END 
END 
 
 
///////////////////////////////////////////////////////////////////////////// 
// 
// Icon 
// 
 
// Icon with lowest ID value placed first to ensure application icon 
// remains consistent on all systems. 
IDI_MIR2                ICON    DISCARDABLE     "Res\\MIR2.ICO" 
 
///////////////////////////////////////////////////////////////////////////// 
// 
// Bitmap 
// 
 
IDB_TOOLBAR             BITMAP  DISCARDABLE     "res\\toolbar.bmp" 
 
///////////////////////////////////////////////////////////////////////////// 
// 
// Dialog 
// 
 
IDD_CONFIGDLG DIALOG DISCARDABLE  0, 0, 178, 132 
STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU 
CAPTION "Login Gate Server Configuration" 
FONT 9, "??" 
BEGIN 
    CONTROL         "IPAddress1",IDC_LOGINSVR_IP,"SysIPAddress32",WS_TABSTOP, 
                    57,21,90,11 
    EDITTEXT        IDC_LOGINSVR_PORT,57,35,28,12,ES_AUTOHSCROLL | ES_NUMBER 
    EDITTEXT        IDC_LOCALPORT,104,67,28,14,ES_AUTOHSCROLL | ES_NUMBER 
    DEFPUSHBUTTON   "OK",IDOK,66,111,50,14 
    PUSHBUTTON      "Cancel",IDCANCEL,121,111,50,14 
    LTEXT           "Address :",IDC_STATIC,21,23,35,8 
    GROUPBOX        "Login Server Information",IDC_STATIC,7,7,164,48 
    LTEXT           "Port :",IDC_STATIC,35,36,21,9 
    LTEXT           "Local Port :",IDC_STATIC,61,70,39,10 
    LTEXT           "Login Gate Server Index :",IDC_STATIC,17,89,83,8 
    EDITTEXT        IDC_EDIT1,104,86,15,14,ES_AUTOHSCROLL | ES_NUMBER 
END 
 
 
///////////////////////////////////////////////////////////////////////////// 
// 
// DESIGNINFO 
// 
 
#ifdef APSTUDIO_INVOKED 
GUIDELINES DESIGNINFO DISCARDABLE  
BEGIN 
    IDD_CONFIGDLG, DIALOG 
    BEGIN 
        LEFTMARGIN, 7 
        RIGHTMARGIN, 171 
        TOPMARGIN, 7 
        BOTTOMMARGIN, 125 
    END 
END 
#endif    // APSTUDIO_INVOKED 
 
 
///////////////////////////////////////////////////////////////////////////// 
// 
// String Table 
// 
 
STRINGTABLE DISCARDABLE  
BEGIN 
    IDS_NOTWINNT            "You are not running a NT-Kernel based operating system. Please install Windows NT4/2000/XP/2003/Longhorn." 
    IDS_LVS_LABEL1          "Date" 
    IDS_LVS_LABEL2          "Time" 
    IDS_LVS_LABEL3          "Text" 
    IDS_STARTSERVICE        "Service started." 
    IDS_STOPSERVICE         "Service stopped." 
    IDS_CONNECT_LOGINSERVER "Connected to Login Server." 
    IDS_DISCONNECT_LOGINSERVER "Disconnected from Login Server." 
    IDS_PROGRAM_QUIT        "Are you sure you wish to close the Login Gate?" 
    IDS_PROGRAM_TITLE       "The Legend of Mir 2 - Login Gate" 
    IDS_CANT_CONNECT        "Unable to connect to Login Server" 
    IDS_APPLY_RECONNECT     "Attempting to reconnect to Login Server" 
END 
 
#endif    // English (U.K.) resources 
///////////////////////////////////////////////////////////////////////////// 
 
 
 
#ifndef APSTUDIO_INVOKED 
///////////////////////////////////////////////////////////////////////////// 
// 
// Generated from the TEXTINCLUDE 3 resource. 
// 
 
 
///////////////////////////////////////////////////////////////////////////// 
#endif    // not APSTUDIO_INVOKED