📄 cvscdlg.h
字号:
#if !defined(AFX_CVSCDLG_H__EB1EC848_AB97_4DF8_83AC_DE5367DA9CE5__INCLUDED_)
#define AFX_CVSCDLG_H__EB1EC848_AB97_4DF8_83AC_DE5367DA9CE5__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// CVSCDlg.h : header file
//
#include "WBButton.h"
/////////////////////////////////////////////////////////////////////////////
// CVSCDlg dialog
class CVSCDlg : public CDialog
{
// Construction
public:
BOOL m_import;
CVSCDlg(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CVSCDlg)
enum { IDD = IDD_CVSC };
CWBButton m_nosubmit;
CWBButton m_submit;
CComboBox m_secondgrade;
CComboBox m_firstgrade;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CVSCDlg)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CVSCDlg)
virtual BOOL OnInitDialog();
afx_msg void OnSelchangeFirstgrade();
afx_msg void OnSelchangeSecondgrade();
afx_msg void OnSubmit();
afx_msg void OnLButtonDown(UINT nFlags, CPoint point);
afx_msg HBRUSH OnCtlColor(CDC* pDC, CWnd* pWnd, UINT nCtlColor);
afx_msg void OnCloseupFirstgrade();
afx_msg void OnCloseupSecondgrade();
afx_msg void OnNosubmit();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
private:
HBRUSH m_brush;
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_CVSCDLG_H__EB1EC848_AB97_4DF8_83AC_DE5367DA9CE5__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -