280 lines
13 KiB
VB.net
280 lines
13 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()
|
|
Me.components = New System.ComponentModel.Container()
|
|
Me.btnPW_check = New System.Windows.Forms.Button()
|
|
Me.txtPW = New System.Windows.Forms.TextBox()
|
|
Me.lblPW = New System.Windows.Forms.Label()
|
|
Me.grbBoxlicense = New System.Windows.Forms.GroupBox()
|
|
Me.Label1 = New System.Windows.Forms.Label()
|
|
Me.dtp_Gültigkeit = New System.Windows.Forms.DateTimePicker()
|
|
Me.txtlicensekey = New System.Windows.Forms.TextBox()
|
|
Me.lblReadKey = New System.Windows.Forms.Label()
|
|
Me.btnnewLicenses = New System.Windows.Forms.Button()
|
|
Me.txtNewlizences = New System.Windows.Forms.TextBox()
|
|
Me.lblnewlicenses = New System.Windows.Forms.Label()
|
|
Me.lblAktuelleLizenzen = New System.Windows.Forms.Label()
|
|
Me.DD_DMSLiteDataSet = New DD_PM_WINDREAM.DD_DMSLiteDataSet()
|
|
Me.TBPM_KONFIGURATIONBindingSource = New System.Windows.Forms.BindingSource(Me.components)
|
|
Me.TBPM_KONFIGURATIONTableAdapter = New DD_PM_WINDREAM.DD_DMSLiteDataSetTableAdapters.TBPM_KONFIGURATIONTableAdapter()
|
|
Me.TableAdapterManager = New DD_PM_WINDREAM.DD_DMSLiteDataSetTableAdapters.TableAdapterManager()
|
|
Me.Label2 = New System.Windows.Forms.Label()
|
|
Me.txtProfile = New System.Windows.Forms.TextBox()
|
|
Me.Label3 = New System.Windows.Forms.Label()
|
|
Me.grbBoxlicense.SuspendLayout()
|
|
CType(Me.DD_DMSLiteDataSet, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
CType(Me.TBPM_KONFIGURATIONBindingSource, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
Me.SuspendLayout()
|
|
'
|
|
'btnPW_check
|
|
'
|
|
Me.btnPW_check.Location = New System.Drawing.Point(179, 2)
|
|
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(222, 32)
|
|
Me.btnPW_check.TabIndex = 29
|
|
Me.btnPW_check.Text = "Open License Manager"
|
|
Me.btnPW_check.UseVisualStyleBackColor = True
|
|
'
|
|
'txtPW
|
|
'
|
|
Me.txtPW.Location = New System.Drawing.Point(57, 7)
|
|
Me.txtPW.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
|
|
Me.txtPW.Name = "txtPW"
|
|
Me.txtPW.Size = New System.Drawing.Size(116, 23)
|
|
Me.txtPW.TabIndex = 28
|
|
Me.txtPW.UseSystemPasswordChar = True
|
|
'
|
|
'lblPW
|
|
'
|
|
Me.lblPW.AutoSize = True
|
|
Me.lblPW.Location = New System.Drawing.Point(8, 10)
|
|
Me.lblPW.Name = "lblPW"
|
|
Me.lblPW.Size = New System.Drawing.Size(32, 16)
|
|
Me.lblPW.TabIndex = 27
|
|
Me.lblPW.Text = "PW:"
|
|
'
|
|
'grbBoxlicense
|
|
'
|
|
Me.grbBoxlicense.Controls.Add(Me.Label3)
|
|
Me.grbBoxlicense.Controls.Add(Me.txtProfile)
|
|
Me.grbBoxlicense.Controls.Add(Me.Label2)
|
|
Me.grbBoxlicense.Controls.Add(Me.Label1)
|
|
Me.grbBoxlicense.Controls.Add(Me.dtp_Gültigkeit)
|
|
Me.grbBoxlicense.Controls.Add(Me.txtlicensekey)
|
|
Me.grbBoxlicense.Controls.Add(Me.lblReadKey)
|
|
Me.grbBoxlicense.Controls.Add(Me.btnnewLicenses)
|
|
Me.grbBoxlicense.Controls.Add(Me.txtNewlizences)
|
|
Me.grbBoxlicense.Controls.Add(Me.lblnewlicenses)
|
|
Me.grbBoxlicense.Controls.Add(Me.lblAktuelleLizenzen)
|
|
Me.grbBoxlicense.Location = New System.Drawing.Point(11, 42)
|
|
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(567, 222)
|
|
Me.grbBoxlicense.TabIndex = 26
|
|
Me.grbBoxlicense.TabStop = False
|
|
Me.grbBoxlicense.Text = "Lizenzanzahl ändern (nur Administrator):"
|
|
Me.grbBoxlicense.Visible = False
|
|
'
|
|
'Label1
|
|
'
|
|
Me.Label1.AutoSize = True
|
|
Me.Label1.Location = New System.Drawing.Point(7, 94)
|
|
Me.Label1.Name = "Label1"
|
|
Me.Label1.Size = New System.Drawing.Size(65, 16)
|
|
Me.Label1.TabIndex = 9
|
|
Me.Label1.Text = "Gültigkeit:"
|
|
Me.Label1.TextAlign = System.Drawing.ContentAlignment.TopRight
|
|
'
|
|
'dtp_Gültigkeit
|
|
'
|
|
Me.dtp_Gültigkeit.Format = System.Windows.Forms.DateTimePickerFormat.[Short]
|
|
Me.dtp_Gültigkeit.Location = New System.Drawing.Point(144, 89)
|
|
Me.dtp_Gültigkeit.Name = "dtp_Gültigkeit"
|
|
Me.dtp_Gültigkeit.Size = New System.Drawing.Size(104, 23)
|
|
Me.dtp_Gültigkeit.TabIndex = 8
|
|
Me.dtp_Gültigkeit.Value = New Date(2099, 12, 31, 0, 0, 0, 0)
|
|
'
|
|
'txtlicensekey
|
|
'
|
|
Me.txtlicensekey.Location = New System.Drawing.Point(10, 146)
|
|
Me.txtlicensekey.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
|
|
Me.txtlicensekey.Multiline = True
|
|
Me.txtlicensekey.Name = "txtlicensekey"
|
|
Me.txtlicensekey.Size = New System.Drawing.Size(392, 67)
|
|
Me.txtlicensekey.TabIndex = 7
|
|
'
|
|
'lblReadKey
|
|
'
|
|
Me.lblReadKey.AutoSize = True
|
|
Me.lblReadKey.Location = New System.Drawing.Point(7, 126)
|
|
Me.lblReadKey.Name = "lblReadKey"
|
|
Me.lblReadKey.Size = New System.Drawing.Size(105, 16)
|
|
Me.lblReadKey.TabIndex = 6
|
|
Me.lblReadKey.Text = "Neuer Lizenzkey:"
|
|
'
|
|
'btnnewLicenses
|
|
'
|
|
Me.btnnewLicenses.Image = Global.DD_PM_WINDREAM.My.Resources.Resources.key_go
|
|
Me.btnnewLicenses.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
|
|
Me.btnnewLicenses.Location = New System.Drawing.Point(420, 94)
|
|
Me.btnnewLicenses.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
|
|
Me.btnnewLicenses.Name = "btnnewLicenses"
|
|
Me.btnnewLicenses.Size = New System.Drawing.Size(141, 38)
|
|
Me.btnnewLicenses.TabIndex = 5
|
|
Me.btnnewLicenses.Text = "Erzeuge Key"
|
|
Me.btnnewLicenses.TextAlign = System.Drawing.ContentAlignment.MiddleRight
|
|
Me.btnnewLicenses.UseVisualStyleBackColor = True
|
|
'
|
|
'txtNewlizences
|
|
'
|
|
Me.txtNewlizences.Location = New System.Drawing.Point(144, 62)
|
|
Me.txtNewlizences.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
|
|
Me.txtNewlizences.Name = "txtNewlizences"
|
|
Me.txtNewlizences.Size = New System.Drawing.Size(49, 23)
|
|
Me.txtNewlizences.TabIndex = 4
|
|
Me.txtNewlizences.Text = "1"
|
|
'
|
|
'lblnewlicenses
|
|
'
|
|
Me.lblnewlicenses.AutoSize = True
|
|
Me.lblnewlicenses.Location = New System.Drawing.Point(7, 65)
|
|
Me.lblnewlicenses.Name = "lblnewlicenses"
|
|
Me.lblnewlicenses.Size = New System.Drawing.Size(131, 16)
|
|
Me.lblnewlicenses.TabIndex = 3
|
|
Me.lblnewlicenses.Text = "Anzahl neue Lizenzen"
|
|
'
|
|
'lblAktuelleLizenzen
|
|
'
|
|
Me.lblAktuelleLizenzen.AutoSize = True
|
|
Me.lblAktuelleLizenzen.Font = New System.Drawing.Font("Verdana", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.lblAktuelleLizenzen.Location = New System.Drawing.Point(7, 38)
|
|
Me.lblAktuelleLizenzen.Name = "lblAktuelleLizenzen"
|
|
Me.lblAktuelleLizenzen.Size = New System.Drawing.Size(65, 16)
|
|
Me.lblAktuelleLizenzen.TabIndex = 2
|
|
Me.lblAktuelleLizenzen.Text = "Label13"
|
|
'
|
|
'DD_DMSLiteDataSet
|
|
'
|
|
Me.DD_DMSLiteDataSet.DataSetName = "DD_DMSLiteDataSet"
|
|
Me.DD_DMSLiteDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema
|
|
'
|
|
'TBPM_KONFIGURATIONBindingSource
|
|
'
|
|
Me.TBPM_KONFIGURATIONBindingSource.DataMember = "TBPM_KONFIGURATION"
|
|
Me.TBPM_KONFIGURATIONBindingSource.DataSource = Me.DD_DMSLiteDataSet
|
|
'
|
|
'TBPM_KONFIGURATIONTableAdapter
|
|
'
|
|
Me.TBPM_KONFIGURATIONTableAdapter.ClearBeforeFill = True
|
|
'
|
|
'TableAdapterManager
|
|
'
|
|
Me.TableAdapterManager.BackupDataSetBeforeUpdate = False
|
|
Me.TableAdapterManager.Connection = Nothing
|
|
Me.TableAdapterManager.TBPM_CONNECTIONTableAdapter = Nothing
|
|
Me.TableAdapterManager.TBPM_CONTROL_TABLETableAdapter = Nothing
|
|
Me.TableAdapterManager.TBPM_ERROR_LOGTableAdapter = Nothing
|
|
Me.TableAdapterManager.TBPM_FILES_USER_NOT_INDEXEDTableAdapter = Nothing
|
|
Me.TableAdapterManager.TBPM_KONFIGURATIONTableAdapter = Nothing
|
|
Me.TableAdapterManager.TBPM_PROFILE_CONTROLSTableAdapter = Nothing
|
|
Me.TableAdapterManager.TBPM_PROFILE_FILESTableAdapter = Nothing
|
|
Me.TableAdapterManager.TBPM_PROFILE_FINAL_INDEXINGTableAdapter = Nothing
|
|
Me.TableAdapterManager.TBPM_PROFILETableAdapter = Nothing
|
|
Me.TableAdapterManager.TBPM_TYPETableAdapter = Nothing
|
|
Me.TableAdapterManager.TBPM_USERTableAdapter = Nothing
|
|
Me.TableAdapterManager.UpdateOrder = DD_PM_WINDREAM.DD_DMSLiteDataSetTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete
|
|
'
|
|
'Label2
|
|
'
|
|
Me.Label2.AutoSize = True
|
|
Me.Label2.Location = New System.Drawing.Point(259, 65)
|
|
Me.Label2.Name = "Label2"
|
|
Me.Label2.Size = New System.Drawing.Size(91, 16)
|
|
Me.Label2.TabIndex = 10
|
|
Me.Label2.Text = "Anzahl Profile:"
|
|
'
|
|
'txtProfile
|
|
'
|
|
Me.txtProfile.Location = New System.Drawing.Point(356, 62)
|
|
Me.txtProfile.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
|
|
Me.txtProfile.Name = "txtProfile"
|
|
Me.txtProfile.Size = New System.Drawing.Size(49, 23)
|
|
Me.txtProfile.TabIndex = 11
|
|
Me.txtProfile.Text = "5"
|
|
'
|
|
'Label3
|
|
'
|
|
Me.Label3.AutoSize = True
|
|
Me.Label3.Font = New System.Drawing.Font("Tahoma", 8.25!, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.Label3.Location = New System.Drawing.Point(411, 67)
|
|
Me.Label3.Name = "Label3"
|
|
Me.Label3.Size = New System.Drawing.Size(137, 13)
|
|
Me.Label3.TabIndex = 12
|
|
Me.Label3.Text = "Lite (5), Plus (11), Max(99)"
|
|
'
|
|
'frmLicense
|
|
'
|
|
Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!)
|
|
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
|
Me.ClientSize = New System.Drawing.Size(590, 276)
|
|
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", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow
|
|
Me.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
|
|
Me.Name = "frmLicense"
|
|
Me.Text = "Lizenzmanager"
|
|
Me.grbBoxlicense.ResumeLayout(False)
|
|
Me.grbBoxlicense.PerformLayout()
|
|
CType(Me.DD_DMSLiteDataSet, System.ComponentModel.ISupportInitialize).EndInit()
|
|
CType(Me.TBPM_KONFIGURATIONBindingSource, System.ComponentModel.ISupportInitialize).EndInit()
|
|
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 txtlicensekey As System.Windows.Forms.TextBox
|
|
Friend WithEvents lblReadKey As System.Windows.Forms.Label
|
|
Friend WithEvents btnnewLicenses As System.Windows.Forms.Button
|
|
Friend WithEvents txtNewlizences As System.Windows.Forms.TextBox
|
|
Friend WithEvents lblnewlicenses As System.Windows.Forms.Label
|
|
Friend WithEvents lblAktuelleLizenzen As System.Windows.Forms.Label
|
|
Friend WithEvents DD_DMSLiteDataSet As DD_PM_WINDREAM.DD_DMSLiteDataSet
|
|
Friend WithEvents TBPM_KONFIGURATIONBindingSource As System.Windows.Forms.BindingSource
|
|
Friend WithEvents TBPM_KONFIGURATIONTableAdapter As DD_PM_WINDREAM.DD_DMSLiteDataSetTableAdapters.TBPM_KONFIGURATIONTableAdapter
|
|
Friend WithEvents TableAdapterManager As DD_PM_WINDREAM.DD_DMSLiteDataSetTableAdapters.TableAdapterManager
|
|
Friend WithEvents Label1 As System.Windows.Forms.Label
|
|
Friend WithEvents dtp_Gültigkeit As System.Windows.Forms.DateTimePicker
|
|
Friend WithEvents Label3 As System.Windows.Forms.Label
|
|
Friend WithEvents txtProfile As System.Windows.Forms.TextBox
|
|
Friend WithEvents Label2 As System.Windows.Forms.Label
|
|
End Class
|