sellinfor.h

来自「赛克思书店销售管理系统.可用于二次开发,以C++与sql 写.」· C头文件 代码 · 共 50 行

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

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

/////////////////////////////////////////////////////////////////////////////
// CSellInfor dialog

class AFX_EXT_CLASS CSellInfor : public CDialog
{
// Construction
public:
	CSellInfor(CWnd* pParent = NULL);   // standard constructor
	_ConnectionPtr pConn;
	virtual BOOL OnInitDialog();
	void OnRefreshData();
// Dialog Data
	//{{AFX_DATA(CSellInfor)
	enum { IDD = IDD_SELLINFO };
	CListCtrl	m_SiList;
	CString	m_SiEdit;
	int		m_SiCom;
	//}}AFX_DATA
// Overrides
	// ClassWizard generated virtual function overrides
	//{{AFX_VIRTUAL(CSellInfor)
	protected:
	virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
	//}}AFX_VIRTUAL

// Implementation
protected:

	// Generated message map functions
	//{{AFX_MSG(CSellInfor)
	afx_msg void OnSibt();
	afx_msg void OnDropdownSicom();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

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

#endif // !defined(AFX_SELLINFOR_H__C50B2C85_97C5_4974_8B17_63824C737730__INCLUDED_)

⌨️ 快捷键说明

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