_ Partial Class frmSplashScreen 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 '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(frmSplashScreen)) Me.PictureEdit1 = New DevExpress.XtraEditors.PictureEdit() Me.lblCopyright = New System.Windows.Forms.Label() Me.lblVersion = New System.Windows.Forms.Label() Me.pbStatus = New System.Windows.Forms.ProgressBar() Me.lblStatus = New System.Windows.Forms.Label() Me.lblGhostMode = New DevExpress.XtraEditors.LabelControl() CType(Me.PictureEdit1.Properties, System.ComponentModel.ISupportInitialize).BeginInit() Me.SuspendLayout() ' 'PictureEdit1 ' resources.ApplyResources(Me.PictureEdit1, "PictureEdit1") Me.PictureEdit1.Name = "PictureEdit1" Me.PictureEdit1.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder Me.PictureEdit1.Properties.ShowCameraMenuItem = DevExpress.XtraEditors.Controls.CameraMenuItemVisibility.[Auto] ' 'lblCopyright ' resources.ApplyResources(Me.lblCopyright, "lblCopyright") Me.lblCopyright.Name = "lblCopyright" Me.lblCopyright.Tag = "Copyright {0}" ' 'lblVersion ' resources.ApplyResources(Me.lblVersion, "lblVersion") Me.lblVersion.Name = "lblVersion" Me.lblVersion.Tag = "Version {0}.{1:00}" ' 'pbStatus ' resources.ApplyResources(Me.pbStatus, "pbStatus") Me.pbStatus.Name = "pbStatus" ' 'lblStatus ' resources.ApplyResources(Me.lblStatus, "lblStatus") Me.lblStatus.BackColor = System.Drawing.SystemColors.Control Me.lblStatus.Name = "lblStatus" ' 'lblGhostMode ' resources.ApplyResources(Me.lblGhostMode, "lblGhostMode") Me.lblGhostMode.Appearance.BackColor = System.Drawing.Color.Yellow Me.lblGhostMode.Appearance.Options.UseBackColor = True Me.lblGhostMode.Name = "lblGhostMode" ' 'frmSplashScreen ' resources.ApplyResources(Me, "$this") Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.Controls.Add(Me.lblGhostMode) Me.Controls.Add(Me.lblCopyright) Me.Controls.Add(Me.lblVersion) Me.Controls.Add(Me.lblStatus) Me.Controls.Add(Me.pbStatus) Me.Controls.Add(Me.PictureEdit1) Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None Me.KeyPreview = True Me.Name = "frmSplashScreen" Me.ShowIcon = False Me.ShowInTaskbar = False CType(Me.PictureEdit1.Properties, System.ComponentModel.ISupportInitialize).EndInit() Me.ResumeLayout(False) Me.PerformLayout() End Sub Friend WithEvents PictureEdit1 As DevExpress.XtraEditors.PictureEdit Friend WithEvents lblCopyright As Label Friend WithEvents lblVersion As Label Friend WithEvents pbStatus As ProgressBar Friend WithEvents lblStatus As Label Friend WithEvents lblGhostMode As DevExpress.XtraEditors.LabelControl End Class