📄 register_inoutcome_accountdlg.h
字号:
#if !defined(AFX_REGISTER_INOUTCOME_ACCOUNTDLG_H__F2E2B3F1_5A66_4B68_90D1_1B059D3B79FA__INCLUDED_)
#define AFX_REGISTER_INOUTCOME_ACCOUNTDLG_H__F2E2B3F1_5A66_4B68_90D1_1B059D3B79FA__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// Register_InOutcome_AccountDlg.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CRegister_InOutcome_AccountDlg dialog
class CRegister_InOutcome_AccountDlg : public CDialog
{
// Construction
public:
void SetAccountType(int type);
int m_nAccountType;
CRegister_InOutcome_AccountDlg(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CRegister_InOutcome_AccountDlg)
enum { IDD = IDD_REG_IO_ACCOUNT };
CButton m_Securities;
CButton m_Loan;
CButton m_Invest;
CButton m_InOutcome;
CString m_sAccountName;
CString m_AccountRemark;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CRegister_InOutcome_AccountDlg)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CRegister_InOutcome_AccountDlg)
afx_msg void OnRadioCash();
afx_msg void OnRadioInvest();
afx_msg void OnRadioLoan();
afx_msg void OnRadioSecurities();
virtual BOOL OnInitDialog();
virtual void OnOK();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_REGISTER_INOUTCOME_ACCOUNTDLG_H__F2E2B3F1_5A66_4B68_90D1_1B059D3B79FA__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -