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

📄 addfuncpage.h

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