courmoddlg.h

来自「用ODBC接口访问access数据库管理系统」· C头文件 代码 · 共 65 行

H
65
字号
#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 + =
减小字号Ctrl + -
显示快捷键?