⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 operator.h

📁 本售货管理系统用vc和sql开发
💻 H
字号:
#if !defined(AFX_OPERATOR_H__D642623B_49A5_4440_A9E7_AEEF54D8D053__INCLUDED_)
#define AFX_OPERATOR_H__D642623B_49A5_4440_A9E7_AEEF54D8D053__INCLUDED_

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

/////////////////////////////////////////////////////////////////////////////
// COperator dialog

class COperator : public CDialog
{
// Construction
public:
	COperator(CWnd* pParent = NULL);   // standard constructor
	void OnRefreshData(CString sql);
// Dialog Data
	//{{AFX_DATA(COperator)
	enum { IDD = IDD_OPERATOR };
	CListCtrl	m_goodlist;
	CString	m_code;
	double	m_count;
	double	m_client;
	int		m_number;
	//}}AFX_DATA


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

// Implementation
protected:

	// Generated message map functions
	//{{AFX_MSG(COperator)
	afx_msg void OnInputcode();
	virtual BOOL OnInitDialog();
	afx_msg void OnReinput();
	afx_msg void OnCancelgood();
	afx_msg void OnCheck();
	afx_msg void OnSalecancel();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

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

#endif // !defined(AFX_OPERATOR_H__D642623B_49A5_4440_A9E7_AEEF54D8D053__INCLUDED_)

⌨️ 快捷键说明

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