📄 statereport.h
字号:
#if !defined(AFX_STATEREPORT_H__6EAC7DF6_FA98_425A_BB78_ED4A375D131A__INCLUDED_)
#define AFX_STATEREPORT_H__6EAC7DF6_FA98_425A_BB78_ED4A375D131A__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// StateReport.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CStateReport dialog
class CStateReport : public CDialog
{
// Construction
public:
CStateReport(CWnd* pParent = NULL); // standard constructor
private:
CFont m_font;
// Dialog Data
//{{AFX_DATA(CStateReport)
enum { IDD = IDD_DIALOG11 };
CComboBox m_suoquCtrl;
CComboBox m_XinghaoCtrl;
CStatic m_UserName;
int m_NowState;
int m_howtoget;
CString m_SName;
CString m_SAuthor;
CString m_SZhuang;
CString m_RName;
CString m_RAddr;
CString m_SDay;
CString m_RAuthor;
CString m_Xinghao;
CString m_suoqu;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CStateReport)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
CString NowState;
void Initiate();
_ConnectionPtr m_DBCnt;
BOOL m_fConnected;
// Generated message map functions
//{{AFX_MSG(CStateReport)
afx_msg void OnRadio1();
afx_msg void OnRadio2();
virtual BOOL OnInitDialog();
afx_msg void OnApply();
afx_msg void OnRadio3();
afx_msg void OnRadio4();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_STATEREPORT_H__6EAC7DF6_FA98_425A_BB78_ED4A375D131A__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -