Files
RecordOrganizer/app/DD-Record-Organiser/frmLicense.designer.vb
SchreiberM 764d667b39 MS_23112015
2015-11-24 09:42:44 +01:00

225 lines
9.9 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.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.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.txtlicensekey = New System.Windows.Forms.TextBox()
Me.lblReadKey = New System.Windows.Forms.Label()
Me.txtNewlicences = New System.Windows.Forms.TextBox()
Me.lblnewlicenses = New System.Windows.Forms.Label()
Me.lblAktuelleLizenzen = New System.Windows.Forms.Label()
Me.btnnewLicenses = New System.Windows.Forms.Button()
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.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.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
'
'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)
'
'txtDossierCount
'
Me.txtDossierCount.Location = New System.Drawing.Point(222, 91)
Me.txtDossierCount.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
Me.txtDossierCount.Name = "txtDossierCount"
Me.txtDossierCount.Size = New System.Drawing.Size(31, 23)
Me.txtDossierCount.TabIndex = 11
Me.txtDossierCount.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(127, 16)
Me.Label2.TabIndex = 10
Me.Label2.Text = "Anzahl Aktensichten:"
'
'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:"
'
'txtNewlicences
'
Me.txtNewlicences.Location = New System.Drawing.Point(222, 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(209, 16)
Me.lblnewlicenses.TabIndex = 3
Me.lblnewlicenses.Text = "Anzahl Record-Organizer 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"
'
'btnnewLicenses
'
Me.btnnewLicenses.Image = Global.DD_Record_Organiser.My.Resources.Resources.key_go1
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
'
'frmLicense
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(7!, 16!)
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.KeyPreview = True
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 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
End Class