?? opctrldlg.h
字號:
#if !defined(AFX_OPCTRLDLG_H__44266D54_668D_459D_919E_B8903B6535E9__INCLUDED_)
#define AFX_OPCTRLDLG_H__44266D54_668D_459D_919E_B8903B6535E9__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// OpCtrlDlg.h : header file
//
#include "BtnSt.h"
/////////////////////////////////////////////////////////////////////////////
// COpCtrlDlg dialog
class COpCtrlDlg : public CDialog
{
// Construction
public:
COpCtrlDlg(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(COpCtrlDlg)
enum { IDD = IDD_DLG_OP };
CComboBox m_hCmbLevel;
CButtonST m_hBtnOk;
CButtonST m_hBtnSave;
CButtonST m_hBtnMod;
CButtonST m_hBtnDel;
CButtonST m_hBtnAdd;
CListCtrl m_hListOp;
CEdit m_hEditPwd;
CEdit m_hEditName;
CTabCtrl m_hTabCtrl;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(COpCtrlDlg)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(COpCtrlDlg)
virtual BOOL OnInitDialog();
afx_msg void OnSelchangeTabOp(NMHDR* pNMHDR, LRESULT* pResult);
afx_msg void OnBtnAdd();
afx_msg void OnBtnMod();
afx_msg void OnBtnDel();
afx_msg void OnBtnSave();
afx_msg void OnClickListOp(NMHDR* pNMHDR, LRESULT* pResult);
afx_msg void OnDblclkListOp(NMHDR* pNMHDR, LRESULT* pResult);
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
private:
void TabCtrlOfSelect(int m_nSelected);
void InitCtrlData();
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_OPCTRLDLG_H__44266D54_668D_459D_919E_B8903B6535E9__INCLUDED_)
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -