📄 xindowform.h
字号:
#if !defined(AFX_XINDOWFORM1_H__FE3654B9_07DD_4150_AB7D_A66D0A0537C2__INCLUDED_)
#define AFX_XINDOWFORM1_H__FE3654B9_07DD_4150_AB7D_A66D0A0537C2__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// XindowForm1.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CXindowForm form view
#ifndef __AFXEXT_H__
#include <afxext.h>
#endif
#include "Label.h"
class CXindowForm : public CFormView
{
protected:
CXindowForm(); // protected constructor used by dynamic creation
DECLARE_DYNCREATE(CXindowForm)
// Form Data
public:
//{{AFX_DATA(CXindowForm)
enum { IDD = IDD_XFORM };
CXLabel m_add;
//}}AFX_DATA
// Attributes
public:
CWnd* m_pParent;
// Operations
public:
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CXindowForm)
public:
virtual void OnInitialUpdate();
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
virtual BOOL OnNotify(WPARAM wParam, LPARAM lParam, LRESULT* pResult);
//}}AFX_VIRTUAL
// Implementation
protected:
HBRUSH m_hBrush;
virtual ~CXindowForm();
#ifdef _DEBUG
virtual void AssertValid() const;
virtual void Dump(CDumpContext& dc) const;
#endif
// Generated message map functions
//{{AFX_MSG(CXindowForm)
afx_msg HBRUSH OnCtlColor(CDC* pDC, CWnd* pWnd, UINT nCtlColor);
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
/////////////////////////////////////////////////////////////////////////////
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_XINDOWFORM1_H__FE3654B9_07DD_4150_AB7D_A66D0A0537C2__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -