代码搜索:progressBar
找到约 2,245 项符合「progressBar」的源代码
代码结果 2,245
www.eeworm.com/read/305277/3777127
scala progressbar.scala
package scala.swing
import event._
/**
* @see javax.swing.JProgressBar
*/
class ProgressBar(override val peer: javax.swing.JProgressBar) extends Component(peer) with Orientable {
def this() = th
www.eeworm.com/read/305204/3779725
c progressbar.c
// $Id: progressbar.c,v 1.7 2000/11/17 07:02:01 ymwei Exp $
//
// progressbar.c: the Progress Bar Control module.
//
// Copyright (C) 1999, 2000, Wei Yongming.
//
// Current maintainer: Wei Yonming.
www.eeworm.com/read/305204/3779736
h progressbar.h
//
// $Id: progressbar.h,v 1.2 2000/08/07 03:19:12 weiym Exp $
//
// prograssbar.h: the head file of Prograss Bar Control module.
//
// Copyright (c) 1999, Wei Yongming.
//
//
// Note:
// Originally
www.eeworm.com/read/304488/3799136
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/297604/3885665
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/292741/3941985
java progressbar.java
package org.j4me.ui.components;
import java.util.*;
import javax.microedition.lcdui.*;
import org.j4me.ui.*;
import org.j4me.util.*;
/**
* Displays a progress bar that indicates the state o
www.eeworm.com/read/292740/3942054
java progressbar.java
package opusmicro.demos.canvas;
import javax.microedition.lcdui.Display;
import javax.microedition.lcdui.Displayable;
import javax.microedition.lcdui.Graphics;
/**
* 模块功能:J2ME进度条
*/
publi
www.eeworm.com/read/292636/3951629
js progressbar.js
/*
* Ext JS Library 2.0
* Copyright(c) 2006-2007, Ext JS, LLC.
* licensing@extjs.com
*
* http://extjs.com/license
*/
/**
* @class Ext.ProgressBar
* @extends Ext.BoxComponent
*
www.eeworm.com/read/290343/3977718
js progressbar.js
/*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copy
www.eeworm.com/read/285741/4045324
h progressbar.h
#if !defined(AFX_PROGRESSBAR_H__2C98AB81_6E57_11D4_85D1_00A0CC253EAC__INCLUDED_)
#define AFX_PROGRESSBAR_H__2C98AB81_6E57_11D4_85D1_00A0CC253EAC__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endi