📄 affix.h
字号:
#if !defined(AFX_AFFIX_H__48CE6B1F_3061_4C4B_A7AA_3E09A25FEBEE__INCLUDED_)
#define AFX_AFFIX_H__48CE6B1F_3061_4C4B_A7AA_3E09A25FEBEE__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// Affix.h : header file
//
#include "Fujian.h"
/////////////////////////////////////////////////////////////////////////////
// CAffix dialog
class CAffix : public CDialog
{
// Construction
public:
CAffix(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CAffix)
enum { IDD = IDD_DIALOG_AFFIX };
float m_Charge;
CString m_Goods;
CString m_Item;
CString m_Name;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CAffix)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CAffix)
virtual void OnOK();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
private:
CFujian m_recordset;
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_AFFIX_H__48CE6B1F_3061_4C4B_A7AA_3E09A25FEBEE__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -