📄 hzxmlapp.h
字号:
// HzXMLApp.h : main header file for the HzXML application
//
// XML文档存取类库与编辑器-数据结构大作业
// 华南理工大学-计算机03(1)班-肖天华
// 200345003136 65#
// http://xth.blogone.net
// QQ:4023727 萧萧
#if !defined(AFX_HzXML_H__138CCBAB_5569_4E30_8CA6_6D0EB6BCF423__INCLUDED_)
#define AFX_HzXML_H__138CCBAB_5569_4E30_8CA6_6D0EB6BCF423__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
#ifndef __AFXWIN_H__
#error include 'stdafx.h' before including this file for PCH
#endif
#include "resource.h" // main symbols
/////////////////////////////////////////////////////////////////////////////
// CHzXMLApp:
// See HzXML.cpp for the implementation of this class
//
class CHzXMLApp : public CWinApp
{
public:
CHzXMLApp();
void CreateNewDoc( CString csText, CString csTitle );
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CHzXMLApp)
public:
virtual BOOL InitInstance();
//}}AFX_VIRTUAL
CString m_csTitle;
// Implementation
//{{AFX_MSG(CHzXMLApp)
afx_msg void OnAppAbout();
afx_msg void OnAppTest();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
/////////////////////////////////////////////////////////////////////////////
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_HzXML_H__138CCBAB_5569_4E30_8CA6_6D0EB6BCF423__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -