MS Cahnges

This commit is contained in:
Digital Data - Marlon Schreiber
2018-06-15 11:48:04 +02:00
parent afd5186e62
commit bb412d1141
5 changed files with 19 additions and 2 deletions

View File

@@ -114,6 +114,7 @@ Partial Class frmAdministration
Me.lbllicenseCount = New System.Windows.Forms.Label()
Me.Label6 = New System.Windows.Forms.Label()
Me.Label5 = New System.Windows.Forms.Label()
Me.ToolTip1 = New System.Windows.Forms.ToolTip(Me.components)
GUIDLabel = New System.Windows.Forms.Label()
NAMELabel = New System.Windows.Forms.Label()
COMMENTLabel = New System.Windows.Forms.Label()
@@ -349,7 +350,7 @@ Partial Class frmAdministration
Me.TBCW_PROFILESBindingNavigator.MovePreviousItem = Me.BindingNavigatorMovePreviousItem
Me.TBCW_PROFILESBindingNavigator.Name = "TBCW_PROFILESBindingNavigator"
Me.TBCW_PROFILESBindingNavigator.PositionItem = Me.BindingNavigatorPositionItem
Me.TBCW_PROFILESBindingNavigator.Size = New System.Drawing.Size(318, 25)
Me.TBCW_PROFILESBindingNavigator.Size = New System.Drawing.Size(287, 25)
Me.TBCW_PROFILESBindingNavigator.TabIndex = 1
Me.TBCW_PROFILESBindingNavigator.Text = "BindingNavigator1"
'
@@ -1157,4 +1158,5 @@ Partial Class frmAdministration
Friend WithEvents lbllicenseCount As Label
Friend WithEvents Label6 As Label
Friend WithEvents Label5 As Label
Friend WithEvents ToolTip1 As ToolTip
End Class