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

📄 comrefer.h

📁 导师刚刚让我做的小项目,是智能公交站台的一部分,其中有串口通讯,和vc类之间通讯,还有改变控件的颜色等
💻 H
字号:
#pragma once
#include "afxwin.h"


// CComRefer 对话框
#define WM_CHDATA (WM_USER+100)

class CComRefer : public CDialog
{
	DECLARE_DYNAMIC(CComRefer)

public:
	CComRefer(CWnd* pParent = NULL);   // 标准构造函数
	virtual ~CComRefer();

// 对话框数据
	enum { IDD = IDD_DIALOG_COMREFER };

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

	DECLARE_MESSAGE_MAP()
public:
	afx_msg void OnBnClickedOk();
	afx_msg void OnTimer(UINT nIDEvent);
	afx_msg int OnCreate(LPCREATESTRUCT lpCreateStruct);
	afx_msg LRESULT  OnChData(WPARAM wParam,LPARAM lParam);
	void ComReferFunction(void);
	int flag;
	afx_msg void OnPaint();
	int m_s1;
	int m_s2;
	int m_s3;
	int m_s4;
	int m_s5;
	int m_s6;
	int m_s7;
	int m_s8;
	int m_s9;
	int m_s10;
	int m_x1;
	int m_x2;
	int m_x3;
	int m_x4;
	int m_x5;
	int m_x6;
	int m_x7;
	int m_x8;
	int m_x9;
	int m_x10;
	void ShowLight(void);
	int m_77;
	int m_105;
	CFont myFont;
	afx_msg HBRUSH OnCtlColor(CDC* pDC, CWnd* pWnd, UINT nCtlColor);
	int m_light77;
	int m_light105;
	void LightTimeControl(void);
	int dataofflag;
	CBrush m_bkBrush;
	CBrush m_bkBrush1;
	CBrush m_bkBrush2;
};

⌨️ 快捷键说明

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