financing_master_hand.h
来自「实时系统的实习作业」· C头文件 代码 · 共 57 行
H
57 行
// Financing_Master_Hand.h : main header file for the FINANCING_MASTER_HAND application
//
#if !defined(AFX_FINANCING_MASTER_HAND_H__A4C6040F_039F_4B48_ABCF_FAA63C65CE98__INCLUDED_)
#define AFX_FINANCING_MASTER_HAND_H__A4C6040F_039F_4B48_ABCF_FAA63C65CE98__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
/////////////////////////////////////////////////////////////////////////////
// CFinancing_Master_HandApp:
// See Financing_Master_Hand.cpp for the implementation of this class
//
class CFinancing_Master_HandApp : public CWinApp
{
public:
CFinancing_Master_HandApp();
CView* m_pFirstView; //视图指针 收支管理
CView* m_pAnotherView; //帐号管理视图
CString m_sName; //用户名
CString m_sPasswd; //用户密码
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CFinancing_Master_HandApp)
public:
virtual BOOL InitInstance();
virtual int ExitInstance();
//}}AFX_VIRTUAL
// Implementation
//{{AFX_MSG(CFinancing_Master_HandApp)
afx_msg void OnAppAbout();
afx_msg void OnWindowAccount();
afx_msg void OnWindowInoutcome();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
/////////////////////////////////////////////////////////////////////////////
//{{AFX_INSERT_LOCATION}}
// Microsoft eMbedded Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_FINANCING_MASTER_HAND_H__A4C6040F_039F_4B48_ABCF_FAA63C65CE98__INCLUDED_)
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?