代码搜索:progressBar
找到约 2,245 项符合「progressBar」的源代码
代码结果 2,245
www.eeworm.com/read/326445/13141724
ctl usercontrol1.ctl
VERSION 5.00
Begin VB.UserControl XP_ProgressBar
ClientHeight = 990
ClientLeft = 0
ClientTop = 0
ClientWidth = 3000
ScaleHeight = 990
ScaleWid
www.eeworm.com/read/336749/12416858
ctl progressbarstylexp.ctl
VERSION 5.00
Begin VB.UserControl XP_ProgressBar
ClientHeight = 390
ClientLeft = 0
ClientTop = 0
ClientWidth = 3000
ScaleHeight = 390
ScaleWid
www.eeworm.com/read/243967/4516525
pas demowin.pas
unit demowin;
interface
uses
Windows, SysUtils, Classes, Controls, Forms, Dialogs,
ExtCtrls, StdCtrls, ComCtrls, HTTPGet;
type
TMainform = class(TForm)
ProgressBar: TProgressBar
www.eeworm.com/read/241005/4564411
pas demowin.pas
unit demowin;
interface
uses
Windows, SysUtils, Classes, Controls, Forms, Dialogs,
ExtCtrls, StdCtrls, ComCtrls, HTTPGet;
type
TMainform = class(TForm)
ProgressBar: TProgressBar
www.eeworm.com/read/347603/3166654
am makefile.am
COMMON_PROGS=helloworld mycontrol dialogbox simplekey \
static button listbox edit combobox menubutton progressbar trackbar newtoolbar propsheet \
scrollbar painter cap
www.eeworm.com/read/312645/3650553
h winctl.h
/* winctl.h*/
/*
* Header file for builtin controls
* This currently includes button, progressbar, listbox, edit
*/
/* entry points*/
int WINAPI MwRegisterButtonControl(HINSTANCE hInstance)
www.eeworm.com/read/386991/2564727
ctl usercontrol1.ctl
VERSION 5.00
Begin VB.UserControl XP_ProgressBar
ClientHeight = 990
ClientLeft = 0
ClientTop = 0
ClientWidth = 3000
ScaleHeight = 990
ScaleWid
www.eeworm.com/read/471487/6894602
ctl xppbr.ctl
VERSION 5.00
Begin VB.UserControl XP_ProgressBar
ClientHeight = 990
ClientLeft = 0
ClientTop = 0
ClientWidth = 3000
ScaleHeight = 990
ScaleWid
www.eeworm.com/read/294875/8196117
cc example-2.cc
/* This program displays a "pulsing" (or whatever it's called)
* ProgressBar, adds a timeout function to keep it updated, shows how
* to make a derived widget in conjunction with libglade, demonstra
www.eeworm.com/read/294875/8196131
c example-2.c
/* This program displays a "pulsing" (or whatever it's called)
* ProgressBar, adds a timeout function to keep it updated, shows how
* to obtain an individual widget that libglade created, and also