代码搜索:progressBar
找到约 2,245 项符合「progressBar」的源代码
代码结果 2,245
www.eeworm.com/read/357208/3028240
h progressbar.h
/**
* \file progressbar.h
* \author Wei Yongming
* \date 2001/12/29
*
\verbatim
Copyright (C) 2002-2005 Feynman Software.
Copyright (C) 1998-2002 Wei Yongming.
T
www.eeworm.com/read/356711/3038068
js progressbar.js
function setPgb(pgbID, pgbValue) {
if (pgbObj = document.getElementById(pgbID))
pgbObj.width = pgbValue + '%'; // increase the progression by changing the width of the table
if (lblObj = do
www.eeworm.com/read/355930/3046377
rc progressbar.rc
//Microsoft Developer Studio generated resource script.
//
#include "resource.h"
#define APSTUDIO_READONLY_SYMBOLS
/////////////////////////////////////////////////////////////////////////////
www.eeworm.com/read/355930/3046379
dsw progressbar.dsw
Microsoft Developer Studio Workspace File, Format Version 6.00
# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
###############################################################################
www.eeworm.com/read/355930/3046380
clw progressbar.clw
; CLW file contains information for the MFC ClassWizard
[General Info]
Version=1
LastClass=CProgressBarDlg
LastTemplate=CDialog
NewFileInclude1=#include "stdafx.h"
NewFileInclude2=#include "Pr
www.eeworm.com/read/355930/3046381
h progressbar.h
// ProgressBar.h : main header file for the PROGRESSBAR application
//
#if !defined(AFX_PROGRESSBAR_H__478647CB_BFE8_4973_A20A_07C2D0B5C642__INCLUDED_)
#define AFX_PROGRESSBAR_H__478647CB_BFE8_49
www.eeworm.com/read/355930/3046383
plg progressbar.plg
Build Log
--------------------Configuration: ProgressBar - Win32 Debug--------------------
Command Lines
Creating command line "rc.exe /l 0x804
www.eeworm.com/read/355930/3046385
dsp progressbar.dsp
# Microsoft Developer Studio Project File - Name="ProgressBar" - Package Owner=
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x8
www.eeworm.com/read/355930/3046387
cpp progressbar.cpp
// ProgressBar.cpp : Defines the class behaviors for the application.
//
#include "stdafx.h"
#include "ProgressBar.h"
#include "ProgressBarDlg.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef
www.eeworm.com/read/355845/3047504
m progressbar.m
function progressbar(n,N,w)
% progressbar - display a progress bar
%
% progressbar(n,N,w);
%
% displays the progress of n out of N.
% n should start at 1.
% w is the width of the bar (default w=20