QuakeGod
2022-01-16 326d3e312c74726814c39c9d112faab03c4a167c
MyLib/StaticEx.cpp
@@ -1,7 +1,7 @@
// StaticEx.cpp : 实现文件
//
#include "stdafx.h"
#include "pch.h"
//#include "stdafx.h"
#include "StaticEx.h"
@@ -32,7 +32,9 @@
{
   this->crCtlColor=color;
   this->bCtlColorDef=true;
   this->RedrawWindow();
}
void CStaticEx::SetTextColor(COLORREF color)
{
      this->crTextColor=color;