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

📄 propmodify2.h

📁 用Visual C++ 开发的项目管理系统
💻 H
字号:
//{{AFX_INCLUDES()
#include "datagrid1.h"
//}}AFX_INCLUDES
#if !defined(AFX_PROPMODIFY2_H__479399C8_6BBF_416C_BD91_9E8FCC08616F__INCLUDED_)
#define AFX_PROPMODIFY2_H__479399C8_6BBF_416C_BD91_9E8FCC08616F__INCLUDED_

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

/////////////////////////////////////////////////////////////////////////////
// CPropModify2 dialog
#include "columns.h"
#include "column.h"
class CPropModify2 : public CPropertyPage
{
	DECLARE_DYNCREATE(CPropModify2)

// Construction
public:
	void SetColumnWidth(CDataGrid &ProControl, short count, float *WidthArray,CString * strTitle);
	CString m_cProName;
	_RecordsetPtr m_RecordEFile;
	void OnBtnModify();
	CPropModify2();
	~CPropModify2();

// Dialog Data
	//{{AFX_DATA(CPropModify2)
	enum { IDD = IDD_PROP_MODIFY2 };
	CButtonST	m_BtnDeleteControl;
	CButtonST	m_BtnModifyControl;
	CDataGrid	m_EFileControl;
	//}}AFX_DATA


// Overrides
	// ClassWizard generate virtual function overrides
	//{{AFX_VIRTUAL(CPropModify2)
	public:
	virtual BOOL OnSetActive();
	protected:
	virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
	//}}AFX_VIRTUAL

// Implementation
protected:
	// Generated message map functions
	//{{AFX_MSG(CPropModify2)
	afx_msg void OnBtnDelete();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()

};

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

#endif // !defined(AFX_PROPMODIFY2_H__479399C8_6BBF_416C_BD91_9E8FCC08616F__INCLUDED_)

⌨️ 快捷键说明

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