mirror of
https://github.com/Gamer2020/PokemonGameEditor.git
synced 2026-07-13 15:00:50 -05:00
109 lines
4.3 KiB
VB.net
109 lines
4.3 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.Name = "PictureBox1"
|
|
Me.PictureBox1.Size = New System.Drawing.Size(500, 200)
|
|
Me.PictureBox1.TabIndex = 0
|
|
Me.PictureBox1.TabStop = False
|
|
'
|
|
'OKButton
|
|
'
|
|
Me.OKButton.Location = New System.Drawing.Point(413, 267)
|
|
Me.OKButton.Name = "OKButton"
|
|
Me.OKButton.Size = New System.Drawing.Size(75, 23)
|
|
Me.OKButton.TabIndex = 1
|
|
Me.OKButton.Text = "OK"
|
|
Me.OKButton.UseVisualStyleBackColor = True
|
|
'
|
|
'LabelVersion
|
|
'
|
|
Me.LabelVersion.AutoSize = True
|
|
Me.LabelVersion.Location = New System.Drawing.Point(207, 256)
|
|
Me.LabelVersion.Name = "LabelVersion"
|
|
Me.LabelVersion.Size = New System.Drawing.Size(42, 13)
|
|
Me.LabelVersion.TabIndex = 2
|
|
Me.LabelVersion.Text = "Version"
|
|
'
|
|
'LabelCopyright
|
|
'
|
|
Me.LabelCopyright.AutoSize = True
|
|
Me.LabelCopyright.Location = New System.Drawing.Point(121, 214)
|
|
Me.LabelCopyright.Name = "LabelCopyright"
|
|
Me.LabelCopyright.Size = New System.Drawing.Size(247, 13)
|
|
Me.LabelCopyright.TabIndex = 3
|
|
Me.LabelCopyright.Text = "Copyright © 2016 Gamer2020 All Rights Reserved."
|
|
'
|
|
'Label1
|
|
'
|
|
Me.Label1.AutoSize = True
|
|
Me.Label1.Location = New System.Drawing.Point(154, 235)
|
|
Me.Label1.Name = "Label1"
|
|
Me.Label1.Size = New System.Drawing.Size(179, 13)
|
|
Me.Label1.TabIndex = 4
|
|
Me.Label1.Text = "Contact: lostatlife2020@hotmail.com"
|
|
'
|
|
'AboutBox1
|
|
'
|
|
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
|
|
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
|
Me.ClientSize = New System.Drawing.Size(500, 300)
|
|
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.MaximizeBox = False
|
|
Me.MinimizeBox = False
|
|
Me.Name = "AboutBox1"
|
|
Me.Padding = New System.Windows.Forms.Padding(9)
|
|
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
|