⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 userinfodlg.h

📁 用于网络管理统计的
💻 H
字号:
#if !defined(AFX_USERINFODLG_H__C936826F_6D2E_49C1_8A56_EBE5B5E642F5__INCLUDED_)
#define AFX_USERINFODLG_H__C936826F_6D2E_49C1_8A56_EBE5B5E642F5__INCLUDED_

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

/////////////////////////////////////////////////////////////////////////////
// CuserInfoDlg dialog
#include "BtnST.h"
#include "3DBar.h"
class CuserInfoDlg : public CDialog
{
// Construction
public:
	CuserInfoDlg(CWnd* pParent = NULL);   // standard constructor
    void SetCtrlBkColor();
	void InsertData();
	void InitialListView();
	void InsertComPopedom();
	void SetCtrlStatus(BOOL bStatus);
// Dialog Data
	//{{AFX_DATA(CuserInfoDlg)
	enum { IDD = IDD_DIALOG_USER_INFO };
	CListCtrl	m_list;
	CButtonST	m_ok;
	CButtonST	m_cancel;
	CButtonST	m_save;
	CButtonST	m_modify;
	CButtonST	m_add;
	//}}AFX_DATA


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

// Implementation
protected:
	C3DBar bar;//画边框
	BOOL bIsModify;
	BOOL bIsAdd;
	CString sID;
	// Generated message map functions
	//{{AFX_MSG(CuserInfoDlg)
	afx_msg void OnPaint();
	virtual BOOL OnInitDialog();
	afx_msg void OnClickListUserInfo(NMHDR* pNMHDR, LRESULT* pResult);
	afx_msg void OnButtonUserModify();
	afx_msg void OnButtonUserAdd();
	afx_msg void OnButtonUserSave();
	afx_msg void OnDeleteUser();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

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

#endif // !defined(AFX_USERINFODLG_H__C936826F_6D2E_49C1_8A56_EBE5B5E642F5__INCLUDED_)

⌨️ 快捷键说明

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