xinquerydialog.h

来自「随着计算机信息技术的飞速发展」· C头文件 代码 · 共 71 行

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