aboutsummaryrefslogtreecommitdiff
path: root/ShiftOS-TheRevival/MainForms/ShiftOSUpdater.Designer.vb
diff options
context:
space:
mode:
authorEverythingWindows <[email protected]>2022-11-06 07:21:26 +0700
committerEverythingWindows <[email protected]>2022-11-06 07:21:26 +0700
commitf20fb77b7d168ca501c68c6b3c8fe1ee0c4c7a87 (patch)
tree8a14d2d9bcbcb6d30ce14e1b7e1635e8ca30f32b /ShiftOS-TheRevival/MainForms/ShiftOSUpdater.Designer.vb
parenta0e7f1ba37f891bec48fcc20ec0b629dc52abc90 (diff)
downloadshiftos-therevival-old-f20fb77b7d168ca501c68c6b3c8fe1ee0c4c7a87.tar.gz
shiftos-therevival-old-f20fb77b7d168ca501c68c6b3c8fe1ee0c4c7a87.tar.bz2
shiftos-therevival-old-f20fb77b7d168ca501c68c6b3c8fe1ee0c4c7a87.zip
time accuracy to PM and AM and story mode fixing few bugs
Diffstat (limited to 'ShiftOS-TheRevival/MainForms/ShiftOSUpdater.Designer.vb')
-rw-r--r--ShiftOS-TheRevival/MainForms/ShiftOSUpdater.Designer.vb22
1 files changed, 5 insertions, 17 deletions
diff --git a/ShiftOS-TheRevival/MainForms/ShiftOSUpdater.Designer.vb b/ShiftOS-TheRevival/MainForms/ShiftOSUpdater.Designer.vb
index 7e5453e..2800ec2 100644
--- a/ShiftOS-TheRevival/MainForms/ShiftOSUpdater.Designer.vb
+++ b/ShiftOS-TheRevival/MainForms/ShiftOSUpdater.Designer.vb
@@ -25,7 +25,6 @@ Partial Class ShiftOSUpdater
Me.Label1 = New System.Windows.Forms.Label()
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()
'
@@ -51,31 +50,22 @@ Partial Class ShiftOSUpdater
'
'Button1
'
+ Me.Button1.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.Button1.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.Button1.Font = New System.Drawing.Font("Consolas", 10.0!)
- Me.Button1.Location = New System.Drawing.Point(286, 220)
+ Me.Button1.Location = New System.Drawing.Point(286, 149)
Me.Button1.Name = "Button1"
Me.Button1.Size = New System.Drawing.Size(86, 29)
Me.Button1.TabIndex = 2
Me.Button1.Text = "Cancel"
Me.Button1.UseVisualStyleBackColor = True
'
- 'ProgressBar1
- '
- Me.ProgressBar1.BackColor = System.Drawing.Color.Black
- Me.ProgressBar1.Cursor = System.Windows.Forms.Cursors.AppStarting
- Me.ProgressBar1.ForeColor = System.Drawing.Color.White
- Me.ProgressBar1.Location = New System.Drawing.Point(20, 98)
- Me.ProgressBar1.Name = "ProgressBar1"
- Me.ProgressBar1.Size = New System.Drawing.Size(352, 29)
- Me.ProgressBar1.Style = System.Windows.Forms.ProgressBarStyle.Marquee
- Me.ProgressBar1.TabIndex = 3
- '
'Button2
'
+ Me.Button2.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
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.Location = New System.Drawing.Point(194, 149)
Me.Button2.Name = "Button2"
Me.Button2.Size = New System.Drawing.Size(86, 29)
Me.Button2.TabIndex = 2
@@ -87,9 +77,8 @@ Partial Class ShiftOSUpdater
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.BackColor = System.Drawing.Color.Black
- Me.ClientSize = New System.Drawing.Size(384, 261)
+ Me.ClientSize = New System.Drawing.Size(380, 186)
Me.ControlBox = False
- Me.Controls.Add(Me.ProgressBar1)
Me.Controls.Add(Me.Button2)
Me.Controls.Add(Me.Button1)
Me.Controls.Add(Me.Label2)
@@ -110,6 +99,5 @@ Partial Class ShiftOSUpdater
Friend WithEvents Label1 As Label
Friend WithEvents Label2 As Label
Friend WithEvents Button1 As Button
- Friend WithEvents ProgressBar1 As ProgressBar
Friend WithEvents Button2 As Button
End Class