📄 propmodify4.h
字号:
//{{AFX_INCLUDES()
#include "datagrid1.h"
//}}AFX_INCLUDES
#if !defined(AFX_PROPMODIFY4_H__88D8F9AE_8AD9_49B9_BD5B_9532768B9663__INCLUDED_)
#define AFX_PROPMODIFY4_H__88D8F9AE_8AD9_49B9_BD5B_9532768B9663__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// PropModify4.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CPropModify4 dialog
#include "columns.h"
#include "column.h"
class CPropModify4 : public CPropertyPage
{
DECLARE_DYNCREATE(CPropModify4)
// Construction
public:
void SetColumnWidth(CDataGrid &ProControl, short count, float *WidthArray, CString *strTitle);
_RecordsetPtr m_RecordName;
CString m_cProName;
CPropModify4();
~CPropModify4();
// Dialog Data
//{{AFX_DATA(CPropModify4)
enum { IDD = IDD_PROP_MODIFY4 };
CButtonST m_BtnModifyControl;
CButtonST m_BtnDeleteControl;
CDataGrid m_NameControl;
//}}AFX_DATA
// Overrides
// ClassWizard generate virtual function overrides
//{{AFX_VIRTUAL(CPropModify4)
public:
virtual BOOL OnSetActive();
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CPropModify4)
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_PROPMODIFY4_H__88D8F9AE_8AD9_49B9_BD5B_9532768B9663__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -