📄 mysqlplusdoc.h
字号:
// MySqlPlusDoc.h : interface of the CMySqlPlusDoc class
//
/////////////////////////////////////////////////////////////////////////////
#if !defined(AFX_MYSQLPLUSDOC_H__1934C7F4_EAE4_4D48_9D77_9D9BE92846CD__INCLUDED_)
#define AFX_MYSQLPLUSDOC_H__1934C7F4_EAE4_4D48_9D77_9D9BE92846CD__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
class CMySqlPlusDoc : public CDocument
{
protected: // create from serialization only
CMySqlPlusDoc();
DECLARE_DYNCREATE(CMySqlPlusDoc)
// Attributes
public:
// Operations
public:
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CMySqlPlusDoc)
public:
virtual void Serialize(CArchive& ar);
virtual BOOL OnSaveDocument(LPCTSTR lpszPathName);
//}}AFX_VIRTUAL
// Implementation
public:
virtual ~CMySqlPlusDoc();
#ifdef _DEBUG
virtual void AssertValid() const;
virtual void Dump(CDumpContext& dc) const;
#endif
protected:
// Generated message map functions
protected:
//{{AFX_MSG(CMySqlPlusDoc)
afx_msg void OnMyFileOpen();
afx_msg int OnMyFileNew();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
private:
CString m_myfile;
};
/////////////////////////////////////////////////////////////////////////////
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_MYSQLPLUSDOC_H__1934C7F4_EAE4_4D48_9D77_9D9BE92846CD__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -