📄 money.h
字号:
#if !defined(AFX_MONEY_H__0F3BE8D1_4AC2_4DAB_965B_F2C661F86624__INCLUDED_)
#define AFX_MONEY_H__0F3BE8D1_4AC2_4DAB_965B_F2C661F86624__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// Money.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CMoney dialog
extern CMyApp theApp;
class CMoney : public CDialog
{
// Construction
public:
CString Padl(CString String, int digit, CString Fill, int Way=1);
CString CTimeToCString(CTime date);
CString GetFieldValue(CString Field);
CMoney(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CMoney)
enum { IDD = IDD_MONEY_DLG };
CComboBox m_name_cbo;
CTime m_startdate;
CTime m_enddate;
CString m_1_5P;
CString m_1_P;
CString m_2_5P;
CString m_2_P;
CString m_3_P;
CString m_4_P;
CString m_d_1_5_edit;
CString m_d_1_edit;
CString m_d_2_5_edit;
CString m_d_2_edit;
CString m_d_3_edit;
CString m_d_4_edit;
CString m_1_5P_Z;
CString m_1P_Z;
CString m_2_5P_Z;
CString m_2P_Z;
CString m_3P_Z;
CString m_4P_Z;
CString m_worker;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CMoney)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
_RecordsetPtr rst;
CStatusBarCtrl m_StatusBar;
int m_1P,m_15P,m_2P,m_25P,m_3P,m_4P,enable;
// Generated message map functions
//{{AFX_MSG(CMoney)
virtual void OnOK();
virtual BOOL OnInitDialog();
afx_msg void OnXiugai1But();
afx_msg void OnXiugai15But();
afx_msg void OnXiugai2But();
afx_msg void OnXiugai25But();
afx_msg void OnXiugai3But();
afx_msg void OnXiugai4But();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_MONEY_H__0F3BE8D1_4AC2_4DAB_965B_F2C661F86624__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -