📄 goodsimport_3.h
字号:
//{{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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -