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

📄 courmoddlg.h

📁 用ODBC接口访问access数据库管理系统
💻 H
字号:
#if !defined(AFX_COURMODDLG_H__4F166014_2A53_4F58_A323_36F2CC28229D__INCLUDED_)
#define AFX_COURMODDLG_H__4F166014_2A53_4F58_A323_36F2CC28229D__INCLUDED_

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

/////////////////////////////////////////////////////////////////////////////
// CCourModDlg dialog

class CCourModDlg : public CDialog
{
// Construction
public:
	int type;
	CCourModDlg(CWnd* pParent = NULL);   // standard constructor
	CDatabase db;
	void Init();
	BOOL Exist;
// Dialog Data
	//{{AFX_DATA(CCourModDlg)
	enum { IDD = IDD_COURMOD };
	CButton	m_courmod;
	CButton	m_courdel;
	CButton	m_couradd;
	CListCtrl	m_courlist;
	CString	m_name;
	CString	m_subteam;
	CString	m_hour;
	CString	m_time;
	CString	m_room;
	CString	m_insname;
	CString	m_id;
	//}}AFX_DATA


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

// Implementation
protected:

	// Generated message map functions
	//{{AFX_MSG(CCourModDlg)
	virtual BOOL OnInitDialog();
	afx_msg void OnCouraddBtn();
	afx_msg void OnCourdelBtn();
	afx_msg void OnCourmodBtn();
	afx_msg void OnCourqueryBtn();
	virtual void OnCancel();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

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

#endif // !defined(AFX_COURMODDLG_H__4F166014_2A53_4F58_A323_36F2CC28229D__INCLUDED_)

⌨️ 快捷键说明

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