summaryrefslogtreecommitdiff
path: root/ShiftOS-TheRevival/MainForms/ShiftOSUpdater.Designer.vb
diff options
context:
space:
mode:
authorEverythingWindows <[email protected]>2022-11-03 16:18:01 +0700
committerEverythingWindows <[email protected]>2022-11-03 16:18:01 +0700
commit7f9ea9ae33f4e97aa60a80602d627f6fbbd09d8f (patch)
treecac9c8fa16e78b14755bcb0dcda0b27a80b20e51 /ShiftOS-TheRevival/MainForms/ShiftOSUpdater.Designer.vb
parentf7533bbd5465954f670b210cc5e4b02d273a9908 (diff)
downloadshiftos-therevival-old-0.2.1.tar.gz
shiftos-therevival-old-0.2.1.tar.bz2
shiftos-therevival-old-0.2.1.zip
v0.2.10.2.1
Diffstat (limited to 'ShiftOS-TheRevival/MainForms/ShiftOSUpdater.Designer.vb')
-rw-r--r--ShiftOS-TheRevival/MainForms/ShiftOSUpdater.Designer.vb14
1 files changed, 14 insertions, 0 deletions
diff --git a/ShiftOS-TheRevival/MainForms/ShiftOSUpdater.Designer.vb b/ShiftOS-TheRevival/MainForms/ShiftOSUpdater.Designer.vb
index 24f54ab..7e5453e 100644
--- a/ShiftOS-TheRevival/MainForms/ShiftOSUpdater.Designer.vb
+++ b/ShiftOS-TheRevival/MainForms/ShiftOSUpdater.Designer.vb
@@ -26,6 +26,7 @@ Partial Class ShiftOSUpdater
Me.Label2 = New System.Windows.Forms.Label()
Me.Button1 = New System.Windows.Forms.Button()
Me.ProgressBar1 = New System.Windows.Forms.ProgressBar()
+ Me.Button2 = New System.Windows.Forms.Button()
Me.SuspendLayout()
'
'Label1
@@ -70,6 +71,17 @@ Partial Class ShiftOSUpdater
Me.ProgressBar1.Style = System.Windows.Forms.ProgressBarStyle.Marquee
Me.ProgressBar1.TabIndex = 3
'
+ 'Button2
+ '
+ Me.Button2.FlatStyle = System.Windows.Forms.FlatStyle.Flat
+ Me.Button2.Font = New System.Drawing.Font("Consolas", 10.0!)
+ Me.Button2.Location = New System.Drawing.Point(194, 220)
+ Me.Button2.Name = "Button2"
+ Me.Button2.Size = New System.Drawing.Size(86, 29)
+ Me.Button2.TabIndex = 2
+ Me.Button2.Text = "Download"
+ Me.Button2.UseVisualStyleBackColor = True
+ '
'ShiftOSUpdater
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
@@ -78,6 +90,7 @@ Partial Class ShiftOSUpdater
Me.ClientSize = New System.Drawing.Size(384, 261)
Me.ControlBox = False
Me.Controls.Add(Me.ProgressBar1)
+ Me.Controls.Add(Me.Button2)
Me.Controls.Add(Me.Button1)
Me.Controls.Add(Me.Label2)
Me.Controls.Add(Me.Label1)
@@ -98,4 +111,5 @@ Partial Class ShiftOSUpdater
Friend WithEvents Label2 As Label
Friend WithEvents Button1 As Button
Friend WithEvents ProgressBar1 As ProgressBar
+ Friend WithEvents Button2 As Button
End Class