diff options
| author | Alee14 <Alee14498@gmail.com> | 2018-05-12 09:13:32 -0400 |
|---|---|---|
| committer | Alee14 <Alee14498@gmail.com> | 2018-05-12 09:13:32 -0400 |
| commit | f3ac72a69d45392c1799cdf4fcdeb46a2176e250 (patch) | |
| tree | 347feb5777a195af82f061724f94f9fd328b7893 /ShiftOS Decypter/About.Designer.vb | |
| parent | 825f0729dab0a5fbf8c0d10b76d6109eac9b65f3 (diff) | |
| download | ShiftOS-Hack-Client-f3ac72a69d45392c1799cdf4fcdeb46a2176e250.tar.gz ShiftOS-Hack-Client-f3ac72a69d45392c1799cdf4fcdeb46a2176e250.tar.bz2 ShiftOS-Hack-Client-f3ac72a69d45392c1799cdf4fcdeb46a2176e250.zip | |
Diffstat (limited to 'ShiftOS Decypter/About.Designer.vb')
| -rw-r--r-- | ShiftOS Decypter/About.Designer.vb | 66 |
1 files changed, 66 insertions, 0 deletions
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 @@ +<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 |
