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

📄 codbcdlg.h

📁 教学管理系统
💻 H
字号:
// COdbcDlg.h : header file
//

#if !defined(AFX_CODBCDLG_H__3CD4B383_9DD0_44EE_AD4D_D0B3C2A5B40F__INCLUDED_)
#define AFX_CODBCDLG_H__3CD4B383_9DD0_44EE_AD4D_D0B3C2A5B40F__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000

/////////////////////////////////////////////////////////////////////////////
// CCOdbcDlg dialog

class CCOdbcDlg : public CDialog
{
// Construction
public:
	CCOdbcDlg(CWnd* pParent = NULL);	// standard constructor
	void GetInum(CString lstr,CString rstr="");
// Dialog Data
	//{{AFX_DATA(CCOdbcDlg)
	enum { IDD = IDD_CODBC_DIALOG };
		// NOTE: the ClassWizard will add data members here
	//}}AFX_DATA

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

// Implementation
protected:
	HICON m_hIcon;

	// Generated message map functions
	//{{AFX_MSG(CCOdbcDlg)
	virtual BOOL OnInitDialog();
	afx_msg void OnSysCommand(UINT nID, LPARAM lParam);
	afx_msg void OnPaint();
	afx_msg HCURSOR OnQueryDragIcon();
	afx_msg void OnStudentControl();
	afx_msg void OnSee();
	afx_msg void OnQueryStudentId();
	afx_msg void OnQueryStudentName();
	afx_msg void OnQueryStudentAge();
	afx_msg void OnQueryStudentSex();
	afx_msg void OnQueryStudentClass();
	afx_msg void OnQueryStudentDepartment();
	afx_msg void OnCountStudentSex();
	afx_msg void OnCountStudentAge();
	afx_msg void OnCountStudentClass();
	afx_msg void OnTeacherControl();
	afx_msg void OnTeacherSee();
	afx_msg void OnQueryTeacherName();
	afx_msg void OnQueryTeacherDe();
	afx_msg void OnQueryTeacherJob();
	afx_msg void OnQueryTeacherCourse();
	afx_msg void OnQueryTeacherClass();
	afx_msg void OnCountTeacherDe();
	afx_msg void OnCountTeacherClass();
	afx_msg void OnCountTeacherCourse();
	afx_msg void OnCountTeacherJob();
	afx_msg void OnChosecourseControl();
	afx_msg void OnChosecourseCountclass();
	afx_msg void OnChosecourseCountcname();
	afx_msg void OnChosecourseQueryclass();
	afx_msg void OnChosecourseQuerycname();
	afx_msg void OnChosecourseQueryname();
	afx_msg void OnChosecourseSee();
	afx_msg void OnCourseControl();
	afx_msg void OnCourseQueryid();
	afx_msg void OnCourseQueryname();
	afx_msg void OnCourseQuerytype();
	afx_msg void OnCourseSee();
	afx_msg void OnScore();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

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

#endif // !defined(AFX_CODBCDLG_H__3CD4B383_9DD0_44EE_AD4D_D0B3C2A5B40F__INCLUDED_)

⌨️ 快捷键说明

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