buydlg.h

来自「玩具百货公司销售进货记录系统!界面比较齐全,功能完善」· C头文件 代码 · 共 59 行

H
59
字号
//{{AFX_INCLUDES()
#include "adodc.h"
#include "datagrid.h"
//}}AFX_INCLUDES
#if !defined(AFX_BUYDLG_H__CDC706A5_C735_4E9D_96FA_76697E9738C2__INCLUDED_)
#define AFX_BUYDLG_H__CDC706A5_C735_4E9D_96FA_76697E9738C2__INCLUDED_

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

/////////////////////////////////////////////////////////////////////////////
// CBuyDlg dialog

class CBuyDlg : public CDialog
{
// Construction
public:
	CBuyDlg(CWnd* pParent = NULL);   // standard constructor

// Dialog Data
	//{{AFX_DATA(CBuyDlg)
	enum { IDD = IDD_DIALOG_BUY };
	CComboBox	m_comboSupp;
	CComboBox	m_comboProd;
	CComboBox	m_comboEmp;
	CAdodc	m_adodcBuy;
	CString	m_strEmployee;
	CString	m_strProduct;
	CString	m_strSupplier;
	CDataGrid	m_datagridBuy;
	//}}AFX_DATA


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

// Implementation
protected:

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

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

#endif // !defined(AFX_BUYDLG_H__CDC706A5_C735_4E9D_96FA_76697E9738C2__INCLUDED_)

⌨️ 快捷键说明

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