Click here to Skip to main content
15,881,248 members
Articles / Desktop Programming / MFC

The Ultimate TCP/IP Home Page

Rate me:
Please Sign up or sign in to vote.
4.98/5 (77 votes)
25 Aug 2007CPOL13 min read 2.5M   45.4K   267  
Ultimate TCP-IP is now Open Source
//Microsoft Developer Studio generated resource script.
//
#include "resource.h"

#define APSTUDIO_READONLY_SYMBOLS
/////////////////////////////////////////////////////////////////////////////
//
// Generated from the TEXTINCLUDE 2 resource.
//
#define APSTUDIO_HIDDEN_SYMBOLS
#include "windows.h"
#undef APSTUDIO_HIDDEN_SYMBOLS
#include "test.h"

/////////////////////////////////////////////////////////////////////////////
#undef APSTUDIO_READONLY_SYMBOLS

/////////////////////////////////////////////////////////////////////////////
// English (U.S.) resources

#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
#ifdef _WIN32
LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
#pragma code_page(1252)
#endif //_WIN32

/////////////////////////////////////////////////////////////////////////////
//
// Dialog
//

DIALOG_1 DIALOG DISCARDABLE  5, 17, 286, 209
STYLE DS_CENTER | WS_MINIMIZEBOX | WS_POPUP | WS_VISIBLE | WS_CAPTION | 
    WS_SYSMENU | WS_THICKFRAME
CAPTION "Ultimate TCP/IP - Finger Client"
FONT 8, "MS Sans Serif"
BEGIN
    CTEXT           "A&ddress:",IDC_STATIC,7,7,36,14,SS_CENTERIMAGE
    EDITTEXT        IDC_EDIT,50,8,174,14
    ICON            IDI_ICON1,IDC_STATIC,7,34,20,20
    CTEXT           "e.g:  yourname@domain.com     or    @domain.com",
                    IDC_STATIC,51,25,173,10
    CONTROL         "",IDC_HISTORY,"CUH_Control",WS_BORDER | WS_VSCROLL,7,60,
                    272,142
    DEFPUSHBUTTON   "&Finger",IDC_FINGER,229,7,50,14
    PUSHBUTTON      "&Close",IDC_EXIT,229,41,50,14
    PUSHBUTTON      "A&bout...",IDC_ABOUT,229,24,50,14
END

IDD_ABOUT DIALOG DISCARDABLE  0, 0, 250, 105
STYLE DS_MODALFRAME | DS_CENTER | WS_POPUP | WS_CAPTION | WS_SYSMENU
CAPTION "About - Ultimate TCP/IP developers Kit"
FONT 8, "MS Sans Serif"
BEGIN
    DEFPUSHBUTTON   "OK",IDC_EXIT,197,6,46,14
    LTEXT           "Ultimate TCP/IP v 3.0",IDC_STATIC,43,6,84,8
    LTEXT           "The Ultimate Toolbox.",IDC_STATIC,43,14,70,8
    LTEXT           "Copyright 1995-2007",IDC_STATIC,43,25,66,8
    GROUPBOX        " Contacting The Ultimate Toolbox ",IDC_STATIC,7,47,236,51
    LTEXT           "Phone:",IDC_STATIC,25,57,24,8
    LTEXT           "Fax:",IDC_STATIC,25,81,14,8
    LTEXT           "EMail:",IDC_STATIC,133,57,20,8
    LTEXT           "WWW:",IDC_STATIC,133,71,25,8
    LTEXT           "1 (416) 239 - 7472",IDC_STATIC,54,68,59,8
    LTEXT           "1 (800) 463 - 1492",IDC_STATIC,54,57,59,8
    LTEXT           "1 (416) 239 - 2183",IDC_STATIC,54,81,59,8
    LTEXT           "info@theultimatetoolbox.com",IDC_STATIC,160,57,64,8
    LTEXT           "www.theultimatetoolbox.com",IDC_STATIC,166,71,58,8
    ICON            IDI_ICON1,IDC_STATIC,7,6,20,20
END


#ifdef APSTUDIO_INVOKED
/////////////////////////////////////////////////////////////////////////////
//
// TEXTINCLUDE
//

1 TEXTINCLUDE DISCARDABLE 
BEGIN
    "resource.h\0"
END

2 TEXTINCLUDE DISCARDABLE 
BEGIN
    "#define APSTUDIO_HIDDEN_SYMBOLS\r\n"
    "#include ""windows.h""\r\n"
    "#undef APSTUDIO_HIDDEN_SYMBOLS\r\n"
    "#include ""test.h""\r\n"
    "\0"
END

3 TEXTINCLUDE DISCARDABLE 
BEGIN
    "\r\n"
    "\0"
END

#endif    // APSTUDIO_INVOKED


/////////////////////////////////////////////////////////////////////////////
//
// DESIGNINFO
//

#ifdef APSTUDIO_INVOKED
GUIDELINES DESIGNINFO DISCARDABLE 
BEGIN
    "DIALOG_1", DIALOG
    BEGIN
        LEFTMARGIN, 7
        RIGHTMARGIN, 279
        VERTGUIDE, 50
        TOPMARGIN, 7
        BOTTOMMARGIN, 202
        HORZGUIDE, 21
    END

    "IDD_ABOUT", DIALOG
    BEGIN
        LEFTMARGIN, 7
        RIGHTMARGIN, 243
        TOPMARGIN, 6
        HORZGUIDE, 98
    END
END
#endif    // APSTUDIO_INVOKED


/////////////////////////////////////////////////////////////////////////////
//
// Icon
//

// Icon with lowest ID value placed first to ensure application icon
// remains consistent on all systems.
IDI_ICON1               ICON    DISCARDABLE     "icon1.ico"
#endif    // English (U.S.) resources
/////////////////////////////////////////////////////////////////////////////



#ifndef APSTUDIO_INVOKED
/////////////////////////////////////////////////////////////////////////////
//
// Generated from the TEXTINCLUDE 3 resource.
//


/////////////////////////////////////////////////////////////////////////////
#endif    // not APSTUDIO_INVOKED

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Web Developer
Canada Canada
In January 2005, David Cunningham and Chris Maunder created TheUltimateToolbox.com, a new group dedicated to the continued development, support and growth of Dundas Software’s award winning line of MFC, C++ and ActiveX control products.

Ultimate Grid for MFC, Ultimate Toolbox for MFC, and Ultimate TCP/IP have been stalwarts of C++/MFC development for a decade. Thousands of developers have used these products to speed their time to market, improve the quality of their finished products, and enhance the reliability and flexibility of their software.
This is a Organisation

476 members

Comments and Discussions