110 lines
4.7 KiB
VB.net
110 lines
4.7 KiB
VB.net
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
|
|
Partial Class frmLicenseInfo
|
|
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()
|
|
Me.GroupBox5 = New System.Windows.Forms.GroupBox()
|
|
Me.Label5 = New System.Windows.Forms.Label()
|
|
Me.lblLicenseDate = New System.Windows.Forms.Label()
|
|
Me.Label6 = New System.Windows.Forms.Label()
|
|
Me.lbllicenseCount = New System.Windows.Forms.Label()
|
|
Me.GroupBox5.SuspendLayout()
|
|
Me.SuspendLayout()
|
|
'
|
|
'GroupBox5
|
|
'
|
|
Me.GroupBox5.Controls.Add(Me.Label5)
|
|
Me.GroupBox5.Controls.Add(Me.lblLicenseDate)
|
|
Me.GroupBox5.Controls.Add(Me.Label6)
|
|
Me.GroupBox5.Controls.Add(Me.lbllicenseCount)
|
|
Me.GroupBox5.Font = New System.Drawing.Font("Tahoma", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.GroupBox5.Location = New System.Drawing.Point(12, 12)
|
|
Me.GroupBox5.Name = "GroupBox5"
|
|
Me.GroupBox5.Size = New System.Drawing.Size(290, 82)
|
|
Me.GroupBox5.TabIndex = 25
|
|
Me.GroupBox5.TabStop = False
|
|
Me.GroupBox5.Text = "Lizenzen"
|
|
'
|
|
'Label5
|
|
'
|
|
Me.Label5.AutoSize = True
|
|
Me.Label5.Font = New System.Drawing.Font("Tahoma", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.Label5.Location = New System.Drawing.Point(6, 17)
|
|
Me.Label5.Name = "Label5"
|
|
Me.Label5.Size = New System.Drawing.Size(106, 13)
|
|
Me.Label5.TabIndex = 0
|
|
Me.Label5.Text = "Anzahl der Lizenzen:"
|
|
'
|
|
'lblLicenseDate
|
|
'
|
|
Me.lblLicenseDate.AutoSize = True
|
|
Me.lblLicenseDate.Font = New System.Drawing.Font("Tahoma", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.lblLicenseDate.Location = New System.Drawing.Point(118, 39)
|
|
Me.lblLicenseDate.Name = "lblLicenseDate"
|
|
Me.lblLicenseDate.RightToLeft = System.Windows.Forms.RightToLeft.Yes
|
|
Me.lblLicenseDate.Size = New System.Drawing.Size(13, 13)
|
|
Me.lblLicenseDate.TabIndex = 7
|
|
Me.lblLicenseDate.Text = "0"
|
|
'
|
|
'Label6
|
|
'
|
|
Me.Label6.AutoSize = True
|
|
Me.Label6.Font = New System.Drawing.Font("Tahoma", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.Label6.Location = New System.Drawing.Point(6, 39)
|
|
Me.Label6.Name = "Label6"
|
|
Me.Label6.Size = New System.Drawing.Size(55, 13)
|
|
Me.Label6.TabIndex = 1
|
|
Me.Label6.Text = "Gültigkeit:"
|
|
'
|
|
'lbllicenseCount
|
|
'
|
|
Me.lbllicenseCount.AutoSize = True
|
|
Me.lbllicenseCount.Font = New System.Drawing.Font("Tahoma", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.lbllicenseCount.Location = New System.Drawing.Point(118, 17)
|
|
Me.lbllicenseCount.Name = "lbllicenseCount"
|
|
Me.lbllicenseCount.RightToLeft = System.Windows.Forms.RightToLeft.Yes
|
|
Me.lbllicenseCount.Size = New System.Drawing.Size(13, 13)
|
|
Me.lbllicenseCount.TabIndex = 6
|
|
Me.lbllicenseCount.Text = "0"
|
|
'
|
|
'frmLicenseInfo
|
|
'
|
|
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
|
|
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
|
Me.ClientSize = New System.Drawing.Size(314, 174)
|
|
Me.Controls.Add(Me.GroupBox5)
|
|
Me.Name = "frmLicenseInfo"
|
|
Me.ShowIcon = False
|
|
Me.Text = "Lizenz Informationen"
|
|
Me.GroupBox5.ResumeLayout(False)
|
|
Me.GroupBox5.PerformLayout()
|
|
Me.ResumeLayout(False)
|
|
|
|
End Sub
|
|
|
|
Friend WithEvents GroupBox5 As GroupBox
|
|
Friend WithEvents Label5 As Label
|
|
Friend WithEvents lblLicenseDate As Label
|
|
Friend WithEvents Label6 As Label
|
|
Friend WithEvents lbllicenseCount As Label
|
|
End Class
|