⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 rightform.h

📁 电信机房MDF、电源柜监控源码,主要用在通信机房配线设备监控、电源柜监控
💻 H
字号:
#pragma once
#include "afxcmn.h"
#include "afxwin.h"



// CRightForm 窗体视图

class CRightForm : public CFormView
{
	DECLARE_DYNCREATE(CRightForm)

protected:
	CRightForm();           // 动态创建所使用的受保护的构造函数
	virtual ~CRightForm();

public:
	enum { IDD = IDD_RIGHTFORM };
#ifdef _DEBUG
	virtual void AssertValid() const;
	virtual void Dump(CDumpContext& dc) const;
#endif

protected:
	virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV 支持

	DECLARE_MESSAGE_MAP()
public:
	afx_msg void OnPaint();
	CTabCtrl m_RightTab;
	virtual BOOL Create(LPCTSTR lpszClassName, LPCTSTR lpszWindowName, DWORD dwStyle, const RECT& rect, CWnd* pParentWnd, UINT nID, CCreateContext* pContext = NULL);
	afx_msg void OnSize(UINT nType, int cx, int cy);
	virtual void OnInitialUpdate();
	afx_msg void OnTcnSelchangeTabright(NMHDR *pNMHDR, LRESULT *pResult);
	afx_msg void OnBnClickedBtnadd();
	CStatic m_logo;
};


⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -