From f3ac72a69d45392c1799cdf4fcdeb46a2176e250 Mon Sep 17 00:00:00 2001 From: Alee14 Date: Sat, 12 May 2018 09:13:32 -0400 Subject: about form --- ShiftOS Decypter/About.Designer.vb | 66 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 66 insertions(+) create mode 100644 ShiftOS Decypter/About.Designer.vb (limited to 'ShiftOS Decypter/About.Designer.vb') diff --git a/ShiftOS Decypter/About.Designer.vb b/ShiftOS Decypter/About.Designer.vb new file mode 100644 index 0000000..928f0b1 --- /dev/null +++ b/ShiftOS Decypter/About.Designer.vb @@ -0,0 +1,66 @@ + _ +Partial Class About + Inherits System.Windows.Forms.Form + + 'Form overrides dispose to clean up the component list. + _ + 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. + _ + 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 -- cgit v1.2.3