store.h
来自「面向软件工程的Visual C++网络程序开发」· C头文件 代码 · 共 54 行
H
54 行
#if !defined(AFX_STORE_H__BCDF5048_BA19_4DF7_9802_52AB2F1A1D77__INCLUDED_)
#define AFX_STORE_H__BCDF5048_BA19_4DF7_9802_52AB2F1A1D77__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// Store.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CStore dialog
class CStore : public CDialog
{
// Construction
public:
CStore(CWnd* pParent = NULL); // standard constructor
DECLARE_DYNCREATE(CStore)
// Dialog Data
//{{AFX_DATA(CStore)
enum { IDD = IDD_Bar_Store_user };
// NOTE: the ClassWizard will add data members here
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CStore)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CStore)
virtual BOOL OnInitDialog();
afx_msg void OnButton9();
afx_msg void OnButton10();
afx_msg void OnButton11();
afx_msg void OnButton12();
afx_msg void OnButton13();
afx_msg void OnButton17();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_STORE_H__BCDF5048_BA19_4DF7_9802_52AB2F1A1D77__INCLUDED_)
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?