代码搜索:progressBar
找到约 2,245 项符合「progressBar」的源代码
代码结果 2,245
www.eeworm.com/read/131713/14132352
h progressbar.h
#if !defined(AFX_PROGRESSBAR_H__42FE2419_A149_4B0E_A059_EFAE896BBA1B__INCLUDED_)
#define AFX_PROGRESSBAR_H__42FE2419_A149_4B0E_A059_EFAE896BBA1B__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endi
www.eeworm.com/read/131713/14132372
cpp progressbar.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/129197/14258269
mf progressbar.mf
Manifest-Version: 1.0
Created-By: 1.4.0 (Sun Microsystems Inc.)
Name: com/samspublishing/jpp/ch15/ProgressBar.class
Java-Bean: True
www.eeworm.com/read/129197/14258271
jar progressbar.jar
www.eeworm.com/read/129197/14258282
java progressbar.java
/*
* ProgressBar.java
*
* Created on August 27, 2002, 11:18 AM
*/
package com.samspublishing.jpp.ch15;
import java.awt.*;
import java.awt.event.*;
import java.beans.*;
import java.io.
www.eeworm.com/read/125638/14481470
java progressbar.java
package istarion.frontend;
public interface ProgressBar extends FrontendComponent
{
public void setText(String text);
public void setSteps(int steps);
public void nextStep();
}
www.eeworm.com/read/123954/14605193
png progressbar.png
www.eeworm.com/read/122039/14722482
cpp progressbar.cpp
// ProgressBar.cpp : implementation file
/////////////////////////////////////////////////////////////////////////////
// CProgressBar - status bar progress control
//
// Written by Chris Maund
www.eeworm.com/read/122039/14722500
h progressbar.h
// ProgressBar.h : header file
//
#ifndef _INCLUDE_PROGRESSBAR_H_
#define _INCLUDE_PROGRESSBAR_H_
/////////////////////////////////////////////////////////////////////////////
// CProgres