?? transradio.h
字號:
#if !defined(AFX_TRANSRADIO_H__0EA4D530_B0C8_4030_8F0C_285BB27B61F9__INCLUDED_)
#define AFX_TRANSRADIO_H__0EA4D530_B0C8_4030_8F0C_285BB27B61F9__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// TransRadio.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CTransRadio window
//##ModelId=3F90BAA70313
class CTransRadio : public CButton
{
//##ModelId=3F90BAA7031D
bool in;
//##ModelId=3F90BAA70327
BOOL checked;
enum {cltxt = RGB(255,255,255)};
//##ModelId=3F90BAA7033B
void on_checked();
// Construction
public:
//##ModelId=3F90BAA7033C
CTransRadio();
// Attributes
public:
// Operations
public:
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CTransRadio)
public:
//##ModelId=3F90BAA70345
virtual void DrawItem(LPDRAWITEMSTRUCT lpDrawItemStruct);
protected:
//##ModelId=3F90BAA7034F
virtual void PreSubclassWindow();
//}}AFX_VIRTUAL
// Implementation
public:
//##ModelId=3F90BAA70359
virtual ~CTransRadio();
// Generated message map functions
protected:
//{{AFX_MSG(CTransRadio)
//##ModelId=3F90BAA7035B
afx_msg void OnMouseMove(UINT nFlags, CPoint point);
//##ModelId=3F90BAA70365
afx_msg void OnLButtonDown(UINT nFlags, CPoint point);
//##ModelId=3F90BAA70378
afx_msg void OnLButtonUp(UINT nFlags, CPoint point);
//##ModelId=3F90BAA70383
afx_msg BOOL OnEraseBkgnd(CDC* pDC);
//##ModelId=3F90BAA70396
afx_msg UINT OnGetDlgCode();
//##ModelId=3F90BAA7039F
afx_msg void OnKeyUp(UINT nChar, UINT nRepCnt, UINT nFlags);
//}}AFX_MSG
//##ModelId=3F90BAA703B3
afx_msg LRESULT on_get_check(WPARAM, LPARAM);
//##ModelId=3F90BAA703BE
afx_msg LRESULT on_set_check(WPARAM, LPARAM);
//##ModelId=3F90BAA703D1
afx_msg LRESULT on_get_state(WPARAM, LPARAM);
DECLARE_MESSAGE_MAP()
};
/////////////////////////////////////////////////////////////////////////////
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_TRANSRADIO_H__0EA4D530_B0C8_4030_8F0C_285BB27B61F9__INCLUDED_)
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -