addfuncpage.h

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

H
79
字号
#if !defined(AFX_ADDFUNCPAGE_H__8480F959_C814_4140_8D3F_E7A9BCE7D5A7__INCLUDED_)
#define AFX_ADDFUNCPAGE_H__8480F959_C814_4140_8D3F_E7A9BCE7D5A7__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// AddFuncPage.h : header file
//
#include "testpage1.h"
//#include "testpage2.h"
//#include "wizarddlg.h"
//#include "PropertyDlg.h"
//class CPropertyDlg;
//class CWizardDlg;
/////////////////////////////////////////////////////////////////////////////
// CAddFuncPage dialog

class CAddFuncPage : public CPropertyPage
{
	DECLARE_DYNCREATE(CAddFuncPage)

// Construction
public:
	CAddFuncPage();
	~CAddFuncPage();
	
	CString strtype; 
    int     n_selfile;

  
	BOOL OnInitDialog(); 

  

// Dialog Data
	//{{AFX_DATA(CAddFuncPage)
	enum { IDD = IDD_PROPPAGE1 };
	CComboBox	m_comaddfile;
	CComboBox	m_canshucom;
	CComboBox	m_typecom;
	CString	m_edittext;
	CString	m_test;
	CString	m_type;
	CString	m_zykuohao;
	int		m_seltype;
	int		m_canshuno;
	CString	m_addfile;
	//}}AFX_DATA


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

// Implementation
protected:

	// Generated message map functions
	//{{AFX_MSG(CAddFuncPage)
//	afx_msg void OnButtonaddfunc();
	afx_msg void OnChangeEdit();
	afx_msg void OnSelendokCombo1();
	afx_msg void OnSelendokCombo2();
	afx_msg void OnSelendokCombo3();
//	afx_msg void OnComboboxfile();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()

};

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

#endif // !defined(AFX_ADDFUNCPAGE_H__8480F959_C814_4140_8D3F_E7A9BCE7D5A7__INCLUDED_)

⌨️ 快捷键说明

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