_ 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 '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() Me.components = New System.ComponentModel.Container() Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmSplash)) Me.Timer1 = New System.Windows.Forms.Timer(Me.components) Me.lblVersion = New System.Windows.Forms.Label() Me.lblversiondatum = New System.Windows.Forms.Label() Me.PictureBox1 = New System.Windows.Forms.PictureBox() Me.PictureBox2 = New System.Windows.Forms.PictureBox() Me.Label1 = New System.Windows.Forms.Label() Me.Panel1 = New System.Windows.Forms.Panel() CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.PictureBox2, System.ComponentModel.ISupportInitialize).BeginInit() Me.Panel1.SuspendLayout() Me.SuspendLayout() ' 'Timer1 ' Me.Timer1.Enabled = True Me.Timer1.Interval = 3000 ' 'lblVersion ' Me.lblVersion.BackColor = System.Drawing.Color.White Me.lblVersion.Font = New System.Drawing.Font("Microsoft Sans Serif", 14.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.lblVersion.Location = New System.Drawing.Point(47, 275) Me.lblVersion.Name = "lblVersion" Me.lblVersion.Size = New System.Drawing.Size(197, 24) Me.lblVersion.TabIndex = 1 Me.lblVersion.Text = "Version " Me.lblVersion.TextAlign = System.Drawing.ContentAlignment.MiddleCenter ' 'lblversiondatum ' Me.lblversiondatum.BackColor = System.Drawing.Color.White Me.lblversiondatum.Font = New System.Drawing.Font("Microsoft Sans Serif", 11.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.lblversiondatum.Location = New System.Drawing.Point(44, 299) Me.lblversiondatum.Name = "lblversiondatum" Me.lblversiondatum.Size = New System.Drawing.Size(200, 24) Me.lblversiondatum.TabIndex = 2 Me.lblversiondatum.Text = "Version " Me.lblversiondatum.TextAlign = System.Drawing.ContentAlignment.MiddleCenter ' 'PictureBox1 ' Me.PictureBox1.ErrorImage = CType(resources.GetObject("PictureBox1.ErrorImage"), System.Drawing.Image) Me.PictureBox1.Image = CType(resources.GetObject("PictureBox1.Image"), System.Drawing.Image) Me.PictureBox1.Location = New System.Drawing.Point(7, 3) Me.PictureBox1.Name = "PictureBox1" Me.PictureBox1.Size = New System.Drawing.Size(286, 44) Me.PictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom Me.PictureBox1.TabIndex = 3 Me.PictureBox1.TabStop = False ' 'PictureBox2 ' Me.PictureBox2.ErrorImage = CType(resources.GetObject("PictureBox2.ErrorImage"), System.Drawing.Image) Me.PictureBox2.Image = CType(resources.GetObject("PictureBox2.Image"), System.Drawing.Image) Me.PictureBox2.Location = New System.Drawing.Point(7, 53) Me.PictureBox2.Name = "PictureBox2" Me.PictureBox2.Size = New System.Drawing.Size(286, 195) Me.PictureBox2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom Me.PictureBox2.TabIndex = 4 Me.PictureBox2.TabStop = False ' 'Label1 ' Me.Label1.BackColor = System.Drawing.Color.White Me.Label1.Font = New System.Drawing.Font("Microsoft Sans Serif", 14.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label1.Location = New System.Drawing.Point(6, 251) Me.Label1.Name = "Label1" Me.Label1.Size = New System.Drawing.Size(287, 24) Me.Label1.TabIndex = 3 Me.Label1.Text = "Berechtigungs-Administration" Me.Label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter ' 'Panel1 ' Me.Panel1.BackColor = System.Drawing.Color.White Me.Panel1.Controls.Add(Me.PictureBox1) Me.Panel1.Controls.Add(Me.lblversiondatum) Me.Panel1.Controls.Add(Me.PictureBox2) Me.Panel1.Controls.Add(Me.Label1) Me.Panel1.Controls.Add(Me.lblVersion) Me.Panel1.Location = New System.Drawing.Point(5, 4) Me.Panel1.Name = "Panel1" Me.Panel1.Size = New System.Drawing.Size(301, 324) Me.Panel1.TabIndex = 5 ' 'frmSplash ' Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None Me.BackColor = System.Drawing.SystemColors.Control Me.ClientSize = New System.Drawing.Size(310, 334) Me.ControlBox = False Me.Controls.Add(Me.Panel1) Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None Me.Name = "frmSplash" Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen Me.Text = "frmSplash" CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.PictureBox2, System.ComponentModel.ISupportInitialize).EndInit() Me.Panel1.ResumeLayout(False) Me.ResumeLayout(False) End Sub Friend WithEvents Timer1 As System.Windows.Forms.Timer Friend WithEvents lblVersion As System.Windows.Forms.Label Friend WithEvents lblversiondatum As System.Windows.Forms.Label 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 Panel1 As System.Windows.Forms.Panel End Class