_ 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.GroupBox1 = New System.Windows.Forms.GroupBox() Me.Button1 = New System.Windows.Forms.Button() Me.DataGridViewAddOns = New System.Windows.Forms.DataGridView() Me.Label4 = New System.Windows.Forms.Label() Me.Label3 = New System.Windows.Forms.Label() Me.dtpLicenseAddon = New System.Windows.Forms.DateTimePicker() Me.cmbAddOn = New System.Windows.Forms.ComboBox() 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.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.grbBoxlicense.SuspendLayout() Me.GroupBox1.SuspendLayout() CType(Me.DataGridViewAddOns, System.ComponentModel.ISupportInitialize).BeginInit() 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.GroupBox1) 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.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 ' 'GroupBox1 ' Me.GroupBox1.Controls.Add(Me.Button1) Me.GroupBox1.Controls.Add(Me.DataGridViewAddOns) Me.GroupBox1.Controls.Add(Me.Label4) Me.GroupBox1.Controls.Add(Me.Label3) Me.GroupBox1.Controls.Add(Me.dtpLicenseAddon) Me.GroupBox1.Controls.Add(Me.cmbAddOn) resources.ApplyResources(Me.GroupBox1, "GroupBox1") Me.GroupBox1.Name = "GroupBox1" Me.GroupBox1.TabStop = False ' 'Button1 ' Me.Button1.Image = Global.DD_Record_Organizer.My.Resources.Resources.key_go1 resources.ApplyResources(Me.Button1, "Button1") Me.Button1.Name = "Button1" Me.Button1.UseVisualStyleBackColor = True ' 'DataGridViewAddOns ' Me.DataGridViewAddOns.AllowUserToAddRows = False Me.DataGridViewAddOns.AllowUserToDeleteRows = False Me.DataGridViewAddOns.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize resources.ApplyResources(Me.DataGridViewAddOns, "DataGridViewAddOns") Me.DataGridViewAddOns.MultiSelect = False Me.DataGridViewAddOns.Name = "DataGridViewAddOns" Me.DataGridViewAddOns.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.CellSelect Me.DataGridViewAddOns.ShowEditingIcon = False ' 'Label4 ' resources.ApplyResources(Me.Label4, "Label4") Me.Label4.Name = "Label4" ' 'Label3 ' resources.ApplyResources(Me.Label3, "Label3") Me.Label3.Name = "Label3" ' 'dtpLicenseAddon ' Me.dtpLicenseAddon.Format = System.Windows.Forms.DateTimePickerFormat.[Short] resources.ApplyResources(Me.dtpLicenseAddon, "dtpLicenseAddon") Me.dtpLicenseAddon.Name = "dtpLicenseAddon" Me.dtpLicenseAddon.Value = New Date(2099, 12, 31, 0, 0, 0, 0) ' 'cmbAddOn ' resources.ApplyResources(Me.cmbAddOn, "cmbAddOn") Me.cmbAddOn.FormattingEnabled = True Me.cmbAddOn.Name = "cmbAddOn" ' 'lblClient ' resources.ApplyResources(Me.lblClient, "lblClient") Me.lblClient.Name = "lblClient" ' 'cmbClients ' resources.ApplyResources(Me.cmbClients, "cmbClients") Me.cmbClients.FormattingEnabled = True Me.cmbClients.Name = "cmbClients" ' '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_Organizer.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" ' '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.GroupBox1.ResumeLayout(False) Me.GroupBox1.PerformLayout() CType(Me.DataGridViewAddOns, 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 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 lblClient As System.Windows.Forms.Label Friend WithEvents cmbClients As System.Windows.Forms.ComboBox Friend WithEvents DataGridViewAddOns As DataGridView Friend WithEvents GroupBox1 As GroupBox Friend WithEvents Button1 As Button Friend WithEvents Label4 As Label Friend WithEvents Label3 As Label Friend WithEvents dtpLicenseAddon As DateTimePicker Friend WithEvents cmbAddOn As ComboBox End Class