代码搜索:Panel
找到约 10,000 项符合「Panel」的源代码
代码结果 10,000
www.eeworm.com/read/281241/10254819
h panel.h
/****************************************************************************
* File: PANEL.h *
* Description: Header file for Panel
www.eeworm.com/read/355394/10269220
h panel.h
#pragma once
class CPanel
{
public:
CPanel(void);
~CPanel(void);
void AddButton(const string& strName,CButtonEx* pButton);
map m_mapButton;
void OnLButtonDown(POI
www.eeworm.com/read/355394/10269276
cpp panel.cpp
#include "StdAfx.h"
#include "Panel.h"
CPanel::CPanel(void)
{
}
CPanel::~CPanel(void)
{
}
void CPanel::AddButton(const string& strName,CButtonEx* pButton)
{
m_mapButton[strName] = pBu
www.eeworm.com/read/354661/10336534
h panel.h
//----------------------------------------------------------------------------------------------------
// Name : Panel.h
// Date : Jul, 13, 2005
// By : x.hu
//
// Update Note :
//
//--
www.eeworm.com/read/353294/10456312
v panel.v
// Copyright (c) Charles HY Cheung, Cornell University
// Interfaces PS/2 keyboard keys to OSCILLOSCOPE and TRACE control
module PANEL (
input keyboardclk,
input reset,
input [7:0] key_code,
o
www.eeworm.com/read/279109/10463819
cpp panel.cpp
#include "precomp.h"
///////////////////////////////////////////////////////////////////////////////
// Macro for printing debug messages
#if 1
// Print messages only in DEBUG mode
#define ME
www.eeworm.com/read/279109/10463850
h panel.h
/*
* Voyager GX SDK
*
* $Workfile: PANEL.H $
*
* This file contains the definitions for the panel functions.
*
* Written by Frido Garritsen
* Copyright (c) 2002 - Silicon Motion, I
www.eeworm.com/read/160900/10475535
cpp panel.cpp
// Machine generated IDispatch wrapper class(es) created by Microsoft Visual C++
// NOTE: Do not modify the contents of this file. If this class is regenerated by
// Microsoft Visual C++, your m
www.eeworm.com/read/160900/10475565
h panel.h
#if !defined(AFX_PANEL_H__A40A3797_0584_4FB6_B947_EBE634ECE4A1__INCLUDED_)
#define AFX_PANEL_H__A40A3797_0584_4FB6_B947_EBE634ECE4A1__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VE
www.eeworm.com/read/278961/10484907