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

📄 setsty.h

📁 一个LED楼宇亮化同步控制源码
💻 H
字号:
#if !defined(AFX_SETSTY_H__5680CAAF_AAF8_4157_990C_D70E4481C5DC__INCLUDED_)
#define AFX_SETSTY_H__5680CAAF_AAF8_4157_990C_D70E4481C5DC__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// setSty.h : header file
//

/////////////////////////////////////////////////////////////////////////////
// CsetSty dialog

class CsetSty : public CDialog
{
// Construction
public:
	CsetSty(CWnd* pParent = NULL);   // standard constructor

// Dialog Data
	//{{AFX_DATA(CsetSty)
	enum { IDD = IDD_DIALOG_SETSTY };
	BOOL	m_fst;
	BOOL	m_scd;
	BOOL	m_thr;
	UINT	m_fstx;
	UINT	m_fstw;
	UINT	m_fsth;
	UINT	m_fsty;
	UINT	m_scdh;
	UINT	m_scdw;
	UINT	m_scdx;
	UINT	m_scdy;
	UINT	m_thrh;
	UINT	m_thrw;
	UINT	m_thrx;
	UINT	m_thry;
	int		m_winH;
	int		m_winW;
	int		m_winX;
	int		m_winY;
	//}}AFX_DATA


// Overrides
	// ClassWizard generated virtual function overrides
	//{{AFX_VIRTUAL(CsetSty)
	protected:
	virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
	//}}AFX_VIRTUAL

// Implementation
protected:

	// Generated message map functions
	//{{AFX_MSG(CsetSty)
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.

#endif // !defined(AFX_SETSTY_H__5680CAAF_AAF8_4157_990C_D70E4481C5DC__INCLUDED_)

⌨️ 快捷键说明

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