📄 querydlg.h
字号:
#if !defined(AFX_QUERYDLG_H__1C4EED79_491B_486E_8836_36AAE7973148__INCLUDED_)
#define AFX_QUERYDLG_H__1C4EED79_491B_486E_8836_36AAE7973148__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// QueryDlg.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CQueryDlg dialog
class CQueryDlg : public CDialog
{
// Construction
public:
void addcbo();
CComboBox *bt;
CQueryDlg(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CQueryDlg)
enum { IDD = IDD_DIALOG_QUERY };
CComboBox m_cbo1;
CEdit m_ce4;
CEdit m_ce3;
CEdit m_ce2;
CEdit m_ce1;
CComboBox m_cbo4;
CComboBox m_cbo3;
CComboBox m_cbo2;
CButton m_c4;
CButton m_c3;
CButton m_c2;
CButton m_c1;
CButton m_cdt4;
CButton m_cdt3;
CButton m_cdt2;
CButton m_cdt1;
CString m_e1;
CString m_e2;
CString m_e3;
CString m_e4;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CQueryDlg)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CQueryDlg)
afx_msg void OnCheckCdt2();
afx_msg void OnCheckCdt3();
afx_msg void OnCheckCdt4();
afx_msg void OnButtonOk();
afx_msg void OnCheckCdt1();
virtual BOOL OnInitDialog();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_QUERYDLG_H__1C4EED79_491B_486E_8836_36AAE7973148__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -