?? readerlist.h
字號:
#if !defined(AFX_READERLIST_H__C249C149_C12C_43FC_847B_F7DDC2FE1C66__INCLUDED_)
#define AFX_READERLIST_H__C249C149_C12C_43FC_847B_F7DDC2FE1C66__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// ReaderList.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CReaderList dialog
class CReaderList : public CDialog
{
// Construction
public:
void InitList();
CReaderList(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CReaderList)
enum { IDD = IDD_DIALOG_READERLIST };
CListCtrl m_ReaderList;
CString m_ReaderID;
CString m_ReaderName;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CReaderList)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
protected:
//連接對象指針
_ConnectionPtr m_pConnection;
// Implementation
protected:
void InitListCtrl();
// Generated message map functions
//{{AFX_MSG(CReaderList)
virtual BOOL OnInitDialog();
afx_msg void OnButtonInsertReader();
afx_msg void OnButtonSearchReader();
afx_msg void OnButtonCancelReader2();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_READERLIST_H__C249C149_C12C_43FC_847B_F7DDC2FE1C66__INCLUDED_)
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -