adminsetdlg.h

来自「基于VB的数据库教材管理系统设计 有源码」· C头文件 代码 · 共 68 行

H
68
字号
#if !defined(AFX_ADMINSETDLG_H__EF6C2A65_5AD5_4C1F_A4F9_3D8F4DC5BF44__INCLUDED_)
#define AFX_ADMINSETDLG_H__EF6C2A65_5AD5_4C1F_A4F9_3D8F4DC5BF44__INCLUDED_

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

/////////////////////////////////////////////////////////////////////////////
// CAdminsetDlg dialog

class CAdminsetDlg : public CDialog
{
// Construction
public:
	CString m_state;
	void RefreshData();
	CAdminsetDlg(CWnd* pParent = NULL);   // standard constructor

// Dialog Data
	//{{AFX_DATA(CAdminsetDlg)
	enum { IDD = IDD_Adminset_Dialog };
	CButton	m_ctr_Ispower;
	CEdit	m_ctr_Adminpwsd;
	CEdit	m_ctr_Adminname;
	CEdit	m_ctr_Adminid;
	CButton	m_bnt_cancel;
	CButton	m_bnt_delete;
	CButton	m_bnt_modify;
	CButton	m_bnt_add;
	CListCtrl	m_Adminlist;
	CString	m_str_Adminid;
	CString	m_str_Adminname;
	CString	m_str_Adminpwsd;
	BOOL	m_Ispower;
	//}}AFX_DATA


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

// Implementation
protected:

	// Generated message map functions
	//{{AFX_MSG(CAdminsetDlg)
	virtual BOOL OnInitDialog();
	afx_msg void OnClickAdminlist(NMHDR* pNMHDR, LRESULT* pResult);
	afx_msg void OnAdminadd();
	afx_msg void OnAdmindelete();
	afx_msg void OnAdminmodify();
	afx_msg void OnAdminok();
	afx_msg void OnAdminrenew();
	afx_msg void OnAdminexit();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

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

#endif // !defined(AFX_ADMINSETDLG_H__EF6C2A65_5AD5_4C1F_A4F9_3D8F4DC5BF44__INCLUDED_)

⌨️ 快捷键说明

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