📄 dlgsysfunctioninfo.h
字号:
#if !defined(AFX_DLGSYSFUNCTIONINFO_H__9F7D3573_DD91_499F_A88E_611E63466C35__INCLUDED_)
#define AFX_DLGSYSFUNCTIONINFO_H__9F7D3573_DD91_499F_A88E_611E63466C35__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// DlgSysFunctionInfo.h : header file
//
#include "BtnSt.h"
/////////////////////////////////////////////////////////////////////////////
// CDlgSysFunctionInfo dialog
class CDlgSysFunctionInfo : public CDialog
{
// Construction
public:
CDlgSysFunctionInfo(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CDlgSysFunctionInfo)
enum { IDD = IDD_DLG_SYSFUNCTIONINFO };
CButtonST m_hBtnOk;
CButtonST m_hBtnSave;
CButtonST m_hBtnDel;
CButtonST m_hBtnAdd;
CListCtrl m_hListSysFunctionInfo;
CEdit m_hEditSysFunctionInfo;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CDlgSysFunctionInfo)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CDlgSysFunctionInfo)
virtual BOOL OnInitDialog();
afx_msg void OnClickListDepartment(NMHDR* pNMHDR, LRESULT* pResult);
afx_msg void OnDblclkListDepartment(NMHDR* pNMHDR, LRESULT* pResult);
afx_msg void OnBtnAdd();
afx_msg void OnBtnDel();
afx_msg void OnBtnSave();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
private:
void InitCtrlData();
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_DLGSYSFUNCTIONINFO_H__9F7D3573_DD91_499F_A88E_611E63466C35__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -