?? cxshadebuttondemodlg.h
字號(hào):
// CxShadeButtonDemoDlg.h : header file
// Download by http://www.codefans.net
#if !defined(AFX_CXSHADEBUTTONDEMODLG_H__165779A8_46C9_11D5_B6C0_00E07D8144D0__INCLUDED_)
#define AFX_CXSHADEBUTTONDEMODLG_H__165779A8_46C9_11D5_B6C0_00E07D8144D0__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
/////////////////////////////////////////////////////////////////////////////
// CCxShadeButtonDemoDlg dialog
#include "xShadeButton.h"
class CCxShadeButtonDemoDlg : public CDialog
{
// Construction
public:
CCxShadeButtonDemoDlg(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CCxShadeButtonDemoDlg)
enum { IDD = IDD_CXSHADEBUTTONDEMO_DIALOG };
CxShadeButton m_radio4;
CxShadeButton m_radio3;
CxShadeButton m_radio2;
CxShadeButton m_radio1;
CxShadeButton m_check4;
CxShadeButton m_check3;
CxShadeButton m_check2;
CxShadeButton m_check1;
CxShadeButton m_btn13;
CxShadeButton m_btn12;
CxShadeButton m_btn11;
CxShadeButton m_btn9;
CxShadeButton m_btn8;
CxShadeButton m_btn6;
CxShadeButton m_btn7;
CxShadeButton m_btn5;
CxShadeButton m_btn4;
CxShadeButton m_btn3;
CxShadeButton m_btn2;
CxShadeButton m_btn10;
CxShadeButton m_btn1;
BOOL m_bcheck4;
//}}AFX_DATA
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CCxShadeButtonDemoDlg)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
HICON m_hIcon;
// Generated message map functions
//{{AFX_MSG(CCxShadeButtonDemoDlg)
virtual BOOL OnInitDialog();
afx_msg void OnPaint();
afx_msg HCURSOR OnQueryDragIcon();
afx_msg void OnBtnMetal();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_CXSHADEBUTTONDEMODLG_H__165779A8_46C9_11D5_B6C0_00E07D8144D0__INCLUDED_)
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -