_ 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 ' Me.PictureEdit1.Dock = System.Windows.Forms.DockStyle.Top Me.PictureEdit1.EditValue = CType(resources.GetObject("PictureEdit1.EditValue"), Object) Me.PictureEdit1.Location = New System.Drawing.Point(0, 0) Me.PictureEdit1.Name = "PictureEdit1" Me.PictureEdit1.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder Me.PictureEdit1.Properties.ShowCameraMenuItem = DevExpress.XtraEditors.Controls.CameraMenuItemVisibility.[Auto] Me.PictureEdit1.Size = New System.Drawing.Size(800, 204) Me.PictureEdit1.TabIndex = 0 ' 'lblCopyright ' Me.lblCopyright.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles) Me.lblCopyright.AutoSize = True Me.lblCopyright.Font = New System.Drawing.Font("Tahoma", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.lblCopyright.Location = New System.Drawing.Point(137, 226) Me.lblCopyright.Name = "lblCopyright" Me.lblCopyright.RightToLeft = System.Windows.Forms.RightToLeft.No Me.lblCopyright.Size = New System.Drawing.Size(82, 14) Me.lblCopyright.TabIndex = 9 Me.lblCopyright.Tag = "Copyright {0}" Me.lblCopyright.Text = "Copyright {0}" ' 'lblVersion ' Me.lblVersion.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles) Me.lblVersion.AutoSize = True Me.lblVersion.Font = New System.Drawing.Font("Tahoma", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.lblVersion.Location = New System.Drawing.Point(12, 226) Me.lblVersion.Name = "lblVersion" Me.lblVersion.Size = New System.Drawing.Size(111, 14) Me.lblVersion.TabIndex = 8 Me.lblVersion.Tag = "Version {0}.{1:00}" Me.lblVersion.Text = "Version {0}.{1:00}" ' 'pbStatus ' Me.pbStatus.Dock = System.Windows.Forms.DockStyle.Bottom Me.pbStatus.Location = New System.Drawing.Point(0, 280) Me.pbStatus.Name = "pbStatus" Me.pbStatus.Size = New System.Drawing.Size(800, 23) Me.pbStatus.TabIndex = 6 ' 'lblStatus ' Me.lblStatus.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles) Me.lblStatus.AutoSize = True Me.lblStatus.BackColor = System.Drawing.SystemColors.Control Me.lblStatus.Font = New System.Drawing.Font("Tahoma", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.lblStatus.Location = New System.Drawing.Point(12, 253) Me.lblStatus.Name = "lblStatus" Me.lblStatus.Size = New System.Drawing.Size(54, 14) Me.lblStatus.TabIndex = 7 Me.lblStatus.Text = "{Status}" Me.lblStatus.TextAlign = System.Drawing.ContentAlignment.MiddleCenter ' 'lblGhostMode ' Me.lblGhostMode.Appearance.BackColor = System.Drawing.Color.Yellow Me.lblGhostMode.Appearance.Options.UseBackColor = True Me.lblGhostMode.Location = New System.Drawing.Point(654, 243) Me.lblGhostMode.Name = "lblGhostMode" Me.lblGhostMode.Size = New System.Drawing.Size(92, 13) Me.lblGhostMode.TabIndex = 10 Me.lblGhostMode.Text = "GhostModus active" Me.lblGhostMode.Visible = False ' 'frmSplashScreen ' Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.ClientSize = New System.Drawing.Size(800, 303) 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 Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen Me.Text = "signFLOW" 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