diff options
| author | Alex-TIMEHACK <[email protected]> | 2017-05-19 21:51:48 +0100 |
|---|---|---|
| committer | Alex-TIMEHACK <[email protected]> | 2017-05-19 21:51:48 +0100 |
| commit | 43647f873b9c2cd454b0b9389b952e1b36406725 (patch) | |
| tree | c41de99a6103ad72dd449481d1153da3e1114c8b /TimeHACK.Main/OS/Win95/Win95Apps/WinClassicDownloader.Designer.cs | |
| parent | 044d3dd3aa38f02693d1d2561a4276b2dc1bdd9a (diff) | |
| parent | d9fa6d11aa4889ba4538b00ef56d03da78664025 (diff) | |
| download | histacom2-43647f873b9c2cd454b0b9389b952e1b36406725.tar.gz histacom2-43647f873b9c2cd454b0b9389b952e1b36406725.tar.bz2 histacom2-43647f873b9c2cd454b0b9389b952e1b36406725.zip | |
Fixed Conflicts
Diffstat (limited to 'TimeHACK.Main/OS/Win95/Win95Apps/WinClassicDownloader.Designer.cs')
| -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; |
