This commit is contained in:
SchreiberM
2016-10-19 09:11:33 +02:00
parent 353f161c57
commit 11ec67a434
8 changed files with 194 additions and 74 deletions

View File

@@ -31,9 +31,11 @@ Partial Class frmLicense_User
Me.Label5 = New System.Windows.Forms.Label()
Me.lbLicenceCount = New System.Windows.Forms.Label()
Me.lbDossierCount = New System.Windows.Forms.Label()
Me.lbSAPConnect = New System.Windows.Forms.Label()
Me.lbValidUntil = New System.Windows.Forms.Label()
Me.GroupBox1 = New System.Windows.Forms.GroupBox()
Me.Label6 = New System.Windows.Forms.Label()
Me.chkSAP = New System.Windows.Forms.CheckBox()
Me.chkSite = New System.Windows.Forms.CheckBox()
Me.SuspendLayout()
'
'Label1
@@ -77,12 +79,6 @@ Partial Class frmLicense_User
resources.ApplyResources(Me.lbDossierCount, "lbDossierCount")
Me.lbDossierCount.Name = "lbDossierCount"
'
'lbSAPConnect
'
Me.lbSAPConnect.BackColor = System.Drawing.SystemColors.Control
resources.ApplyResources(Me.lbSAPConnect, "lbSAPConnect")
Me.lbSAPConnect.Name = "lbSAPConnect"
'
'lbValidUntil
'
resources.ApplyResources(Me.lbValidUntil, "lbValidUntil")
@@ -95,13 +91,32 @@ Partial Class frmLicense_User
Me.GroupBox1.Name = "GroupBox1"
Me.GroupBox1.TabStop = False
'
'Label6
'
resources.ApplyResources(Me.Label6, "Label6")
Me.Label6.Name = "Label6"
'
'chkSAP
'
resources.ApplyResources(Me.chkSAP, "chkSAP")
Me.chkSAP.Name = "chkSAP"
Me.chkSAP.UseVisualStyleBackColor = True
'
'chkSite
'
resources.ApplyResources(Me.chkSite, "chkSite")
Me.chkSite.Name = "chkSite"
Me.chkSite.UseVisualStyleBackColor = True
'
'frmLicense_User
'
resources.ApplyResources(Me, "$this")
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.Controls.Add(Me.chkSite)
Me.Controls.Add(Me.chkSAP)
Me.Controls.Add(Me.Label6)
Me.Controls.Add(Me.GroupBox1)
Me.Controls.Add(Me.lbValidUntil)
Me.Controls.Add(Me.lbSAPConnect)
Me.Controls.Add(Me.lbDossierCount)
Me.Controls.Add(Me.lbLicenceCount)
Me.Controls.Add(Me.Label5)
@@ -123,7 +138,9 @@ Partial Class frmLicense_User
Friend WithEvents Label5 As System.Windows.Forms.Label
Friend WithEvents lbLicenceCount As System.Windows.Forms.Label
Friend WithEvents lbDossierCount As System.Windows.Forms.Label
Friend WithEvents lbSAPConnect As System.Windows.Forms.Label
Friend WithEvents lbValidUntil As System.Windows.Forms.Label
Friend WithEvents GroupBox1 As System.Windows.Forms.GroupBox
Friend WithEvents Label6 As System.Windows.Forms.Label
Friend WithEvents chkSAP As System.Windows.Forms.CheckBox
Friend WithEvents chkSite As System.Windows.Forms.CheckBox
End Class