mirror of
https://github.com/TheUltimateHacker/ShiftOS.git
synced 2025-02-03 12:07:33 +00:00
108 lines
4.3 KiB
VB.net
108 lines
4.3 KiB
VB.net
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
|
|
Partial Class FirstBootSetup
|
|
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(FirstBootSetup))
|
|
Me.RadioButton1 = New System.Windows.Forms.RadioButton()
|
|
Me.RadioButton2 = New System.Windows.Forms.RadioButton()
|
|
Me.TextBox1 = New System.Windows.Forms.TextBox()
|
|
Me.Button1 = New System.Windows.Forms.Button()
|
|
Me.TextBox2 = New System.Windows.Forms.TextBox()
|
|
Me.SuspendLayout()
|
|
'
|
|
'RadioButton1
|
|
'
|
|
Me.RadioButton1.AutoSize = True
|
|
Me.RadioButton1.Checked = True
|
|
Me.RadioButton1.Location = New System.Drawing.Point(12, 12)
|
|
Me.RadioButton1.Name = "RadioButton1"
|
|
Me.RadioButton1.Size = New System.Drawing.Size(124, 17)
|
|
Me.RadioButton1.TabIndex = 0
|
|
Me.RadioButton1.TabStop = True
|
|
Me.RadioButton1.Text = "Use Stable Releases"
|
|
Me.RadioButton1.UseVisualStyleBackColor = True
|
|
'
|
|
'RadioButton2
|
|
'
|
|
Me.RadioButton2.AutoSize = True
|
|
Me.RadioButton2.Location = New System.Drawing.Point(12, 35)
|
|
Me.RadioButton2.Name = "RadioButton2"
|
|
Me.RadioButton2.Size = New System.Drawing.Size(131, 17)
|
|
Me.RadioButton2.TabIndex = 1
|
|
Me.RadioButton2.Text = "Use Unstable releases"
|
|
Me.RadioButton2.UseVisualStyleBackColor = True
|
|
'
|
|
'TextBox1
|
|
'
|
|
Me.TextBox1.Location = New System.Drawing.Point(12, 73)
|
|
Me.TextBox1.Name = "TextBox1"
|
|
Me.TextBox1.Size = New System.Drawing.Size(515, 20)
|
|
Me.TextBox1.TabIndex = 2
|
|
Me.TextBox1.Text = "Where do you want your ShiftOS executables to be save to? Nothing = C:\ShiftOS\La" & _
|
|
"uncher\ShiftOSEXE\"
|
|
'
|
|
'Button1
|
|
'
|
|
Me.Button1.Location = New System.Drawing.Point(164, 146)
|
|
Me.Button1.Name = "Button1"
|
|
Me.Button1.Size = New System.Drawing.Size(205, 103)
|
|
Me.Button1.TabIndex = 3
|
|
Me.Button1.Text = "Finish First Boot Setup!"
|
|
Me.Button1.UseVisualStyleBackColor = True
|
|
'
|
|
'TextBox2
|
|
'
|
|
Me.TextBox2.Location = New System.Drawing.Point(12, 100)
|
|
Me.TextBox2.Name = "TextBox2"
|
|
Me.TextBox2.Size = New System.Drawing.Size(212, 20)
|
|
Me.TextBox2.TabIndex = 4
|
|
Me.TextBox2.Text = "Type in a nickname here"
|
|
'
|
|
'FirstBootSetup
|
|
'
|
|
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
|
|
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
|
Me.ClientSize = New System.Drawing.Size(536, 261)
|
|
Me.Controls.Add(Me.TextBox2)
|
|
Me.Controls.Add(Me.Button1)
|
|
Me.Controls.Add(Me.TextBox1)
|
|
Me.Controls.Add(Me.RadioButton2)
|
|
Me.Controls.Add(Me.RadioButton1)
|
|
Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog
|
|
Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
|
|
Me.MaximizeBox = False
|
|
Me.MinimizeBox = False
|
|
Me.Name = "FirstBootSetup"
|
|
Me.ShowInTaskbar = False
|
|
Me.Text = "First Boot Setup"
|
|
Me.TopMost = True
|
|
Me.ResumeLayout(False)
|
|
Me.PerformLayout()
|
|
|
|
End Sub
|
|
Friend WithEvents RadioButton1 As System.Windows.Forms.RadioButton
|
|
Friend WithEvents RadioButton2 As System.Windows.Forms.RadioButton
|
|
Friend WithEvents TextBox1 As System.Windows.Forms.TextBox
|
|
Friend WithEvents Button1 As System.Windows.Forms.Button
|
|
Friend WithEvents TextBox2 As System.Windows.Forms.TextBox
|
|
End Class
|