usermanage.h

来自「vpn服务器的源代码」· C头文件 代码 · 共 61 行

H
61
字号
#if !defined(AFX_USERMANAGE_H__59A96768_9704_4B57_8D55_4C0E41ED8034__INCLUDED_)
#define AFX_USERMANAGE_H__59A96768_9704_4B57_8D55_4C0E41ED8034__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// UserManage.h : header file
//

/////////////////////////////////////////////////////////////////////////////
// CUserManage dialog
#include "reportctrl.h"
#include "ddGlobalVar.h"

class CUserManage : public CDialog
{
// Construction
public:
	USERINFO userInfo;

	CUserManage(CWnd* pParent = NULL);   // standard constructor

// Dialog Data
	//{{AFX_DATA(CUserManage)
	enum { IDD = IDD_USERMANAGE };
	CReportCtrl	m_ctrlListUser;
	//}}AFX_DATA


// Overrides
	// ClassWizard generated virtual function overrides
	//{{AFX_VIRTUAL(CUserManage)
	public:
	virtual BOOL DestroyWindow();
	protected:
	virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
	//}}AFX_VIRTUAL

// Implementation
protected:

	// Generated message map functions
	//{{AFX_MSG(CUserManage)
	afx_msg void OnDeleteUser();
	afx_msg void OnEditUser();
	afx_msg void OnExitUser();
	afx_msg void OnInsertUser();
	virtual BOOL OnInitDialog();
	virtual void OnOK();
	virtual void OnCancel();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
private:
	int ddSetRowsColor(COLORREF r1color, COLORREF r2color);
};

//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.

#endif // !defined(AFX_USERMANAGE_H__59A96768_9704_4B57_8D55_4C0E41ED8034__INCLUDED_)

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?