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

📄 posclientdlg.h

📁 一个简易超市系统,有进货,销售.等功能 对学习有C++数据库操作有一定的帮助
💻 H
字号:
// PosClientDlg.h : header file
//

#if !defined(AFX_POSCLIENTDLG_H__E7CBDFD2_1EBA_4F33_9DFE_C2FAF6F2870A__INCLUDED_)
#define AFX_POSCLIENTDLG_H__E7CBDFD2_1EBA_4F33_9DFE_C2FAF6F2870A__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000

/////////////////////////////////////////////////////////////////////////////
// CPosClientDlg dialog

class CPosClientDlg : public CDialog
{
// Construction
public:
	int iii;
	int goodnums[100];
	CString goodids[100];
	void delall(CString n);
	int del(int n);
	int Show(CString n);
	CPosClientDlg(CWnd* pParent = NULL);	// standard constructor

// Dialog Data
	//{{AFX_DATA(CPosClientDlg)
	enum { IDD = IDD_POSCLIENT_DIALOG };
	CStatic	m_returnmoney;
	CStatic	m_allmoney;
	CEdit	m_recive;
	CEdit	m_goodnum;
	CEdit	m_id;
	CListCtrl	m_ListCtrl;
	CString	m_good_id;
	int		m_good_num;
	CString	m_num;
	CString	m_all_money;
	CString	m_return_money;
	CString	m_zk;
	CString	m_recive_money;
	CString	m_userid;
	//}}AFX_DATA

	// ClassWizard generated virtual function overrides
	//{{AFX_VIRTUAL(CPosClientDlg)
	public:
	virtual BOOL PreTranslateMessage(MSG* pMsg);
	protected:
	virtual void DoDataExchange(CDataExchange* pDX);	// DDX/DDV support
	//}}AFX_VIRTUAL

// Implementation
protected:
	HICON m_hIcon;

	// Generated message map functions
	//{{AFX_MSG(CPosClientDlg)
	virtual BOOL OnInitDialog();
	afx_msg void OnSysCommand(UINT nID, LPARAM lParam);
	afx_msg void OnPaint();
	afx_msg HCURSOR OnQueryDragIcon();
	afx_msg void OnInput();
	afx_msg void OnDanZhekou();
	afx_msg void OnAllZheKou();
	afx_msg void OnExit();
	afx_msg void OnReceiveMoney();
	afx_msg void OnChangId();
	afx_msg void OnLockWin();
	afx_msg void OnFindGoods();
	afx_msg void OnDelGoods();
	afx_msg void OnDelAll();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

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

#endif // !defined(AFX_POSCLIENTDLG_H__E7CBDFD2_1EBA_4F33_9DFE_C2FAF6F2870A__INCLUDED_)

⌨️ 快捷键说明

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