144 lines
5.5 KiB
VB.net
144 lines
5.5 KiB
VB.net
<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()> _
|
|
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 OKButton As System.Windows.Forms.Button
|
|
|
|
'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.
|
|
<System.Diagnostics.DebuggerStepThrough()> _
|
|
Private Sub InitializeComponent()
|
|
Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmAbout))
|
|
Me.OKButton = New System.Windows.Forms.Button()
|
|
Me.lblProduktname = New System.Windows.Forms.Label()
|
|
Me.lblVersion = New System.Windows.Forms.Label()
|
|
Me.lblCompanyName = New System.Windows.Forms.Label()
|
|
Me.LinkLabel1 = New System.Windows.Forms.LinkLabel()
|
|
Me.LinkLabel2 = New System.Windows.Forms.LinkLabel()
|
|
Me.PictureBox1 = New System.Windows.Forms.PictureBox()
|
|
Me.Label1 = New System.Windows.Forms.Label()
|
|
Me.PictureBox2 = New System.Windows.Forms.PictureBox()
|
|
Me.lbldatabase = New System.Windows.Forms.Label()
|
|
Me.LinkLabel3 = New System.Windows.Forms.LinkLabel()
|
|
CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
CType(Me.PictureBox2, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
Me.SuspendLayout()
|
|
'
|
|
'OKButton
|
|
'
|
|
Me.OKButton.DialogResult = System.Windows.Forms.DialogResult.Cancel
|
|
resources.ApplyResources(Me.OKButton, "OKButton")
|
|
Me.OKButton.Name = "OKButton"
|
|
'
|
|
'lblProduktname
|
|
'
|
|
resources.ApplyResources(Me.lblProduktname, "lblProduktname")
|
|
Me.lblProduktname.Name = "lblProduktname"
|
|
'
|
|
'lblVersion
|
|
'
|
|
resources.ApplyResources(Me.lblVersion, "lblVersion")
|
|
Me.lblVersion.Name = "lblVersion"
|
|
'
|
|
'lblCompanyName
|
|
'
|
|
resources.ApplyResources(Me.lblCompanyName, "lblCompanyName")
|
|
Me.lblCompanyName.Name = "lblCompanyName"
|
|
'
|
|
'LinkLabel1
|
|
'
|
|
resources.ApplyResources(Me.LinkLabel1, "LinkLabel1")
|
|
Me.LinkLabel1.Name = "LinkLabel1"
|
|
Me.LinkLabel1.TabStop = True
|
|
'
|
|
'LinkLabel2
|
|
'
|
|
resources.ApplyResources(Me.LinkLabel2, "LinkLabel2")
|
|
Me.LinkLabel2.Name = "LinkLabel2"
|
|
Me.LinkLabel2.TabStop = True
|
|
'
|
|
'PictureBox1
|
|
'
|
|
resources.ApplyResources(Me.PictureBox1, "PictureBox1")
|
|
Me.PictureBox1.Name = "PictureBox1"
|
|
Me.PictureBox1.TabStop = False
|
|
'
|
|
'Label1
|
|
'
|
|
resources.ApplyResources(Me.Label1, "Label1")
|
|
Me.Label1.Name = "Label1"
|
|
'
|
|
'PictureBox2
|
|
'
|
|
resources.ApplyResources(Me.PictureBox2, "PictureBox2")
|
|
Me.PictureBox2.Name = "PictureBox2"
|
|
Me.PictureBox2.TabStop = False
|
|
'
|
|
'lbldatabase
|
|
'
|
|
resources.ApplyResources(Me.lbldatabase, "lbldatabase")
|
|
Me.lbldatabase.Name = "lbldatabase"
|
|
'
|
|
'LinkLabel3
|
|
'
|
|
resources.ApplyResources(Me.LinkLabel3, "LinkLabel3")
|
|
Me.LinkLabel3.Name = "LinkLabel3"
|
|
Me.LinkLabel3.TabStop = True
|
|
'
|
|
'frmAbout
|
|
'
|
|
resources.ApplyResources(Me, "$this")
|
|
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
|
Me.CancelButton = Me.OKButton
|
|
Me.Controls.Add(Me.LinkLabel3)
|
|
Me.Controls.Add(Me.lbldatabase)
|
|
Me.Controls.Add(Me.Label1)
|
|
Me.Controls.Add(Me.PictureBox2)
|
|
Me.Controls.Add(Me.LinkLabel2)
|
|
Me.Controls.Add(Me.LinkLabel1)
|
|
Me.Controls.Add(Me.lblCompanyName)
|
|
Me.Controls.Add(Me.lblVersion)
|
|
Me.Controls.Add(Me.lblProduktname)
|
|
Me.Controls.Add(Me.OKButton)
|
|
Me.Controls.Add(Me.PictureBox1)
|
|
Me.DoubleBuffered = True
|
|
Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog
|
|
Me.MaximizeBox = False
|
|
Me.MinimizeBox = False
|
|
Me.Name = "frmAbout"
|
|
Me.ShowInTaskbar = False
|
|
CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).EndInit()
|
|
CType(Me.PictureBox2, System.ComponentModel.ISupportInitialize).EndInit()
|
|
Me.ResumeLayout(False)
|
|
Me.PerformLayout()
|
|
|
|
End Sub
|
|
Friend WithEvents PictureBox1 As System.Windows.Forms.PictureBox
|
|
Friend WithEvents lblProduktname As System.Windows.Forms.Label
|
|
Friend WithEvents lblVersion As System.Windows.Forms.Label
|
|
Friend WithEvents lblCompanyName As System.Windows.Forms.Label
|
|
Friend WithEvents LinkLabel1 As System.Windows.Forms.LinkLabel
|
|
Friend WithEvents LinkLabel2 As System.Windows.Forms.LinkLabel
|
|
Friend WithEvents Label1 As System.Windows.Forms.Label
|
|
Friend WithEvents PictureBox2 As System.Windows.Forms.PictureBox
|
|
Friend WithEvents lbldatabase As System.Windows.Forms.Label
|
|
Friend WithEvents LinkLabel3 As System.Windows.Forms.LinkLabel
|
|
|
|
End Class
|