dishwasherguidlg.h

来自「在rhapsody下rtuml直接生成的洗碗机的程序」· C头文件 代码 · 共 52 行

H
52
字号
// 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 + =
减小字号Ctrl + -
显示快捷键?