goodsimport_3.h

来自「库存管理系统」· C头文件 代码 · 共 62 行

H
62
字号
//{{AFX_INCLUDES()
#include "adodc1.h"
#include "datagrid.h"
//}}AFX_INCLUDES
#if !defined(AFX_GOODSIMPORT_3_H__E6D92591_98B5_46D6_856F_69A3BA8AD836__INCLUDED_)
#define AFX_GOODSIMPORT_3_H__E6D92591_98B5_46D6_856F_69A3BA8AD836__INCLUDED_

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

/////////////////////////////////////////////////////////////////////////////
// CGoodsImport_3 dialog

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

// Dialog Data
	//{{AFX_DATA(CGoodsImport_3)
	enum { IDD = GoodsImport_3 };
	CButton	m_cen;
	CEdit	m_cedit2;
	CAdodc	m_adodc1;
	CAdodc	m_adodc2;
	CDataGrid	m_datagrid1;
	CDataGrid	m_datagrid2;
	CString	m_edit2;
	CString	m_edit1;
	//}}AFX_DATA


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

// Implementation
protected:

	// Generated message map functions
	//{{AFX_MSG(CGoodsImport_3)
	afx_msg void Onsave();
	afx_msg void OnClickDatagrid1();
	afx_msg void OnClickDatagrid2();
	afx_msg void OnButton1();
	DECLARE_EVENTSINK_MAP()
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

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

#endif // !defined(AFX_GOODSIMPORT_3_H__E6D92591_98B5_46D6_856F_69A3BA8AD836__INCLUDED_)

⌨️ 快捷键说明

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