代码搜索:progressBar
找到约 2,245 项符合「progressBar」的源代码
代码结果 2,245
www.eeworm.com/read/224589/14582142
pas pg2.pas
unit Pg2;
interface
uses
Classes, comctrls;
type
TMyThread = class(TThread)
private
PB : TProgressBar; // Reference to ProgressBar
procedure InitProgressBar; // Setup Pro
www.eeworm.com/read/223331/14645487
cs processingsplash.cs
using System;
using System.Drawing;
using System.Collections;
using System.ComponentModel;
using System.Windows.Forms;
namespace SuDokuSolution
{
public class ProcessingSplash : System.Wi
www.eeworm.com/read/222315/14696361
java bookinfodemo.java
/*
*程序加载进度
*/
package pkg;
import javax.swing.*;
import java.awt.*;
class BookinfoDemo extends JWindow implements Runnable{
private Thread th;
private JProgressBar progressBar;
www.eeworm.com/read/220516/14798154
pas updatebios.pas
unit updatebios;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
ExtCtrls, StdCtrls, ComCtrls;
type
Tupdateform = class(TForm)
Label1: T
www.eeworm.com/read/220516/14798202
~pas updatebios.~pas
unit updatebios;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
ExtCtrls, StdCtrls, ComCtrls;
type
Tupdateform = class(TForm)
Label1: T
www.eeworm.com/read/219054/14896691
h recordercontainer.h
/*
* ============================================================================
* Name : CRecorderContainer from RecorderContainer.h
* Part of : RecorderExample
* Created : 20.03.2005 b
www.eeworm.com/read/116418/14971458
pas uniprintform.pas
unit UniPrintForm;
interface
uses
SysUtils, Dialogs, ExtCtrls, DBCtrls, StdCtrls, Graphics,
Mask, DB, DBTables, Printers, FMTBcd, SqlExpr, ComCtrls,
Classes, Controls, Forms, math, DBXp
www.eeworm.com/read/115226/15020603
js checkingloginstatecomponent.js
function CheckingLoginStateComponent(oStringBundle, oRegService) {
BiComponent.call(this);
this.stringBundle = oStringBundle;
this.messageLabel = new BiLabel;
this.progressBar = new BiUndetermine
www.eeworm.com/read/114100/15110710
txt index1.txt
1,运行程序时出现Snapshot 用户定义类型未定义
问题: 本人有一工程是vb6.0编写的,现已经升级为vb6.0,data控件是用dao2.5/3.5 compatibility library 现在想升级到dao3.60 object ibrary,运行程序时出现 Dim SsDEPOSIT As Snapshot 用户定义类型未定义。(已经在工程-引用下选择dao3.60)