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

📄 qssreadbotdlg.h

📁 空调数据多线程采集
💻 H
字号:
// QssReadBotDlg.h : header file
//

#if !defined(AFX_QSSREADBOTDLG_H__869272F8_7446_40C0_9180_5D1A452C3344__INCLUDED_)
#define AFX_QSSREADBOTDLG_H__869272F8_7446_40C0_9180_5D1A452C3344__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000


#include "trayicon.h"

/////////////////////////////////////////////////////////////////////////////
// CQssReadBotDlg dialog

class CQssReadBotDlg : public CDialog
{
public:
	CTrayIcon	m_trayIcon;		// my tray icon
	//CEdit		m_wndEdit;		// to display tray notifications
	int			m_iWhichIcon;	// 0/1 which HICON to use
	BOOL		m_bShutdown;	// OK to terminate TRAYTEST
	BOOL		m_bShowTrayNotifications;	// display info in main window
		
// Construction
public:
	CQssReadBotDlg(CWnd* pParent = NULL);	// standard constructor

// Dialog Data
	//{{AFX_DATA(CQssReadBotDlg)
	enum { IDD = IDD_QSSREADBOT_DIALOG };
	CComboBox	m_ComBo7;
	CComboBox	m_ComBo9;
	CComboBox	m_ComBo8;
	CComboBox	m_ComBo6;
	CComboBox	m_ComBo5;
	CComboBox	m_ComBo4;
	CComboBox	m_ComBo3;
	CComboBox	m_ComBo2;
	CComboBox	m_ComBo10;
	CComboBox	m_ComBo1;
	CButton	m_Check9;
	CButton	m_Check8;
	CButton	m_Check7;
	CButton	m_Check6;
	CButton	m_Check5;
	CButton	m_Check4;
	CButton	m_Check3;
	CButton	m_Check2;
	CButton	m_Check10;
	CButton	m_Check1;
	CButton	m_CheckAll;
	//}}AFX_DATA

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

// Implementation
protected:
	//LRESULT OnTrayNotification(WPARAM uID, LPARAM lEvent);
	HICON m_hIcon;

	// Generated message map functions
	//{{AFX_MSG(CQssReadBotDlg)
	virtual BOOL OnInitDialog();
	afx_msg LRESULT OnTrayNotification(WPARAM wp, LPARAM lp);
	afx_msg void OnSysCommand(UINT nID, LPARAM lParam);
	afx_msg void OnPaint();
	afx_msg HCURSOR OnQueryDragIcon();
	afx_msg void OnClose();
	afx_msg void OnSetqss();
	afx_msg void OnCheckall();
	afx_msg void OnCancelqss();
	afx_msg void OnSetqsssave();
	afx_msg int  OnCreate(LPCREATESTRUCT lpCreateStruct);
	virtual void OnOK();
	afx_msg void OnAppOpen();
	afx_msg void OnAppSuspend();
	afx_msg void OnSize(UINT nType, int cx, int cy);
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

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

#endif // !defined(AFX_QSSREADBOTDLG_H__869272F8_7446_40C0_9180_5D1A452C3344__INCLUDED_)

⌨️ 快捷键说明

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