@ -1,9 +1,9 @@
< Global . Microsoft . VisualBasic . CompilerServices . DesignerGenerated ( ) > _
< Global . Microsoft . VisualBasic . CompilerServices . DesignerGenerated ( ) >
Partial Class frmAbout
Inherits System . Windows . Forms . Form
' Das Formular ü berschreibt den L ö schvorgang , um die Komponentenliste zu bereinigen .
<System.Diagnostics.DebuggerNonUserCode()> _
<System.Diagnostics.DebuggerNonUserCode()>
Protected Overrides Sub Dispose ( ByVal disposing As Boolean )
Try
If disposing AndAlso components IsNot Nothing Then
@ -29,7 +29,7 @@ Partial Class frmAbout
' 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 .
<System.Diagnostics.DebuggerStepThrough()> _
<System.Diagnostics.DebuggerStepThrough()>
Private Sub InitializeComponent ( )
Dim resources As System . ComponentModel . ComponentResourceManager = New System . ComponentModel . ComponentResourceManager ( GetType ( frmAbout ) )
Me . TableLayoutPanel = New System . Windows . Forms . TableLayoutPanel ( )
@ -42,7 +42,6 @@ Partial Class frmAbout
Me . OKButton = New System . Windows . Forms . Button ( )
Me . FlowLayoutPanel1 = New System . Windows . Forms . FlowLayoutPanel ( )
Me . lnkWebsite = New System . Windows . Forms . LinkLabel ( )
Me . lblInfoBetaSoftware = New System . Windows . Forms . Label ( )
Me . TableLayoutPanel . SuspendLayout ( )
CType ( Me . LogoPictureBox , System . ComponentModel . ISupportInitialize ) . BeginInit ( )
Me . FlowLayoutPanel1 . SuspendLayout ( )
@ -162,7 +161,6 @@ Partial Class frmAbout
' FlowLayoutPanel1
'
Me . FlowLayoutPanel1 . Controls . Add ( Me . lnkWebsite )
Me . FlowLayoutPanel1 . Controls . Add ( Me . lblInfoBetaSoftware )
Me . FlowLayoutPanel1 . Dock = System . Windows . Forms . DockStyle . Fill
Me . FlowLayoutPanel1 . Location = New System . Drawing . Point ( 133 , 206 )
Me . FlowLayoutPanel1 . Name = " FlowLayoutPanel1 "
@ -180,17 +178,6 @@ Partial Class frmAbout
Me . lnkWebsite . TabStop = True
Me . lnkWebsite . Text = " Zur Webseite "
'
' lblInfoBetaSoftware
'
Me . lblInfoBetaSoftware . AutoSize = True
Me . lblInfoBetaSoftware . Font = New System . Drawing . Font ( " Microsoft Sans Serif " , 8 . 0 ! , System . Drawing . FontStyle . Bold , System . Drawing . GraphicsUnit . Point , CType ( 0 , Byte ) )
Me . lblInfoBetaSoftware . ForeColor = System . Drawing . SystemColors . MenuHighlight
Me . lblInfoBetaSoftware . Location = New System . Drawing . Point ( 80 , 0 )
Me . lblInfoBetaSoftware . Name = " lblInfoBetaSoftware "
Me . lblInfoBetaSoftware . Size = New System . Drawing . Size ( 164 , 13 )
Me . lblInfoBetaSoftware . TabIndex = 3
Me . lblInfoBetaSoftware . Text = " Das ist eine BETA Version!! "
'
' frmAbout
'
Me . AutoScaleDimensions = New System . Drawing . SizeF ( 6 . 0 ! , 13 . 0 ! )
@ -217,5 +204,4 @@ Partial Class frmAbout
Friend WithEvents FlowLayoutPanel1 As FlowLayoutPanel
Friend WithEvents lnkWebsite As LinkLabel
Friend WithEvents lblInfoBetaSoftware As Label
End Class