⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 testpage1.h

📁 类似vc的集成开发环境
💻 H
字号:
#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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -