_ Partial Class frmSplash Inherits System.Windows.Forms.Form 'Das Formular überschreibt den Löschvorgang, um die Komponentenliste zu bereinigen. _ 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 Friend WithEvents Version As System.Windows.Forms.Label Friend WithEvents Copyright As System.Windows.Forms.Label 'Wird vom Windows Form-Designer benötigt. Private components As System.ComponentModel.IContainer 'Hinweis: Die folgende Prozedur ist für den Windows Form-Designer erforderlich. 'Das Bearbeiten ist mit dem Windows Form-Designer möglich. 'Das Bearbeiten mit dem Code-Editor ist nicht möglich. _ Private Sub InitializeComponent() Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmSplash)) Me.Version = New System.Windows.Forms.Label() Me.Copyright = New System.Windows.Forms.Label() Me.lblStatus = New System.Windows.Forms.Label() Me.pbStatus = New System.Windows.Forms.ProgressBar() Me.TableLayoutPanel1 = New System.Windows.Forms.TableLayoutPanel() Me.Label1 = New System.Windows.Forms.Label() Me.lblpersonilization = New System.Windows.Forms.Label() Me.PictureBox1 = New System.Windows.Forms.PictureBox() Me.PictureBox2 = New System.Windows.Forms.PictureBox() Me.TableLayoutPanel1.SuspendLayout() CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.PictureBox2, System.ComponentModel.ISupportInitialize).BeginInit() Me.SuspendLayout() ' 'Version ' Me.Version.BackColor = System.Drawing.Color.Transparent resources.ApplyResources(Me.Version, "Version") Me.Version.Name = "Version" ' 'Copyright ' Me.Copyright.BackColor = System.Drawing.Color.Transparent resources.ApplyResources(Me.Copyright, "Copyright") Me.Copyright.Name = "Copyright" ' 'lblStatus ' resources.ApplyResources(Me.lblStatus, "lblStatus") Me.lblStatus.BackColor = System.Drawing.SystemColors.Control Me.lblStatus.Name = "lblStatus" ' 'pbStatus ' resources.ApplyResources(Me.pbStatus, "pbStatus") Me.pbStatus.Name = "pbStatus" ' 'TableLayoutPanel1 ' resources.ApplyResources(Me.TableLayoutPanel1, "TableLayoutPanel1") Me.TableLayoutPanel1.Controls.Add(Me.Copyright, 0, 1) Me.TableLayoutPanel1.Controls.Add(Me.Version, 0, 0) Me.TableLayoutPanel1.Name = "TableLayoutPanel1" ' 'Label1 ' resources.ApplyResources(Me.Label1, "Label1") Me.Label1.Name = "Label1" ' 'lblpersonilization ' resources.ApplyResources(Me.lblpersonilization, "lblpersonilization") Me.lblpersonilization.BackColor = System.Drawing.Color.Yellow Me.lblpersonilization.Name = "lblpersonilization" ' 'PictureBox1 ' resources.ApplyResources(Me.PictureBox1, "PictureBox1") Me.PictureBox1.Name = "PictureBox1" Me.PictureBox1.TabStop = False ' 'PictureBox2 ' resources.ApplyResources(Me.PictureBox2, "PictureBox2") Me.PictureBox2.Name = "PictureBox2" Me.PictureBox2.TabStop = False ' 'frmSplash ' resources.ApplyResources(Me, "$this") Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.ControlBox = False Me.Controls.Add(Me.lblpersonilization) Me.Controls.Add(Me.Label1) Me.Controls.Add(Me.PictureBox1) Me.Controls.Add(Me.TableLayoutPanel1) Me.Controls.Add(Me.lblStatus) Me.Controls.Add(Me.pbStatus) Me.Controls.Add(Me.PictureBox2) Me.DoubleBuffered = True Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle Me.KeyPreview = True Me.MaximizeBox = False Me.MinimizeBox = False Me.Name = "frmSplash" Me.ShowInTaskbar = False Me.TransparencyKey = System.Drawing.Color.White Me.TableLayoutPanel1.ResumeLayout(False) CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.PictureBox2, System.ComponentModel.ISupportInitialize).EndInit() Me.ResumeLayout(False) Me.PerformLayout() End Sub Friend WithEvents lblStatus As System.Windows.Forms.Label Friend WithEvents pbStatus As System.Windows.Forms.ProgressBar Friend WithEvents TableLayoutPanel1 As System.Windows.Forms.TableLayoutPanel Friend WithEvents PictureBox1 As System.Windows.Forms.PictureBox Friend WithEvents PictureBox2 As System.Windows.Forms.PictureBox Friend WithEvents Label1 As System.Windows.Forms.Label Friend WithEvents lblpersonilization As System.Windows.Forms.Label End Class