MS_25112015_2

This commit is contained in:
SchreiberM
2015-11-25 17:41:30 +01:00
parent 6c4f760d5c
commit b7c3bc343d
6 changed files with 47 additions and 29 deletions

View File

@@ -22,6 +22,7 @@ Partial Class frmUserKonfig_AddUsers
'Das Bearbeiten mit dem Code-Editor ist nicht möglich.
<System.Diagnostics.DebuggerStepThrough()> _
Private Sub InitializeComponent()
Me.components = New System.ComponentModel.Container()
Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmUserKonfig_AddUsers))
Me.SplitContainer1 = New System.Windows.Forms.SplitContainer()
Me.lbGroups = New System.Windows.Forms.ListBox()
@@ -34,6 +35,7 @@ Partial Class frmUserKonfig_AddUsers
Me.tbSelectNone = New System.Windows.Forms.ToolStripButton()
Me.btnCancel = New System.Windows.Forms.Button()
Me.btnAddUsers = New System.Windows.Forms.Button()
Me.ToolTipController1 = New DevExpress.Utils.ToolTipController(Me.components)
CType(Me.SplitContainer1, System.ComponentModel.ISupportInitialize).BeginInit()
Me.SplitContainer1.Panel1.SuspendLayout()
Me.SplitContainer1.Panel2.SuspendLayout()
@@ -193,4 +195,5 @@ Partial Class frmUserKonfig_AddUsers
Friend WithEvents tbSelectNone As System.Windows.Forms.ToolStripButton
Friend WithEvents clbUsers As System.Windows.Forms.CheckedListBox
Friend WithEvents ToolStripLabel2 As System.Windows.Forms.ToolStripLabel
Friend WithEvents ToolTipController1 As DevExpress.Utils.ToolTipController
End Class