_ 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() Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmLicense)) 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.Label3 = New System.Windows.Forms.Label() Me.dtpGueltig_HK = New System.Windows.Forms.DateTimePicker() Me.Label5 = New System.Windows.Forms.Label() Me.dtpGueltig_GI = New System.Windows.Forms.DateTimePicker() Me.txtHotKey = New System.Windows.Forms.TextBox() Me.Label4 = New System.Windows.Forms.Label() 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.grbBoxlicense.SuspendLayout() Me.SuspendLayout() ' 'btnPW_check ' resources.ApplyResources(Me.btnPW_check, "btnPW_check") Me.btnPW_check.Name = "btnPW_check" Me.btnPW_check.UseVisualStyleBackColor = True ' 'txtPW ' resources.ApplyResources(Me.txtPW, "txtPW") Me.txtPW.Name = "txtPW" Me.txtPW.UseSystemPasswordChar = True ' 'lblPW ' resources.ApplyResources(Me.lblPW, "lblPW") Me.lblPW.Name = "lblPW" ' '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) resources.ApplyResources(Me.grbBoxlicense, "grbBoxlicense") Me.grbBoxlicense.Name = "grbBoxlicense" Me.grbBoxlicense.TabStop = False ' 'Label3 ' resources.ApplyResources(Me.Label3, "Label3") Me.Label3.Name = "Label3" ' 'dtpGueltig_HK ' Me.dtpGueltig_HK.Format = System.Windows.Forms.DateTimePickerFormat.[Short] resources.ApplyResources(Me.dtpGueltig_HK, "dtpGueltig_HK") Me.dtpGueltig_HK.Name = "dtpGueltig_HK" Me.dtpGueltig_HK.Value = New Date(2099, 12, 31, 0, 0, 0, 0) ' 'Label5 ' resources.ApplyResources(Me.Label5, "Label5") Me.Label5.Name = "Label5" ' 'dtpGueltig_GI ' Me.dtpGueltig_GI.Format = System.Windows.Forms.DateTimePickerFormat.[Short] resources.ApplyResources(Me.dtpGueltig_GI, "dtpGueltig_GI") Me.dtpGueltig_GI.Name = "dtpGueltig_GI" Me.dtpGueltig_GI.Value = New Date(2099, 12, 31, 0, 0, 0, 0) ' 'txtHotKey ' resources.ApplyResources(Me.txtHotKey, "txtHotKey") Me.txtHotKey.Name = "txtHotKey" ' 'Label4 ' resources.ApplyResources(Me.Label4, "Label4") Me.Label4.Name = "Label4" ' 'txtProfile ' resources.ApplyResources(Me.txtProfile, "txtProfile") Me.txtProfile.Name = "txtProfile" ' 'Label2 ' resources.ApplyResources(Me.Label2, "Label2") Me.Label2.Name = "Label2" ' 'txtlicensekey ' resources.ApplyResources(Me.txtlicensekey, "txtlicensekey") Me.txtlicensekey.Name = "txtlicensekey" ' 'lblReadKey ' resources.ApplyResources(Me.lblReadKey, "lblReadKey") Me.lblReadKey.Name = "lblReadKey" ' 'btnnewLicenses ' Me.btnnewLicenses.Image = Global.Global_Indexer.My.Resources.Resources.key_go resources.ApplyResources(Me.btnnewLicenses, "btnnewLicenses") Me.btnnewLicenses.Name = "btnnewLicenses" Me.btnnewLicenses.UseVisualStyleBackColor = True ' 'txtNewlicences ' resources.ApplyResources(Me.txtNewlicences, "txtNewlicences") Me.txtNewlicences.Name = "txtNewlicences" ' 'lblnewlicenses ' resources.ApplyResources(Me.lblnewlicenses, "lblnewlicenses") Me.lblnewlicenses.Name = "lblnewlicenses" ' 'lblAktuelleLizenzen ' resources.ApplyResources(Me.lblAktuelleLizenzen, "lblAktuelleLizenzen") Me.lblAktuelleLizenzen.Name = "lblAktuelleLizenzen" ' 'frmLicense ' resources.ApplyResources(Me, "$this") Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.Controls.Add(Me.btnPW_check) Me.Controls.Add(Me.txtPW) Me.Controls.Add(Me.lblPW) Me.Controls.Add(Me.grbBoxlicense) Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow Me.Name = "frmLicense" 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