propmodify2.h

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

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