aboutsummaryrefslogtreecommitdiff
path: root/ShiftOS.WinForms/Applications/UpdateManager.Designer.cs
diff options
context:
space:
mode:
authorMichael VanOverbeek <[email protected]>2017-05-21 12:29:53 +0000
committerMichael VanOverbeek <[email protected]>2017-05-21 12:29:53 +0000
commit76b54853ba726179f9fddb30c6f838991b7aa71a (patch)
tree8713f45ce26958659e3f4e507d73ecabebabfe49 /ShiftOS.WinForms/Applications/UpdateManager.Designer.cs
parent31cc9148dd23737df16d8456a42d003cd31dd488 (diff)
downloadshiftos_thereturn-76b54853ba726179f9fddb30c6f838991b7aa71a.tar.gz
shiftos_thereturn-76b54853ba726179f9fddb30c6f838991b7aa71a.tar.bz2
shiftos_thereturn-76b54853ba726179f9fddb30c6f838991b7aa71a.zip
Merge a fuckton of shit.
Diffstat (limited to 'ShiftOS.WinForms/Applications/UpdateManager.Designer.cs')
-rw-r--r--ShiftOS.WinForms/Applications/UpdateManager.Designer.cs130
1 files changed, 0 insertions, 130 deletions
diff --git a/ShiftOS.WinForms/Applications/UpdateManager.Designer.cs b/ShiftOS.WinForms/Applications/UpdateManager.Designer.cs
deleted file mode 100644
index 0b23b8e..0000000
--- a/ShiftOS.WinForms/Applications/UpdateManager.Designer.cs
+++ /dev/null
@@ -1,130 +0,0 @@
-namespace ShiftOS.WinForms.Applications
-{
- partial class UpdateManager
- {
- /// <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.lbupdatetitle = new System.Windows.Forms.Label();
- this.pnlupdatebar = new System.Windows.Forms.Panel();
- this.pgdownload = new ShiftOS.WinForms.Controls.ShiftedProgressBar();
- this.btnaction = new System.Windows.Forms.Button();
- this.btnclose = new System.Windows.Forms.Button();
- this.wbstatus = new System.Windows.Forms.WebBrowser();
- this.pnlupdatebar.SuspendLayout();
- this.SuspendLayout();
- //
- // lbupdatetitle
- //
- this.lbupdatetitle.AutoSize = true;
- this.lbupdatetitle.Dock = System.Windows.Forms.DockStyle.Top;
- this.lbupdatetitle.Location = new System.Drawing.Point(0, 0);
- this.lbupdatetitle.Margin = new System.Windows.Forms.Padding(10);
- this.lbupdatetitle.Name = "lbupdatetitle";
- this.lbupdatetitle.Size = new System.Drawing.Size(117, 13);
- this.lbupdatetitle.TabIndex = 0;
- this.lbupdatetitle.Tag = "header1";
- this.lbupdatetitle.Text = "Checking for updates...";
- //
- // pnlupdatebar
- //
- this.pnlupdatebar.Controls.Add(this.pgdownload);
- this.pnlupdatebar.Controls.Add(this.btnaction);
- this.pnlupdatebar.Controls.Add(this.btnclose);
- this.pnlupdatebar.Dock = System.Windows.Forms.DockStyle.Bottom;
- this.pnlupdatebar.Location = new System.Drawing.Point(0, 426);
- this.pnlupdatebar.Name = "pnlupdatebar";
- this.pnlupdatebar.Size = new System.Drawing.Size(597, 33);
- this.pnlupdatebar.TabIndex = 1;
- //
- // pgdownload
- //
- this.pgdownload.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.pgdownload.BlockSize = 5;
- this.pgdownload.Location = new System.Drawing.Point(86, 4);
- this.pgdownload.Maximum = 100;
- this.pgdownload.Name = "pgdownload";
- this.pgdownload.Size = new System.Drawing.Size(427, 23);
- this.pgdownload.Style = System.Windows.Forms.ProgressBarStyle.Continuous;
- this.pgdownload.TabIndex = 2;
- this.pgdownload.Text = "Updating...";
- this.pgdownload.Value = 0;
- //
- // btnaction
- //
- this.btnaction.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
- this.btnaction.Location = new System.Drawing.Point(519, 4);
- this.btnaction.Name = "btnaction";
- this.btnaction.Size = new System.Drawing.Size(75, 23);
- this.btnaction.TabIndex = 1;
- this.btnaction.Text = "Update";
- this.btnaction.UseVisualStyleBackColor = true;
- //
- // btnclose
- //
- this.btnclose.Location = new System.Drawing.Point(4, 4);
- this.btnclose.Name = "btnclose";
- this.btnclose.Size = new System.Drawing.Size(75, 23);
- this.btnclose.TabIndex = 0;
- this.btnclose.Text = "{CLOSE}";
- this.btnclose.UseVisualStyleBackColor = true;
- this.btnclose.Click += new System.EventHandler(this.btnclose_Click);
- //
- // wbstatus
- //
- this.wbstatus.Dock = System.Windows.Forms.DockStyle.Fill;
- this.wbstatus.Location = new System.Drawing.Point(0, 13);
- this.wbstatus.MinimumSize = new System.Drawing.Size(20, 20);
- this.wbstatus.Name = "wbstatus";
- this.wbstatus.Size = new System.Drawing.Size(597, 413);
- this.wbstatus.TabIndex = 2;
- //
- // UpdateManager
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.Controls.Add(this.wbstatus);
- this.Controls.Add(this.pnlupdatebar);
- this.Controls.Add(this.lbupdatetitle);
- this.Name = "UpdateManager";
- this.Size = new System.Drawing.Size(597, 459);
- this.pnlupdatebar.ResumeLayout(false);
- this.ResumeLayout(false);
- this.PerformLayout();
-
- }
-
- #endregion
-
- private System.Windows.Forms.Label lbupdatetitle;
- private System.Windows.Forms.Panel pnlupdatebar;
- private Controls.ShiftedProgressBar pgdownload;
- private System.Windows.Forms.Button btnaction;
- private System.Windows.Forms.Button btnclose;
- private System.Windows.Forms.WebBrowser wbstatus;
- }
-}