_ Partial Class frmSplash Inherits System.Windows.Forms.Form 'Form overrides dispose to clean up the component list. _ Protected Overrides Sub Dispose(ByVal disposing As Boolean) If disposing AndAlso components IsNot Nothing Then components.Dispose() End If MyBase.Dispose(disposing) 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(frmSplash)) Me.lblProgName = New System.Windows.Forms.Label Me.lblIsNowLoading = New System.Windows.Forms.Label Me.lblCopyright = New System.Windows.Forms.Label Me.SuspendLayout() ' 'lblProgName ' Me.lblProgName.AutoSize = True Me.lblProgName.BackColor = System.Drawing.Color.Transparent Me.lblProgName.Font = New System.Drawing.Font("Arial Narrow", 48.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.lblProgName.ForeColor = System.Drawing.Color.White Me.lblProgName.Location = New System.Drawing.Point(225, -5) Me.lblProgName.Name = "lblProgName" Me.lblProgName.Size = New System.Drawing.Size(283, 75) Me.lblProgName.TabIndex = 0 Me.lblProgName.Text = "X-Bot.NET" Me.lblProgName.UseWaitCursor = True ' 'lblIsNowLoading ' Me.lblIsNowLoading.AutoSize = True Me.lblIsNowLoading.BackColor = System.Drawing.Color.Transparent Me.lblIsNowLoading.Font = New System.Drawing.Font("Arial", 15.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.lblIsNowLoading.ForeColor = System.Drawing.Color.White Me.lblIsNowLoading.Location = New System.Drawing.Point(316, 57) Me.lblIsNowLoading.Name = "lblIsNowLoading" Me.lblIsNowLoading.Size = New System.Drawing.Size(172, 24) Me.lblIsNowLoading.TabIndex = 1 Me.lblIsNowLoading.Text = "Is Now Loading..." Me.lblIsNowLoading.UseWaitCursor = True ' 'lblCopyright ' Me.lblCopyright.AutoSize = True Me.lblCopyright.BackColor = System.Drawing.Color.Transparent Me.lblCopyright.Font = New System.Drawing.Font("Arial", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.lblCopyright.Location = New System.Drawing.Point(294, 102) Me.lblCopyright.Name = "lblCopyright" Me.lblCopyright.Size = New System.Drawing.Size(194, 14) Me.lblCopyright.TabIndex = 2 Me.lblCopyright.Text = "(c) 2002-2006 Overtech Technologies." Me.lblCopyright.UseWaitCursor = True ' 'frmSplash ' Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.BackColor = System.Drawing.Color.Black Me.BackgroundImage = CType(resources.GetObject("$this.BackgroundImage"), System.Drawing.Image) Me.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None Me.ClientSize = New System.Drawing.Size(488, 116) Me.ControlBox = False Me.Controls.Add(Me.lblCopyright) Me.Controls.Add(Me.lblIsNowLoading) Me.Controls.Add(Me.lblProgName) Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon) Me.Name = "frmSplash" Me.ShowIcon = False Me.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen Me.Text = "X-Bot.Net" Me.TransparencyKey = System.Drawing.Color.LightPink Me.UseWaitCursor = True Me.ResumeLayout(False) Me.PerformLayout() End Sub Friend WithEvents lblProgName As System.Windows.Forms.Label Friend WithEvents lblIsNowLoading As System.Windows.Forms.Label Friend WithEvents lblCopyright As System.Windows.Forms.Label End Class