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

📄 propmodify3.h

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

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

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

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

// Dialog Data
	//{{AFX_DATA(CPropModify3)
	enum { IDD = IDD_PROP_MODIFY3 };
	CButtonST	m_BtnModifyControl;
	CButtonST	m_BtnDeleteControl;
	CDataGrid	m_FileControl;
	//}}AFX_DATA


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

// Implementation
protected:
	// Generated message map functions
	//{{AFX_MSG(CPropModify3)
	afx_msg void OnBtnModify();
	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_PROPMODIFY3_H__74F3EEF4_C97C_4E9C_BAA3_E33725E3CF88__INCLUDED_)

⌨️ 快捷键说明

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