-
大小: 0.42M文件類型: .zip金幣: 1下載: 0 次發布日期: 2020-12-26
- 語言: C#
- 標簽: ProgressBar??開發??進度條??
資源簡介
代碼片段和文件信息
using?System;
using?System.ComponentModel;
using?System.Drawing;
using?System.Windows.Forms;
using?System.Collections.Generic;
namespace?ProgressODoom?{
///?
public?enum?ProgressType?{
Smooth?MarqueeWrap?MarqueeBounce?MarqueeBounceDeep?Animated
}
///?
public?abstract?class?AbstractProgressBar?:?Control?{
protected?int?minimum?=?0;
protected?int?maximum?=?100;
protected?int?value?=?0;
protected?Rectangle?borderbox;
protected?Rectangle?progressbox;
protected?Rectangle?backbox;
private?bool?showPercent?=?false;
private?int?padding?=?0;
#region?Marquee
protected?ProgressType?type?=?ProgressType.Smooth;
protected?int?marqueeSpeed?=?30;
protected?int?marqueePercentage?=?25;
protected?int?marque
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2017-09-28?20:17??.vs\
?????目錄???????????0??2017-09-28?20:17??.vs\ProgressODoom\
?????目錄???????????0??2017-09-28?20:17??.vs\ProgressODoom\v14\
?????目錄???????????0??2017-09-28?20:16??ProgressODoom\
?????文件????????1419??2017-09-28?20:16??ProgressODoom.sln
?????文件????????6862??2009-01-16?22:55??ProgressODoom\AbstractProgressBar.cs
?????文件????????3598??2008-12-19?09:46??ProgressODoom\AbstractProgressPainter.cs
?????文件????????4768??2008-12-19?10:13??ProgressODoom\BarberPoleProgressPainter.cs
?????文件????????3630??2008-12-19?10:13??ProgressODoom\BevelledGradientProgressPainter.cs
?????文件????????2675??2008-12-19?10:14??ProgressODoom\BevelledProgressPainter.cs
?????目錄???????????0??2017-09-28?20:16??ProgressODoom\bin\
?????目錄???????????0??2017-09-28?20:19??ProgressODoom\bin\Debug\
?????文件??????107520??2017-09-28?20:19??ProgressODoom\bin\Debug\ProgressODoom.dll
?????文件??????210432??2017-09-28?20:19??ProgressODoom\bin\Debug\ProgressODoom.pdb
?????文件?????????361??2008-09-04?21:58??ProgressODoom\CandyCane.png
?????文件????????4369??2008-12-19?10:14??ProgressODoom\CandyCaneBackgroundPainter.cs
?????文件????????6289??2008-12-19?10:13??ProgressODoom\CandyCaneProgressPainter.cs
?????文件????????2757??2008-12-23?16:38??ProgressODoom\ChainedGlossPainter.cs
?????文件????????7654??2008-08-28?12:38??ProgressODoom\ColorTools.cs
?????文件????????5574??2008-12-23?14:38??ProgressODoom\DualProgressBar.cs
?????文件????????3024??2008-12-19?09:58??ProgressODoom\FlatGlossPainter.cs
?????文件????????7852??2008-12-19?10:14??ProgressODoom\FruityLoopsBackgroundPainter.cs
?????文件????????6416??2008-12-19?10:11??ProgressODoom\FruityLoopsProgressPainter.cs
?????文件????????3148??2008-12-19?10:15??ProgressODoom\GradientBackgroundPainter.cs
?????文件????????3477??2008-12-19?09:58??ProgressODoom\GradientGlossPainter.cs
?????文件????????3623??2008-08-28?11:07??ProgressODoom\HSV.cs
?????文件?????????498??2009-01-18?13:33??ProgressODoom\IAnimatedProgressPainter.cs
?????目錄???????????0??2008-12-18?23:09??ProgressODoom\Icons\
?????文件????????1406??2008-12-18?23:08??ProgressODoom\Icons\BarberPoleProgressPainter.ico
?????文件????????1406??2008-12-18?23:08??ProgressODoom\Icons\BevelledGradientProgressPainter.ico
?????文件????????1406??2008-12-19?09:09??ProgressODoom\Icons\BevelledProgressPainter.ico
............此處省略102個文件信息
- 上一篇:c# 資源管理器
- 下一篇:c# 導出 excel表格
評論
共有 條評論