📄 dwdandlg.h
字号:
#if !defined(AFX_DWDANDLG_H__612710E2_1476_4F28_B74D_DD72B2169274__INCLUDED_)
#define AFX_DWDANDLG_H__612710E2_1476_4F28_B74D_DD72B2169274__INCLUDED_
#include "Dwxxb.h"
#include "Zdmlb.h"
#include "Zdxxb.h"
#include "Rizhib.h"
#include "Users.h"
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// Dwdandlg.h : header file
//
extern CUsers user;
/////////////////////////////////////////////////////////////////////////////
// CDwdandlg dialog
class CDwdandlg : public CDialog
{
// Construction
public:
CDwdandlg(CWnd* pParent = NULL); // standard constructor
CRizhib zhi;
CTime t;
void SetCurTab(UINT m_index);
// Dialog Data
//{{AFX_DATA(CDwdandlg)
enum { IDD = IDD_DWDAN };
CListCtrl m_list;
CTabCtrl m_tab;
CString m_lxdz;
int m_dwbh;
CString m_dwmc;
CString m_lxr;
CString m_lxdh;
CString m_memo;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CDwdandlg)
public:
virtual BOOL PreTranslateMessage(MSG* pMsg);
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
HICON m_hIcon;
// Generated message map functions
//{{AFX_MSG(CDwdandlg)
virtual void OnOK();
afx_msg void OnModbutton();
afx_msg void OnDelbutton();
virtual BOOL OnInitDialog();
afx_msg void OnSelchangeTab1(NMHDR* pNMHDR, LRESULT* pResult);
afx_msg void OnSelchangingTab1(NMHDR* pNMHDR, LRESULT* pResult);
afx_msg void OnDblclkList1(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_DWDANDLG_H__612710E2_1476_4F28_B74D_DD72B2169274__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -