_ Partial Class $safeitemrootname$ 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 ApplicationTitle As System.Windows.Forms.Label Friend WithEvents Version As System.Windows.Forms.Label Friend WithEvents Copyright As System.Windows.Forms.Label Friend WithEvents MainLayoutPanel As System.Windows.Forms.TableLayoutPanel Friend WithEvents DetailsLayoutPanel As System.Windows.Forms.TableLayoutPanel '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($safeitemrootname$)) Me.MainLayoutPanel = New System.Windows.Forms.TableLayoutPanel Me.DetailsLayoutPanel = New System.Windows.Forms.TableLayoutPanel Me.Version = New System.Windows.Forms.Label Me.Copyright = New System.Windows.Forms.Label Me.ApplicationTitle = New System.Windows.Forms.Label Me.MainLayoutPanel.SuspendLayout() Me.DetailsLayoutPanel.SuspendLayout() Me.SuspendLayout() ' 'MainLayoutPanel ' Me.MainLayoutPanel.BackgroundImage = CType(resources.GetObject("MainLayoutPanel.BackgroundImage"), System.Drawing.Image) Me.MainLayoutPanel.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch Me.MainLayoutPanel.ColumnCount = 2 Me.MainLayoutPanel.ColumnStyles.Add(New System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 243.0!)) Me.MainLayoutPanel.ColumnStyles.Add(New System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 100.0!)) Me.MainLayoutPanel.Controls.Add(Me.DetailsLayoutPanel, 1, 1) Me.MainLayoutPanel.Controls.Add(Me.ApplicationTitle, 1, 0) Me.MainLayoutPanel.Dock = System.Windows.Forms.DockStyle.Fill Me.MainLayoutPanel.Location = New System.Drawing.Point(0, 0) Me.MainLayoutPanel.Name = "MainLayoutPanel" Me.MainLayoutPanel.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 218.0!)) Me.MainLayoutPanel.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 38.0!)) Me.MainLayoutPanel.Size = New System.Drawing.Size(496, 303) Me.MainLayoutPanel.TabIndex = 0 ' 'DetailsLayoutPanel ' Me.DetailsLayoutPanel.Anchor = System.Windows.Forms.AnchorStyles.None Me.DetailsLayoutPanel.BackColor = System.Drawing.Color.Transparent Me.DetailsLayoutPanel.ColumnCount = 1 Me.DetailsLayoutPanel.ColumnStyles.Add(New System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 142.0!)) Me.DetailsLayoutPanel.ColumnStyles.Add(New System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 142.0!)) Me.DetailsLayoutPanel.Controls.Add(Me.Version, 0, 0) Me.DetailsLayoutPanel.Controls.Add(Me.Copyright, 0, 1) Me.DetailsLayoutPanel.Location = New System.Drawing.Point(246, 221) Me.DetailsLayoutPanel.Name = "DetailsLayoutPanel" Me.DetailsLayoutPanel.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 33.0!)) Me.DetailsLayoutPanel.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 33.0!)) Me.DetailsLayoutPanel.Size = New System.Drawing.Size(247, 79) Me.DetailsLayoutPanel.TabIndex = 1 ' 'Version ' Me.Version.Anchor = System.Windows.Forms.AnchorStyles.None Me.Version.BackColor = System.Drawing.Color.Transparent Me.Version.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Version.Location = New System.Drawing.Point(3, 3) Me.Version.Name = "Version" Me.Version.Size = New System.Drawing.Size(241, 20) Me.Version.TabIndex = 1 Me.Version.Text = "$IT_SPLSH_VB_Loc_Version$ {0}.{1:00}" ' 'Copyright ' Me.Copyright.Anchor = System.Windows.Forms.AnchorStyles.None Me.Copyright.BackColor = System.Drawing.Color.Transparent Me.Copyright.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Copyright.Location = New System.Drawing.Point(3, 29) Me.Copyright.Name = "Copyright" Me.Copyright.Size = New System.Drawing.Size(241, 47) Me.Copyright.TabIndex = 2 Me.Copyright.Text = "$IT_SPLSH_VB_Loc_Copyright$" ' 'ApplicationTitle ' Me.ApplicationTitle.Anchor = System.Windows.Forms.AnchorStyles.None Me.ApplicationTitle.BackColor = System.Drawing.Color.Transparent Me.ApplicationTitle.Font = New System.Drawing.Font("Microsoft Sans Serif", 18.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.ApplicationTitle.Location = New System.Drawing.Point(246, 3) Me.ApplicationTitle.Name = "ApplicationTitle" Me.ApplicationTitle.Size = New System.Drawing.Size(247, 212) Me.ApplicationTitle.TabIndex = 0 Me.ApplicationTitle.Text = "$IT_SPLSH_VB_Loc_Title$" Me.ApplicationTitle.TextAlign = System.Drawing.ContentAlignment.BottomLeft ' '$safeitemrootname$ ' Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.ClientSize = New System.Drawing.Size(496, 303) Me.ControlBox = False Me.Controls.Add(Me.MainLayoutPanel) Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle Me.MaximizeBox = False Me.MinimizeBox = False Me.Name = "$safeitemrootname$" Me.ShowInTaskbar = False Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen Me.MainLayoutPanel.ResumeLayout(False) Me.DetailsLayoutPanel.ResumeLayout(False) Me.ResumeLayout(False) End Sub End Class