_ Partial Class frmLicense Inherits System.Windows.Forms.Form 'Das Formular überschreibt den Löschvorgang, um die Komponentenliste zu bereinigen. _ 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. _ Private Sub InitializeComponent() 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.txtProfile = New System.Windows.Forms.TextBox() Me.Label2 = New System.Windows.Forms.Label() Me.txtlicensekey = New System.Windows.Forms.TextBox() Me.lblReadKey = New System.Windows.Forms.Label() Me.btnnewLicenses = New System.Windows.Forms.Button() Me.txtNewlicences = New System.Windows.Forms.TextBox() Me.lblnewlicenses = New System.Windows.Forms.Label() Me.lblAktuelleLizenzen = New System.Windows.Forms.Label() Me.Label4 = New System.Windows.Forms.Label() Me.txtHotKey = New System.Windows.Forms.TextBox() Me.Label5 = New System.Windows.Forms.Label() Me.dtpGueltig_GI = New System.Windows.Forms.DateTimePicker() Me.Label3 = New System.Windows.Forms.Label() Me.dtpGueltig_HK = New System.Windows.Forms.DateTimePicker() Me.grbBoxlicense.SuspendLayout() Me.SuspendLayout() ' 'btnPW_check ' Me.btnPW_check.Location = New System.Drawing.Point(318, 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(193, 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(120, 7) Me.txtPW.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txtPW.Name = "txtPW" Me.txtPW.Size = New System.Drawing.Size(192, 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(108, 16) Me.lblPW.TabIndex = 27 Me.lblPW.Text = "Master Passwort:" ' 'grbBoxlicense ' Me.grbBoxlicense.Controls.Add(Me.Label3) Me.grbBoxlicense.Controls.Add(Me.dtpGueltig_HK) Me.grbBoxlicense.Controls.Add(Me.Label5) Me.grbBoxlicense.Controls.Add(Me.dtpGueltig_GI) Me.grbBoxlicense.Controls.Add(Me.txtHotKey) Me.grbBoxlicense.Controls.Add(Me.Label4) Me.grbBoxlicense.Controls.Add(Me.txtProfile) Me.grbBoxlicense.Controls.Add(Me.Label2) Me.grbBoxlicense.Controls.Add(Me.txtlicensekey) Me.grbBoxlicense.Controls.Add(Me.lblReadKey) Me.grbBoxlicense.Controls.Add(Me.btnnewLicenses) Me.grbBoxlicense.Controls.Add(Me.txtNewlicences) 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(520, 308) Me.grbBoxlicense.TabIndex = 26 Me.grbBoxlicense.TabStop = False Me.grbBoxlicense.Text = "Lizenzanzahl ändern (nur Administrator):" Me.grbBoxlicense.Visible = False ' 'txtProfile ' Me.txtProfile.Location = New System.Drawing.Point(194, 91) Me.txtProfile.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txtProfile.Name = "txtProfile" Me.txtProfile.Size = New System.Drawing.Size(31, 23) Me.txtProfile.TabIndex = 11 Me.txtProfile.Text = "5" ' 'Label2 ' Me.Label2.AutoSize = True Me.Label2.Location = New System.Drawing.Point(7, 94) Me.Label2.Name = "Label2" Me.Label2.Size = New System.Drawing.Size(91, 16) Me.Label2.TabIndex = 10 Me.Label2.Text = "Anzahl Profile:" ' 'txtlicensekey ' Me.txtlicensekey.Location = New System.Drawing.Point(10, 221) 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(490, 67) Me.txtlicensekey.TabIndex = 7 ' 'lblReadKey ' Me.lblReadKey.AutoSize = True Me.lblReadKey.Location = New System.Drawing.Point(7, 201) 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.Global_Indexer.My.Resources.Resources.key_go Me.btnnewLicenses.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft Me.btnnewLicenses.Location = New System.Drawing.Point(359, 175) 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 ' 'txtNewlicences ' Me.txtNewlicences.Location = New System.Drawing.Point(194, 62) Me.txtNewlicences.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txtNewlicences.Name = "txtNewlicences" Me.txtNewlicences.Size = New System.Drawing.Size(31, 23) Me.txtNewlicences.TabIndex = 4 Me.txtNewlicences.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(186, 16) Me.lblnewlicenses.TabIndex = 3 Me.lblnewlicenses.Text = "Anzahl GlobalIndexer 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, 31) Me.lblAktuelleLizenzen.Name = "lblAktuelleLizenzen" Me.lblAktuelleLizenzen.Size = New System.Drawing.Size(65, 16) Me.lblAktuelleLizenzen.TabIndex = 2 Me.lblAktuelleLizenzen.Text = "Label13" ' 'Label4 ' Me.Label4.AutoSize = True Me.Label4.Location = New System.Drawing.Point(7, 124) Me.Label4.Name = "Label4" Me.Label4.Size = New System.Drawing.Size(136, 16) Me.Label4.TabIndex = 13 Me.Label4.Text = "Anzahl HotKey-Option:" ' 'txtHotKey ' Me.txtHotKey.Location = New System.Drawing.Point(194, 121) Me.txtHotKey.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txtHotKey.Name = "txtHotKey" Me.txtHotKey.Size = New System.Drawing.Size(31, 23) Me.txtHotKey.TabIndex = 14 Me.txtHotKey.Text = "0" ' 'Label5 ' Me.Label5.AutoSize = True Me.Label5.Location = New System.Drawing.Point(325, 65) Me.Label5.Name = "Label5" Me.Label5.Size = New System.Drawing.Size(65, 16) 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(396, 62) Me.dtpGueltig_GI.Name = "dtpGueltig_GI" Me.dtpGueltig_GI.Size = New System.Drawing.Size(104, 23) Me.dtpGueltig_GI.TabIndex = 15 Me.dtpGueltig_GI.Value = New Date(2099, 12, 31, 0, 0, 0, 0) ' 'Label3 ' Me.Label3.AutoSize = True Me.Label3.Location = New System.Drawing.Point(325, 124) Me.Label3.Name = "Label3" Me.Label3.Size = New System.Drawing.Size(65, 16) Me.Label3.TabIndex = 18 Me.Label3.Text = "Gültigkeit:" Me.Label3.TextAlign = System.Drawing.ContentAlignment.TopRight ' 'dtpGueltig_HK ' Me.dtpGueltig_HK.Format = System.Windows.Forms.DateTimePickerFormat.[Short] Me.dtpGueltig_HK.Location = New System.Drawing.Point(396, 121) Me.dtpGueltig_HK.Name = "dtpGueltig_HK" Me.dtpGueltig_HK.Size = New System.Drawing.Size(104, 23) Me.dtpGueltig_HK.TabIndex = 17 Me.dtpGueltig_HK.Value = New Date(2099, 12, 31, 0, 0, 0, 0) ' 'frmLicense ' Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.ClientSize = New System.Drawing.Size(542, 363) 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() 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 txtNewlicences As System.Windows.Forms.TextBox Friend WithEvents lblnewlicenses As System.Windows.Forms.Label Friend WithEvents lblAktuelleLizenzen As System.Windows.Forms.Label Friend WithEvents txtProfile As System.Windows.Forms.TextBox Friend WithEvents Label2 As System.Windows.Forms.Label Friend WithEvents txtHotKey As System.Windows.Forms.TextBox Friend WithEvents Label4 As System.Windows.Forms.Label Friend WithEvents Label3 As System.Windows.Forms.Label Friend WithEvents dtpGueltig_HK As System.Windows.Forms.DateTimePicker Friend WithEvents Label5 As System.Windows.Forms.Label Friend WithEvents dtpGueltig_GI As System.Windows.Forms.DateTimePicker End Class