📄 mainfrm.h
字号:
// MainFrm.h : interface of the CMainFrame class
//
/////////////////////////////////////////////////////////////////////////////
#if !defined(AFX_MAINFRM_H__259E9F64_DF75_46B7_985E_321E9F169FC7__INCLUDED_)
#define AFX_MAINFRM_H__259E9F64_DF75_46B7_985E_321E9F169FC7__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
#include"SAMBTN.h"
class CMainFrame : public CFrameWnd
{
protected: // create from serialization only
CMainFrame();
DECLARE_DYNCREATE(CMainFrame)
// Attributes
public:
// Operations
public:
CSAMBTN m_btn_XINXI;
CSAMBTN m_btn_ZGGL;
CSAMBTN m_btn_MIMA;
CSAMBTN m_btn_DL;
CSAMBTN m_btn_TXL;
CSAMBTN m_btn_KAOQIN;
CSAMBTN m_btn_CHAXUN;
CSAMBTN m_btn_TONGJI;
CSAMBTN m_btn_KAOCHA;
CSAMBTN m_btn_BUMEN;
CSAMBTN m_btn_CANSHU;
CSAMBTN m_btn_TUICHU;
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CMainFrame)
public:
virtual BOOL PreCreateWindow(CREATESTRUCT& cs);
protected:
virtual BOOL OnCommand(WPARAM wParam, LPARAM lParam);
//}}AFX_VIRTUAL
// Implementation
public:
void PlaySnd();
void ChangeForm(int nForm);
virtual ~CMainFrame();
#ifdef _DEBUG
virtual void AssertValid() const;
virtual void Dump(CDumpContext& dc) const;
#endif
public: // control bar embedded members
void Logion();
CString m_USER;
CStatusBar m_wndStatusBar;
CDialogBar m_wndToolBar;
CReBar m_wndReBar;
CDialogBar m_wndDlgBar;
// Generated message map functions
protected:
//{{AFX_MSG(CMainFrame)
afx_msg int OnCreate(LPCREATESTRUCT lpCreateStruct);
afx_msg void OnXinxi();
afx_msg void OnZgxx();
afx_msg void OnZggl();
afx_msg void OnTxl();
afx_msg void OnTuichu();
afx_msg void OnTongji();
afx_msg void OnMima();
afx_msg void OnKaoqin();
afx_msg void OnKaocha();
afx_msg void OnDenglu();
afx_msg void OnChaxun();
afx_msg void OnCanshu();
afx_msg void OnBumen();
afx_msg void OnNcMouseMove(UINT nHitTest, CPoint point);
afx_msg void OnNcLButtonDown(UINT nHitTest, CPoint point);
afx_msg void OnPaint();
afx_msg void OnKillFocus(CWnd* pNewWnd);
afx_msg void OnSetFocus(CWnd* pOldWnd);
afx_msg void OnTimer(UINT nIDEvent);
afx_msg void OnZhgtxl();
afx_msg void OnBangzhu();
afx_msg void OnClose();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
/////////////////////////////////////////////////////////////////////////////
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_MAINFRM_H__259E9F64_DF75_46B7_985E_321E9F169FC7__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -