📄 electicketcardsys.h
字号:
// ElecTicketCardSys.h : main header file for the ELECTICKETCARDSYS application
//
#if !defined(AFX_ELECTICKETCARDSYS_H__4212FA86_93C0_4B16_A92E_17F5C4A74F4E__INCLUDED_)
#define AFX_ELECTICKETCARDSYS_H__4212FA86_93C0_4B16_A92E_17F5C4A74F4E__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
#include "AppFace.h"
/////////////////////////////////////////////////////////////////////////////
// CElecTicketCardSysApp:
// See ElecTicketCardSys.cpp for the implementation of this class
//
class CElecTicketCardSysApp : public CWinApp
{
public:
BOOL ConnectDB();
CDaoDatabase* m_pDatabase; //§说明:数据库连接对象*** §约束:无
CString m_strDbPsw; //§说明:数据库连接密码*** §约束:无
CString m_strDbName; //§说明:数据库名称(包括完整路径)*** §约束:无
void ShowErrorMsg(LPCTSTR lpAddr);
CElecTicketCardSysApp();
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CElecTicketCardSysApp)
public:
virtual BOOL InitInstance();
//}}AFX_VIRTUAL
// Implementation
//{{AFX_MSG(CElecTicketCardSysApp)
afx_msg void OnAppAbout();
afx_msg void OnConnectDb();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
protected:
void ChangeSkin();
//attribute
protected:
CAppFace m_mainFace;
};
/////////////////////////////////////////////////////////////////////////////
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_ELECTICKETCARDSYS_H__4212FA86_93C0_4B16_A92E_17F5C4A74F4E__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -