资源简介
MICROSOFT FOUNDATION CLASS LIBRARY : ZSCPascal
AppWizard has created this ZSCPascal 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 ZSCPascal application.
ZSCPascal.h
This is the main header file for the application. It includes other
project specific headers (including Resource.h) and declares the
CZSCPascalApp application class.
ZSCPascal.cpp
This is the main application source file that contains the application
class CZSCPascalApp.
ZSCPascal.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
Developer Studio.
resSCPascal.ico
This is an icon file, which is used as the application s icon. This
icon is included by the main resource file ZSCPascal.rc.
resSCPascal.rc2
This file contains resources that are not edited by Microsoft
Developer Studio. You should place all resources not
editable by the resource editor in this file.
ZSCPascal.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.
ZSCPascal.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.
For the main frame window:
MainFrm.h, MainFrm.cpp
These files contain the frame class CMainFra
AppWizard has created this ZSCPascal 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 ZSCPascal application.
ZSCPascal.h
This is the main header file for the application. It includes other
project specific headers (including Resource.h) and declares the
CZSCPascalApp application class.
ZSCPascal.cpp
This is the main application source file that contains the application
class CZSCPascalApp.
ZSCPascal.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
Developer Studio.
resSCPascal.ico
This is an icon file, which is used as the application s icon. This
icon is included by the main resource file ZSCPascal.rc.
resSCPascal.rc2
This file contains resources that are not edited by Microsoft
Developer Studio. You should place all resources not
editable by the resource editor in this file.
ZSCPascal.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.
ZSCPascal.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.
For the main frame window:
MainFrm.h, MainFrm.cpp
These files contain the frame class CMainFra
代码片段和文件信息
// ChildFrm.cpp : implementation of the CChildframe class
//
#include “stdafx.h“
#include “ZSCPascal.h“
#include “ChildFrm.h“
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
// CChildframe
IMPLEMENT_DYNCREATE(CChildframe CMDIChildWnd)
BEGIN_MESSAGE_MAP(CChildframe CMDIChildWnd)
//{{AFX_MSG_MAP(CChildframe)
// NOTE - the ClassWizard will add and remove mapping macros here.
// DO NOT EDIT what you see in these blocks of generated code !
//}}AFX_MSG_MAP
END_MESSAGE_MAP()
/////////////////////////////////////////////////////////////////////////////
// CChildframe construction/destruction
CChildframe::CChildframe()
{
// TODO: add member initialization code here
}
CChildframe::~CChildframe()
{
}
BOOL CChildframe::OnCreateClient( LPCREATESTRUCT /*lpcs*/
CCreateContext* pContext)
{
return m_wndSplitter.Create( this
2 2 // TODO: adjust the number of rows columns
CSize( 10 10 ) // TODO: adjust the minimum pane size
pContext );
return TRUE;
}
BOOL CChildframe::PreCreateWindow(CREATESTRUCT& cs)
{
// TODO: Modify the Window class or styles here by modifying
// the CREATESTRUCT cs
cs.style = WS_CHILD | WS_VISIBLE | WS_OVERLAPPED | WS_CAPTION | WS_SYSMENU
| FWS_ADDTOtitle | WS_THICKframe | WS_MINIMIZEBOX | WS_MAXIMIZEBOX | WS_MAXIMIZE;
return CMDIChildWnd::PreCreateWindow(cs);
}
/////////////////////////////////////////////////////////////////////////////
// CChildframe diagnostics
#ifdef _DEBUG
void CChildframe::AssertValid() const
{
CMDIChildWnd::AssertValid();
}
void CChildframe::Dump(CDumpContext& dc) const
{
CMDIChildWnd::Dump(dc);
}
#endif //_DEBUG
/////////////////////////////////////////////////////////////////////////////
// CChildframe message handlers
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
目录 0 2004-06-25 11:07 StringToken
目录 0 2004-05-21 15:09 StringToken\String Tokenizer
文件 35810 2004-05-10 14:45 StringToken\String Tokenizer\CodeGuru String Tokenizer.htm
目录 0 2004-05-21 15:09 StringToken\String Tokenizer\tokenizer
目录 0 2004-05-21 15:09 StringToken\String Tokenizer\tokenizer\ZSCPascal
文件 1958 1999-01-30 17:14 StringToken\String Tokenizer\tokenizer\ZSCPascal\ChildFrm.cpp
文件 1533 1998-11-07 13:33 StringToken\String Tokenizer\tokenizer\ZSCPascal\ChildFrm.h
目录 0 2004-05-21 15:09 StringToken\String Tokenizer\tokenizer\ZSCPascal\Debug
文件 17338 2004-05-18 10:27 StringToken\String Tokenizer\tokenizer\ZSCPascal\Debug\ChildFrm.obj
文件 4938 2004-05-18 10:27 StringToken\String Tokenizer\tokenizer\ZSCPascal\Debug\ChildFrm.sbr
文件 17777 2004-05-18 10:27 StringToken\String Tokenizer\tokenizer\ZSCPascal\Debug\MainFrm.obj
文件 5069 2004-05-18 10:27 StringToken\String Tokenizer\tokenizer\ZSCPascal\Debug\MainFrm.sbr
文件 54233 2004-05-18 10:27 StringToken\String Tokenizer\tokenizer\ZSCPascal\Debug\PascalAnalyzer.obj
文件 22721 2004-05-18 10:27 StringToken\String Tokenizer\tokenizer\ZSCPascal\Debug\PascalAnalyzer.sbr
文件 261861 2004-05-18 10:27 StringToken\String Tokenizer\tokenizer\ZSCPascal\Debug\PascalCompiler.obj
文件 79030 2004-05-18 10:27 StringToken\String Tokenizer\tokenizer\ZSCPascal\Debug\PascalCompiler.sbr
文件 14488 2004-05-18 10:27 StringToken\String Tokenizer\tokenizer\ZSCPascal\Debug\ResultDlg.obj
文件 21758 2004-05-18 10:27 StringToken\String Tokenizer\tokenizer\ZSCPascal\Debug\ResultDlg.sbr
文件 106134 2004-05-18 10:27 StringToken\String Tokenizer\tokenizer\ZSCPascal\Debug\StdAfx.obj
文件 1441965 2004-05-18 10:27 StringToken\String Tokenizer\tokenizer\ZSCPascal\Debug\StdAfx.sbr
文件 27548 2004-05-18 10:27 StringToken\String Tokenizer\tokenizer\ZSCPascal\Debug\StringTokenizer.obj
文件 8654 2004-05-18 10:27 StringToken\String Tokenizer\tokenizer\ZSCPascal\Debug\StringTokenizer.sbr
文件 238592 2004-05-18 10:27 StringToken\String Tokenizer\tokenizer\ZSCPascal\Debug\vc60.idb
文件 389120 2004-05-18 10:27 StringToken\String Tokenizer\tokenizer\ZSCPascal\Debug\vc60.pdb
文件 2429019 2004-05-18 10:27 StringToken\String Tokenizer\tokenizer\ZSCPascal\Debug\ZSCPascal.exe
文件 2727404 2004-05-18 10:27 StringToken\String Tokenizer\tokenizer\ZSCPascal\Debug\ZSCPascal.ilk
文件 22524 2004-05-18 10:27 StringToken\String Tokenizer\tokenizer\ZSCPascal\Debug\ZSCPascal.obj
文件 7286948 2004-05-18 10:27 StringToken\String Tokenizer\tokenizer\ZSCPascal\Debug\ZSCPascal.pch
文件 3924992 2004-05-18 10:27 StringToken\String Tokenizer\tokenizer\ZSCPascal\Debug\ZSCPascal.pdb
文件 24564 2004-05-18 10:27 StringToken\String Tokenizer\tokenizer\ZSCPascal\Debug\ZSCPascal.res
............此处省略50个文件信息
评论
共有 条评论