📄 infodlg.h
字号:
#if !defined(AFX_INFODLG_H__A2B207A8_96EF_41F6_9F7D_C7CF01E3B155__INCLUDED_)
#define AFX_INFODLG_H__A2B207A8_96EF_41F6_9F7D_C7CF01E3B155__INCLUDED_
#include "MRecSet.h" // Added by ClassView
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// InfoDlg.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CInfoDlg dialog
class CInfoDlg : public CDialog
{
// Construction
public:
MRecSet m_db;
long sid;
CInfoDlg(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CInfoDlg)
enum { IDD = IDD_INFODLG_DIALOG };
CEdit m_einvalc;
CButton m_del;
CEdit m_valuec;
CButton m_bc;
CEdit m_prentc;
CEdit m_suic;
CDateTimeCtrl m_timeoutc;
CDateTimeCtrl m_timeinc;
CEdit m_psc;
CEdit m_monnc;
CComboBox m_cxc;
CString m_ps;
CString m_cx;
CString m_monn;
CTime m_timein;
CTime m_timeout;
BOOL m_check;
double m_prent;
double m_sui;
double m_value;
double m_einval;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CInfoDlg)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CInfoDlg)
virtual BOOL OnInitDialog();
afx_msg void OnButton1();
afx_msg void OnCheck1();
afx_msg void OnButton4();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_INFODLG_H__A2B207A8_96EF_41F6_9F7D_C7CF01E3B155__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -