MS11.01(2)

This commit is contained in:
SchreiberM
2017-01-12 11:47:43 +01:00
parent 03ae19ae3e
commit 2af5a0bc0d
18 changed files with 59308 additions and 1606 deletions

View File

@@ -47,6 +47,7 @@ Partial Class frmUserKonfig_AddUsers
Me.btnCancel = New System.Windows.Forms.Button()
Me.btnAddUsers = New System.Windows.Forms.Button()
Me.ToolTipController1 = New DevExpress.Utils.ToolTipController(Me.components)
Me.lbllimited = New System.Windows.Forms.Label()
CType(Me.SplitContainer1, System.ComponentModel.ISupportInitialize).BeginInit()
Me.SplitContainer1.Panel1.SuspendLayout()
Me.SplitContainer1.Panel2.SuspendLayout()
@@ -73,6 +74,7 @@ Partial Class frmUserKonfig_AddUsers
'
'SplitContainer1.Panel2
'
Me.SplitContainer1.Panel2.Controls.Add(Me.lbllimited)
Me.SplitContainer1.Panel2.Controls.Add(Me.GridControlUsers)
Me.SplitContainer1.Panel2.Controls.Add(Me.GroupBox1)
Me.SplitContainer1.Panel2.Controls.Add(Me.ToolStrip2)
@@ -230,6 +232,12 @@ Partial Class frmUserKonfig_AddUsers
Me.btnAddUsers.Name = "btnAddUsers"
Me.btnAddUsers.UseVisualStyleBackColor = True
'
'lbllimited
'
resources.ApplyResources(Me.lbllimited, "lbllimited")
Me.lbllimited.BackColor = System.Drawing.Color.Yellow
Me.lbllimited.Name = "lbllimited"
'
'frmUserKonfig_AddUsers
'
resources.ApplyResources(Me, "$this")
@@ -280,4 +288,5 @@ Partial Class frmUserKonfig_AddUsers
Friend WithEvents colPrename As DevExpress.XtraGrid.Columns.GridColumn
Friend WithEvents colSurname As DevExpress.XtraGrid.Columns.GridColumn
Friend WithEvents colEmail As DevExpress.XtraGrid.Columns.GridColumn
Friend WithEvents lbllimited As System.Windows.Forms.Label
End Class