MS ÄNDerungen wegen License

This commit is contained in:
2020-01-10 14:02:24 +01:00
parent 77ee901233
commit 3c1657fa28
8 changed files with 96 additions and 44 deletions

View File

@@ -34,6 +34,8 @@ Partial Class frmLicense
Me.txtNewlicences = New System.Windows.Forms.TextBox()
Me.lblnewlicenses = New System.Windows.Forms.Label()
Me.btnPW_check = New System.Windows.Forms.Button()
Me.txtClient = New System.Windows.Forms.TextBox()
Me.lblClient1 = New System.Windows.Forms.Label()
Me.grbBoxlicense.SuspendLayout()
Me.SuspendLayout()
'
@@ -58,6 +60,8 @@ Partial Class frmLicense
'
'grbBoxlicense
'
Me.grbBoxlicense.Controls.Add(Me.lblClient1)
Me.grbBoxlicense.Controls.Add(Me.txtClient)
Me.grbBoxlicense.Controls.Add(Me.lblClient)
Me.grbBoxlicense.Controls.Add(Me.cmbClients)
Me.grbBoxlicense.Controls.Add(Me.Label5)
@@ -163,6 +167,23 @@ Partial Class frmLicense
Me.btnPW_check.TextAlign = System.Drawing.ContentAlignment.MiddleRight
Me.btnPW_check.UseVisualStyleBackColor = True
'
'txtClient
'
Me.txtClient.Location = New System.Drawing.Point(307, 39)
Me.txtClient.Name = "txtClient"
Me.txtClient.ReadOnly = True
Me.txtClient.Size = New System.Drawing.Size(100, 21)
Me.txtClient.TabIndex = 20
'
'lblClient1
'
Me.lblClient1.AutoSize = True
Me.lblClient1.Location = New System.Drawing.Point(307, 22)
Me.lblClient1.Name = "lblClient1"
Me.lblClient1.Size = New System.Drawing.Size(38, 13)
Me.lblClient1.TabIndex = 21
Me.lblClient1.Text = "Label1"
'
'frmLicense
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
@@ -196,4 +217,6 @@ Partial Class frmLicense
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 lblClient1 As Label
Friend WithEvents txtClient As TextBox
End Class