📄 mainframe.h
字号:
// CMainFrame.h: interface for the CMainFrame class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_MainFrame_H__EF489177_B358_44C2_BB14_B4638F058680__INCLUDED_)
#define AFX_MainFrame_H__EF489177_B358_44C2_BB14_B4638F058680__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
class CMainFrame : public GDialog
{
public:
void OnChart();
void OnSystem();
void OnButton(BOOL bDown,int x,int y);
RECT m_rectClick;
void OnTimer(int nTick);
void OnRadio(GWnd* pWnd);
void OnCancel();
void OnOK();
void DrawItem(const BITMAP* bm,LPCTSTR szText,RECT rect);
void OnQueryClose();
int m_nTextTop;
GButton m_btnOK,m_btnCancel;
GButton m_btnRadio[5];
void OnPaint();
void OnCreate();
CMainFrame();
~CMainFrame();
virtual void WndProc(int nMessage,int wParam,int lParam);
};
#endif // !defined(AFX_MainFrame_H__EF489177_B358_44C2_BB14_B4638F058680__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -