📄 useredit.h
字号:
//{{AFX_INCLUDES()
#include "dtpicker.h"
//}}AFX_INCLUDES
#if !defined(AFX_USEREDIT_H__813395C0_F78C_11D3_B94C_F9C722FD15EA__INCLUDED_)
#define AFX_USEREDIT_H__813395C0_F78C_11D3_B94C_F9C722FD15EA__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
#include "InfoEdit.h"
// UserEdit.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CUserEdit dialog
class CUserEdit : public CDialog
{
// Construction
public:
BOOL bTypeChanged;
CInfoEdit *m_pInfoEdit;
CObArray *TypeList,UserValueList;
CXhinfo *ThisUser;
int iTypeNumber;
BOOL SetData(CXhinfo *User,CObArray *Types);
CUserEdit(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CUserEdit)
enum { IDD = IDD_USER_EDIT };
CString m_strAddress;
CString m_strCompany;
CString m_strMail;
CString m_strName;
CString m_strPassword;
CString m_strPerson;
CString m_strPhone;
CDTPicker m_BigBegin;
CDTPicker m_BigEnd;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CUserEdit)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CUserEdit)
virtual void OnOK();
virtual BOOL OnInitDialog();
afx_msg void OnBeginButton();
afx_msg void OnEndButton();
afx_msg void OnInvert();
DECLARE_EVENTSINK_MAP()
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_USEREDIT_H__813395C0_F78C_11D3_B94C_F9C722FD15EA__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -