📄 bookdlg.h
字号:
#if !defined(AFX_BOOKDLG_H__142B0A36_5374_49D6_8CCE_1B0C0975AA1C__INCLUDED_)
#define AFX_BOOKDLG_H__142B0A36_5374_49D6_8CCE_1B0C0975AA1C__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// BookDlg.h : header file
//
#include "BookWnd.h"
/////////////////////////////////////////////////////////////////////////////
// CBookDlg dialog
#define PAGE_NAME_LIST 1
#define PAGE_DIALOUT 2
#define PAGE_BOOKMAIN 0
#define PAGE_UNGET 3
#define PAGE_GET 4
#define PAGE_INITIAL 5
class CBookDlg : public CDialog
{
// Construction
public:
CBookDlg(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CBookDlg)
enum { IDD = IDD_BOOKDLG };
// NOTE: the ClassWizard will add data members here
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CBookDlg)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
public:
CRect rect_book_wnd;
CBitmapButton bmp_btn_choose_enter;
CRect rect_key_choose_enter;
CBitmapButton bmp_btn_choose_right;
CRect rect_key_choose_right;
CBitmapButton bmp_btn_choose_left;
CRect rect_key_choose_left;
CBitmapButton bmp_btn_choose_down;
CRect rect_key_choose_down;
CBitmapButton bmp_btn_jumptotop;
CRect rect_key_jumpto_top;
CBitmapButton bmp_mark_bt;
CRect rect_mark_bt;
CRect rect_key_panel;
CBitmapButton bmp_btn_choose_up;
CRect rect_key_choose_up;
CBitmapButton bmp_btn_func_hangup;
CRect rect_sub_hangup;
CBitmapButton bmp_btn_func_switch;
CRect rect_sub_switch;
CBitmapButton bmp_btn_func_get;
CRect rect_sub_get;
CBitmapButton bmp_btn_func_dial;
CRect rect_sub_dial;
CBitmapButton bmp_btn_func_book;
CRect rect_sub_book;
CRect rect_sub_setup;
CRect
rect_book,
rect_key_func_return,
rect_key_func_setup;
CBitmapButton
bmp_btn_func_return,
bmp_btn_func_test,
bmp_btn_func_setup;
CStatic m_stc_key_bkpanel;
CBookWnd m_book_wnd;
protected:
// Generated message map functions
//{{AFX_MSG(CBookDlg)
virtual BOOL OnInitDialog();
afx_msg void OnPaint();
afx_msg void btn_bookfunc_return();
afx_msg void btn_bookfunc_setup();
afx_msg void btn_bookfunc_book();
afx_msg void btn_bookfunc_dial();
afx_msg void btn_bookfunc_get();
afx_msg void btn_bookfunc_switch();
afx_msg void btn_bookfunc_hangup();
afx_msg void btn_jmpto_top();
afx_msg void btn_book_up();
afx_msg void btn_book_down();
afx_msg void btn_book_right();
afx_msg void btn_book_left();
afx_msg void btn_book_enter();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_BOOKDLG_H__142B0A36_5374_49D6_8CCE_1B0C0975AA1C__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -