代码搜索:progressBar
找到约 2,245 项符合「progressBar」的源代码
代码结果 2,245
www.eeworm.com/read/159178/10684888
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/348705/10872029
c progressbar.c
/* example-start progressbar progressbar.c */
#include
typedef struct _ProgressData {
GtkWidget *window;
GtkWidget *pbar;
int timer;
} ProgressData;
/* Update the value of t
www.eeworm.com/read/348582/10885445
java progressbar.java
/*
* @(#)ProgressBar.java 1.2 01/03/13
*
* Copyright (c) 1999-2001 Sun Microsystems, Inc. All Rights Reserved.
*
* Sun grants you ("Licensee") a non-exclusive, royalty free, license to use,
* mo
www.eeworm.com/read/271463/10993534
cs progressbar.cs
using System;
using System.Drawing;
using System.Collections;
using System.ComponentModel;
using System.Windows.Forms;
namespace WindowsApplication2
{
///
/// A simple form that
www.eeworm.com/read/124341/6965340
h progressbar.h
/* GTK - The GIMP Toolkit
* Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald
*
* This library is free software; you can redistribute it and/or
* modify it under the terms o
www.eeworm.com/read/124341/6965410
c progressbar.c
/*
* File: progressbar.c
*
* Copyright (C) 2004 Jorge Arellano Cid
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU Gener
www.eeworm.com/read/468111/6993869
h progressbar.h
#if !defined(AFX_PROGRESSBAR_H__08333FA6_BB2A_4D7B_9D83_E5431C049383__INCLUDED_)
#define AFX_PROGRESSBAR_H__08333FA6_BB2A_4D7B_9D83_E5431C049383__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endi
www.eeworm.com/read/468111/6993884
cpp progressbar.cpp
// ProgressBar.cpp : implementation file
//
#include "stdafx.h"
#include "视频编解码器.h"
#include "ProgressBar.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] =
www.eeworm.com/read/468111/6993940