156 lines
6.4 KiB
Plaintext
156 lines
6.4 KiB
Plaintext
<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
|
|
|
|
'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.Label2 = New System.Windows.Forms.Label()
|
|
Me.Label1 = New System.Windows.Forms.Label()
|
|
Me.Copyright = New System.Windows.Forms.Label()
|
|
Me.txtVersion = New System.Windows.Forms.Label()
|
|
Me.ApplicationTitle = New System.Windows.Forms.Label()
|
|
Me.PictureBox1 = New System.Windows.Forms.PictureBox()
|
|
Me.Button1 = New System.Windows.Forms.Button()
|
|
Me.txtSerial = New System.Windows.Forms.Label()
|
|
Me.Label3 = New System.Windows.Forms.Label()
|
|
CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
Me.SuspendLayout()
|
|
'
|
|
'Label2
|
|
'
|
|
Me.Label2.AutoSize = True
|
|
Me.Label2.Location = New System.Drawing.Point(0, 313)
|
|
Me.Label2.Name = "Label2"
|
|
Me.Label2.Size = New System.Drawing.Size(51, 13)
|
|
Me.Label2.TabIndex = 11
|
|
Me.Label2.Text = "Copyright"
|
|
'
|
|
'Label1
|
|
'
|
|
Me.Label1.AutoSize = True
|
|
Me.Label1.Location = New System.Drawing.Point(0, 273)
|
|
Me.Label1.Name = "Label1"
|
|
Me.Label1.Size = New System.Drawing.Size(42, 13)
|
|
Me.Label1.TabIndex = 10
|
|
Me.Label1.Text = "Version"
|
|
'
|
|
'Copyright
|
|
'
|
|
Me.Copyright.AutoSize = True
|
|
Me.Copyright.Location = New System.Drawing.Point(57, 313)
|
|
Me.Copyright.Name = "Copyright"
|
|
Me.Copyright.Size = New System.Drawing.Size(39, 13)
|
|
Me.Copyright.TabIndex = 9
|
|
Me.Copyright.Text = "Label1"
|
|
'
|
|
'txtVersion
|
|
'
|
|
Me.txtVersion.AutoSize = True
|
|
Me.txtVersion.Location = New System.Drawing.Point(57, 273)
|
|
Me.txtVersion.Name = "txtVersion"
|
|
Me.txtVersion.Size = New System.Drawing.Size(40, 13)
|
|
Me.txtVersion.TabIndex = 8
|
|
Me.txtVersion.Text = "1.0.0.0"
|
|
'
|
|
'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(0, 241)
|
|
Me.ApplicationTitle.Name = "ApplicationTitle"
|
|
Me.ApplicationTitle.Size = New System.Drawing.Size(57, 18)
|
|
Me.ApplicationTitle.TabIndex = 7
|
|
Me.ApplicationTitle.Text = "Label1"
|
|
'
|
|
'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(3, 2)
|
|
Me.PictureBox1.Name = "PictureBox1"
|
|
Me.PictureBox1.Size = New System.Drawing.Size(359, 236)
|
|
Me.PictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage
|
|
Me.PictureBox1.TabIndex = 6
|
|
Me.PictureBox1.TabStop = False
|
|
'
|
|
'Button1
|
|
'
|
|
Me.Button1.Location = New System.Drawing.Point(277, 313)
|
|
Me.Button1.Name = "Button1"
|
|
Me.Button1.Size = New System.Drawing.Size(75, 23)
|
|
Me.Button1.TabIndex = 12
|
|
Me.Button1.Text = "Schliessen"
|
|
Me.Button1.UseVisualStyleBackColor = True
|
|
'
|
|
'txtSerial
|
|
'
|
|
Me.txtSerial.AutoSize = True
|
|
Me.txtSerial.Location = New System.Drawing.Point(57, 293)
|
|
Me.txtSerial.Name = "txtSerial"
|
|
Me.txtSerial.Size = New System.Drawing.Size(40, 13)
|
|
Me.txtSerial.TabIndex = 13
|
|
Me.txtSerial.Text = "1.0.0.0"
|
|
'
|
|
'Label3
|
|
'
|
|
Me.Label3.AutoSize = True
|
|
Me.Label3.Location = New System.Drawing.Point(1, 293)
|
|
Me.Label3.Name = "Label3"
|
|
Me.Label3.Size = New System.Drawing.Size(53, 13)
|
|
Me.Label3.TabIndex = 14
|
|
Me.Label3.Text = "Serial-No."
|
|
'
|
|
'frmAbout
|
|
'
|
|
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(364, 342)
|
|
Me.Controls.Add(Me.Label3)
|
|
Me.Controls.Add(Me.txtSerial)
|
|
Me.Controls.Add(Me.Button1)
|
|
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.Name = "frmAbout"
|
|
Me.ShowInTaskbar = False
|
|
Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent
|
|
Me.Text = "Über..."
|
|
CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).EndInit()
|
|
Me.ResumeLayout(False)
|
|
Me.PerformLayout()
|
|
|
|
End Sub
|
|
Friend WithEvents Label2 As System.Windows.Forms.Label
|
|
Friend WithEvents Label1 As System.Windows.Forms.Label
|
|
Friend WithEvents Copyright As System.Windows.Forms.Label
|
|
Friend WithEvents txtVersion As System.Windows.Forms.Label
|
|
Friend WithEvents ApplicationTitle As System.Windows.Forms.Label
|
|
Friend WithEvents PictureBox1 As System.Windows.Forms.PictureBox
|
|
Friend WithEvents Button1 As System.Windows.Forms.Button
|
|
Friend WithEvents txtSerial As System.Windows.Forms.Label
|
|
Friend WithEvents Label3 As System.Windows.Forms.Label
|
|
End Class
|