mirror of
https://github.com/Gamer2020/PokemonGameEditor.git
synced 2026-08-20 17:34:20 -05:00
115 lines
4.7 KiB
VB.net
115 lines
4.7 KiB
VB.net
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
|
|
Partial Class AboutBox1
|
|
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(AboutBox1))
|
|
Me.PictureBox1 = New System.Windows.Forms.PictureBox()
|
|
Me.OKButton = New System.Windows.Forms.Button()
|
|
Me.LabelVersion = New System.Windows.Forms.Label()
|
|
Me.LabelCopyright = New System.Windows.Forms.Label()
|
|
Me.Label1 = New System.Windows.Forms.Label()
|
|
CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
Me.SuspendLayout()
|
|
'
|
|
'PictureBox1
|
|
'
|
|
Me.PictureBox1.Image = CType(resources.GetObject("PictureBox1.Image"), System.Drawing.Image)
|
|
Me.PictureBox1.Location = New System.Drawing.Point(0, 0)
|
|
Me.PictureBox1.Margin = New System.Windows.Forms.Padding(4)
|
|
Me.PictureBox1.Name = "PictureBox1"
|
|
Me.PictureBox1.Size = New System.Drawing.Size(667, 246)
|
|
Me.PictureBox1.TabIndex = 0
|
|
Me.PictureBox1.TabStop = False
|
|
'
|
|
'OKButton
|
|
'
|
|
Me.OKButton.Location = New System.Drawing.Point(551, 329)
|
|
Me.OKButton.Margin = New System.Windows.Forms.Padding(4)
|
|
Me.OKButton.Name = "OKButton"
|
|
Me.OKButton.Size = New System.Drawing.Size(100, 28)
|
|
Me.OKButton.TabIndex = 1
|
|
Me.OKButton.Text = "OK"
|
|
Me.OKButton.UseVisualStyleBackColor = True
|
|
'
|
|
'LabelVersion
|
|
'
|
|
Me.LabelVersion.AutoSize = True
|
|
Me.LabelVersion.Location = New System.Drawing.Point(276, 315)
|
|
Me.LabelVersion.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
|
|
Me.LabelVersion.Name = "LabelVersion"
|
|
Me.LabelVersion.Size = New System.Drawing.Size(56, 17)
|
|
Me.LabelVersion.TabIndex = 2
|
|
Me.LabelVersion.Text = "Version"
|
|
'
|
|
'LabelCopyright
|
|
'
|
|
Me.LabelCopyright.AutoSize = True
|
|
Me.LabelCopyright.Location = New System.Drawing.Point(161, 263)
|
|
Me.LabelCopyright.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
|
|
Me.LabelCopyright.Name = "LabelCopyright"
|
|
Me.LabelCopyright.Size = New System.Drawing.Size(329, 17)
|
|
Me.LabelCopyright.TabIndex = 3
|
|
Me.LabelCopyright.Text = "Copyright © 2017 Gamer2020 All Rights Reserved."
|
|
'
|
|
'Label1
|
|
'
|
|
Me.Label1.AutoSize = True
|
|
Me.Label1.Location = New System.Drawing.Point(205, 289)
|
|
Me.Label1.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
|
|
Me.Label1.Name = "Label1"
|
|
Me.Label1.Size = New System.Drawing.Size(254, 17)
|
|
Me.Label1.TabIndex = 4
|
|
Me.Label1.Text = "Contact: Gamer2020@RomBusters.net"
|
|
'
|
|
'AboutBox1
|
|
'
|
|
Me.AutoScaleDimensions = New System.Drawing.SizeF(8.0!, 16.0!)
|
|
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
|
Me.ClientSize = New System.Drawing.Size(667, 369)
|
|
Me.Controls.Add(Me.Label1)
|
|
Me.Controls.Add(Me.LabelCopyright)
|
|
Me.Controls.Add(Me.LabelVersion)
|
|
Me.Controls.Add(Me.OKButton)
|
|
Me.Controls.Add(Me.PictureBox1)
|
|
Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog
|
|
Me.Margin = New System.Windows.Forms.Padding(4)
|
|
Me.MaximizeBox = False
|
|
Me.MinimizeBox = False
|
|
Me.Name = "AboutBox1"
|
|
Me.Padding = New System.Windows.Forms.Padding(12, 11, 12, 11)
|
|
Me.ShowInTaskbar = False
|
|
Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent
|
|
Me.Text = "AboutBox1"
|
|
CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).EndInit()
|
|
Me.ResumeLayout(False)
|
|
Me.PerformLayout()
|
|
|
|
End Sub
|
|
|
|
Friend WithEvents PictureBox1 As PictureBox
|
|
Friend WithEvents OKButton As Button
|
|
Friend WithEvents LabelVersion As Label
|
|
Friend WithEvents LabelCopyright As Label
|
|
Friend WithEvents Label1 As Label
|
|
End Class
|