MS
This commit is contained in:
63
app/DD-Record-Organiser/frmLicense.designer.vb
generated
63
app/DD-Record-Organiser/frmLicense.designer.vb
generated
@@ -27,17 +27,16 @@ Partial Class frmLicense
|
||||
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.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.chkSAPConnect = New System.Windows.Forms.CheckBox()
|
||||
Me.grbBoxlicense.SuspendLayout()
|
||||
Me.SuspendLayout()
|
||||
'
|
||||
@@ -60,21 +59,37 @@ Partial Class frmLicense
|
||||
'
|
||||
'grbBoxlicense
|
||||
'
|
||||
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.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
|
||||
'
|
||||
'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")
|
||||
@@ -97,16 +112,6 @@ Partial Class frmLicense
|
||||
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.DD_Record_Organiser.My.Resources.Resources.key_go1
|
||||
@@ -124,17 +129,6 @@ Partial Class frmLicense
|
||||
resources.ApplyResources(Me.lblnewlicenses, "lblnewlicenses")
|
||||
Me.lblnewlicenses.Name = "lblnewlicenses"
|
||||
'
|
||||
'lblAktuelleLizenzen
|
||||
'
|
||||
resources.ApplyResources(Me.lblAktuelleLizenzen, "lblAktuelleLizenzen")
|
||||
Me.lblAktuelleLizenzen.Name = "lblAktuelleLizenzen"
|
||||
'
|
||||
'chkSAPConnect
|
||||
'
|
||||
resources.ApplyResources(Me.chkSAPConnect, "chkSAPConnect")
|
||||
Me.chkSAPConnect.Name = "chkSAPConnect"
|
||||
Me.chkSAPConnect.UseVisualStyleBackColor = True
|
||||
'
|
||||
'frmLicense
|
||||
'
|
||||
resources.ApplyResources(Me, "$this")
|
||||
@@ -147,25 +141,24 @@ Partial Class frmLicense
|
||||
Me.KeyPreview = True
|
||||
Me.Name = "frmLicense"
|
||||
Me.grbBoxlicense.ResumeLayout(False)
|
||||
Me.grbBoxlicense.PerformLayout
|
||||
Me.ResumeLayout(false)
|
||||
Me.PerformLayout
|
||||
Me.grbBoxlicense.PerformLayout()
|
||||
Me.ResumeLayout(False)
|
||||
Me.PerformLayout()
|
||||
|
||||
End Sub
|
||||
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
|
||||
Friend WithEvents chkSAPConnect As System.Windows.Forms.CheckBox
|
||||
Friend WithEvents lblClient As System.Windows.Forms.Label
|
||||
Friend WithEvents cmbClients As System.Windows.Forms.ComboBox
|
||||
End Class
|
||||
|
||||
Reference in New Issue
Block a user