seconddlg.h

来自「猜数字游戏」· C头文件 代码 · 共 59 行

H
59
字号
#if !defined(AFX_SECONDDLG_H__959418BC_4D16_4018_99BF_BA2EA49F24B6__INCLUDED_)
#define AFX_SECONDDLG_H__959418BC_4D16_4018_99BF_BA2EA49F24B6__INCLUDED_

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

/////////////////////////////////////////////////////////////////////////////
// CSecondDlg dialog

class CSecondDlg : public CDialog
{
// Construction
public:
	CSecondDlg(CWnd* pParent = NULL);   // standard constructor

// Dialog Data
	//{{AFX_DATA(CSecondDlg)
	enum { IDD = IDD_DIALOG_SECOND };
	CListBox	m_ListBox;
	CButton	m_RelBtn4;
	CButton	m_RelBtn2;
	CButton	m_RelBtn3;
	CButton	m_RelBtn1;
	CString	m_strEdit1;
	CString	m_strEdit2;
	CString	m_strEdit3;
	CString	m_strEdit4;
	//}}AFX_DATA


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

// Implementation
protected:

	// Generated message map functions
	//{{AFX_MSG(CSecondDlg)
	afx_msg void OnButton1();
	afx_msg void OnButton2();
	afx_msg void OnButton3();
	afx_msg void OnButton4();
	afx_msg void OnSelchangeList1();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

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

#endif // !defined(AFX_SECONDDLG_H__959418BC_4D16_4018_99BF_BA2EA49F24B6__INCLUDED_)

⌨️ 快捷键说明

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