propmodify3.h

来自「用Visual C++ 开发的项目管理系统」· C头文件 代码 · 共 62 行

H
62
字号
//{{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 + =
减小字号Ctrl + -
显示快捷键?