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

📄 xinquerydialog.h

📁 这是目前正应用于辽宁省很多县级中学的试题库系统源代码
💻 H
字号:
#if !defined(AFX_XINQUERYDIALOG_H__219624B3_2048_4894_85B7_D3091378E95C__INCLUDED_)
#define AFX_XINQUERYDIALOG_H__219624B3_2048_4894_85B7_D3091378E95C__INCLUDED_

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

/////////////////////////////////////////////////////////////////////////////
// CXinQueryDialog dialog

class CXinQueryDialog : public CDialog
{
// Construction
public:
	CXinQueryDialog(CWnd* pParent = NULL);   // standard constructor

// Dialog Data
	//{{AFX_DATA(CXinQueryDialog)
	enum { IDD = IDD_QUERYDIALOG };
	CComboBox	m_conQuery6;
	CButton	m_check5;
	CButton	m_check4;
	CButton	m_check3;
	CButton	m_check2;
	CButton	m_check1;
	CComboBox	m_conQuery1;
	CString	m_queryedit1;
	CString	m_query7;
	CString	m_query6;
	CString	m_query5;
	CString	m_query1;
	//}}AFX_DATA


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

// Implementation
public:
	BOOL checkbool1;
	BOOL checkbool2;
	BOOL checkbool3;
	BOOL checkbool4;
	BOOL checkbool5;
protected:

	// Generated message map functions
	//{{AFX_MSG(CXinQueryDialog)
	virtual BOOL OnInitDialog();
	afx_msg void OnButton1();
	afx_msg void OnButton2();
	afx_msg void OnCheck1();
	afx_msg void OnCheck2();
	afx_msg void OnCheck3();
	afx_msg void OnCheck4();
	afx_msg void OnCheck5();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

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

#endif // !defined(AFX_XINQUERYDIALOG_H__219624B3_2048_4894_85B7_D3091378E95C__INCLUDED_)

⌨️ 快捷键说明

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