?? uiandworkthreadview.h
字號:
// UIandWorkThreadView.h : interface of the CUIandWorkThreadView class
//
/////////////////////////////////////////////////////////////////////////////
#if !defined(AFX_UIANDWORKTHREADVIEW_H__73F8B727_39A3_4DEC_8914_A1A210D4CBCA__INCLUDED_)
#define AFX_UIANDWORKTHREADVIEW_H__73F8B727_39A3_4DEC_8914_A1A210D4CBCA__INCLUDED_
#if _MSC_VER >= 1000
#pragma once
#endif // _MSC_VER >= 1000
class CUIandWorkThreadView : public CFormView
{
protected: // create from serialization only
CUIandWorkThreadView();
DECLARE_DYNCREATE(CUIandWorkThreadView)
public:
//{{AFX_DATA(CUIandWorkThreadView)
enum { IDD = IDD_UIANDWORKTHREAD_FORM };
CButton m_btnQuit;
CString m_strOutMsg;
//}}AFX_DATA
// Attributes
public:
CUIandWorkThreadDoc* GetDocument();
// Operations
public:
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CUIandWorkThreadView)
public:
virtual BOOL PreCreateWindow(CREATESTRUCT& cs);
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
public:
static void ShowThread(CUIandWorkThreadView* pThis);
static void UpdateMsg(CEdit *hWndEdit, CString strMsg);
virtual ~CUIandWorkThreadView();
#ifdef _DEBUG
virtual void AssertValid() const;
virtual void Dump(CDumpContext& dc) const;
#endif
protected:
// Generated message map functions
protected:
//{{AFX_MSG(CUIandWorkThreadView)
afx_msg void OnBtnBeginthread();
afx_msg void OnBtnCancal();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
#ifndef _DEBUG // debug version in UIandWorkThreadView.cpp
inline CUIandWorkThreadDoc* CUIandWorkThreadView::GetDocument()
{ return (CUIandWorkThreadDoc*)m_pDocument; }
#endif
/////////////////////////////////////////////////////////////////////////////
//{{AFX_INSERT_LOCATION}}
// Microsoft eMbedded Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_UIANDWORKTHREADVIEW_H__73F8B727_39A3_4DEC_8914_A1A210D4CBCA__INCLUDED_)
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -