📄 reportdlg.h
字号:
#pragma once
#include "afxcmn.h"
#include "EngModeEx.h"
// CReportDlg dialog
class CReportDlg : public CDialog
{
DECLARE_DYNAMIC(CReportDlg)
public:
CReportDlg(ReportDlgType curType ,CWnd* pParent = NULL); // standard constructor
virtual ~CReportDlg();
// Dialog Data
enum { IDD = IDD_DIALOG_REPORT };
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
virtual BOOL OnInitDialog();
DECLARE_MESSAGE_MAP()
private:
ReportDlgType curDlgType;
HWND g_hWndMenuBar; // menu bar handle
volatile BULVERDE_GPIO_REG *g_pGPIORegs;
DWORD curSelItem;
BOOL DisplayGPIOInfo();
void DispWakeSleepInfo();
public:
CListCtrl m_ListReport;
CImageList ImageList;
afx_msg void OnSize(UINT nType, int cx, int cy);
afx_msg void OnGpiomodify();
afx_msg void OnGpiohelp();
afx_msg void OnDestroy();
LRESULT onGpioEdit(WPARAM wParam, LPARAM lParam );
};
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -