?? appendoutinfo.h
字號:
#if !defined(AFX_APPENDOUTINFO_H__69CC06FC_F55D_4963_AA1C_28BDFD08AB3C__INCLUDED_)
#define AFX_APPENDOUTINFO_H__69CC06FC_F55D_4963_AA1C_28BDFD08AB3C__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// AppendOutInfo.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CAppendOutInfo dialog
class CAppendOutInfo : public CDialog
{
// Construction
public:
CString m_rkOldNO;
CString m_soldaccount;
CString m_soldvalue;
bool m_bAppend;
CAppendOutInfo(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CAppendOutInfo)
enum { IDD = IDD_DIALOG_AppendOutInfo };
CString m_sDealPerson;
CString m_rkNO;
CString m_sMemo;
CString m_sMoney;
CString m_sQuantity;
CString m_sSavePerson;
CString m_sStorage;
COleDateTime m_sTime;
CString m_sUnit;
CString m_wzID;
CString m_wzKind;
CString m_wzName;
CString m_wzSpec;
CString m_wzUnit;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CAppendOutInfo)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CAppendOutInfo)
virtual BOOL OnInitDialog();
virtual void OnOK();
afx_msg void OnSelchangeOutWzid();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_APPENDOUTINFO_H__69CC06FC_F55D_4963_AA1C_28BDFD08AB3C__INCLUDED_)
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -