代码搜索:progressBar
找到约 2,245 项符合「progressBar」的源代码
代码结果 2,245
www.eeworm.com/read/345306/11822302
java progressdialog.java
/*
* @(#)ProgressDialog.java 1.2 00/03/07
*
* Copyright (c) 1999 Sun Microsystems, Inc. All Rights Reserved.
*
* Sun grants you ("Licensee") a non-exclusive, royalty free, license to use,
* modi
www.eeworm.com/read/258801/11842668
~pas unitexport.~pas
unit UnitExport;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, StdCtrls, Buttons, ADODB, ComCtrls, StrUtils, ComObj, OleServer,
ADOX
www.eeworm.com/read/258801/11842934
pas unitexport.pas
unit UnitExport;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, StdCtrls, Buttons, ADODB, ComCtrls, StrUtils, ComObj, OleServer,
ADOX
www.eeworm.com/read/257357/11932870
~pas main.~pas
unit Main;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, StdCtrls, ExtCtrls, ComCtrls, ImgList, ToolWin;
type
TForm1 = class(TFor
www.eeworm.com/read/257357/11932910
pas main.pas
unit Main;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, StdCtrls, ExtCtrls, ComCtrls, ImgList, ToolWin;
type
TForm1 = class(TFor
www.eeworm.com/read/343078/11976635
cs class1.cs
/*****************************************************************
** File Name: frmMain.cs
** Copyright (c) 1999 -2003
** Creator: FirePhoenix
** Created Date: 2004-11-13 15:2
www.eeworm.com/read/342802/11998677
frm frmmain.frm
VERSION 5.00
Object = "{3B7C8863-D78F-101B-B9B5-04021C009402}#1.2#0"; "RICHTX32.OCX"
Object = "{831FDD16-0C5C-11D2-A9FC-0000F8754DA1}#2.0#0"; "mscomctl.ocx"
Begin VB.Form frmMain
Caption
www.eeworm.com/read/153863/12001975
cs progressform.cs
using System;
using System.Windows.Forms;
using System.Drawing;
namespace CommonComponent.CommonIE
{
///
///
///
public class ProgressForm : System.Windows.Forms.Fo
www.eeworm.com/read/151252/12225833
txt 数据库技巧4.txt
序号 内 容
1 为VFP设计一个进度条类
2 如何有效率的设置控件属性?
3 如何显示垂直的标签?
4 使用报表打印时,如何控制打印页数及范围?
5 用VFP建立适用不同分辨率的菜单
6 在VFP应用程序中如何取得现有的磁盘代号?
7 创建不带有标题栏的顶层表单实例
8 Visual FoxPro 3.0中背景音乐的实现
9 在VFP中如何设计EXCEL ...
www.eeworm.com/read/130421/14194953
pas pg2.pas
unit Pg2;
interface
uses
Classes, comctrls;
type
TMyThread = class(TThread)
private
PB : TProgressBar; // Reference to ProgressBar
procedure InitProgressBar; // Setup Pro