"SfR Fresh" - the SfR Freeware/Shareware Archive

Member "mysql-4.0.27/mysqlmanager/README.TXT" of archive mysql-4.0.27-win-src.zip:


As a special service "SfR Fresh" has tried to format the requested source page into HTML format using source code syntax highlighting with prefixed line numbers. Alternatively you can here view or download the uninterpreted source code file. That can be also achieved for any archive member file by clicking within an archive contents listing on the first character of the file(path) respectively on the according byte size field.
    1 ========================================================================
    2        MICROSOFT FOUNDATION CLASS LIBRARY : MySqlManager
    3 ========================================================================
    4 
    5 
    6 AppWizard has created this MySqlManager application for you.  This application
    7 not only demonstrates the basics of using the Microsoft Foundation classes
    8 but is also a starting point for writing your application.
    9 
   10 This file contains a summary of what you will find in each of the files that
   11 make up your MySqlManager application.
   12 
   13 MySqlManager.h
   14     This is the main header file for the application.  It includes other
   15     project specific headers (including Resource.h) and declares the
   16     CMySqlManagerApp application class.
   17 
   18 MySqlManager.cpp
   19     This is the main application source file that contains the application
   20     class CMySqlManagerApp.
   21 
   22 MySqlManager.rc
   23     This is a listing of all of the Microsoft Windows resources that the
   24     program uses.  It includes the icons, bitmaps, and cursors that are stored
   25     in the RES subdirectory.  This file can be directly edited in Microsoft
   26 	Developer Studio.
   27 
   28 res\MySqlManager.ico
   29     This is an icon file, which is used as the application's icon.  This
   30     icon is included by the main resource file MySqlManager.rc.
   31 
   32 res\MySqlManager.rc2
   33     This file contains resources that are not edited by Microsoft
   34 	Developer Studio.  You should place all resources not
   35 	editable by the resource editor in this file.
   36 
   37 MySqlManager.clw
   38     This file contains information used by ClassWizard to edit existing
   39     classes or add new classes.  ClassWizard also uses this file to store
   40     information needed to create and edit message maps and dialog data
   41     maps and to create prototype member functions.
   42 
   43 /////////////////////////////////////////////////////////////////////////////
   44 
   45 For the main frame window:
   46 
   47 MainFrm.h, MainFrm.cpp
   48     These files contain the frame class CMainFrame, which is derived from
   49     CMDIFrameWnd and controls all MDI frame features.
   50 
   51 res\Toolbar.bmp
   52     This bitmap file is used to create tiled images for the toolbar.
   53     The initial toolbar and status bar are constructed in the
   54     CMainFrame class.  Edit this toolbar bitmap along with the
   55     array in MainFrm.cpp to add more toolbar buttons.
   56 
   57 /////////////////////////////////////////////////////////////////////////////
   58 
   59 AppWizard creates one document type and one view:
   60 
   61 MySqlManagerDoc.h, MySqlManagerDoc.cpp - the document
   62     These files contain your CMySqlManagerDoc class.  Edit these files to
   63     add your special document data and to implement file saving and loading
   64     (via CMySqlManagerDoc::Serialize).
   65 
   66 MySqlManagerView.h, MySqlManagerView.cpp - the view of the document
   67     These files contain your CMySqlManagerView class.
   68     CMySqlManagerView objects are used to view CMySqlManagerDoc objects.
   69 
   70 res\MySqlManagerDoc.ico
   71     This is an icon file, which is used as the icon for MDI child windows
   72     for the CMySqlManagerDoc class.  This icon is included by the main
   73     resource file MySqlManager.rc.
   74 
   75 
   76 /////////////////////////////////////////////////////////////////////////////
   77 Other standard files:
   78 
   79 StdAfx.h, StdAfx.cpp
   80     These files are used to build a precompiled header (PCH) file
   81     named MySqlManager.pch and a precompiled types file named StdAfx.obj.
   82 
   83 Resource.h
   84     This is the standard header file, which defines new resource IDs.
   85     Microsoft Developer Studio reads and updates this file.
   86 
   87 /////////////////////////////////////////////////////////////////////////////
   88 Other notes:
   89 
   90 AppWizard uses "TODO:" to indicate parts of the source code you
   91 should add to or customize.
   92 
   93 If your application uses MFC in a shared DLL, and your application is
   94 in a language other than the operating system's current language, you
   95 will need to copy the corresponding localized resources MFC40XXX.DLL
   96 from the Microsoft Visual C++ CD-ROM onto the system or system32 directory,
   97 and rename it to be MFCLOC.DLL.  ("XXX" stands for the language abbreviation.
   98 For example, MFC40DEU.DLL contains resources translated to German.)  If you
   99 don't do this, some of the UI elements of your application will remain in the
  100 language of the operating system.
  101 
  102 /////////////////////////////////////////////////////////////////////////////