aboutsummaryrefslogtreecommitdiff
path: root/TimeHACK.Main/GlobalPrograms/WinClassicDownloader.Designer.cs
diff options
context:
space:
mode:
authorlempamo <[email protected]>2017-07-26 21:00:35 -0400
committerlempamo <[email protected]>2017-07-26 21:00:35 -0400
commite1a0433b6bac1a0db985e40b8e94cd43d0f7302a (patch)
tree24a838b2667eaa6c2659d749194f00889fde466f /TimeHACK.Main/GlobalPrograms/WinClassicDownloader.Designer.cs
parenta852b2c7f2bb372a89e78e805298c33c00ebe924 (diff)
downloadhistacom2-e1a0433b6bac1a0db985e40b8e94cd43d0f7302a.tar.gz
histacom2-e1a0433b6bac1a0db985e40b8e94cd43d0f7302a.tar.bz2
histacom2-e1a0433b6bac1a0db985e40b8e94cd43d0f7302a.zip
fixing alexcode in downloader, part 1
Diffstat (limited to 'TimeHACK.Main/GlobalPrograms/WinClassicDownloader.Designer.cs')
-rw-r--r--TimeHACK.Main/GlobalPrograms/WinClassicDownloader.Designer.cs28
1 files changed, 12 insertions, 16 deletions
diff --git a/TimeHACK.Main/GlobalPrograms/WinClassicDownloader.Designer.cs b/TimeHACK.Main/GlobalPrograms/WinClassicDownloader.Designer.cs
index b0822c9..425466a 100644
--- a/TimeHACK.Main/GlobalPrograms/WinClassicDownloader.Designer.cs
+++ b/TimeHACK.Main/GlobalPrograms/WinClassicDownloader.Designer.cs
@@ -29,28 +29,15 @@
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
- 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();
this.transferLbl = new System.Windows.Forms.Label();
this.dlTimer = new System.Windows.Forms.Timer(this.components);
this.dlSpeed = new System.Windows.Forms.Timer(this.components);
+ this.progBar = new System.Windows.Forms.ProgressBar();
this.SuspendLayout();
//
- // progBar
- //
- this.progBar.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- 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
//
this.amountLbl.AutoSize = true;
@@ -98,10 +85,20 @@
this.dlSpeed.Interval = 750;
this.dlSpeed.Tick += new System.EventHandler(this.dlSpeed_Tick);
//
+ // progBar
+ //
+ this.progBar.BackColor = System.Drawing.Color.Silver;
+ this.progBar.ForeColor = System.Drawing.Color.Navy;
+ this.progBar.Location = new System.Drawing.Point(6, 32);
+ this.progBar.Name = "progBar";
+ this.progBar.Size = new System.Drawing.Size(399, 23);
+ this.progBar.TabIndex = 15;
+ //
// WinClassicDownloader
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
+ this.BackColor = System.Drawing.Color.Silver;
this.Controls.Add(this.progBar);
this.Controls.Add(this.amountLbl);
this.Controls.Add(this.appName);
@@ -116,13 +113,12 @@
}
#endregion
-
- internal TimeHACK.UI.ProgressBar progBar;
internal System.Windows.Forms.Label amountLbl;
internal System.Windows.Forms.Label appName;
internal System.Windows.Forms.Label locationLbl;
internal System.Windows.Forms.Label transferLbl;
private System.Windows.Forms.Timer dlTimer;
private System.Windows.Forms.Timer dlSpeed;
+ private System.Windows.Forms.ProgressBar progBar;
}
}