QuakeGod
2024-12-24 61deef5cdf96cbfdd6ad45be49e80d597c00ca65
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;