_ Partial Class SplashScreen1 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(SplashScreen1)) Me.PictureBox1 = New System.Windows.Forms.PictureBox() Me.ApplicationTitle = New System.Windows.Forms.Label() Me.txtVersion = New System.Windows.Forms.Label() Me.Copyright = New System.Windows.Forms.Label() Me.Label1 = New System.Windows.Forms.Label() Me.Label2 = New System.Windows.Forms.Label() Me.Label3 = New System.Windows.Forms.Label() Me.txtSerial = New System.Windows.Forms.Label() CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).BeginInit() Me.SuspendLayout() ' 'PictureBox1 ' Me.PictureBox1.Image = CType(resources.GetObject("PictureBox1.Image"), System.Drawing.Image) Me.PictureBox1.InitialImage = CType(resources.GetObject("PictureBox1.InitialImage"), System.Drawing.Image) Me.PictureBox1.Location = New System.Drawing.Point(15, 10) Me.PictureBox1.Name = "PictureBox1" Me.PictureBox1.Size = New System.Drawing.Size(359, 236) Me.PictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage Me.PictureBox1.TabIndex = 0 Me.PictureBox1.TabStop = False ' 'ApplicationTitle ' Me.ApplicationTitle.AutoSize = True Me.ApplicationTitle.Font = New System.Drawing.Font("Microsoft Sans Serif", 11.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.ApplicationTitle.Location = New System.Drawing.Point(12, 249) Me.ApplicationTitle.Name = "ApplicationTitle" Me.ApplicationTitle.Size = New System.Drawing.Size(57, 18) Me.ApplicationTitle.TabIndex = 1 Me.ApplicationTitle.Text = "Label1" ' 'txtVersion ' Me.txtVersion.AutoSize = True Me.txtVersion.Location = New System.Drawing.Point(69, 281) Me.txtVersion.Name = "txtVersion" Me.txtVersion.Size = New System.Drawing.Size(40, 13) Me.txtVersion.TabIndex = 2 Me.txtVersion.Text = "1.0.0.0" ' 'Copyright ' Me.Copyright.AutoSize = True Me.Copyright.Location = New System.Drawing.Point(69, 321) Me.Copyright.Name = "Copyright" Me.Copyright.Size = New System.Drawing.Size(39, 13) Me.Copyright.TabIndex = 3 Me.Copyright.Text = "Label1" ' 'Label1 ' Me.Label1.AutoSize = True Me.Label1.Location = New System.Drawing.Point(12, 281) Me.Label1.Name = "Label1" Me.Label1.Size = New System.Drawing.Size(42, 13) Me.Label1.TabIndex = 4 Me.Label1.Text = "Version" ' 'Label2 ' Me.Label2.AutoSize = True Me.Label2.Location = New System.Drawing.Point(12, 321) Me.Label2.Name = "Label2" Me.Label2.Size = New System.Drawing.Size(51, 13) Me.Label2.TabIndex = 5 Me.Label2.Text = "Copyright" ' 'Label3 ' Me.Label3.AutoSize = True Me.Label3.Location = New System.Drawing.Point(12, 301) Me.Label3.Name = "Label3" Me.Label3.Size = New System.Drawing.Size(53, 13) Me.Label3.TabIndex = 16 Me.Label3.Text = "Serial-No." ' 'txtSerial ' Me.txtSerial.AutoSize = True Me.txtSerial.Location = New System.Drawing.Point(68, 301) Me.txtSerial.Name = "txtSerial" Me.txtSerial.Size = New System.Drawing.Size(40, 13) Me.txtSerial.TabIndex = 15 Me.txtSerial.Text = "1.0.0.0" ' 'SplashScreen1 ' Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.BackColor = System.Drawing.Color.White Me.ClientSize = New System.Drawing.Size(386, 343) Me.ControlBox = False Me.Controls.Add(Me.Label3) Me.Controls.Add(Me.txtSerial) Me.Controls.Add(Me.Label2) Me.Controls.Add(Me.Label1) Me.Controls.Add(Me.Copyright) Me.Controls.Add(Me.txtVersion) Me.Controls.Add(Me.ApplicationTitle) Me.Controls.Add(Me.PictureBox1) Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle Me.MaximizeBox = False Me.MinimizeBox = False Me.Name = "SplashScreen1" Me.ShowInTaskbar = False Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).EndInit() Me.ResumeLayout(False) Me.PerformLayout() End Sub Friend WithEvents PictureBox1 As System.Windows.Forms.PictureBox Friend WithEvents ApplicationTitle As System.Windows.Forms.Label Friend WithEvents txtVersion As System.Windows.Forms.Label Friend WithEvents Copyright As System.Windows.Forms.Label Friend WithEvents Label1 As System.Windows.Forms.Label Friend WithEvents Label2 As System.Windows.Forms.Label Friend WithEvents Label3 As System.Windows.Forms.Label Friend WithEvents txtSerial As System.Windows.Forms.Label End Class