about_help.h

来自「本程序是居于对话框用access数据库开发的一个简单的销售管理系统」· C头文件 代码 · 共 52 行

H
52
字号
#if !defined(AFX_ABOUT_HELP_H__0C593DAD_1466_4244_8650_BC0356B94238__INCLUDED_)
#define AFX_ABOUT_HELP_H__0C593DAD_1466_4244_8650_BC0356B94238__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// About_help.h : header file
//

/////////////////////////////////////////////////////////////////////////////
// CAbout_help dialog

class CAbout_help : public CDialog
{
// Construction
public:
	CAbout_help(CWnd* pParent = NULL);   // standard constructor
	BOOL heigh;
	BOOL weith;
	BOOL flage;
// Dialog Data
	//{{AFX_DATA(CAbout_help)
	enum { IDD = IDD_ABOUTBOX_help };
	//CButton	m_button1;
	CBitmapButton	m_button1;
	//}}AFX_DATA
	//CBitmapButton OnInformatons;

// Overrides
	// ClassWizard generated virtual function overrides
	//{{AFX_VIRTUAL(CAbout_help)
	protected:
	virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
	//}}AFX_VIRTUAL

// Implementation
protected:

	// Generated message map functions
	//{{AFX_MSG(CAbout_help)
	virtual void OnOK();
	virtual BOOL OnInitDialog();
	afx_msg void OnButton1();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.

#endif // !defined(AFX_ABOUT_HELP_H__0C593DAD_1466_4244_8650_BC0356B94238__INCLUDED_)

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?