📄 mdbdlg.h
字号:
#if !defined(AFX_MDBDLG_H__A9946081_E9A7_4406_A989_74C7F6E1E906__INCLUDED_)
#define AFX_MDBDLG_H__A9946081_E9A7_4406_A989_74C7F6E1E906__INCLUDED_
#include "Mdb.h" // Added by ClassView
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// MdbDlg.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CMdbDlg dialog
#include "SortListctrl.h"
class CMdbDlg : public CDialog
{
// Construction
public:
CString m_user;
HICON m_hIcon;
int m_change_num;
int m_query_mode;
int Curpos;
int CheckInt(CString unitprice);
int OutQueryScr();
int OutDelScr(int xh);
int OutChangeScr(int no);
int OutAddScr(int no);
int ClearList();
int OutAllScr();
int QchMdb(CString goods_num, CString goods_mode, CString goods_unitprice);
CMdb Mdb;
// int m_InitDlg;
int MBox(CString buf);
CMdbDlg(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CMdbDlg)
enum { IDD = IDD_DIALOG_MDB };
CSortListCtrl m_list_mdb;
CString m_mdb_googs_mode;
CString m_mdb_googs_num;
CString m_mdb_googs_unitprice;
CString m_mdb_goods_xh;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CMdbDlg)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CMdbDlg)
virtual BOOL OnInitDialog();
afx_msg void OnMbdDelete();
afx_msg void OnMdbChange();
afx_msg void OnMdbInsert();
afx_msg void OnMdbQuery();
afx_msg void OnClickListMdb(NMHDR* pNMHDR, LRESULT* pResult);
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_MDBDLG_H__A9946081_E9A7_4406_A989_74C7F6E1E906__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -