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

📄 adminsetdlg.h

📁 数据库包括教材表 教材管理系统数据库设计
💻 H
字号:
#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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -