shp.h

来自「商品进存销管理系统 包含发票」· C头文件 代码 · 共 50 行

H
50
字号
#if !defined(AFX_SHP_H__C65703AF_6D45_4F88_A9B3_5B8B86685B30__INCLUDED_)
#define AFX_SHP_H__C65703AF_6D45_4F88_A9B3_5B8B86685B30__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// shp.h : header file
//

/////////////////////////////////////////////////////////////////////////////
// Cshp dialog
#include "shpxxSet.h"
class Cshp : public CDialog
{
// Construction
public:
	Cshp(CWnd* pParent = NULL);   // standard constructor
    CDatabase m_db;
	CshpxxSet m_rs;
	CString m_bh1,m_mc1,m_pp1,m_gg1,m_jldw1,m_dj1,m_cd1,m_lb1;
// Dialog Data
	//{{AFX_DATA(Cshp)
	enum { IDD = IDD_DIALOG7 };
	CListCtrl	m_lshp;
	//}}AFX_DATA


// Overrides
	// ClassWizard generated virtual function overrides
	//{{AFX_VIRTUAL(Cshp)
	protected:
	virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
	//}}AFX_VIRTUAL

// Implementation
protected:

	// Generated message map functions
	//{{AFX_MSG(Cshp)
	virtual BOOL OnInitDialog();
	afx_msg void Ontofp();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.

#endif // !defined(AFX_SHP_H__C65703AF_6D45_4F88_A9B3_5B8B86685B30__INCLUDED_)

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?