Code/Resource
Windows Develop
Linux-Unix program
Internet-Socket-Network
Web Server
Browser Client
Ftp Server
Ftp Client
Browser Plugins
Proxy Server
Email Server
Email Client
WEB Mail
Firewall-Security
Telnet Server
Telnet Client
ICQ-IM-Chat
Search Engine
Sniffer Package capture
Remote Control
xml-soap-webservice
P2P
WEB(ASP,PHP,...)
TCP/IP Stack
SNMP
Grid Computing
SilverLight
DNS
Cluster Service
Network Security
Communication-Mobile
Game Program
Editor
Multimedia program
Graph program
Compiler program
Compress-Decompress algrithms
Crypt_Decrypt algrithms
Mathimatics-Numerical algorithms
MultiLanguage
Disk/Storage
Java Develop
assembly language
Applications
Other systems
Database system
Embeded-SCM Develop
FlashMX/Flex
source in ebook
Delphi VCL
OS Develop
MiddleWare
MPI
MacOS develop
LabView
ELanguage
Software/Tools
E-Books
Artical/Document
UserManagement.h
Package: SNMP_source.rar [view]
Upload User: lvjun8202
Upload Date: 2013-04-30
Package Size: 797k
Code Size: 2k
Category:
SNMP
Development Platform:
C/C++
- #if !defined(AFX_USERMANAGEMENT_H__B51576BF_E0A5_41C9_A09B_E3EB78E6C979__INCLUDED_)
- #define AFX_USERMANAGEMENT_H__B51576BF_E0A5_41C9_A09B_E3EB78E6C979__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- // UserManagement.h : header file
- //
- /////////////////////////////////////////////////////////////////////////////
- // CUserManagement dialog
- class CUserManagement : public CDialog
- {
- // Construction
- public:
- BOOL m_bAutoSave;
- void SaveData();
- void LoadData();
- _variant_t vUserID,vUsername,vPower,vPassword;
- BOOL m_bSuccess;
- int m_nCurrentSel;
- _RecordsetPtr m_pRecordset;
- CUserManagement(CWnd* pParent = NULL); // standard constructor
- // Dialog Data
- //{{AFX_DATA(CUserManagement)
- enum { IDD = IDD_DIALOG_USER };
- CListCtrl m_userlist;
- CButton m_cDelItem;
- CButton m_cAddItem;
- CString m_password;
- CString m_passwordc;
- CString m_power;
- CString m_username;
- //}}AFX_DATA
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CUserManagement)
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
- //}}AFX_VIRTUAL
- // Implementation
- protected:
- // Generated message map functions
- //{{AFX_MSG(CUserManagement)
- virtual BOOL OnInitDialog();
- afx_msg void OnAdditem();
- afx_msg void OnDelitem();
- afx_msg void OnItemchangedUserlist(NMHDR* pNMHDR, LRESULT* pResult);
- virtual void OnOK();
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
- #endif // !defined(AFX_USERMANAGEMENT_H__B51576BF_E0A5_41C9_A09B_E3EB78E6C979__INCLUDED_)