代码搜索:Label
找到约 10,000 项符合「Label」的源代码
代码结果 10,000
www.eeworm.com/read/129454/14242042
gif label.gif
www.eeworm.com/read/128060/14317820
h label.h
#if !defined(AFX_LABEL_H__59128F70_6CC6_11D4_BD73_000021479D21__INCLUDED_)
#define AFX_LABEL_H__59128F70_6CC6_11D4_BD73_000021479D21__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VE
www.eeworm.com/read/128060/14317834
cpp label.cpp
// Label.cpp : implementation file
//
#include "stdafx.h"
#include "Label.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif
//////////
www.eeworm.com/read/127940/14327032
h label.h
#pragma once
// CLabel
enum FlashType {None, Text, Background };
class CLabel : public CStatic
{
DECLARE_DYNAMIC(CLabel)
public:
public:
CLabel();
CLabel& SetBkColor(COLORREF crBkgn
www.eeworm.com/read/127940/14327038
cpp label.cpp
// Label.cpp : 实现文件
//
#include "stdafx.h"
#include "Label.h"
// CLabel
IMPLEMENT_DYNAMIC(CLabel, CStatic)
CLabel::CLabel()
{
m_crText = GetSysColor(COLOR_WINDOWTEXT);
m_hBrush
www.eeworm.com/read/228660/14371126