代码搜索:Label
找到约 10,000 项符合「Label」的源代码
代码结果 10,000
www.eeworm.com/read/200358/15435010
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/200358/15435016
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/200155/15439530
h label.h
/*
Program: revava - Atmel Dis-Assembler
File: Label.h
Parts of this are Copyright (C) 1997-1999 Uros Platise
The rest of it is Copyright (C) 2001 Daniel J. Winker
This program is free soft
www.eeworm.com/read/200155/15439535
c label.c
/*
Program: revava - Atmel Dis-Assembler
File: Label.cpp
Parts of this are Copyright (C) 1997-1999 Uros Platise
The rest of it is Copyright (C) 2001 Daniel J. Winker
This file is added
www.eeworm.com/read/200020/15443867
ico label.ico
www.eeworm.com/read/113322/15464863
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/113322/15464870
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/112857/15475633
h label.h
#if !defined(AFX_LABEL_H__A4EABEC5_2E8C_11D1_B79F_00805F9ECE10__INCLUDED_)
#define AFX_LABEL_H__A4EABEC5_2E8C_11D1_B79F_00805F9ECE10__INCLUDED_
#if _MSC_VER >= 1000
#pragma once
#endif // _MSC_V
www.eeworm.com/read/112857/15475656
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/112387/15489081
cpp label.cpp
// Label.cpp : implementation file
//
#include "stdafx.h"
#include "Label.h"
#include "resource.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;