📄 exes_balancedlg.h
字号:
#if !defined(AFX_EXES_BALANCEDLG_H__91D0CBDB_49BE_415D_8799_8EE5FD8FBB0E__INCLUDED_)
#define AFX_EXES_BALANCEDLG_H__91D0CBDB_49BE_415D_8799_8EE5FD8FBB0E__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// Exes_BalanceDlg.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CExes_BalanceDlg dialog
class CExes_BalanceDlg : public CDialog
{
public:
int m_UINTMarkNumber;
public:
CExes_BalanceDlg(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CExes_BalanceDlg)
enum { IDD = IDD_BALANCEDIALOG };
CButton m_YouHuiMark_2;
CButton m_YouHuiMark_1;
CButton m_JieSuan_1;
CEdit m_FeiYong_2;
CEdit m_FeiYong_1;
CEdit m_YouHuiJingE;
CEdit m_YouHuiTime;
CButton m_JingEYouHui;
CButton m_TimeYouHui;
CComboBox m_TaiQiuNumber;
CEdit m_ShiYongRen;
CEdit m_FeiYongJingE;
CEdit m_ShiYongShiChong;
CEdit m_JieShuTime;
CEdit m_KaiShiTime;
CEdit m_RiQi;
CEdit m_JiaGe;
CEdit m_WeiZhi;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CExes_BalanceDlg)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CExes_BalanceDlg)
virtual BOOL OnInitDialog();
afx_msg void OnSelchangeCombo_Number();
afx_msg void On_Check1();
afx_msg void On_Check2();
afx_msg void On_FeiYongJieSuan();
afx_msg void OnUpdateEdit_2();
afx_msg void On_Check3();
afx_msg void On_Check4();
afx_msg void OnUpdateEdit_1();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_EXES_BALANCEDLG_H__91D0CBDB_49BE_415D_8799_8EE5FD8FBB0E__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -