MS_2902
This commit is contained in:
@@ -36,6 +36,8 @@ 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.RBCheck1 = New System.Windows.Forms.RadioButton()
|
||||
Me.RBCheck2 = New System.Windows.Forms.RadioButton()
|
||||
CType(Me.SplitContainer1, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
Me.SplitContainer1.Panel1.SuspendLayout()
|
||||
Me.SplitContainer1.Panel2.SuspendLayout()
|
||||
@@ -56,6 +58,8 @@ Partial Class frmUserKonfig_AddUsers
|
||||
'
|
||||
'SplitContainer1.Panel2
|
||||
'
|
||||
Me.SplitContainer1.Panel2.Controls.Add(Me.RBCheck2)
|
||||
Me.SplitContainer1.Panel2.Controls.Add(Me.RBCheck1)
|
||||
Me.SplitContainer1.Panel2.Controls.Add(Me.clbUsers)
|
||||
Me.SplitContainer1.Panel2.Controls.Add(Me.ToolStrip2)
|
||||
Me.SplitContainer1.Panel2.Controls.Add(Me.btnCancel)
|
||||
@@ -125,6 +129,20 @@ Partial Class frmUserKonfig_AddUsers
|
||||
Me.btnAddUsers.Name = "btnAddUsers"
|
||||
Me.btnAddUsers.UseVisualStyleBackColor = True
|
||||
'
|
||||
'RBCheck1
|
||||
'
|
||||
resources.ApplyResources(Me.RBCheck1, "RBCheck1")
|
||||
Me.RBCheck1.Checked = True
|
||||
Me.RBCheck1.Name = "RBCheck1"
|
||||
Me.RBCheck1.TabStop = True
|
||||
Me.RBCheck1.UseVisualStyleBackColor = True
|
||||
'
|
||||
'RBCheck2
|
||||
'
|
||||
resources.ApplyResources(Me.RBCheck2, "RBCheck2")
|
||||
Me.RBCheck2.Name = "RBCheck2"
|
||||
Me.RBCheck2.UseVisualStyleBackColor = True
|
||||
'
|
||||
'frmUserKonfig_AddUsers
|
||||
'
|
||||
resources.ApplyResources(Me, "$this")
|
||||
@@ -158,4 +176,6 @@ Partial Class frmUserKonfig_AddUsers
|
||||
Friend WithEvents clbUsers As System.Windows.Forms.CheckedListBox
|
||||
Friend WithEvents ToolStripLabel2 As System.Windows.Forms.ToolStripLabel
|
||||
Friend WithEvents ToolTipController1 As DevExpress.Utils.ToolTipController
|
||||
Friend WithEvents RBCheck2 As System.Windows.Forms.RadioButton
|
||||
Friend WithEvents RBCheck1 As System.Windows.Forms.RadioButton
|
||||
End Class
|
||||
|
||||
Reference in New Issue
Block a user