📄 goodsimport_imdlg.h
字号:
//{{AFX_INCLUDES()
#include "datagrid.h"
//}}AFX_INCLUDES
#if !defined(AFX_GOODSIMPORT_IMDLG_H__D969F737_56C3_4425_AF0C_6F7B3FA1701C__INCLUDED_)
#define AFX_GOODSIMPORT_IMDLG_H__D969F737_56C3_4425_AF0C_6F7B3FA1701C__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// GoodsImport_ImDlg.h : header file
#include "EditList.h"
//
/////////////////////////////////////////////////////////////////////////////
// CGoodsImport_ImDlg dialog
class CGoodsImport_ImDlg : public CDialog
{
// Construction
public:
CGoodsImport_ImDlg(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CGoodsImport_ImDlg)
enum { IDD = IDD_GoodsImport_ImDlg };
CEditList m_list2;
CListCtrl m_list1;
CString m_IM_NO;
CString m_IM_SUP;
CString m_goodsno;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CGoodsImport_ImDlg)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CGoodsImport_ImDlg)
afx_msg void OnButtonImNo();
afx_msg void OnButton1ImSup();
afx_msg void OnImSave();
afx_msg void OnImDelete();
afx_msg void OnInsertgood();
afx_msg void OnImDelete2();
afx_msg void OnClickList1(NMHDR* pNMHDR, LRESULT* pResult);
afx_msg void OnButtonGoodsno();
afx_msg void OnSave2();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
//自己定义
public:
BOOL CGoodsImport_ImDlg::OnInitDialog();
_RecordsetPtr _Record1 , _Record2;
_ConnectionPtr _Conn;
void CGoodsImport_ImDlg::BuildList1(CListCtrl &m_list);
void CGoodsImport_ImDlg::BuildList2(CEditList &m_list2);
void CGoodsImport_ImDlg::InsertEmpty(CListCtrl &m_list);
void CGoodsImport_ImDlg::QueryList1(CListCtrl &m_list,CString cs,CString re);
void CGoodsImport_ImDlg::QueryList2(CListCtrl &m_list,CString cs,CString re);
void CGoodsImport_ImDlg::INSERTSUP(CListCtrl &m_list,CString cs);
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_GOODSIMPORT_IMDLG_H__D969F737_56C3_4425_AF0C_6F7B3FA1701C__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -