94 lines
4.2 KiB
Plaintext
94 lines
4.2 KiB
Plaintext
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()>
|
|
Partial Class BACKGROUND
|
|
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(BACKGROUND))
|
|
Me.Label1 = New System.Windows.Forms.Label()
|
|
Me.Label2 = New System.Windows.Forms.Label()
|
|
Me.Label3 = New System.Windows.Forms.Label()
|
|
Me.SuspendLayout()
|
|
'
|
|
'Label1
|
|
'
|
|
Me.Label1.AutoSize = True
|
|
Me.Label1.BackColor = System.Drawing.Color.Transparent
|
|
Me.Label1.Font = New System.Drawing.Font("Microsoft Sans Serif", 30.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.Label1.ForeColor = System.Drawing.Color.Black
|
|
Me.Label1.Location = New System.Drawing.Point(15, 51)
|
|
Me.Label1.Margin = New System.Windows.Forms.Padding(6, 0, 6, 0)
|
|
Me.Label1.Name = "Label1"
|
|
Me.Label1.Size = New System.Drawing.Size(808, 91)
|
|
Me.Label1.TabIndex = 0
|
|
Me.Label1.Text = "SimCity 2000 Installer"
|
|
'
|
|
'Label2
|
|
'
|
|
Me.Label2.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
|
Me.Label2.AutoSize = True
|
|
Me.Label2.BackColor = System.Drawing.Color.Transparent
|
|
Me.Label2.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.Label2.ForeColor = System.Drawing.SystemColors.ScrollBar
|
|
Me.Label2.Location = New System.Drawing.Point(2090, 51)
|
|
Me.Label2.Margin = New System.Windows.Forms.Padding(6, 0, 6, 0)
|
|
Me.Label2.Name = "Label2"
|
|
Me.Label2.Size = New System.Drawing.Size(49, 26)
|
|
Me.Label2.TabIndex = 1
|
|
Me.Label2.Text = "Exit"
|
|
'
|
|
'Label3
|
|
'
|
|
Me.Label3.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
|
|
Me.Label3.AutoSize = True
|
|
Me.Label3.BackColor = System.Drawing.Color.Transparent
|
|
Me.Label3.Location = New System.Drawing.Point(26, 1165)
|
|
Me.Label3.Margin = New System.Windows.Forms.Padding(6, 0, 6, 0)
|
|
Me.Label3.Name = "Label3"
|
|
Me.Label3.Size = New System.Drawing.Size(159, 25)
|
|
Me.Label3.TabIndex = 2
|
|
Me.Label3.Text = "Beta Release 2"
|
|
'
|
|
'BACKGROUND
|
|
'
|
|
Me.AutoScaleDimensions = New System.Drawing.SizeF(12.0!, 25.0!)
|
|
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
|
Me.BackColor = System.Drawing.Color.Blue
|
|
Me.BackgroundImage = Global.WindowsApplication1.My.Resources.Resources.Maxis_Logo
|
|
Me.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center
|
|
Me.ClientSize = New System.Drawing.Size(2154, 1213)
|
|
Me.Controls.Add(Me.Label3)
|
|
Me.Controls.Add(Me.Label2)
|
|
Me.Controls.Add(Me.Label1)
|
|
Me.DoubleBuffered = True
|
|
Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
|
|
Me.Margin = New System.Windows.Forms.Padding(6)
|
|
Me.Name = "BACKGROUND"
|
|
Me.Text = "BACKGROUND"
|
|
Me.ResumeLayout(False)
|
|
Me.PerformLayout()
|
|
|
|
End Sub
|
|
Friend WithEvents Label1 As System.Windows.Forms.Label
|
|
Friend WithEvents Label2 As System.Windows.Forms.Label
|
|
Friend WithEvents Label3 As System.Windows.Forms.Label
|
|
End Class
|