diff options
| author | Michael <[email protected]> | 2017-04-07 20:08:17 -0400 |
|---|---|---|
| committer | Michael <[email protected]> | 2017-04-07 20:08:17 -0400 |
| commit | fc9b618fafb6389a0dca714b79834ec024b0be2f (patch) | |
| tree | 56c0c936fbe676e92745d6bc26800c50cb20e997 /ShiftOS.WinForms/Applications/UpdateManager.Designer.cs | |
| parent | a8583c95d082d36f6d0665d0b25c2fc6c4b5e943 (diff) | |
| download | shiftos_thereturn-fc9b618fafb6389a0dca714b79834ec024b0be2f.tar.gz shiftos_thereturn-fc9b618fafb6389a0dca714b79834ec024b0be2f.tar.bz2 shiftos_thereturn-fc9b618fafb6389a0dca714b79834ec024b0be2f.zip | |
Basics for Advanced App Launcher.
Diffstat (limited to 'ShiftOS.WinForms/Applications/UpdateManager.Designer.cs')
| -rw-r--r-- | ShiftOS.WinForms/Applications/UpdateManager.Designer.cs | 44 |
1 files changed, 22 insertions, 22 deletions
diff --git a/ShiftOS.WinForms/Applications/UpdateManager.Designer.cs b/ShiftOS.WinForms/Applications/UpdateManager.Designer.cs index 466151a..0b23b8e 100644 --- a/ShiftOS.WinForms/Applications/UpdateManager.Designer.cs +++ b/ShiftOS.WinForms/Applications/UpdateManager.Designer.cs @@ -30,9 +30,9 @@ { this.lbupdatetitle = new System.Windows.Forms.Label(); this.pnlupdatebar = new System.Windows.Forms.Panel(); - this.btnclose = new System.Windows.Forms.Button(); - this.btnaction = new System.Windows.Forms.Button(); 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(); @@ -60,26 +60,6 @@ this.pnlupdatebar.Size = new System.Drawing.Size(597, 33); this.pnlupdatebar.TabIndex = 1; // - // 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); - // - // 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; - // // pgdownload // this.pgdownload.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) @@ -94,6 +74,26 @@ 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; |
