308 lines
20 KiB
VB.net
308 lines
20 KiB
VB.net
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
|
|
Partial Class frmUserKonfig_AddUsers
|
|
Inherits System.Windows.Forms.Form
|
|
|
|
'Das Formular überschreibt den Löschvorgang, um die Komponentenliste zu bereinigen.
|
|
<System.Diagnostics.DebuggerNonUserCode()> _
|
|
Protected Overrides Sub Dispose(ByVal disposing As Boolean)
|
|
Try
|
|
If disposing AndAlso components IsNot Nothing Then
|
|
components.Dispose()
|
|
End If
|
|
Finally
|
|
MyBase.Dispose(disposing)
|
|
End Try
|
|
End Sub
|
|
|
|
'Wird vom Windows Form-Designer benötigt.
|
|
Private components As System.ComponentModel.IContainer
|
|
|
|
'Hinweis: Die folgende Prozedur ist für den Windows Form-Designer erforderlich.
|
|
'Das Bearbeiten ist mit dem Windows Form-Designer möglich.
|
|
'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()
|
|
Me.ToolStrip1 = New System.Windows.Forms.ToolStrip()
|
|
Me.ToolStripLabel1 = New System.Windows.Forms.ToolStripLabel()
|
|
Me.GridControlUsers = New DevExpress.XtraGrid.GridControl()
|
|
Me.TBAD_UsersBindingSource = New System.Windows.Forms.BindingSource(Me.components)
|
|
Me.MyDataset = New Global_Indexer.MyDataset()
|
|
Me.GridViewUsers = New DevExpress.XtraGrid.Views.Grid.GridView()
|
|
Me.colSelect = New DevExpress.XtraGrid.Columns.GridColumn()
|
|
Me.colUsername = New DevExpress.XtraGrid.Columns.GridColumn()
|
|
Me.colPrename = New DevExpress.XtraGrid.Columns.GridColumn()
|
|
Me.colSurname = New DevExpress.XtraGrid.Columns.GridColumn()
|
|
Me.colEmail = New DevExpress.XtraGrid.Columns.GridColumn()
|
|
Me.ToolStrip2 = New System.Windows.Forms.ToolStrip()
|
|
Me.ToolStripLabel2 = New System.Windows.Forms.ToolStripLabel()
|
|
Me.tbSelectEverything = New System.Windows.Forms.ToolStripButton()
|
|
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()
|
|
Me.SplitContainer1.SuspendLayout()
|
|
Me.ToolStrip1.SuspendLayout()
|
|
CType(Me.GridControlUsers, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
CType(Me.TBAD_UsersBindingSource, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
CType(Me.MyDataset, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
CType(Me.GridViewUsers, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
Me.ToolStrip2.SuspendLayout()
|
|
Me.SuspendLayout()
|
|
'
|
|
'SplitContainer1
|
|
'
|
|
resources.ApplyResources(Me.SplitContainer1, "SplitContainer1")
|
|
Me.ToolTipController1.SetAllowHtmlText(Me.SplitContainer1, CType(resources.GetObject("SplitContainer1.AllowHtmlText"), DevExpress.Utils.DefaultBoolean))
|
|
Me.SplitContainer1.Name = "SplitContainer1"
|
|
'
|
|
'SplitContainer1.Panel1
|
|
'
|
|
resources.ApplyResources(Me.SplitContainer1.Panel1, "SplitContainer1.Panel1")
|
|
Me.ToolTipController1.SetAllowHtmlText(Me.SplitContainer1.Panel1, CType(resources.GetObject("SplitContainer1.Panel1.AllowHtmlText"), DevExpress.Utils.DefaultBoolean))
|
|
Me.SplitContainer1.Panel1.Controls.Add(Me.lbGroups)
|
|
Me.SplitContainer1.Panel1.Controls.Add(Me.ToolStrip1)
|
|
Me.ToolTipController1.SetTitle(Me.SplitContainer1.Panel1, resources.GetString("SplitContainer1.Panel1.Title"))
|
|
Me.ToolTipController1.SetToolTip(Me.SplitContainer1.Panel1, resources.GetString("SplitContainer1.Panel1.ToolTip"))
|
|
Me.ToolTipController1.SetToolTipIconType(Me.SplitContainer1.Panel1, CType(resources.GetObject("SplitContainer1.Panel1.ToolTipIconType"), DevExpress.Utils.ToolTipIconType))
|
|
'
|
|
'SplitContainer1.Panel2
|
|
'
|
|
resources.ApplyResources(Me.SplitContainer1.Panel2, "SplitContainer1.Panel2")
|
|
Me.ToolTipController1.SetAllowHtmlText(Me.SplitContainer1.Panel2, CType(resources.GetObject("SplitContainer1.Panel2.AllowHtmlText"), DevExpress.Utils.DefaultBoolean))
|
|
Me.SplitContainer1.Panel2.Controls.Add(Me.GridControlUsers)
|
|
Me.SplitContainer1.Panel2.Controls.Add(Me.ToolStrip2)
|
|
Me.SplitContainer1.Panel2.Controls.Add(Me.btnCancel)
|
|
Me.SplitContainer1.Panel2.Controls.Add(Me.btnAddUsers)
|
|
Me.ToolTipController1.SetTitle(Me.SplitContainer1.Panel2, resources.GetString("SplitContainer1.Panel2.Title"))
|
|
Me.ToolTipController1.SetToolTip(Me.SplitContainer1.Panel2, resources.GetString("SplitContainer1.Panel2.ToolTip"))
|
|
Me.ToolTipController1.SetToolTipIconType(Me.SplitContainer1.Panel2, CType(resources.GetObject("SplitContainer1.Panel2.ToolTipIconType"), DevExpress.Utils.ToolTipIconType))
|
|
Me.ToolTipController1.SetTitle(Me.SplitContainer1, resources.GetString("SplitContainer1.Title"))
|
|
Me.ToolTipController1.SetToolTip(Me.SplitContainer1, resources.GetString("SplitContainer1.ToolTip"))
|
|
Me.ToolTipController1.SetToolTipIconType(Me.SplitContainer1, CType(resources.GetObject("SplitContainer1.ToolTipIconType"), DevExpress.Utils.ToolTipIconType))
|
|
'
|
|
'lbGroups
|
|
'
|
|
resources.ApplyResources(Me.lbGroups, "lbGroups")
|
|
Me.ToolTipController1.SetAllowHtmlText(Me.lbGroups, CType(resources.GetObject("lbGroups.AllowHtmlText"), DevExpress.Utils.DefaultBoolean))
|
|
Me.lbGroups.FormattingEnabled = True
|
|
Me.lbGroups.Name = "lbGroups"
|
|
Me.ToolTipController1.SetTitle(Me.lbGroups, resources.GetString("lbGroups.Title"))
|
|
Me.ToolTipController1.SetToolTip(Me.lbGroups, resources.GetString("lbGroups.ToolTip"))
|
|
Me.ToolTipController1.SetToolTipIconType(Me.lbGroups, CType(resources.GetObject("lbGroups.ToolTipIconType"), DevExpress.Utils.ToolTipIconType))
|
|
'
|
|
'ToolStrip1
|
|
'
|
|
resources.ApplyResources(Me.ToolStrip1, "ToolStrip1")
|
|
Me.ToolTipController1.SetAllowHtmlText(Me.ToolStrip1, CType(resources.GetObject("ToolStrip1.AllowHtmlText"), DevExpress.Utils.DefaultBoolean))
|
|
Me.ToolStrip1.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden
|
|
Me.ToolStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.ToolStripLabel1})
|
|
Me.ToolStrip1.Name = "ToolStrip1"
|
|
Me.ToolTipController1.SetTitle(Me.ToolStrip1, resources.GetString("ToolStrip1.Title"))
|
|
Me.ToolTipController1.SetToolTip(Me.ToolStrip1, resources.GetString("ToolStrip1.ToolTip"))
|
|
Me.ToolTipController1.SetToolTipIconType(Me.ToolStrip1, CType(resources.GetObject("ToolStrip1.ToolTipIconType"), DevExpress.Utils.ToolTipIconType))
|
|
'
|
|
'ToolStripLabel1
|
|
'
|
|
resources.ApplyResources(Me.ToolStripLabel1, "ToolStripLabel1")
|
|
Me.ToolStripLabel1.Name = "ToolStripLabel1"
|
|
'
|
|
'GridControlUsers
|
|
'
|
|
resources.ApplyResources(Me.GridControlUsers, "GridControlUsers")
|
|
Me.GridControlUsers.DataSource = Me.TBAD_UsersBindingSource
|
|
Me.GridControlUsers.EmbeddedNavigator.AccessibleDescription = resources.GetString("GridControlUsers.EmbeddedNavigator.AccessibleDescription")
|
|
Me.GridControlUsers.EmbeddedNavigator.AccessibleName = resources.GetString("GridControlUsers.EmbeddedNavigator.AccessibleName")
|
|
Me.GridControlUsers.EmbeddedNavigator.AllowHtmlTextInToolTip = CType(resources.GetObject("GridControlUsers.EmbeddedNavigator.AllowHtmlTextInToolTip"), DevExpress.Utils.DefaultBoolean)
|
|
Me.GridControlUsers.EmbeddedNavigator.Anchor = CType(resources.GetObject("GridControlUsers.EmbeddedNavigator.Anchor"), System.Windows.Forms.AnchorStyles)
|
|
Me.GridControlUsers.EmbeddedNavigator.BackgroundImage = CType(resources.GetObject("GridControlUsers.EmbeddedNavigator.BackgroundImage"), System.Drawing.Image)
|
|
Me.GridControlUsers.EmbeddedNavigator.BackgroundImageLayout = CType(resources.GetObject("GridControlUsers.EmbeddedNavigator.BackgroundImageLayout"), System.Windows.Forms.ImageLayout)
|
|
Me.GridControlUsers.EmbeddedNavigator.ImeMode = CType(resources.GetObject("GridControlUsers.EmbeddedNavigator.ImeMode"), System.Windows.Forms.ImeMode)
|
|
Me.GridControlUsers.EmbeddedNavigator.MaximumSize = CType(resources.GetObject("GridControlUsers.EmbeddedNavigator.MaximumSize"), System.Drawing.Size)
|
|
Me.GridControlUsers.EmbeddedNavigator.TextLocation = CType(resources.GetObject("GridControlUsers.EmbeddedNavigator.TextLocation"), DevExpress.XtraEditors.NavigatorButtonsTextLocation)
|
|
Me.GridControlUsers.EmbeddedNavigator.ToolTip = resources.GetString("GridControlUsers.EmbeddedNavigator.ToolTip")
|
|
Me.GridControlUsers.EmbeddedNavigator.ToolTipIconType = CType(resources.GetObject("GridControlUsers.EmbeddedNavigator.ToolTipIconType"), DevExpress.Utils.ToolTipIconType)
|
|
Me.GridControlUsers.EmbeddedNavigator.ToolTipTitle = resources.GetString("GridControlUsers.EmbeddedNavigator.ToolTipTitle")
|
|
Me.GridControlUsers.MainView = Me.GridViewUsers
|
|
Me.GridControlUsers.Name = "GridControlUsers"
|
|
Me.GridControlUsers.ShowOnlyPredefinedDetails = True
|
|
Me.GridControlUsers.ViewCollection.AddRange(New DevExpress.XtraGrid.Views.Base.BaseView() {Me.GridViewUsers})
|
|
'
|
|
'TBAD_UsersBindingSource
|
|
'
|
|
Me.TBAD_UsersBindingSource.DataMember = "TBAD_Users"
|
|
Me.TBAD_UsersBindingSource.DataSource = Me.MyDataset
|
|
'
|
|
'MyDataset
|
|
'
|
|
Me.MyDataset.DataSetName = "MyDataset"
|
|
Me.MyDataset.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema
|
|
'
|
|
'GridViewUsers
|
|
'
|
|
Me.GridViewUsers.Appearance.EvenRow.BackColor = CType(resources.GetObject("GridViewUsers.Appearance.EvenRow.BackColor"), System.Drawing.Color)
|
|
Me.GridViewUsers.Appearance.EvenRow.FontSizeDelta = CType(resources.GetObject("GridViewUsers.Appearance.EvenRow.FontSizeDelta"), Integer)
|
|
Me.GridViewUsers.Appearance.EvenRow.FontStyleDelta = CType(resources.GetObject("GridViewUsers.Appearance.EvenRow.FontStyleDelta"), System.Drawing.FontStyle)
|
|
Me.GridViewUsers.Appearance.EvenRow.GradientMode = CType(resources.GetObject("GridViewUsers.Appearance.EvenRow.GradientMode"), System.Drawing.Drawing2D.LinearGradientMode)
|
|
Me.GridViewUsers.Appearance.EvenRow.Image = CType(resources.GetObject("GridViewUsers.Appearance.EvenRow.Image"), System.Drawing.Image)
|
|
Me.GridViewUsers.Appearance.EvenRow.Options.UseBackColor = True
|
|
Me.GridViewUsers.Appearance.FocusedRow.BackColor = CType(resources.GetObject("GridViewUsers.Appearance.FocusedRow.BackColor"), System.Drawing.Color)
|
|
Me.GridViewUsers.Appearance.FocusedRow.FontSizeDelta = CType(resources.GetObject("GridViewUsers.Appearance.FocusedRow.FontSizeDelta"), Integer)
|
|
Me.GridViewUsers.Appearance.FocusedRow.FontStyleDelta = CType(resources.GetObject("GridViewUsers.Appearance.FocusedRow.FontStyleDelta"), System.Drawing.FontStyle)
|
|
Me.GridViewUsers.Appearance.FocusedRow.GradientMode = CType(resources.GetObject("GridViewUsers.Appearance.FocusedRow.GradientMode"), System.Drawing.Drawing2D.LinearGradientMode)
|
|
Me.GridViewUsers.Appearance.FocusedRow.Image = CType(resources.GetObject("GridViewUsers.Appearance.FocusedRow.Image"), System.Drawing.Image)
|
|
Me.GridViewUsers.Appearance.FocusedRow.Options.UseBackColor = True
|
|
resources.ApplyResources(Me.GridViewUsers, "GridViewUsers")
|
|
Me.GridViewUsers.Columns.AddRange(New DevExpress.XtraGrid.Columns.GridColumn() {Me.colSelect, Me.colUsername, Me.colPrename, Me.colSurname, Me.colEmail})
|
|
Me.GridViewUsers.GridControl = Me.GridControlUsers
|
|
Me.GridViewUsers.Name = "GridViewUsers"
|
|
Me.GridViewUsers.OptionsBehavior.AllowAddRows = DevExpress.Utils.DefaultBoolean.[False]
|
|
Me.GridViewUsers.OptionsBehavior.AllowDeleteRows = DevExpress.Utils.DefaultBoolean.[False]
|
|
Me.GridViewUsers.OptionsClipboard.CopyColumnHeaders = DevExpress.Utils.DefaultBoolean.[False]
|
|
Me.GridViewUsers.OptionsSelection.EnableAppearanceFocusedCell = False
|
|
Me.GridViewUsers.OptionsView.ColumnAutoWidth = False
|
|
Me.GridViewUsers.OptionsView.EnableAppearanceEvenRow = True
|
|
Me.GridViewUsers.OptionsView.ShowAutoFilterRow = True
|
|
Me.GridViewUsers.OptionsView.ShowGroupPanel = False
|
|
'
|
|
'colSelect
|
|
'
|
|
resources.ApplyResources(Me.colSelect, "colSelect")
|
|
Me.colSelect.FieldName = "Select"
|
|
Me.colSelect.Name = "colSelect"
|
|
Me.colSelect.Summary.AddRange(New DevExpress.XtraGrid.GridSummaryItem() {New DevExpress.XtraGrid.GridColumnSummaryItem()})
|
|
'
|
|
'colUsername
|
|
'
|
|
resources.ApplyResources(Me.colUsername, "colUsername")
|
|
Me.colUsername.FieldName = "Username"
|
|
Me.colUsername.Name = "colUsername"
|
|
Me.colUsername.OptionsColumn.AllowEdit = False
|
|
Me.colUsername.Summary.AddRange(New DevExpress.XtraGrid.GridSummaryItem() {New DevExpress.XtraGrid.GridColumnSummaryItem()})
|
|
'
|
|
'colPrename
|
|
'
|
|
resources.ApplyResources(Me.colPrename, "colPrename")
|
|
Me.colPrename.FieldName = "Prename"
|
|
Me.colPrename.Name = "colPrename"
|
|
Me.colPrename.OptionsColumn.AllowEdit = False
|
|
'
|
|
'colSurname
|
|
'
|
|
resources.ApplyResources(Me.colSurname, "colSurname")
|
|
Me.colSurname.FieldName = "Surname"
|
|
Me.colSurname.Name = "colSurname"
|
|
Me.colSurname.OptionsColumn.AllowEdit = False
|
|
'
|
|
'colEmail
|
|
'
|
|
resources.ApplyResources(Me.colEmail, "colEmail")
|
|
Me.colEmail.FieldName = "Email"
|
|
Me.colEmail.Name = "colEmail"
|
|
Me.colEmail.OptionsColumn.AllowEdit = False
|
|
Me.colEmail.Summary.AddRange(New DevExpress.XtraGrid.GridSummaryItem() {New DevExpress.XtraGrid.GridColumnSummaryItem()})
|
|
'
|
|
'ToolStrip2
|
|
'
|
|
resources.ApplyResources(Me.ToolStrip2, "ToolStrip2")
|
|
Me.ToolTipController1.SetAllowHtmlText(Me.ToolStrip2, CType(resources.GetObject("ToolStrip2.AllowHtmlText"), DevExpress.Utils.DefaultBoolean))
|
|
Me.ToolStrip2.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden
|
|
Me.ToolStrip2.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.ToolStripLabel2, Me.tbSelectEverything, Me.tbSelectNone})
|
|
Me.ToolStrip2.Name = "ToolStrip2"
|
|
Me.ToolTipController1.SetTitle(Me.ToolStrip2, resources.GetString("ToolStrip2.Title"))
|
|
Me.ToolTipController1.SetToolTip(Me.ToolStrip2, resources.GetString("ToolStrip2.ToolTip"))
|
|
Me.ToolTipController1.SetToolTipIconType(Me.ToolStrip2, CType(resources.GetObject("ToolStrip2.ToolTipIconType"), DevExpress.Utils.ToolTipIconType))
|
|
'
|
|
'ToolStripLabel2
|
|
'
|
|
resources.ApplyResources(Me.ToolStripLabel2, "ToolStripLabel2")
|
|
Me.ToolStripLabel2.Name = "ToolStripLabel2"
|
|
'
|
|
'tbSelectEverything
|
|
'
|
|
resources.ApplyResources(Me.tbSelectEverything, "tbSelectEverything")
|
|
Me.tbSelectEverything.Image = Global.Global_Indexer.My.Resources.Resources.CheckOutforEdit_13187_32x
|
|
Me.tbSelectEverything.Name = "tbSelectEverything"
|
|
'
|
|
'tbSelectNone
|
|
'
|
|
resources.ApplyResources(Me.tbSelectNone, "tbSelectNone")
|
|
Me.tbSelectNone.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text
|
|
Me.tbSelectNone.Name = "tbSelectNone"
|
|
'
|
|
'btnCancel
|
|
'
|
|
resources.ApplyResources(Me.btnCancel, "btnCancel")
|
|
Me.ToolTipController1.SetAllowHtmlText(Me.btnCancel, CType(resources.GetObject("btnCancel.AllowHtmlText"), DevExpress.Utils.DefaultBoolean))
|
|
Me.btnCancel.Name = "btnCancel"
|
|
Me.ToolTipController1.SetTitle(Me.btnCancel, resources.GetString("btnCancel.Title"))
|
|
Me.ToolTipController1.SetToolTip(Me.btnCancel, resources.GetString("btnCancel.ToolTip"))
|
|
Me.ToolTipController1.SetToolTipIconType(Me.btnCancel, CType(resources.GetObject("btnCancel.ToolTipIconType"), DevExpress.Utils.ToolTipIconType))
|
|
Me.btnCancel.UseVisualStyleBackColor = True
|
|
'
|
|
'btnAddUsers
|
|
'
|
|
resources.ApplyResources(Me.btnAddUsers, "btnAddUsers")
|
|
Me.ToolTipController1.SetAllowHtmlText(Me.btnAddUsers, CType(resources.GetObject("btnAddUsers.AllowHtmlText"), DevExpress.Utils.DefaultBoolean))
|
|
Me.btnAddUsers.Image = Global.Global_Indexer.My.Resources.Resources.add
|
|
Me.btnAddUsers.Name = "btnAddUsers"
|
|
Me.ToolTipController1.SetTitle(Me.btnAddUsers, resources.GetString("btnAddUsers.Title"))
|
|
Me.ToolTipController1.SetToolTip(Me.btnAddUsers, resources.GetString("btnAddUsers.ToolTip"))
|
|
Me.ToolTipController1.SetToolTipIconType(Me.btnAddUsers, CType(resources.GetObject("btnAddUsers.ToolTipIconType"), DevExpress.Utils.ToolTipIconType))
|
|
Me.btnAddUsers.UseVisualStyleBackColor = True
|
|
'
|
|
'frmUserKonfig_AddUsers
|
|
'
|
|
resources.ApplyResources(Me, "$this")
|
|
Me.ToolTipController1.SetAllowHtmlText(Me, CType(resources.GetObject("$this.AllowHtmlText"), DevExpress.Utils.DefaultBoolean))
|
|
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
|
Me.Controls.Add(Me.SplitContainer1)
|
|
Me.Name = "frmUserKonfig_AddUsers"
|
|
Me.ToolTipController1.SetTitle(Me, resources.GetString("$this.Title"))
|
|
Me.ToolTipController1.SetToolTip(Me, resources.GetString("$this.ToolTip"))
|
|
Me.ToolTipController1.SetToolTipIconType(Me, CType(resources.GetObject("$this.ToolTipIconType"), DevExpress.Utils.ToolTipIconType))
|
|
Me.SplitContainer1.Panel1.ResumeLayout(False)
|
|
Me.SplitContainer1.Panel1.PerformLayout()
|
|
Me.SplitContainer1.Panel2.ResumeLayout(False)
|
|
Me.SplitContainer1.Panel2.PerformLayout()
|
|
CType(Me.SplitContainer1, System.ComponentModel.ISupportInitialize).EndInit()
|
|
Me.SplitContainer1.ResumeLayout(False)
|
|
Me.ToolStrip1.ResumeLayout(False)
|
|
Me.ToolStrip1.PerformLayout()
|
|
CType(Me.GridControlUsers, System.ComponentModel.ISupportInitialize).EndInit()
|
|
CType(Me.TBAD_UsersBindingSource, System.ComponentModel.ISupportInitialize).EndInit()
|
|
CType(Me.MyDataset, System.ComponentModel.ISupportInitialize).EndInit()
|
|
CType(Me.GridViewUsers, System.ComponentModel.ISupportInitialize).EndInit()
|
|
Me.ToolStrip2.ResumeLayout(False)
|
|
Me.ToolStrip2.PerformLayout()
|
|
Me.ResumeLayout(False)
|
|
|
|
End Sub
|
|
Friend WithEvents SplitContainer1 As System.Windows.Forms.SplitContainer
|
|
Friend WithEvents btnCancel As System.Windows.Forms.Button
|
|
Friend WithEvents btnAddUsers As System.Windows.Forms.Button
|
|
Friend WithEvents lbGroups As System.Windows.Forms.ListBox
|
|
Friend WithEvents ToolStrip1 As System.Windows.Forms.ToolStrip
|
|
Friend WithEvents ToolStripLabel1 As System.Windows.Forms.ToolStripLabel
|
|
Friend WithEvents ToolStrip2 As System.Windows.Forms.ToolStrip
|
|
Friend WithEvents tbSelectEverything As System.Windows.Forms.ToolStripButton
|
|
Friend WithEvents tbSelectNone As System.Windows.Forms.ToolStripButton
|
|
Friend WithEvents ToolStripLabel2 As System.Windows.Forms.ToolStripLabel
|
|
Friend WithEvents ToolTipController1 As DevExpress.Utils.ToolTipController
|
|
Friend WithEvents GridControlUsers As DevExpress.XtraGrid.GridControl
|
|
Friend WithEvents TBAD_UsersBindingSource As System.Windows.Forms.BindingSource
|
|
Friend WithEvents MyDataset As Global_Indexer.MyDataset
|
|
Friend WithEvents GridViewUsers As DevExpress.XtraGrid.Views.Grid.GridView
|
|
Friend WithEvents colSelect As DevExpress.XtraGrid.Columns.GridColumn
|
|
Friend WithEvents colUsername As DevExpress.XtraGrid.Columns.GridColumn
|
|
Friend WithEvents colPrename As DevExpress.XtraGrid.Columns.GridColumn
|
|
Friend WithEvents colSurname As DevExpress.XtraGrid.Columns.GridColumn
|
|
Friend WithEvents colEmail As DevExpress.XtraGrid.Columns.GridColumn
|
|
End Class
|