diff options
| author | Michael <[email protected]> | 2017-05-07 19:03:07 -0400 |
|---|---|---|
| committer | Michael <[email protected]> | 2017-05-07 19:03:07 -0400 |
| commit | 97cd97b92e3147d2eaa46df8d210a5d25fee5328 (patch) | |
| tree | 521ed3f7056374319cdee620de8fa94d104ab223 /TimeHACK.Main/OS/Win95/Win95Apps | |
| parent | dcd6501aed4423bf28d3e27b596050d68028775c (diff) | |
| download | histacom2-97cd97b92e3147d2eaa46df8d210a5d25fee5328.tar.gz histacom2-97cd97b92e3147d2eaa46df8d210a5d25fee5328.tar.bz2 histacom2-97cd97b92e3147d2eaa46df8d210a5d25fee5328.zip | |
Custom progress bar rendering.
Diffstat (limited to 'TimeHACK.Main/OS/Win95/Win95Apps')
| -rw-r--r-- | TimeHACK.Main/OS/Win95/Win95Apps/WinClassicDownloader.Designer.cs | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/TimeHACK.Main/OS/Win95/Win95Apps/WinClassicDownloader.Designer.cs b/TimeHACK.Main/OS/Win95/Win95Apps/WinClassicDownloader.Designer.cs index fd182fa..b0822c9 100644 --- a/TimeHACK.Main/OS/Win95/Win95Apps/WinClassicDownloader.Designer.cs +++ b/TimeHACK.Main/OS/Win95/Win95Apps/WinClassicDownloader.Designer.cs @@ -29,7 +29,7 @@ private void InitializeComponent() { this.components = new System.ComponentModel.Container(); - this.progBar = new System.Windows.Forms.ProgressBar(); + this.progBar = new TimeHACK.UI.ProgressBar(); this.amountLbl = new System.Windows.Forms.Label(); this.appName = new System.Windows.Forms.Label(); this.locationLbl = new System.Windows.Forms.Label(); @@ -45,6 +45,10 @@ this.progBar.Location = new System.Drawing.Point(5, 29); this.progBar.Name = "progBar"; this.progBar.Size = new System.Drawing.Size(290, 23); + this.progBar.ProgressColor = System.Drawing.Color.FromArgb(19, 36, 105); + this.progBar.Style = System.Windows.Forms.ProgressBarStyle.Blocks; + this.progBar.BlockWidth = 14; + this.progBar.BlockSpacing = 2; this.progBar.TabIndex = 15; // // amountLbl @@ -113,7 +117,7 @@ #endregion - internal System.Windows.Forms.ProgressBar progBar; + internal TimeHACK.UI.ProgressBar progBar; internal System.Windows.Forms.Label amountLbl; internal System.Windows.Forms.Label appName; internal System.Windows.Forms.Label locationLbl; |
