mirror of
https://github.com/TheUltimateHacker/ShiftOS.git
synced 2025-01-22 16:12:14 +00:00
114 lines
4.6 KiB
VB.net
114 lines
4.6 KiB
VB.net
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
|
|
Partial Class Main_Launcher
|
|
Inherits System.Windows.Forms.Form
|
|
|
|
'Form overrides dispose to clean up the component list.
|
|
<System.Diagnostics.DebuggerNonUserCode()> _
|
|
Protected Overrides Sub Dispose(ByVal disposing As Boolean)
|
|
Try
|
|
If disposing AndAlso components IsNot Nothing Then
|
|
components.Dispose()
|
|
End If
|
|
Finally
|
|
MyBase.Dispose(disposing)
|
|
End Try
|
|
End Sub
|
|
|
|
'Required by the Windows Form Designer
|
|
Private components As System.ComponentModel.IContainer
|
|
|
|
'NOTE: The following procedure is required by the Windows Form Designer
|
|
'It can be modified using the Windows Form Designer.
|
|
'Do not modify it using the code editor.
|
|
<System.Diagnostics.DebuggerStepThrough()> _
|
|
Private Sub InitializeComponent()
|
|
Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(Main_Launcher))
|
|
Me.Label1 = New System.Windows.Forms.Label()
|
|
Me.WebBrowser1 = New System.Windows.Forms.WebBrowser()
|
|
Me.ProgressBar1 = New System.Windows.Forms.ProgressBar()
|
|
Me.Button1 = New System.Windows.Forms.Button()
|
|
Me.Label2 = New System.Windows.Forms.Label()
|
|
Me.Button2 = New System.Windows.Forms.Button()
|
|
Me.SuspendLayout()
|
|
'
|
|
'Label1
|
|
'
|
|
Me.Label1.AutoSize = True
|
|
Me.Label1.Font = New System.Drawing.Font("Microsoft Sans Serif", 24.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.Label1.Location = New System.Drawing.Point(12, 9)
|
|
Me.Label1.Name = "Label1"
|
|
Me.Label1.Size = New System.Drawing.Size(382, 37)
|
|
Me.Label1.TabIndex = 0
|
|
Me.Label1.Text = "Greetings, ShiftOS User"
|
|
'
|
|
'WebBrowser1
|
|
'
|
|
Me.WebBrowser1.Location = New System.Drawing.Point(3, 49)
|
|
Me.WebBrowser1.MinimumSize = New System.Drawing.Size(20, 20)
|
|
Me.WebBrowser1.Name = "WebBrowser1"
|
|
Me.WebBrowser1.Size = New System.Drawing.Size(1097, 480)
|
|
Me.WebBrowser1.TabIndex = 1
|
|
Me.WebBrowser1.Url = New System.Uri("http://shiftos.net", System.UriKind.Absolute)
|
|
'
|
|
'ProgressBar1
|
|
'
|
|
Me.ProgressBar1.Location = New System.Drawing.Point(3, 535)
|
|
Me.ProgressBar1.Name = "ProgressBar1"
|
|
Me.ProgressBar1.Size = New System.Drawing.Size(906, 23)
|
|
Me.ProgressBar1.TabIndex = 2
|
|
'
|
|
'Button1
|
|
'
|
|
Me.Button1.Location = New System.Drawing.Point(915, 535)
|
|
Me.Button1.Name = "Button1"
|
|
Me.Button1.Size = New System.Drawing.Size(185, 42)
|
|
Me.Button1.TabIndex = 3
|
|
Me.Button1.Text = "Play"
|
|
Me.Button1.UseVisualStyleBackColor = True
|
|
'
|
|
'Label2
|
|
'
|
|
Me.Label2.AutoSize = True
|
|
Me.Label2.Location = New System.Drawing.Point(12, 564)
|
|
Me.Label2.Name = "Label2"
|
|
Me.Label2.Size = New System.Drawing.Size(79, 13)
|
|
Me.Label2.TabIndex = 4
|
|
Me.Label2.Text = "Status: Waiting"
|
|
'
|
|
'Button2
|
|
'
|
|
Me.Button2.Location = New System.Drawing.Point(927, 1)
|
|
Me.Button2.Name = "Button2"
|
|
Me.Button2.Size = New System.Drawing.Size(173, 45)
|
|
Me.Button2.TabIndex = 5
|
|
Me.Button2.Text = "Options"
|
|
Me.Button2.UseVisualStyleBackColor = True
|
|
'
|
|
'Main_Launcher
|
|
'
|
|
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
|
|
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
|
Me.ClientSize = New System.Drawing.Size(1104, 580)
|
|
Me.Controls.Add(Me.Button2)
|
|
Me.Controls.Add(Me.Label2)
|
|
Me.Controls.Add(Me.Button1)
|
|
Me.Controls.Add(Me.ProgressBar1)
|
|
Me.Controls.Add(Me.WebBrowser1)
|
|
Me.Controls.Add(Me.Label1)
|
|
Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle
|
|
Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
|
|
Me.MaximizeBox = False
|
|
Me.Name = "Main_Launcher"
|
|
Me.Text = "ShiftOS Launcher [VersionHere]"
|
|
Me.ResumeLayout(False)
|
|
Me.PerformLayout()
|
|
|
|
End Sub
|
|
Friend WithEvents Label1 As System.Windows.Forms.Label
|
|
Friend WithEvents WebBrowser1 As System.Windows.Forms.WebBrowser
|
|
Friend WithEvents ProgressBar1 As System.Windows.Forms.ProgressBar
|
|
Friend WithEvents Button1 As System.Windows.Forms.Button
|
|
Friend WithEvents Label2 As System.Windows.Forms.Label
|
|
Friend WithEvents Button2 As System.Windows.Forms.Button
|
|
|
|
End Class
|