Click here to Skip to main content
15,897,226 members
Articles / Web Development / HTML

A Comprehensive CE Class Library to Replace ATL and MFC

Rate me:
Please Sign up or sign in to vote.
4.48/5 (14 votes)
4 Oct 2000CPOL 283.5K   998   70  
A collection of classes for CE that do not use ATL or MFC, plus an FTP client, database viewer, and sample application that solves beam deflection equations.
//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

/////////////////////////////////////////////////////////////////////////////
// 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

#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


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

IDD_PROPPAGE_LICENSE DIALOG FIXED IMPURE  0, 0, 315, 132
STYLE DS_MODALFRAME | DS_CENTER | WS_POPUP | WS_CAPTION | WS_SYSMENU
CAPTION "Software License Agreement"
FONT 8, "MS Sans Serif"
BEGIN
    LTEXT           "Please read the following License Agreement.",
                    IDC_STATIC,41,3,262,9
    LTEXT           "Do you accept all the terms of the preceding License Agreement?",
                    IDC_LICENSE_DESC,14,109,211,10
    EDITTEXT        IDC_LICENSE,9,31,294,74,ES_MULTILINE | ES_READONLY | 
                    ES_WANTRETURN | WS_VSCROLL | NOT WS_TABSTOP
    ICON            IDI_SETUP,IDC_STATIC,9,3,21,20
    CONTROL         "I disagree",IDC_DISAGREE,"Button",BS_AUTORADIOBUTTON | 
                    WS_GROUP | WS_TABSTOP,243,109,47,10
    CONTROL         "I agree",IDC_AGREE,"Button",BS_AUTORADIOBUTTON,243,120,
                    38,10
    LTEXT           "NOTE: This software is Freeware!!!  Resale for profit prohibited.",
                    IDC_STATIC,41,16,199,8
END

IDD_PROPPAGE_START DIALOG FIXED IMPURE  0, 0, 315, 132
STYLE DS_MODALFRAME | DS_CENTER | WS_POPUP | WS_CAPTION | WS_SYSMENU
CAPTION "Welcome"
FONT 8, "MS Sans Serif"
BEGIN
    LTEXT           "Welcome to the %s Setup program.  This program will install %s on your computer and then start the Windows CE application installer to copy the pertinent files to your device.",
                    IDC_STATIC_APP,41,3,250,26
    LTEXT           "WARNING: This program is protected by copyright law and international treaties.",
                    1027,16,60,279,21
    LTEXT           "Unauthorized reproduction or distribution of this program, or any portion of it, may result in severe civil and criminal penalties, and will be prosecuted to the maximum extent possible under law.",
                    1028,16,86,280,27
    ICON            IDI_SETUP,-1,9,3,20,20
END

IDD_WHICHINI DIALOG DISCARDABLE  0, 0, 186, 95
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
CAPTION "Choose Install"
FONT 8, "MS Sans Serif"
BEGIN
    DEFPUSHBUTTON   "OK",IDOK,41,79,50,14
    PUSHBUTTON      "Cancel",IDCANCEL,94,79,50,14
    LISTBOX         IDC_LIST1,2,23,182,53,LBS_SORT | LBS_NOINTEGRALHEIGHT | 
                    WS_VSCROLL | WS_TABSTOP
    LTEXT           "There are more than one installation systems, which one do you want to install?",
                    IDC_STATIC,2,2,182,17
END


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

// Icon with lowest ID value placed first to ensure application icon
// remains consistent on all systems.
IDI_SETUP               ICON    DISCARDABLE     "setup.ico"

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

#ifdef APSTUDIO_INVOKED
GUIDELINES DESIGNINFO DISCARDABLE 
BEGIN
    IDD_PROPPAGE_LICENSE, DIALOG
    BEGIN
        VERTGUIDE, 226
    END

    IDD_WHICHINI, DIALOG
    BEGIN
        LEFTMARGIN, 2
        RIGHTMARGIN, 184
        TOPMARGIN, 2
        BOTTOMMARGIN, 93
    END
END
#endif    // APSTUDIO_INVOKED


/////////////////////////////////////////////////////////////////////////////
//
// String Table
//

STRINGTABLE DISCARDABLE 
BEGIN
    IDS_NOACTIVESYNC        "Windows CE Services or Actve Sync MUST be installed in order to install this application on your CE device.  Please install that software and re-run this setup application."
    IDS_INI_REQUIRED        "The setup program is unable to find the INI file for installation.  Please look for it on the site you downloaded this installation from."
END

STRINGTABLE DISCARDABLE 
BEGIN
    IDS_DISCLAIMER          "This software and any accompanying materials are provided ""as is"" without warranty of any kind. Further, the author does not warrant, guarantee, or take any representations regarding the use, or the results of use, of the software or written materials in terms of correctness, accuracy, reliability, currentness or otherwise. The entire risk as to the results and performance of the software is assumed by you. Neither the author nor anyone else who has been involved in the creation, production or delivery of this product shall be liable for any direct, indirect, consequential or incidental damages (including damages for loss of business profits, business interruption, loss of business information and the like) arising out of the use or inability to use the product even if the author has been advised of the possibility of such damages. By using this software you acknowledge that you have read this warranty, understand it, and agree to be bound by it's terms and conditions."
    IDS_CHARITY             "Charityware is a derivative of the shareware concept. Users freely download software and if they choose to keep it they, on their honor, send a donation to the charity promoted by the software's author.\r\nThis is a fully functioning version of DbView and is provided for your evaluation and use.  If you continue to use it you are required to pay $5 to:\r\n\r\nSaint Matthew's Church\r\n490 Hall Avenue\r\nSaint Paul, MN 55107\r\n\r\nSaint Matthews is a poor, largely Hispanic, Catholic church and school in Saint Paul, Minnesota.  Your contribution will go to help them to cover costs for thier daycare center and other church sponsored programs.\r\n\r\nThis software is considered ""CharityWare"" in which the author requests that instead of a registration fee the user instead sends a donation to the charity. This is a win-win situation for all involved.  100% of the proceeds from DbView go to Saint Matthews Church.\r\n\r\nEven if you've never registered shareware before wouldn't this be the perfect time to start?"
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
United States United States
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions