• 大小: 35KB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2021-01-07
  • 语言: 其他
  • 标签: 11  

资源简介

使用serialport类,四个串口,多线程,已使用,效果可以

资源截图

代码片段和文件信息

//---------------------------------------------------------------------------------------
// ColorStatic.cpp
//
// Contents:
// A costum made control to display colorred text
//
// Environment:
// Microsoft Windows NT 4.0 Visual C++ 5.0
//
// Revision 
#include “stdafx.h“
#include “ColorStatic.h“

#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif

//
// default contructor
//
CColorStatic::CColorStatic()
{
m_Font = NULL;
m_BackgroundColor = RGB(255 255 255); // white color
m_TextColor = RGB(0 0 0); // black text
m_brBackgroundBrush.CreateSolidBrush(m_BackgroundColor);
}

//
// contructor for dialog based static controls
//
BOOL CColorStatic::Attach(CWnd* pParent UINT nID CFont* font COLORRE

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件       2143  1997-09-24 14:58  CommTest\ColorStatic.cpp

     文件       1133  1997-09-24 11:00  CommTest\ColorStatic.h

     文件       3490  1997-12-26 11:46  CommTest\commtest.clw

     文件       1380  1998-02-01 17:21  CommTest\commtest.cpp

     文件       4442  2007-12-07 16:11  CommTest\commtest.dsp

     文件        541  2007-10-11 14:30  CommTest\CommTest.dsw

     文件       1481  1998-02-01 17:21  CommTest\commtest.h

     文件      58368  2007-12-08 09:58  CommTest\CommTest.ncb

     文件      54784  2007-12-08 09:58  CommTest\CommTest.opt

     文件       1893  2007-12-07 16:00  CommTest\commtest.plg

     文件      11867  1997-12-26 11:48  CommTest\commtest.rc

     文件      12949  2007-12-07 16:11  CommTest\commtestDlg.cpp

     文件       1998  1998-02-01 17:21  CommTest\commtestDlg.h

     文件       2826  1998-02-01 17:21  CommTest\ConfigDlg.cpp

     文件       1597  1998-02-01 17:21  CommTest\ConfigDlg.h

     文件      13312  1998-02-01 17:43  CommTest\readme.doc

     文件       1078  1997-09-25 16:05  CommTest\res\commtest.ico

     文件        400  1997-09-24 10:17  CommTest\res\commtest.rc2

     文件       2387  1997-11-12 11:38  CommTest\Resource.h

     文件      17480  2007-12-07 16:40  CommTest\SerialPort.cpp

     文件       3011  2007-12-07 16:13  CommTest\SerialPort.h

     文件        206  1997-09-24 10:17  CommTest\StdAfx.cpp

     文件        928  1997-09-24 10:17  CommTest\StdAfx.h

     目录          0  2008-02-23 17:17  CommTest\Debug

     目录          0  2007-10-16 08:59  CommTest\res

     目录          0  2007-12-08 09:58  CommTest

     文件        218  2007-06-05 03:14  www.pudn.com.txt

----------- ---------  ---------- -----  ----

               199912                    27



............此处省略0个文件信息

评论

共有 条评论