accountmanager.h

来自「短信群发系统」· C头文件 代码 · 共 56 行

H
56
字号
#if !defined(AFX_ACCOUNTMANAGER_H__B028A459_7566_4B6B_98DA_EB70DFCF6062__INCLUDED_)
#define AFX_ACCOUNTMANAGER_H__B028A459_7566_4B6B_98DA_EB70DFCF6062__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// AccountManager.h : header file
#include "PageAddAccount.h"
#include "PageAmendAccount.h"
#include "PageAmendPwd.h"


class CAccountManager : public CDialog
{
// Construction
public:
	void UpdateListView();
	CAccountManager(CWnd* pParent = NULL);   // standard constructor
	CPageAddAccount			*addaccount;
	CPageAmendAccount		*amendaccount;
 	CPageAmendPwd			*amendpwd;
// Dialog Data
	//{{AFX_DATA(CAccountManager)
	enum { IDD = IDD_ACCOUNT_MANAGER };
	CListCtrl	m_list;
	CTabCtrl	m_tab;
	//}}AFX_DATA


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

// Implementation
protected:

	// Generated message map functions
	//{{AFX_MSG(CAccountManager)
	virtual void OnOK();
	virtual void OnCancel();
	afx_msg void OnClose();
	afx_msg void OnSelchangeTab(NMHDR* pNMHDR, LRESULT* pResult);
	afx_msg void OnClickAccountList(NMHDR* pNMHDR, LRESULT* pResult);
	virtual BOOL OnInitDialog();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

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

#endif // !defined(AFX_ACCOUNTMANAGER_H__B028A459_7566_4B6B_98DA_EB70DFCF6062__INCLUDED_)

⌨️ 快捷键说明

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