_ 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.lblClient = New System.Windows.Forms.Label() Me.cmbClients = New System.Windows.Forms.ComboBox() Me.chkSAPConnect = New System.Windows.Forms.CheckBox() Me.Label5 = New System.Windows.Forms.Label() Me.dtpGueltig_GI = New System.Windows.Forms.DateTimePicker() Me.txtDossierCount = New System.Windows.Forms.TextBox() Me.Label2 = 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.chkSite = New System.Windows.Forms.CheckBox() 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.chkSite) Me.grbBoxlicense.Controls.Add(Me.lblClient) Me.grbBoxlicense.Controls.Add(Me.cmbClients) Me.grbBoxlicense.Controls.Add(Me.chkSAPConnect) Me.grbBoxlicense.Controls.Add(Me.Label5) Me.grbBoxlicense.Controls.Add(Me.dtpGueltig_GI) Me.grbBoxlicense.Controls.Add(Me.txtDossierCount) Me.grbBoxlicense.Controls.Add(Me.Label2) Me.grbBoxlicense.Controls.Add(Me.btnnewLicenses) Me.grbBoxlicense.Controls.Add(Me.txtNewlicences) Me.grbBoxlicense.Controls.Add(Me.lblnewlicenses) resources.ApplyResources(Me.grbBoxlicense, "grbBoxlicense") Me.grbBoxlicense.Name = "grbBoxlicense" Me.grbBoxlicense.TabStop = False ' 'lblClient ' resources.ApplyResources(Me.lblClient, "lblClient") Me.lblClient.Name = "lblClient" ' 'cmbClients ' resources.ApplyResources(Me.cmbClients, "cmbClients") Me.cmbClients.FormattingEnabled = True Me.cmbClients.Name = "cmbClients" ' 'chkSAPConnect ' resources.ApplyResources(Me.chkSAPConnect, "chkSAPConnect") Me.chkSAPConnect.Name = "chkSAPConnect" Me.chkSAPConnect.UseVisualStyleBackColor = True ' '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) ' 'txtDossierCount ' resources.ApplyResources(Me.txtDossierCount, "txtDossierCount") Me.txtDossierCount.Name = "txtDossierCount" ' 'Label2 ' resources.ApplyResources(Me.Label2, "Label2") Me.Label2.Name = "Label2" ' 'btnnewLicenses ' Me.btnnewLicenses.Image = Global.DD_Record_Organiser.My.Resources.Resources.key_go1 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" ' 'chkSite ' resources.ApplyResources(Me.chkSite, "chkSite") Me.chkSite.Name = "chkSite" Me.chkSite.UseVisualStyleBackColor = True ' '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.KeyPreview = True 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 btnnewLicenses As System.Windows.Forms.Button Friend WithEvents txtNewlicences As System.Windows.Forms.TextBox Friend WithEvents lblnewlicenses As System.Windows.Forms.Label Friend WithEvents txtDossierCount As System.Windows.Forms.TextBox Friend WithEvents Label2 As System.Windows.Forms.Label Friend WithEvents Label5 As System.Windows.Forms.Label Friend WithEvents dtpGueltig_GI As System.Windows.Forms.DateTimePicker Friend WithEvents chkSAPConnect As System.Windows.Forms.CheckBox Friend WithEvents lblClient As System.Windows.Forms.Label Friend WithEvents cmbClients As System.Windows.Forms.ComboBox Friend WithEvents chkSite As System.Windows.Forms.CheckBox End Class