aboutsummaryrefslogtreecommitdiff
path: root/TimeHACK.Main/WinClassicForms/WinClassicDownloader.Designer.cs
diff options
context:
space:
mode:
authorlempamo <[email protected]>2017-03-27 15:58:41 -0400
committerlempamo <[email protected]>2017-03-27 15:58:41 -0400
commitb880da82cd6af92ca704c4c1cd96c8d1fa64ad59 (patch)
treeb58fe5631bd861df849a3c57cfa2e032261bf4dc /TimeHACK.Main/WinClassicForms/WinClassicDownloader.Designer.cs
parent8cf466d0a3e835cbcd22bf768684141c9b996278 (diff)
parent5819bf69c300dfaefa427d701b3bef4a7397e0c9 (diff)
downloadhistacom2-b880da82cd6af92ca704c4c1cd96c8d1fa64ad59.tar.gz
histacom2-b880da82cd6af92ca704c4c1cd96c8d1fa64ad59.tar.bz2
histacom2-b880da82cd6af92ca704c4c1cd96c8d1fa64ad59.zip
Merge remote-tracking branch 'refs/remotes/TimeHACKDevs/master'
# Conflicts: # TimeHACK.Main/bin/Release/TimeHACK.Engine.dll # TimeHACK.Main/bin/Release/TimeHACK.Engine.pdb # TimeHACK.Main/bin/Release/TimeHACK.application # TimeHACK.Main/bin/Release/TimeHACK.exe # TimeHACK.Main/bin/Release/TimeHACK.exe.manifest # TimeHACK.Main/bin/Release/TimeHACK.pdb # TimeHACK.Main/bin/Release/app.publish/TimeHACK.exe # TimeHACK.Main/obj/Release/DesignTimeResolveAssemblyReferencesInput.cache # TimeHACK.Main/obj/Release/TimeHACK.Main.csproj.FileListAbsolute.txt # TimeHACK.Main/obj/Release/TimeHACK.Main.csproj.GenerateResource.Cache # TimeHACK.Main/obj/Release/TimeHACK.Main.csprojResolveAssemblyReference.cache # TimeHACK.Main/obj/Release/TimeHACK.WinClassicTemplate.resources # TimeHACK.Main/obj/Release/TimeHACK.Windows95.resources # TimeHACK.Main/obj/Release/TimeHACK.application # TimeHACK.Main/obj/Release/TimeHACK.exe # TimeHACK.Main/obj/Release/TimeHACK.exe.manifest # TimeHACK.Main/obj/Release/TimeHACK.pdb
Diffstat (limited to 'TimeHACK.Main/WinClassicForms/WinClassicDownloader.Designer.cs')
-rw-r--r--TimeHACK.Main/WinClassicForms/WinClassicDownloader.Designer.cs7
1 files changed, 7 insertions, 0 deletions
diff --git a/TimeHACK.Main/WinClassicForms/WinClassicDownloader.Designer.cs b/TimeHACK.Main/WinClassicForms/WinClassicDownloader.Designer.cs
index 20d218f..cd0b55c 100644
--- a/TimeHACK.Main/WinClassicForms/WinClassicDownloader.Designer.cs
+++ b/TimeHACK.Main/WinClassicForms/WinClassicDownloader.Designer.cs
@@ -35,6 +35,7 @@
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.SuspendLayout();
//
// progBar
@@ -88,6 +89,11 @@
this.dlTimer.Interval = 1000;
this.dlTimer.Tick += new System.EventHandler(this.dlTimer_Tick);
//
+ // dlSpeed
+ //
+ this.dlSpeed.Interval = 750;
+ this.dlSpeed.Tick += new System.EventHandler(this.dlSpeed_Tick);
+ //
// WinClassicDownloader
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
@@ -113,5 +119,6 @@
internal System.Windows.Forms.Label locationLbl;
internal System.Windows.Forms.Label transferLbl;
private System.Windows.Forms.Timer dlTimer;
+ private System.Windows.Forms.Timer dlSpeed;
}
}