📄 dishwasherguidlg.h
字号:
// DishWasherGUIDlg.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CDishWasherGUIDlg dialog
class CDishWasherGUIDlg : public CDialog
{
// Construction
public:
CToolTipCtrl* m_pToolTip;
~CDishWasherGUIDlg();
CDishWasherGUIDlg(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CDishWasherGUIDlg)
enum { IDD = IDD_DISHWASHERGUI_DIALOG };
CEdit m_serviceIndication;
CEdit m_operIndication;
CProgressCtrl m_OperationStatesProgress;
//}}AFX_DATA
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CDishWasherGUIDlg)
public:
virtual BOOL DestroyWindow();
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
HICON m_hIcon;
// Generated message map functions
//{{AFX_MSG(CDishWasherGUIDlg)
virtual BOOL OnInitDialog();
afx_msg void OnSysCommand(UINT nID, LPARAM lParam);
afx_msg void OnPaint();
afx_msg HCURSOR OnQueryDragIcon();
afx_msg void OnStart();
afx_msg void OnDoor();
afx_msg void OnIntensive();
afx_msg void OnNormal();
afx_msg void OnQuick();
afx_msg HBRUSH OnCtlColor(CDC* pDC, CWnd* pWnd, UINT nCtlColor);
afx_msg void OnServiceButton();
afx_msg void OnTimer(UINT nIDEvent);
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -