📄 minewinddlg.h
字号:
#if !defined(AFX_MINEWINDDLG_H__DB57A838_3496_4C3A_BBAB_4036FFA8D259__INCLUDED_)
#define AFX_MINEWINDDLG_H__DB57A838_3496_4C3A_BBAB_4036FFA8D259__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// MineWindDlg.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CMineWindDlg dialog
#include "WeightInput.h "
class CMineWindDlg : public CDialog
{
// Construction
private:
//int vexNum;
// int arcNum;
_RecordsetPtr m_pRecordset;
public:
CMineWindDlg(CWnd* pParent = NULL); // standard constructor
protected:
// Dialog Data
//{{AFX_DATA(CMineWindDlg)
enum { IDD = IDD_MINEWIND_DIALOG };
CEdit m_vexValues;
CString m_strVexName;
int id;
CButton m_modify;
CButton m_delete;
CListCtrl m_list;
CEdit m_vexNum;
int m_intVexNum;
int m_intArcNum;
//}}AFX_DATA
int current_sel;//m_list的选择索引
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CMineWindDlg)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CMineWindDlg)
afx_msg void OnShowWindow(BOOL bShow, UINT nStatus);
virtual BOOL OnInitDialog();
virtual void OnOK();
afx_msg void OnInsert();
afx_msg void OnButtondel();
afx_msg void OnButtonmodify();
afx_msg void OnClickList1(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_MINEWINDDLG_H__DB57A838_3496_4C3A_BBAB_4036FFA8D259__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -