代码搜索:progressBar
找到约 2,245 项符合「progressBar」的源代码
代码结果 2,245
www.eeworm.com/read/438288/1826378
cpp progressbar.cpp
#include "stdafx.h"
#include "ProgressBar.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif
ProgressBar::ProgressBar()
: m_error( false )
, m
www.eeworm.com/read/433231/1884807
js progressbar.js
/*
* Ext JS Library 2.0.2
* Copyright(c) 2006-2008, Ext JS, LLC.
* licensing@extjs.com
*
* http://extjs.com/license
*/
/**
* @class Ext.ProgressBar
* @extends Ext.BoxComponent
*
www.eeworm.com/read/432815/1889443
h progressbar.h
/**
*file progressbar.h
*@
*/
#ifndef _COMPONENT_PROGRESSBAR
#define _COMPONENT_PROGRESSBAR
#include "component.h"
typedef enum {PROGRESS_RECT, PROGRESS_SMOOTH, PROGRESS_SLIDER} progress
www.eeworm.com/read/430448/1930288
c progressbar.c
#include "../lcd.h"
void LCD_progressbar(u08 y, u08 value)
{
register u08 xx, yy, z;
LCD_xy(0,y); // ustaw kursor na pocz箃ek wiersza
value=(value*6)/LCD_X; // rozpoczyna obliczanie
www.eeworm.com/read/430445/1930577
c progressbar.c
#include "../lcd.h"
void LCD_progressbar(u08 y, u08 value)
{
register u08 xx, yy, z;
LCD_xy(0,y); // ustaw kursor na pocz箃ek wiersza
value=(value*6)/LCD_X; // rozpoczyna obliczanie
www.eeworm.com/read/427735/1966973
h progressbar.h
// Windows/Control/ProgressBar.h
#ifndef __WINDOWS_CONTROL_PROGRESSBAR_H
#define __WINDOWS_CONTROL_PROGRESSBAR_H
#include "Windows/Window.h"
#include "Windows/Defs.h"
namespace NWindows {
www.eeworm.com/read/426274/1994293
js progressbar.js
/*
Copyright (c) 2004-2006, The Dojo Foundation
All Rights Reserved.
Licensed under the Academic Free License version 2.1 or above OR the
modified BSD license. For more information on Dojo l
www.eeworm.com/read/425805/2002933
c progressbar.c
/*
** $Id: progressbar.c,v 1.29 2004/06/26 07:49:31 weiym Exp $
**
** progressbar.c: the Progress Bar Control module.
**
** Copyright (C) 2003, 2004 Feynman Software.
** Copyright (C) 1999 ~ 200
www.eeworm.com/read/425805/2002952
h progressbar.h
/*
** $Id: progressbar.h,v 1.6 2003/09/04 03:40:35 weiym Exp $
**
** prograssbar.h: the head file of PrograssBar control.
**
** Copyright (c) 2003 Feynman Software.
** Copyright (c) 1999 ~ 2002
www.eeworm.com/read/419645/2074521
h progressbar.h
// Windows/Control/ProgressBar.h
#ifndef __WINDOWS_CONTROL_PROGRESSBAR_H
#define __WINDOWS_CONTROL_PROGRESSBAR_H
#include "Windows/Window.h"
#include "Windows/Defs.h"
namespace NWindows {