softkeydlg.h

来自「《面向对象程序设计实用教程》一书的源码」· C头文件 代码 · 共 89 行

H
89
字号
#if !defined(AFX_SOFTKEYDLG_H__5617F1A2_3154_11D3_A324_C7BBFE7FFD20__INCLUDED_)
#define AFX_SOFTKEYDLG_H__5617F1A2_3154_11D3_A324_C7BBFE7FFD20__INCLUDED_

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

/////////////////////////////////////////////////////////////////////////////
// CSoftKeyDlg dialog

class CSoftKeyDlg : public CDialog
{
// Construction
public:
	
	CSoftKeyDlg(CWnd* pParent = NULL);   // standard constructor
	bool SaveKey;
// Dialog Data
	//{{AFX_DATA(CSoftKeyDlg)
	enum { IDD = IDD_SOFTKEY };
	CString	m_filename;
	//}}AFX_DATA


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

// Implementation
protected:

	// Generated message map functions
	//{{AFX_MSG(CSoftKeyDlg)
	afx_msg void OnOk();
	afx_msg void OnDel();
	afx_msg void OnButtona();
	afx_msg void OnButtonb();
	afx_msg void OnButtonc();
	afx_msg void OnButtond();
	afx_msg void OnButtone();
	afx_msg void OnButtonf();
	afx_msg void OnButtong();
	afx_msg void OnButtonh();
	afx_msg void OnButtoni();
	afx_msg void OnButtonj();
	afx_msg void OnButtonk();
	afx_msg void OnButtonl();
	afx_msg void OnButtonm();
	afx_msg void OnButtonn();
	afx_msg void OnButtono();
	afx_msg void OnButtonp();
	afx_msg void OnButtonq();
	afx_msg void OnButtonr();
	afx_msg void OnButtons();
	afx_msg void OnButtont();
	afx_msg void OnButtonu();
	afx_msg void OnButtonv();
	afx_msg void OnButtonw();
	afx_msg void OnButtonx();
	afx_msg void OnButtony();
	afx_msg void OnButtonz();
	afx_msg void OnButton0();
	afx_msg void OnButton1();
	afx_msg void OnButton2();
	afx_msg void OnButton3();
	afx_msg void OnButton4();
	afx_msg void OnButton5();
	afx_msg void OnButton6();
	afx_msg void OnButton7();
	afx_msg void OnButton8();
	afx_msg void OnButton9();
	virtual BOOL OnInitDialog();
	afx_msg int OnCreate(LPCREATESTRUCT lpCreateStruct);
	afx_msg void OnClose();
	afx_msg void OnCancelMode();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

//{{AFX_INSERT_LOCATION}}
// Microsoft Developer Studio will insert additional declarations immediately before the previous line.

#endif // !defined(AFX_SOFTKEYDLG_H__5617F1A2_3154_11D3_A324_C7BBFE7FFD20__INCLUDED_)

⌨️ 快捷键说明

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