📄 sellinfor.h
字号:
#if !defined(AFX_SELLINFOR_H__C50B2C85_97C5_4974_8B17_63824C737730__INCLUDED_)
#define AFX_SELLINFOR_H__C50B2C85_97C5_4974_8B17_63824C737730__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// SellInfor.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CSellInfor dialog
class AFX_EXT_CLASS CSellInfor : public CDialog
{
// Construction
public:
CSellInfor(CWnd* pParent = NULL); // standard constructor
_ConnectionPtr pConn;
virtual BOOL OnInitDialog();
void OnRefreshData();
// Dialog Data
//{{AFX_DATA(CSellInfor)
enum { IDD = IDD_SELLINFO };
CListCtrl m_SiList;
CString m_SiEdit;
int m_SiCom;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CSellInfor)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CSellInfor)
afx_msg void OnSibt();
afx_msg void OnDropdownSicom();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_SELLINFOR_H__C50B2C85_97C5_4974_8B17_63824C737730__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -