📄 app9054dlg.h
字号:
// App9054Dlg.h : header file
//
#if !defined(AFX_APP9054DLG_H__05638132_B37F_4AB1_91DE_A31D2F4CF7BF__INCLUDED_)
#define AFX_APP9054DLG_H__05638132_B37F_4AB1_91DE_A31D2F4CF7BF__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
/////////////////////////////////////////////////////////////////////////////
// CApp9054Dlg dialog
#define WM_DISPLAY WM_USER+5
class CApp9054Dlg : public CDialog
{
// Construction
public:
CApp9054Dlg(CWnd* pParent = NULL); // standard constructor
virtual ~CApp9054Dlg();
HANDLE Thread_Service ;
// Dialog Data
//{{AFX_DATA(CApp9054Dlg)
enum { IDD = IDD_APP9054_DIALOG };
CStatic m_csSize;
CButton m_btStart;
CButton m_btStop;
CStatic m_csState;
//}}AFX_DATA
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CApp9054Dlg)
public:
virtual BOOL DestroyWindow();
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
public:
protected:
HICON m_hIcon;
// Generated message map functions
//{{AFX_MSG(CApp9054Dlg)
virtual BOOL OnInitDialog();
afx_msg void OnPaint();
afx_msg HCURSOR OnQueryDragIcon();
afx_msg void OnButtonStart();
afx_msg void OnButtonStop();
virtual void OnCancel();
//}}AFX_MSG
afx_msg void Display() ;
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_APP9054DLG_H__05638132_B37F_4AB1_91DE_A31D2F4CF7BF__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -