📄 ddjdzsz.h
字号:
#if !defined(AFX_DDJDZSZ_H__7FBAA005_FDE5_4617_B58D_42E106992D17__INCLUDED_)
#define AFX_DDJDZSZ_H__7FBAA005_FDE5_4617_B58D_42E106992D17__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// Ddjdzsz.h : header file
//
#include "BaseEdit.h"
/////////////////////////////////////////////////////////////////////////////
// CDdjdzsz dialog
#include "BaseList.h"
class CDdjdzsz : public CDialog
{
// Construction
public:
CDdjdzsz(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CDdjdzsz)
enum { IDD = IDD_DIA_BJDZSZ };
CBaseEdit m_EdtName;
CBaseEdit m_EdtID;
CButton m_ButSave;
CButton m_ButExit;
CButton m_ButAdd;
BaseList m_Grid;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CDdjdzsz)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CDdjdzsz)
virtual void OnOK();
virtual BOOL OnInitDialog();
afx_msg void OnItemchangingList(NMHDR* pNMHDR, LRESULT* pResult);
afx_msg void OnButAdd();
afx_msg void OnButSave();
afx_msg void OnButExit();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
private:
void Enabled(bool bEnabled);
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_DDJDZSZ_H__7FBAA005_FDE5_4617_B58D_42E106992D17__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -