?? dlgsysfunctioninfo.h
字號(hào):
#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_)
?? 快捷鍵說(shuō)明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -