assetdetaildlg.h
来自「该项目是为PPC(PocketPc)使用者提供方便的理财事务.如,现金的借贷,债」· C头文件 代码 · 共 53 行
H
53 行
#if !defined(AFX_ASSETDETAILDLG_H__901E7BDC_6CC4_4637_AB98_502DAA94E50F__INCLUDED_)
#define AFX_ASSETDETAILDLG_H__901E7BDC_6CC4_4637_AB98_502DAA94E50F__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// AssetDetailDlg.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CAssetDetailDlg dialog
class CAssetDetailDlg : public CDialog
{
// Construction
public:
CAssetDetailDlg(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CAssetDetailDlg)
enum { IDD = IDD_DIALOG_ASSETDETAIL };
CString m_strAssetDate;
CString m_strAssetName;
CString m_strAssetType;
CString m_strAssetLastDealDate;
CString m_strLeftAmount;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CAssetDetailDlg)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CAssetDetailDlg)
afx_msg void OnBtnclose();
virtual BOOL OnInitDialog();
afx_msg void OnPaint();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_ASSETDETAILDLG_H__901E7BDC_6CC4_4637_AB98_502DAA94E50F__INCLUDED_)
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?