aboutsummaryrefslogtreecommitdiff
path: root/TimeHACK.Main/GlobalPrograms/WinClassicDownloader.Designer.cs
diff options
context:
space:
mode:
authorlempamo <[email protected]>2017-07-02 16:55:35 -0400
committerlempamo <[email protected]>2017-07-02 16:55:35 -0400
commit776adbafcbcccb4661589794a73933d518bbf4be (patch)
tree855e94fb60bbdaf1fbd3427ef8f46193fd22a4d7 /TimeHACK.Main/GlobalPrograms/WinClassicDownloader.Designer.cs
parent66eec928d5867d00e57ceed0b211e8c8681b5430 (diff)
parentddbca5032ce763c43894088a5b5c0fba8f035daa (diff)
downloadhistacom2-776adbafcbcccb4661589794a73933d518bbf4be.tar.gz
histacom2-776adbafcbcccb4661589794a73933d518bbf4be.tar.bz2
histacom2-776adbafcbcccb4661589794a73933d518bbf4be.zip
Merge remote-tracking branch 'refs/remotes/TimeHACKDevs/master'
Diffstat (limited to 'TimeHACK.Main/GlobalPrograms/WinClassicDownloader.Designer.cs')
-rw-r--r--TimeHACK.Main/GlobalPrograms/WinClassicDownloader.Designer.cs128
1 files changed, 128 insertions, 0 deletions
diff --git a/TimeHACK.Main/GlobalPrograms/WinClassicDownloader.Designer.cs b/TimeHACK.Main/GlobalPrograms/WinClassicDownloader.Designer.cs
new file mode 100644
index 0000000..b0822c9
--- /dev/null
+++ b/TimeHACK.Main/GlobalPrograms/WinClassicDownloader.Designer.cs
@@ -0,0 +1,128 @@
+namespace TimeHACK.OS.Win95.Win95Apps
+{
+ partial class WinClassicDownloader
+ {
+ /// <summary>
+ /// Required designer variable.
+ /// </summary>
+ private System.ComponentModel.IContainer components = null;
+
+ /// <summary>
+ /// Clean up any resources being used.
+ /// </summary>
+ /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
+ protected override void Dispose(bool disposing)
+ {
+ if (disposing && (components != null))
+ {
+ components.Dispose();
+ }
+ base.Dispose(disposing);
+ }
+
+ #region Component Designer generated code
+
+ /// <summary>
+ /// Required method for Designer support - do not modify
+ /// the contents of this method with the code editor.
+ /// </summary>
+ 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.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;
+ this.amountLbl.BackColor = System.Drawing.Color.Transparent;
+ this.amountLbl.Location = new System.Drawing.Point(1, 63);
+ this.amountLbl.Name = "amountLbl";
+ this.amountLbl.Size = new System.Drawing.Size(114, 13);
+ this.amountLbl.TabIndex = 14;
+ this.amountLbl.Text = "Downloaded 0kb /0kb";
+ //
+ // appName
+ //
+ this.appName.AutoSize = true;
+ this.appName.Location = new System.Drawing.Point(3, 15);
+ this.appName.Name = "appName";
+ this.appName.Size = new System.Drawing.Size(39, 13);
+ this.appName.TabIndex = 11;
+ this.appName.Text = "Label2";
+ //
+ // locationLbl
+ //
+ this.locationLbl.AutoSize = true;
+ this.locationLbl.Location = new System.Drawing.Point(1, 78);
+ this.locationLbl.Name = "locationLbl";
+ this.locationLbl.Size = new System.Drawing.Size(124, 13);
+ this.locationLbl.TabIndex = 13;
+ this.locationLbl.Text = "Downloading to Desktop";
+ //
+ // transferLbl
+ //
+ this.transferLbl.AutoSize = true;
+ this.transferLbl.Location = new System.Drawing.Point(0, 94);
+ this.transferLbl.Name = "transferLbl";
+ this.transferLbl.Size = new System.Drawing.Size(73, 13);
+ this.transferLbl.TabIndex = 12;
+ this.transferLbl.Text = "Transfer rate: ";
+ //
+ // dlTimer
+ //
+ 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);
+ this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
+ this.Controls.Add(this.progBar);
+ this.Controls.Add(this.amountLbl);
+ this.Controls.Add(this.appName);
+ this.Controls.Add(this.locationLbl);
+ this.Controls.Add(this.transferLbl);
+ this.Name = "WinClassicDownloader";
+ this.Size = new System.Drawing.Size(408, 132);
+ this.Load += new System.EventHandler(this.WinClassicDownloader_Load);
+ this.ResumeLayout(false);
+ this.PerformLayout();
+
+ }
+
+ #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;
+ }
+}