mirror of
https://github.com/Alee14/ShiftOS-Hack-Client.git
synced 2025-01-22 09:12:42 -05:00
66 lines
2.8 KiB
VB.net
66 lines
2.8 KiB
VB.net
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
|
|
Partial Class About
|
|
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(About))
|
|
Me.Label1 = New System.Windows.Forms.Label()
|
|
Me.RichTextBox1 = New System.Windows.Forms.RichTextBox()
|
|
Me.SuspendLayout()
|
|
'
|
|
'Label1
|
|
'
|
|
Me.Label1.AutoSize = True
|
|
Me.Label1.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.Label1.Location = New System.Drawing.Point(133, 24)
|
|
Me.Label1.Name = "Label1"
|
|
Me.Label1.Size = New System.Drawing.Size(214, 48)
|
|
Me.Label1.TabIndex = 0
|
|
Me.Label1.Text = "ShiftOS Hack Client" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "By: Alee14" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "ShiftOS 0.0.x by: Philip Adams"
|
|
Me.Label1.TextAlign = System.Drawing.ContentAlignment.TopCenter
|
|
'
|
|
'RichTextBox1
|
|
'
|
|
Me.RichTextBox1.Location = New System.Drawing.Point(12, 89)
|
|
Me.RichTextBox1.Name = "RichTextBox1"
|
|
Me.RichTextBox1.ReadOnly = True
|
|
Me.RichTextBox1.Size = New System.Drawing.Size(469, 229)
|
|
Me.RichTextBox1.TabIndex = 1
|
|
Me.RichTextBox1.Text = resources.GetString("RichTextBox1.Text")
|
|
'
|
|
'About
|
|
'
|
|
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
|
|
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
|
Me.ClientSize = New System.Drawing.Size(493, 337)
|
|
Me.Controls.Add(Me.RichTextBox1)
|
|
Me.Controls.Add(Me.Label1)
|
|
Me.Name = "About"
|
|
Me.Text = "About"
|
|
Me.ResumeLayout(False)
|
|
Me.PerformLayout()
|
|
|
|
End Sub
|
|
|
|
Friend WithEvents Label1 As Label
|
|
Friend WithEvents RichTextBox1 As RichTextBox
|
|
End Class
|