223 lines
10 KiB
VB.net
223 lines
10 KiB
VB.net
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
|
|
Partial Class frmLicense
|
|
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(frmLicense))
|
|
Me.txtPW = New System.Windows.Forms.TextBox()
|
|
Me.lblPW = New System.Windows.Forms.Label()
|
|
Me.grbBoxlicense = New System.Windows.Forms.GroupBox()
|
|
Me.lblClient = New System.Windows.Forms.Label()
|
|
Me.cmbClients = New System.Windows.Forms.ComboBox()
|
|
Me.Label5 = New System.Windows.Forms.Label()
|
|
Me.dtpGueltig_GI = New System.Windows.Forms.DateTimePicker()
|
|
Me.btnnewLicenses = New System.Windows.Forms.Button()
|
|
Me.txtNewlicences = New System.Windows.Forms.TextBox()
|
|
Me.lblnewlicenses = New System.Windows.Forms.Label()
|
|
Me.btnPW_check = New System.Windows.Forms.Button()
|
|
Me.txtClient = New System.Windows.Forms.TextBox()
|
|
Me.lblClient1 = New System.Windows.Forms.Label()
|
|
Me.grbBoxlicense.SuspendLayout()
|
|
Me.SuspendLayout()
|
|
'
|
|
'txtPW
|
|
'
|
|
Me.txtPW.Location = New System.Drawing.Point(109, 6)
|
|
Me.txtPW.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
|
|
Me.txtPW.Name = "txtPW"
|
|
Me.txtPW.Size = New System.Drawing.Size(207, 21)
|
|
Me.txtPW.TabIndex = 32
|
|
Me.txtPW.UseSystemPasswordChar = True
|
|
'
|
|
'lblPW
|
|
'
|
|
Me.lblPW.AutoSize = True
|
|
Me.lblPW.ImeMode = System.Windows.Forms.ImeMode.NoControl
|
|
Me.lblPW.Location = New System.Drawing.Point(12, 9)
|
|
Me.lblPW.Name = "lblPW"
|
|
Me.lblPW.Size = New System.Drawing.Size(91, 13)
|
|
Me.lblPW.TabIndex = 31
|
|
Me.lblPW.Text = "Master Passwort:"
|
|
'
|
|
'grbBoxlicense
|
|
'
|
|
Me.grbBoxlicense.Controls.Add(Me.lblClient1)
|
|
Me.grbBoxlicense.Controls.Add(Me.txtClient)
|
|
Me.grbBoxlicense.Controls.Add(Me.lblClient)
|
|
Me.grbBoxlicense.Controls.Add(Me.cmbClients)
|
|
Me.grbBoxlicense.Controls.Add(Me.Label5)
|
|
Me.grbBoxlicense.Controls.Add(Me.dtpGueltig_GI)
|
|
Me.grbBoxlicense.Controls.Add(Me.btnnewLicenses)
|
|
Me.grbBoxlicense.Controls.Add(Me.txtNewlicences)
|
|
Me.grbBoxlicense.Controls.Add(Me.lblnewlicenses)
|
|
Me.grbBoxlicense.Location = New System.Drawing.Point(15, 41)
|
|
Me.grbBoxlicense.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
|
|
Me.grbBoxlicense.Name = "grbBoxlicense"
|
|
Me.grbBoxlicense.Padding = New System.Windows.Forms.Padding(3, 4, 3, 4)
|
|
Me.grbBoxlicense.Size = New System.Drawing.Size(469, 140)
|
|
Me.grbBoxlicense.TabIndex = 30
|
|
Me.grbBoxlicense.TabStop = False
|
|
Me.grbBoxlicense.Text = "Lizenzanzahl ändern:"
|
|
Me.grbBoxlicense.Visible = False
|
|
'
|
|
'lblClient
|
|
'
|
|
Me.lblClient.AutoSize = True
|
|
Me.lblClient.Font = New System.Drawing.Font("Verdana", 9.75!)
|
|
Me.lblClient.ImeMode = System.Windows.Forms.ImeMode.NoControl
|
|
Me.lblClient.Location = New System.Drawing.Point(7, 20)
|
|
Me.lblClient.Name = "lblClient"
|
|
Me.lblClient.Size = New System.Drawing.Size(140, 16)
|
|
Me.lblClient.TabIndex = 19
|
|
Me.lblClient.Text = "Mandantenauswahl:"
|
|
'
|
|
'cmbClients
|
|
'
|
|
Me.cmbClients.Font = New System.Drawing.Font("Tahoma", 9.75!)
|
|
Me.cmbClients.FormattingEnabled = True
|
|
Me.cmbClients.Location = New System.Drawing.Point(10, 39)
|
|
Me.cmbClients.Name = "cmbClients"
|
|
Me.cmbClients.Size = New System.Drawing.Size(262, 24)
|
|
Me.cmbClients.TabIndex = 18
|
|
'
|
|
'Label5
|
|
'
|
|
Me.Label5.AutoSize = True
|
|
Me.Label5.ImeMode = System.Windows.Forms.ImeMode.NoControl
|
|
Me.Label5.Location = New System.Drawing.Point(7, 106)
|
|
Me.Label5.Name = "Label5"
|
|
Me.Label5.Size = New System.Drawing.Size(55, 13)
|
|
Me.Label5.TabIndex = 16
|
|
Me.Label5.Text = "Gültigkeit:"
|
|
Me.Label5.TextAlign = System.Drawing.ContentAlignment.TopRight
|
|
'
|
|
'dtpGueltig_GI
|
|
'
|
|
Me.dtpGueltig_GI.Format = System.Windows.Forms.DateTimePickerFormat.[Short]
|
|
Me.dtpGueltig_GI.Location = New System.Drawing.Point(168, 100)
|
|
Me.dtpGueltig_GI.Name = "dtpGueltig_GI"
|
|
Me.dtpGueltig_GI.Size = New System.Drawing.Size(104, 21)
|
|
Me.dtpGueltig_GI.TabIndex = 15
|
|
Me.dtpGueltig_GI.Value = New Date(2099, 12, 31, 0, 0, 0, 0)
|
|
'
|
|
'btnnewLicenses
|
|
'
|
|
Me.btnnewLicenses.Font = New System.Drawing.Font("Tahoma", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.btnnewLicenses.Image = Global.easyFLOW.My.Resources.Resources.KeyDown_8461
|
|
Me.btnnewLicenses.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
|
|
Me.btnnewLicenses.ImeMode = System.Windows.Forms.ImeMode.NoControl
|
|
Me.btnnewLicenses.Location = New System.Drawing.Point(307, 91)
|
|
Me.btnnewLicenses.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
|
|
Me.btnnewLicenses.Name = "btnnewLicenses"
|
|
Me.btnnewLicenses.Size = New System.Drawing.Size(145, 30)
|
|
Me.btnnewLicenses.TabIndex = 5
|
|
Me.btnnewLicenses.Text = "Erneuere Lizenz"
|
|
Me.btnnewLicenses.TextAlign = System.Drawing.ContentAlignment.MiddleRight
|
|
Me.btnnewLicenses.UseVisualStyleBackColor = True
|
|
'
|
|
'txtNewlicences
|
|
'
|
|
Me.txtNewlicences.Location = New System.Drawing.Point(241, 74)
|
|
Me.txtNewlicences.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
|
|
Me.txtNewlicences.Name = "txtNewlicences"
|
|
Me.txtNewlicences.Size = New System.Drawing.Size(31, 21)
|
|
Me.txtNewlicences.TabIndex = 4
|
|
Me.txtNewlicences.Text = "1"
|
|
'
|
|
'lblnewlicenses
|
|
'
|
|
Me.lblnewlicenses.AutoSize = True
|
|
Me.lblnewlicenses.ImeMode = System.Windows.Forms.ImeMode.NoControl
|
|
Me.lblnewlicenses.Location = New System.Drawing.Point(7, 77)
|
|
Me.lblnewlicenses.Name = "lblnewlicenses"
|
|
Me.lblnewlicenses.Size = New System.Drawing.Size(113, 13)
|
|
Me.lblnewlicenses.TabIndex = 3
|
|
Me.lblnewlicenses.Text = "Anzahl User-Lizenzen:"
|
|
'
|
|
'btnPW_check
|
|
'
|
|
Me.btnPW_check.Image = Global.easyFLOW.My.Resources.Resources.KeyDown_8461
|
|
Me.btnPW_check.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
|
|
Me.btnPW_check.ImeMode = System.Windows.Forms.ImeMode.NoControl
|
|
Me.btnPW_check.Location = New System.Drawing.Point(322, 1)
|
|
Me.btnPW_check.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
|
|
Me.btnPW_check.Name = "btnPW_check"
|
|
Me.btnPW_check.Size = New System.Drawing.Size(162, 32)
|
|
Me.btnPW_check.TabIndex = 33
|
|
Me.btnPW_check.Text = "Open License Manager"
|
|
Me.btnPW_check.TextAlign = System.Drawing.ContentAlignment.MiddleRight
|
|
Me.btnPW_check.UseVisualStyleBackColor = True
|
|
'
|
|
'txtClient
|
|
'
|
|
Me.txtClient.Location = New System.Drawing.Point(307, 39)
|
|
Me.txtClient.Name = "txtClient"
|
|
Me.txtClient.ReadOnly = True
|
|
Me.txtClient.Size = New System.Drawing.Size(100, 21)
|
|
Me.txtClient.TabIndex = 20
|
|
'
|
|
'lblClient1
|
|
'
|
|
Me.lblClient1.AutoSize = True
|
|
Me.lblClient1.Location = New System.Drawing.Point(307, 22)
|
|
Me.lblClient1.Name = "lblClient1"
|
|
Me.lblClient1.Size = New System.Drawing.Size(38, 13)
|
|
Me.lblClient1.TabIndex = 21
|
|
Me.lblClient1.Text = "Label1"
|
|
'
|
|
'frmLicense
|
|
'
|
|
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
|
|
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
|
Me.ClientSize = New System.Drawing.Size(490, 188)
|
|
Me.Controls.Add(Me.btnPW_check)
|
|
Me.Controls.Add(Me.txtPW)
|
|
Me.Controls.Add(Me.lblPW)
|
|
Me.Controls.Add(Me.grbBoxlicense)
|
|
Me.Font = New System.Drawing.Font("Tahoma", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
|
|
Me.MaximizeBox = False
|
|
Me.MinimizeBox = False
|
|
Me.Name = "frmLicense"
|
|
Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent
|
|
Me.Text = "License Manager"
|
|
Me.grbBoxlicense.ResumeLayout(False)
|
|
Me.grbBoxlicense.PerformLayout()
|
|
Me.ResumeLayout(False)
|
|
Me.PerformLayout()
|
|
|
|
End Sub
|
|
Friend WithEvents btnPW_check As System.Windows.Forms.Button
|
|
Friend WithEvents txtPW As System.Windows.Forms.TextBox
|
|
Friend WithEvents lblPW As System.Windows.Forms.Label
|
|
Friend WithEvents grbBoxlicense As System.Windows.Forms.GroupBox
|
|
Friend WithEvents lblClient As System.Windows.Forms.Label
|
|
Friend WithEvents cmbClients As System.Windows.Forms.ComboBox
|
|
Friend WithEvents Label5 As System.Windows.Forms.Label
|
|
Friend WithEvents dtpGueltig_GI As System.Windows.Forms.DateTimePicker
|
|
Friend WithEvents btnnewLicenses As System.Windows.Forms.Button
|
|
Friend WithEvents txtNewlicences As System.Windows.Forms.TextBox
|
|
Friend WithEvents lblnewlicenses As System.Windows.Forms.Label
|
|
Friend WithEvents lblClient1 As Label
|
|
Friend WithEvents txtClient As TextBox
|
|
End Class
|