代码搜索:progressBar

找到约 2,245 项符合「progressBar」的源代码

代码结果 2,245
www.eeworm.com/read/124619/6043834

h progressbar.h

#ifndef PROGRESSBAR_H #define PROGRESSBAR_H /* A Simple ProgressBar for test execution display */ class ProgressBar { public: ProgressBar (CWnd *baseWindow, CRect&
www.eeworm.com/read/124619/6043839

cpp progressbar.cpp

#include "stdafx.h" #include "ProgressBar.h" // Paint the progress bar in response to a paint message void ProgressBar::paint (CDC& dc) { paintBackground (dc); paintStatus (dc)
www.eeworm.com/read/124486/6046742

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 Wei Yo
www.eeworm.com/read/123279/6061919

h progressbar.h

#if !defined(AFX_PROGRESSBAR_H__F2CB2DBB_467B_4978_829B_CAD101EA4B8A__INCLUDED_) #define AFX_PROGRESSBAR_H__F2CB2DBB_467B_4978_829B_CAD101EA4B8A__INCLUDED_ #if _MSC_VER > 1000 #pragma once #endif //
www.eeworm.com/read/123279/6061949

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/122504/6065301

java progressbar.java

package uk.ac.leeds.ccg.widgets; import java.awt.*; public class ProgressBar extends Canvas implements ProgressEventListener{ double completed=0.0; double max=100.0; public ProgressBar(dou
www.eeworm.com/read/113668/6126774

h progressbar.h

/* $Id: progressbar.h,v 1.15 2004/01/02 15:42:43 mbn Exp $ ** ** ClanLib Game SDK ** Copyright (C) 2003 The ClanLib Team ** For a total list of contributers see the file CREDITS. ** ** Thi
www.eeworm.com/read/106122/6196809

cs progressbar.cs

using System; using System.Web.UI; using System.Web.UI.WebControls; using System.ComponentModel; namespace ASPNET.StarterKit.Communities { /// /// Progress bar control is used for
www.eeworm.com/read/103321/6217713

java progressbar.java

package oreilly.jonathan.awt; import java.awt.*; public class ProgressBar extends Canvas { int mLevel; int mMaximum; Color mFrameColor; public ProgressBar() { this(100); }
www.eeworm.com/read/443287/6315972

tcl progressbar.tcl

# ------------------------------------------------------------------------------ # progressbar.tcl # This file is part of Unifix BWidget Toolkit # ---------------------------------------------------