Click here to Skip to main content
15,891,372 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.6M   45.4K   267  
Ultimate TCP-IP is now Open Source
// Microsoft Visual C++ generated resource script.
//
#include "resource.h"

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

/////////////////////////////////////////////////////////////////////////////
#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  0, 0, 282, 255
STYLE DS_SETFONT | DS_CENTER | WS_MINIMIZEBOX | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
CAPTION "Ultimate TCP/IP - HTTP Secure Server"
FONT 8, "MS Sans Serif"
BEGIN
    DEFPUSHBUTTON   "Start",IDC_BUTTON_START,160,10,50,14
    PUSHBUTTON      "A&bout...",IDC_ABOUT,220,10,50,14
    GROUPBOX        " Options: ",IDC_STATIC,5,30,270,75
    RTEXT           "&Root Path:",IDC_STATIC,9,43,45,8
    EDITTEXT        IDC_EDIT_PATH,60,40,160,14,ES_AUTOHSCROLL
    PUSHBUTTON      "...",IDC_BROWSE,225,40,15,14
    PUSHBUTTON      "&Set",IDC_SETPATH,245,40,25,15
    RTEXT           "&Certificate:",IDC_STATIC,9,58,46,8
    EDITTEXT        IDC_EDIT_CERT,60,55,160,14,ES_AUTOHSCROLL | ES_READONLY
    PUSHBUTTON      "...",IDC_BUTTON_CERT,225,55,15,14
    RTEXT           "&Protocol:",IDC_STATIC,9,72,45,8
    COMBOBOX        IDC_COMBO_PROTOCOL,60,70,75,60,CBS_DROPDOWNLIST | WS_VSCROLL | WS_TABSTOP
    CONTROL         "Client &authentication",IDC_CHECK_AUTH,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,155,80,110,10
    CONTROL         "",IDC_STATUS,"CUH_Control",WS_BORDER,5,110,271,140
    ICON            IDI_ICON1,IDC_STATIC,10,5,20,20
    CTEXT           "Press Start to run the server",IDC_STATIC_MSG,35,5,120,25,SS_CENTERIMAGE
    RTEXT           "Por&t:",IDC_STATIC,10,88,45,8
    EDITTEXT        IDC_EDIT_PORT,60,85,75,14,ES_AUTOHSCROLL
END

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


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

1 TEXTINCLUDE 
BEGIN
    "resource.h\0"
END

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

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

#endif    // APSTUDIO_INVOKED


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

#ifdef APSTUDIO_INVOKED
GUIDELINES DESIGNINFO 
BEGIN
    "DIALOG_1", DIALOG
    BEGIN
        LEFTMARGIN, 7
        RIGHTMARGIN, 275
        TOPMARGIN, 7
        BOTTOMMARGIN, 248
    END

    IDD_ABOUT, DIALOG
    BEGIN
        LEFTMARGIN, 7
        RIGHTMARGIN, 243
        TOPMARGIN, 7
        BOTTOMMARGIN, 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                    "icon1.ico"

/////////////////////////////////////////////////////////////////////////////
//
// Version
//

VS_VERSION_INFO VERSIONINFO
 FILEVERSION 1,0,0,1
 PRODUCTVERSION 1,0,0,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", "The Ultimate Toolbox"
            VALUE "FileDescription", "HTTP_s"
            VALUE "FileVersion", "1, 0, 0, 1"
            VALUE "InternalName", "HTTP_s"
            VALUE "LegalCopyright", "Copyright � 2000"
            VALUE "OriginalFilename", "HTTP_s.exe"
            VALUE "ProductName", "The Ultimate Toolbox HTTPS server Demo"
            VALUE "ProductVersion", "1, 0, 0, 1"
        END
    END
    BLOCK "VarFileInfo"
    BEGIN
        VALUE "Translation", 0x409, 1200
    END
END

#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