accountauthority.h

来自「网络游戏龙族服务器端管理工具 rmtool 源代码」· C头文件 代码 · 共 58 行

H
58
字号
#if !defined(AFX_ACCOUNTAUTHORITY_H__302F50CB_3903_4587_839B_F7ACFF915008__INCLUDED_)
#define AFX_ACCOUNTAUTHORITY_H__302F50CB_3903_4587_839B_F7ACFF915008__INCLUDED_

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

/////////////////////////////////////////////////////////////////////////////
// CAccountAuthority dialog

class CAccountAuthority : public CDialog
{
// Construction
public:
	CAccountAuthority(CWnd* pParent = NULL);   // standard constructor

	int		SetAuthorityValue();		//check等 Mask蔼阑 歹秦辑 IDC_AUTHORITY_VALUE俊 持绰促. 
	void	AllAuthorityCheck( bool bAllCheck = TRUE );		//葛电 Check冠胶甫 急琶惑怕肺
	void	SetCalculate( const int iCalcul );						//  拌沥蔼阑 瘤沥茄 蔼阑 焊咯霖促.
// Dialog Data
	//{{AFX_DATA(CAccountAuthority)
	enum { IDD = IDD_SET_AUTHORITY };
		// NOTE: the ClassWizard will add data members here
	//}}AFX_DATA

	//vector<CButton> c_Mask(10);// - IDC_MASK1);
	DWORD m_dwAuthority;	
	CButton c_Mask[31];
// Overrides
	// ClassWizard generated virtual function overrides
	//{{AFX_VIRTUAL(CAccountAuthority)
	protected:
	virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
	//}}AFX_VIRTUAL

// Implementation
protected:

	// Generated message map functions
	//{{AFX_MSG(CAccountAuthority)
	afx_msg void OnOk();
	afx_msg void OnGetAuthority();
	virtual BOOL OnInitDialog();
	afx_msg void OnMaskAdmin();
	afx_msg void OnMaskClear();
	afx_msg void OnCalculalt();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

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

#endif // !defined(AFX_ACCOUNTAUTHORITY_H__302F50CB_3903_4587_839B_F7ACFF915008__INCLUDED_)

⌨️ 快捷键说明

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