testpage1.h

来自「类似vc的集成开发环境」· C头文件 代码 · 共 67 行

H
67
字号
#if !defined(AFX_TESTPAGE1_H__0CCB47E5_798E_40D6_9D5B_62D83F9DC691__INCLUDED_)
#define AFX_TESTPAGE1_H__0CCB47E5_798E_40D6_9D5B_62D83F9DC691__INCLUDED_

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

#include "AddFuncOk.h"
/////////////////////////////////////////////////////////////////////////////
// CTestPage1 dialog

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


    int lastnum;
    AddFuncOk* myaddok;
	CString canshunm;
	CString strcanshuname;
	CString strcanshutype;


// Dialog Data
	//{{AFX_DATA(CTestPage1)
	enum { IDD = IDD_TESTPAGE1 };
	CComboBox	m_comcanshutype;
	CString	m_canshutype;
	CString	m_canshuname;
	CString	m_test;
	//}}AFX_DATA


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

// Implementation
protected:
    
	// Generated message map functions
	//{{AFX_MSG(CTestPage1)
	afx_msg void OnNextpage();
	virtual void OnCancel();
	afx_msg void OnBack();
	afx_msg void OnAddfunccancel();
	afx_msg void OnFinishadd();
	afx_msg void OnChangeEdit1();
	afx_msg void OnSelendokComboseltype();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

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

#endif // !defined(AFX_TESTPAGE1_H__0CCB47E5_798E_40D6_9D5B_62D83F9DC691__INCLUDED_)

⌨️ 快捷键说明

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