📄 changeusrinfo.h
字号:
#if !defined(AFX_CHANGEUSRINFO_H__84F76424_2607_4117_B216_7715B907E810__INCLUDED_)
#define AFX_CHANGEUSRINFO_H__84F76424_2607_4117_B216_7715B907E810__INCLUDED_
#include "LogMngr.h"
#include "resource.h"
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// ChangeUsrInfo.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CChangeUsrInfo dialog
class CChangeUsrInfo : public CDialog
{
// Construction
public:
CChangeUsrInfo(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CChangeUsrInfo)
enum { IDD = IDD_DIALOG8 };
CString m_UserName;
CString m_PassWord;
CString m_RealName;
CString m_Department;
CString m_Tel;
CString m_Context;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CChangeUsrInfo)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CChangeUsrInfo)
afx_msg void OnSummit();
afx_msg void OnReset();
afx_msg void OnChange();
virtual BOOL OnInitDialog();
afx_msg void OnCancel();
afx_msg void OnDestroy();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
protected:
CLogMngr m_Log;
void Init();
CFont m_font;
_ConnectionPtr m_DBCnt;
_RecordsetPtr m_Record;
CString m_strSource;
bool m_fConnected;
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_CHANGEUSRINFO_H__84F76424_2607_4117_B216_7715B907E810__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -