Home
Name Modified Size InfoDownloads / Week
Link And Lines.trs 2022-02-24 202.5 kB
tranf.trs 2022-02-24 439.9 kB
lab.trs 2022-02-24 138.2 kB
svg.dat 2022-02-24 89 Bytes
HMI SCADA.trs 2022-02-24 498.5 kB
index.dat 2022-02-24 49 Bytes
FlowChart.trs 2022-02-24 216.9 kB
Form Objects.trs 2022-02-24 281.8 kB
Gauge Shapes.trs 2022-02-24 296.4 kB
circult.trs 2022-02-24 409.8 kB
control.trs 2022-02-24 355.3 kB
basic shapes.trs 2022-02-24 505.7 kB
chinamap.trs 2022-02-24 195 Bytes
Toolbar.bmp 2022-02-24 24.6 kB
logo.bmp 2022-02-24 30.3 kB
mintitle.bmp 2022-02-24 12.5 kB
SVGDemo.ico 2022-02-24 1.1 kB
SVGDemo.rc2 2022-02-24 399 Bytes
SVGDemoDoc.ico 2022-02-24 1.1 kB
ChildFrm.cpp 2022-02-24 2.0 kB
ChildFrm.h 2022-02-24 1.5 kB
a1.svg 2022-02-24 67.4 kB
AppLookDlg.cpp 2022-02-24 2.7 kB
AppLookDlg.h 2022-02-24 4.1 kB
c2.svg 2022-02-24 70.6 kB
SVGDemoView.cpp 2022-02-24 8.7 kB
SVGDemoView.h 2022-02-24 2.4 kB
XDXml.cpp 2022-02-24 26.2 kB
XDXml.h 2022-02-24 22.5 kB
SVGDemo.suo 2022-02-24 18.9 kB
SVGDemoDoc.cpp 2022-02-24 3.1 kB
SVGDemoDoc.h 2022-02-24 1.9 kB
SVGDemo.exe 2022-02-24 1.4 MB
SVGDemo.reg 2022-02-24 687 Bytes
SVGDemo.sln 2022-02-24 1.3 kB
SVGDemo.rc 2022-02-24 18.1 kB
SVGDemo.h 2022-02-24 2.3 kB
SVGDemo.dsp 2022-02-24 6.6 kB
SVGDemo.dsw 2022-02-24 539 Bytes
resource.h 2022-02-24 1.3 kB
StdAfx.cpp 2022-02-24 209 Bytes
StdAfx.h 2022-02-24 1.1 kB
SVGDemo.cpp 2022-02-24 6.1 kB
NewVisualProxy.h 2022-02-24 11.0 kB
princess.svg 2022-02-24 185.8 kB
ProgressWnd.cpp 2022-02-24 17.0 kB
ProgressWnd.h 2022-02-24 11.9 kB
ReadMe.txt 2022-02-24 5.1 kB
msxml4.tlh 2022-02-24 208.2 kB
msxml4.tli 2022-02-24 158.7 kB
NewVisualProxy.cpp 2022-02-24 3.4 kB
mfc42.dll 2022-02-24 1.0 MB
msvcrt.dll 2022-02-24 343.0 kB
msvbvm60.dll 2022-02-24 1.4 MB
MainFrm.h 2022-02-24 2.0 kB
GDIPLUS.DLL 2022-02-24 1.8 MB
Lou.svg 2022-02-24 145.9 kB
MainFrm.cpp 2022-02-24 6.2 kB
E-XDENT3201.dll 2022-02-24 12.1 MB
ExtDataModel.h 2022-02-24 3.9 kB
fostyle.xml 2022-02-24 12.2 kB
ExtDataModel.cpp 2022-02-24 12.0 kB
d.svg 2022-02-24 70.5 kB
Totals: 63 Items   22.6 MB 1
========================================================================
       MICROSOFT FOUNDATION CLASS LIBRARY : SVGDemo
========================================================================


AppWizard has created this SVGDemo application for you.  This application
not only demonstrates the basics of using the Microsoft Foundation classes
but is also a starting point for writing your application.

This file contains a summary of what you will find in each of the files that
make up your SVGDemo application.

SVGDemo.dsp
    This file (the project file) contains information at the project level and
    is used to build a single project or subproject. Other users can share the
    project (.dsp) file, but they should export the makefiles locally.

SVGDemo.h
    This is the main header file for the application.  It includes other
    project specific headers (including Resource.h) and declares the
    CSVGDemoApp application class.

SVGDemo.cpp
    This is the main application source file that contains the application
    class CSVGDemoApp.

SVGDemo.rc
    This is a listing of all of the Microsoft Windows resources that the
    program uses.  It includes the icons, bitmaps, and cursors that are stored
    in the RES subdirectory.  This file can be directly edited in Microsoft
	Visual C++.

SVGDemo.clw
    This file contains information used by ClassWizard to edit existing
    classes or add new classes.  ClassWizard also uses this file to store
    information needed to create and edit message maps and dialog data
    maps and to create prototype member functions.

res\SVGDemo.ico
    This is an icon file, which is used as the application's icon.  This
    icon is included by the main resource file SVGDemo.rc.

res\SVGDemo.rc2
    This file contains resources that are not edited by Microsoft 
	Visual C++.  You should place all resources not editable by
	the resource editor in this file.

SVGDemo.reg
    This is an example .REG file that shows you the kind of registration
    settings the framework will set for you.  You can use this as a .REG
    file to go along with your application or just delete it and rely
    on the default RegisterShellFileTypes registration.



/////////////////////////////////////////////////////////////////////////////

For the main frame window:

MainFrm.h, MainFrm.cpp
    These files contain the frame class CMainFrame, which is derived from
    CMDIFrameWnd and controls all MDI frame features.

res\Toolbar.bmp
    This bitmap file is used to create tiled images for the toolbar.
    The initial toolbar and status bar are constructed in the CMainFrame
    class. Edit this toolbar bitmap using the resource editor, and
    update the IDR_MAINFRAME TOOLBAR array in SVGDemo.rc to add
    toolbar buttons.
/////////////////////////////////////////////////////////////////////////////

For the child frame window:

ChildFrm.h, ChildFrm.cpp
    These files define and implement the CChildFrame class, which
    supports the child windows in an MDI application.

/////////////////////////////////////////////////////////////////////////////

AppWizard creates one document type and one view:

SVGDemoDoc.h, SVGDemoDoc.cpp - the document
    These files contain your CSVGDemoDoc class.  Edit these files to
    add your special document data and to implement file saving and loading
    (via CSVGDemoDoc::Serialize).

SVGDemoView.h, SVGDemoView.cpp - the view of the document
    These files contain your CSVGDemoView class.
    CSVGDemoView objects are used to view CSVGDemoDoc objects.

res\SVGDemoDoc.ico
    This is an icon file, which is used as the icon for MDI child windows
    for the CSVGDemoDoc class.  This icon is included by the main
    resource file SVGDemo.rc.


/////////////////////////////////////////////////////////////////////////////
Other standard files:

StdAfx.h, StdAfx.cpp
    These files are used to build a precompiled header (PCH) file
    named SVGDemo.pch and a precompiled types file named StdAfx.obj.

Resource.h
    This is the standard header file, which defines new resource IDs.
    Microsoft Visual C++ reads and updates this file.

/////////////////////////////////////////////////////////////////////////////
Other notes:

AppWizard uses "TODO:" to indicate parts of the source code you
should add to or customize.

If your application uses MFC in a shared DLL, and your application is 
in a language other than the operating system's current language, you
will need to copy the corresponding localized resources MFC42XXX.DLL
from the Microsoft Visual C++ CD-ROM onto the system or system32 directory,
and rename it to be MFCLOC.DLL.  ("XXX" stands for the language abbreviation.
For example, MFC42DEU.DLL contains resources translated to German.)  If you
don't do this, some of the UI elements of your application will remain in the
language of the operating system.

/////////////////////////////////////////////////////////////////////////////
Source: ReadMe.txt, updated 2022-02-24