_ Partial Class frmAdmin_GlobixRelations Inherits DevExpress.XtraBars.Ribbon.RibbonForm 'Das Formular überschreibt den Löschvorgang, um die Komponentenliste zu bereinigen. _ 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. _ Private Sub InitializeComponent() Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmAdmin_GlobixRelations)) Me.RibbonControl1 = New DevExpress.XtraBars.Ribbon.RibbonControl() Me.RibbonPage1 = New DevExpress.XtraBars.Ribbon.RibbonPage() Me.RibbonPageGroup1 = New DevExpress.XtraBars.Ribbon.RibbonPageGroup() Me.RibbonStatusBar1 = New DevExpress.XtraBars.Ribbon.RibbonStatusBar() Me.RibbonPage2 = New DevExpress.XtraBars.Ribbon.RibbonPage() Me.XtraTabControl1 = New DevExpress.XtraTab.XtraTabControl() Me.XtraTabPage1 = New DevExpress.XtraTab.XtraTabPage() Me.LayoutControlUser = New DevExpress.XtraLayout.LayoutControl() Me.SimpleButton2 = New DevExpress.XtraEditors.SimpleButton() Me.SimpleButton1 = New DevExpress.XtraEditors.SimpleButton() Me.GridControlUsersRelated = New DevExpress.XtraGrid.GridControl() Me.GridViewUsersRelated = New DevExpress.XtraGrid.Views.Grid.GridView() Me.GridControlDoctypesUsers = New DevExpress.XtraGrid.GridControl() Me.GridViewDoctypesUser = New DevExpress.XtraGrid.Views.Grid.GridView() Me.GridControlFreeUsers = New DevExpress.XtraGrid.GridControl() Me.GridViewFreeUsers = New DevExpress.XtraGrid.Views.Grid.GridView() Me.Root = New DevExpress.XtraLayout.LayoutControlGroup() Me.SimpleLabelItem1 = New DevExpress.XtraLayout.SimpleLabelItem() Me.SimpleLabelItem2 = New DevExpress.XtraLayout.SimpleLabelItem() Me.LayoutControlItem1 = New DevExpress.XtraLayout.LayoutControlItem() Me.LayoutControlItem2 = New DevExpress.XtraLayout.LayoutControlItem() Me.SimpleLabelItem3 = New DevExpress.XtraLayout.SimpleLabelItem() Me.LayoutControlItem3 = New DevExpress.XtraLayout.LayoutControlItem() Me.LayoutControlItem4 = New DevExpress.XtraLayout.LayoutControlItem() Me.LayoutControlItem5 = New DevExpress.XtraLayout.LayoutControlItem() Me.XtraTabPage2 = New DevExpress.XtraTab.XtraTabPage() CType(Me.RibbonControl1, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.XtraTabControl1, System.ComponentModel.ISupportInitialize).BeginInit() Me.XtraTabControl1.SuspendLayout() Me.XtraTabPage1.SuspendLayout() CType(Me.LayoutControlUser, System.ComponentModel.ISupportInitialize).BeginInit() Me.LayoutControlUser.SuspendLayout() CType(Me.GridControlUsersRelated, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.GridViewUsersRelated, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.GridControlDoctypesUsers, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.GridViewDoctypesUser, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.GridControlFreeUsers, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.GridViewFreeUsers, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.Root, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.SimpleLabelItem1, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.SimpleLabelItem2, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.LayoutControlItem1, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.LayoutControlItem2, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.SimpleLabelItem3, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.LayoutControlItem3, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.LayoutControlItem4, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.LayoutControlItem5, System.ComponentModel.ISupportInitialize).BeginInit() Me.SuspendLayout() ' 'RibbonControl1 ' Me.RibbonControl1.ExpandCollapseItem.Id = 0 Me.RibbonControl1.Items.AddRange(New DevExpress.XtraBars.BarItem() {Me.RibbonControl1.ExpandCollapseItem, Me.RibbonControl1.SearchEditItem}) Me.RibbonControl1.Location = New System.Drawing.Point(0, 0) Me.RibbonControl1.MaxItemId = 1 Me.RibbonControl1.Name = "RibbonControl1" Me.RibbonControl1.Pages.AddRange(New DevExpress.XtraBars.Ribbon.RibbonPage() {Me.RibbonPage1}) Me.RibbonControl1.ShowApplicationButton = DevExpress.Utils.DefaultBoolean.[False] Me.RibbonControl1.Size = New System.Drawing.Size(1087, 158) Me.RibbonControl1.StatusBar = Me.RibbonStatusBar1 ' 'RibbonPage1 ' Me.RibbonPage1.Groups.AddRange(New DevExpress.XtraBars.Ribbon.RibbonPageGroup() {Me.RibbonPageGroup1}) Me.RibbonPage1.Name = "RibbonPage1" Me.RibbonPage1.Text = "Start" ' 'RibbonPageGroup1 ' Me.RibbonPageGroup1.Name = "RibbonPageGroup1" Me.RibbonPageGroup1.Text = "Aktionen" ' 'RibbonStatusBar1 ' Me.RibbonStatusBar1.Location = New System.Drawing.Point(0, 737) Me.RibbonStatusBar1.Name = "RibbonStatusBar1" Me.RibbonStatusBar1.Ribbon = Me.RibbonControl1 Me.RibbonStatusBar1.Size = New System.Drawing.Size(1087, 24) ' 'RibbonPage2 ' Me.RibbonPage2.Name = "RibbonPage2" Me.RibbonPage2.Text = "RibbonPage2" ' 'XtraTabControl1 ' Me.XtraTabControl1.Dock = System.Windows.Forms.DockStyle.Fill Me.XtraTabControl1.Location = New System.Drawing.Point(0, 158) Me.XtraTabControl1.Name = "XtraTabControl1" Me.XtraTabControl1.SelectedTabPage = Me.XtraTabPage1 Me.XtraTabControl1.Size = New System.Drawing.Size(1087, 579) Me.XtraTabControl1.TabIndex = 2 Me.XtraTabControl1.TabPages.AddRange(New DevExpress.XtraTab.XtraTabPage() {Me.XtraTabPage1, Me.XtraTabPage2}) ' 'XtraTabPage1 ' Me.XtraTabPage1.Controls.Add(Me.LayoutControlUser) Me.XtraTabPage1.ImageOptions.AllowGlyphSkinning = DevExpress.Utils.DefaultBoolean.[True] Me.XtraTabPage1.ImageOptions.SvgImage = CType(resources.GetObject("XtraTabPage1.ImageOptions.SvgImage"), DevExpress.Utils.Svg.SvgImage) Me.XtraTabPage1.ImageOptions.SvgImageSize = New System.Drawing.Size(16, 16) Me.XtraTabPage1.Name = "XtraTabPage1" Me.XtraTabPage1.Size = New System.Drawing.Size(1085, 551) Me.XtraTabPage1.Text = "User-Relations" ' 'LayoutControlUser ' Me.LayoutControlUser.Controls.Add(Me.SimpleButton2) Me.LayoutControlUser.Controls.Add(Me.SimpleButton1) Me.LayoutControlUser.Controls.Add(Me.GridControlUsersRelated) Me.LayoutControlUser.Controls.Add(Me.GridControlDoctypesUsers) Me.LayoutControlUser.Controls.Add(Me.GridControlFreeUsers) Me.LayoutControlUser.Dock = System.Windows.Forms.DockStyle.Fill Me.LayoutControlUser.Location = New System.Drawing.Point(0, 0) Me.LayoutControlUser.Name = "LayoutControlUser" Me.LayoutControlUser.Root = Me.Root Me.LayoutControlUser.Size = New System.Drawing.Size(1085, 551) Me.LayoutControlUser.TabIndex = 0 Me.LayoutControlUser.Text = "LayoutControl1" ' 'SimpleButton2 ' Me.SimpleButton2.Appearance.Options.UseTextOptions = True Me.SimpleButton2.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near Me.SimpleButton2.ImageOptions.Location = DevExpress.XtraEditors.ImageLocation.MiddleRight Me.SimpleButton2.ImageOptions.SvgImage = CType(resources.GetObject("SimpleButton2.ImageOptions.SvgImage"), DevExpress.Utils.Svg.SvgImage) Me.SimpleButton2.Location = New System.Drawing.Point(420, 503) Me.SimpleButton2.Name = "SimpleButton2" Me.SimpleButton2.RightToLeft = System.Windows.Forms.RightToLeft.No Me.SimpleButton2.Size = New System.Drawing.Size(275, 36) Me.SimpleButton2.StyleController = Me.LayoutControlUser Me.SimpleButton2.TabIndex = 10 Me.SimpleButton2.Text = "User entfernen" ' 'SimpleButton1 ' Me.SimpleButton1.Appearance.Options.UseTextOptions = True Me.SimpleButton1.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far Me.SimpleButton1.ImageOptions.SvgImage = CType(resources.GetObject("SimpleButton1.ImageOptions.SvgImage"), DevExpress.Utils.Svg.SvgImage) Me.SimpleButton1.Location = New System.Drawing.Point(420, 463) Me.SimpleButton1.Name = "SimpleButton1" Me.SimpleButton1.Size = New System.Drawing.Size(275, 36) Me.SimpleButton1.StyleController = Me.LayoutControlUser Me.SimpleButton1.TabIndex = 9 Me.SimpleButton1.Text = "User zuordnen" ' 'GridControlUsersRelated ' Me.GridControlUsersRelated.AllowDrop = True Me.GridControlUsersRelated.EmbeddedNavigator.Margin = New System.Windows.Forms.Padding(3, 2, 3, 2) Me.GridControlUsersRelated.Location = New System.Drawing.Point(699, 35) Me.GridControlUsersRelated.MainView = Me.GridViewUsersRelated Me.GridControlUsersRelated.MenuManager = Me.RibbonControl1 Me.GridControlUsersRelated.Name = "GridControlUsersRelated" Me.GridControlUsersRelated.Size = New System.Drawing.Size(374, 504) Me.GridControlUsersRelated.TabIndex = 8 Me.GridControlUsersRelated.ViewCollection.AddRange(New DevExpress.XtraGrid.Views.Base.BaseView() {Me.GridViewUsersRelated}) ' 'GridViewUsersRelated ' Me.GridViewUsersRelated.GridControl = Me.GridControlUsersRelated Me.GridViewUsersRelated.Name = "GridViewUsersRelated" Me.GridViewUsersRelated.OptionsSelection.EnableAppearanceFocusedCell = False Me.GridViewUsersRelated.OptionsSelection.MultiSelect = True Me.GridViewUsersRelated.OptionsSelection.MultiSelectMode = DevExpress.XtraGrid.Views.Grid.GridMultiSelectMode.CheckBoxRowSelect ' 'GridControlDoctypesUsers ' Me.GridControlDoctypesUsers.EmbeddedNavigator.Margin = New System.Windows.Forms.Padding(3, 2, 3, 2) Me.GridControlDoctypesUsers.Location = New System.Drawing.Point(420, 35) Me.GridControlDoctypesUsers.MainView = Me.GridViewDoctypesUser Me.GridControlDoctypesUsers.MenuManager = Me.RibbonControl1 Me.GridControlDoctypesUsers.Name = "GridControlDoctypesUsers" Me.GridControlDoctypesUsers.Size = New System.Drawing.Size(275, 424) Me.GridControlDoctypesUsers.TabIndex = 7 Me.GridControlDoctypesUsers.ViewCollection.AddRange(New DevExpress.XtraGrid.Views.Base.BaseView() {Me.GridViewDoctypesUser}) ' 'GridViewDoctypesUser ' Me.GridViewDoctypesUser.GridControl = Me.GridControlDoctypesUsers Me.GridViewDoctypesUser.Name = "GridViewDoctypesUser" Me.GridViewDoctypesUser.OptionsBehavior.AllowAddRows = DevExpress.Utils.DefaultBoolean.[False] Me.GridViewDoctypesUser.OptionsBehavior.AllowDeleteRows = DevExpress.Utils.DefaultBoolean.[False] Me.GridViewDoctypesUser.OptionsBehavior.Editable = False Me.GridViewDoctypesUser.OptionsSelection.EnableAppearanceFocusedCell = False Me.GridViewDoctypesUser.OptionsView.ShowFilterPanelMode = DevExpress.XtraGrid.Views.Base.ShowFilterPanelMode.ShowAlways Me.GridViewDoctypesUser.OptionsView.ShowGroupPanel = False ' 'GridControlFreeUsers ' Me.GridControlFreeUsers.AllowDrop = True Me.GridControlFreeUsers.EmbeddedNavigator.Margin = New System.Windows.Forms.Padding(3, 2, 3, 2) Me.GridControlFreeUsers.Location = New System.Drawing.Point(12, 35) Me.GridControlFreeUsers.MainView = Me.GridViewFreeUsers Me.GridControlFreeUsers.MenuManager = Me.RibbonControl1 Me.GridControlFreeUsers.Name = "GridControlFreeUsers" Me.GridControlFreeUsers.Size = New System.Drawing.Size(404, 504) Me.GridControlFreeUsers.TabIndex = 6 Me.GridControlFreeUsers.ViewCollection.AddRange(New DevExpress.XtraGrid.Views.Base.BaseView() {Me.GridViewFreeUsers}) ' 'GridViewFreeUsers ' Me.GridViewFreeUsers.GridControl = Me.GridControlFreeUsers Me.GridViewFreeUsers.Name = "GridViewFreeUsers" Me.GridViewFreeUsers.OptionsBehavior.AllowAddRows = DevExpress.Utils.DefaultBoolean.[False] Me.GridViewFreeUsers.OptionsBehavior.AllowDeleteRows = DevExpress.Utils.DefaultBoolean.[False] Me.GridViewFreeUsers.OptionsBehavior.Editable = False Me.GridViewFreeUsers.OptionsSelection.EnableAppearanceFocusedCell = False Me.GridViewFreeUsers.OptionsSelection.MultiSelect = True Me.GridViewFreeUsers.OptionsSelection.MultiSelectMode = DevExpress.XtraGrid.Views.Grid.GridMultiSelectMode.CheckBoxRowSelect ' 'Root ' Me.Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.[True] Me.Root.GroupBordersVisible = False Me.Root.Items.AddRange(New DevExpress.XtraLayout.BaseLayoutItem() {Me.SimpleLabelItem1, Me.SimpleLabelItem2, Me.LayoutControlItem1, Me.LayoutControlItem2, Me.SimpleLabelItem3, Me.LayoutControlItem3, Me.LayoutControlItem4, Me.LayoutControlItem5}) Me.Root.Name = "Root" Me.Root.Size = New System.Drawing.Size(1085, 551) Me.Root.TextVisible = False ' 'SimpleLabelItem1 ' Me.SimpleLabelItem1.AllowHotTrack = False Me.SimpleLabelItem1.AppearanceItemCaption.BackColor = System.Drawing.Color.FromArgb(CType(CType(128, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(128, Byte), Integer)) Me.SimpleLabelItem1.AppearanceItemCaption.Options.UseBackColor = True Me.SimpleLabelItem1.Location = New System.Drawing.Point(0, 0) Me.SimpleLabelItem1.Name = "SimpleLabelItem1" Me.SimpleLabelItem1.Padding = New DevExpress.XtraLayout.Utils.Padding(5, 5, 5, 5) Me.SimpleLabelItem1.Size = New System.Drawing.Size(408, 23) Me.SimpleLabelItem1.Text = "Non related Users" Me.SimpleLabelItem1.TextSize = New System.Drawing.Size(92, 13) ' 'SimpleLabelItem2 ' Me.SimpleLabelItem2.AllowHotTrack = False Me.SimpleLabelItem2.AppearanceItemCaption.BackColor = System.Drawing.Color.FromArgb(CType(CType(128, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(128, Byte), Integer)) Me.SimpleLabelItem2.AppearanceItemCaption.Options.UseBackColor = True Me.SimpleLabelItem2.Location = New System.Drawing.Point(408, 0) Me.SimpleLabelItem2.Name = "SimpleLabelItem2" Me.SimpleLabelItem2.Padding = New DevExpress.XtraLayout.Utils.Padding(5, 5, 5, 5) Me.SimpleLabelItem2.Size = New System.Drawing.Size(279, 23) Me.SimpleLabelItem2.Text = "Profiles" Me.SimpleLabelItem2.TextSize = New System.Drawing.Size(92, 13) ' 'LayoutControlItem1 ' Me.LayoutControlItem1.Control = Me.GridControlFreeUsers Me.LayoutControlItem1.Location = New System.Drawing.Point(0, 23) Me.LayoutControlItem1.Name = "LayoutControlItem1" Me.LayoutControlItem1.Size = New System.Drawing.Size(408, 508) Me.LayoutControlItem1.TextSize = New System.Drawing.Size(0, 0) Me.LayoutControlItem1.TextVisible = False ' 'LayoutControlItem2 ' Me.LayoutControlItem2.Control = Me.GridControlDoctypesUsers Me.LayoutControlItem2.Location = New System.Drawing.Point(408, 23) Me.LayoutControlItem2.Name = "LayoutControlItem2" Me.LayoutControlItem2.Size = New System.Drawing.Size(279, 428) Me.LayoutControlItem2.TextSize = New System.Drawing.Size(0, 0) Me.LayoutControlItem2.TextVisible = False ' 'SimpleLabelItem3 ' Me.SimpleLabelItem3.AllowHotTrack = False Me.SimpleLabelItem3.AppearanceItemCaption.BackColor = System.Drawing.Color.FromArgb(CType(CType(128, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(128, Byte), Integer)) Me.SimpleLabelItem3.AppearanceItemCaption.Options.UseBackColor = True Me.SimpleLabelItem3.Location = New System.Drawing.Point(687, 0) Me.SimpleLabelItem3.Name = "SimpleLabelItem3" Me.SimpleLabelItem3.Padding = New DevExpress.XtraLayout.Utils.Padding(5, 5, 5, 5) Me.SimpleLabelItem3.Size = New System.Drawing.Size(378, 23) Me.SimpleLabelItem3.Text = "Related Users" Me.SimpleLabelItem3.TextSize = New System.Drawing.Size(92, 13) ' 'LayoutControlItem3 ' Me.LayoutControlItem3.Control = Me.GridControlUsersRelated Me.LayoutControlItem3.Location = New System.Drawing.Point(687, 23) Me.LayoutControlItem3.Name = "LayoutControlItem3" Me.LayoutControlItem3.Size = New System.Drawing.Size(378, 508) Me.LayoutControlItem3.TextSize = New System.Drawing.Size(0, 0) Me.LayoutControlItem3.TextVisible = False ' 'LayoutControlItem4 ' Me.LayoutControlItem4.Control = Me.SimpleButton1 Me.LayoutControlItem4.Location = New System.Drawing.Point(408, 451) Me.LayoutControlItem4.Name = "LayoutControlItem4" Me.LayoutControlItem4.Size = New System.Drawing.Size(279, 40) Me.LayoutControlItem4.TextSize = New System.Drawing.Size(0, 0) Me.LayoutControlItem4.TextVisible = False ' 'LayoutControlItem5 ' Me.LayoutControlItem5.Control = Me.SimpleButton2 Me.LayoutControlItem5.Location = New System.Drawing.Point(408, 491) Me.LayoutControlItem5.Name = "LayoutControlItem5" Me.LayoutControlItem5.Size = New System.Drawing.Size(279, 40) Me.LayoutControlItem5.TextSize = New System.Drawing.Size(0, 0) Me.LayoutControlItem5.TextVisible = False ' 'XtraTabPage2 ' Me.XtraTabPage2.ImageOptions.SvgImage = CType(resources.GetObject("XtraTabPage2.ImageOptions.SvgImage"), DevExpress.Utils.Svg.SvgImage) Me.XtraTabPage2.ImageOptions.SvgImageSize = New System.Drawing.Size(16, 16) Me.XtraTabPage2.Name = "XtraTabPage2" Me.XtraTabPage2.Size = New System.Drawing.Size(1085, 551) Me.XtraTabPage2.Text = "Group-Relations" ' 'frmAdmin_GlobixRelations ' Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.ClientSize = New System.Drawing.Size(1087, 761) Me.Controls.Add(Me.XtraTabControl1) Me.Controls.Add(Me.RibbonStatusBar1) Me.Controls.Add(Me.RibbonControl1) Me.IconOptions.SvgImage = CType(resources.GetObject("frmAdmin_GlobixRelations.IconOptions.SvgImage"), DevExpress.Utils.Svg.SvgImage) Me.Name = "frmAdmin_GlobixRelations" Me.Ribbon = Me.RibbonControl1 Me.StatusBar = Me.RibbonStatusBar1 Me.Text = "File FLOW - Profil-Zuordnungen" CType(Me.RibbonControl1, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.XtraTabControl1, System.ComponentModel.ISupportInitialize).EndInit() Me.XtraTabControl1.ResumeLayout(False) Me.XtraTabPage1.ResumeLayout(False) CType(Me.LayoutControlUser, System.ComponentModel.ISupportInitialize).EndInit() Me.LayoutControlUser.ResumeLayout(False) CType(Me.GridControlUsersRelated, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.GridViewUsersRelated, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.GridControlDoctypesUsers, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.GridViewDoctypesUser, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.GridControlFreeUsers, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.GridViewFreeUsers, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.Root, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.SimpleLabelItem1, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.SimpleLabelItem2, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.LayoutControlItem1, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.LayoutControlItem2, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.SimpleLabelItem3, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.LayoutControlItem3, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.LayoutControlItem4, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.LayoutControlItem5, System.ComponentModel.ISupportInitialize).EndInit() Me.ResumeLayout(False) Me.PerformLayout() End Sub Friend WithEvents RibbonControl1 As DevExpress.XtraBars.Ribbon.RibbonControl Friend WithEvents RibbonPage1 As DevExpress.XtraBars.Ribbon.RibbonPage Friend WithEvents RibbonPageGroup1 As DevExpress.XtraBars.Ribbon.RibbonPageGroup Friend WithEvents RibbonStatusBar1 As DevExpress.XtraBars.Ribbon.RibbonStatusBar Friend WithEvents RibbonPage2 As DevExpress.XtraBars.Ribbon.RibbonPage Friend WithEvents XtraTabControl1 As DevExpress.XtraTab.XtraTabControl Friend WithEvents XtraTabPage1 As DevExpress.XtraTab.XtraTabPage Friend WithEvents XtraTabPage2 As DevExpress.XtraTab.XtraTabPage Friend WithEvents LayoutControlUser As DevExpress.XtraLayout.LayoutControl Friend WithEvents Root As DevExpress.XtraLayout.LayoutControlGroup Friend WithEvents SimpleLabelItem1 As DevExpress.XtraLayout.SimpleLabelItem Friend WithEvents SimpleLabelItem2 As DevExpress.XtraLayout.SimpleLabelItem Friend WithEvents GridControlFreeUsers As DevExpress.XtraGrid.GridControl Friend WithEvents GridViewFreeUsers As DevExpress.XtraGrid.Views.Grid.GridView Friend WithEvents LayoutControlItem1 As DevExpress.XtraLayout.LayoutControlItem Friend WithEvents GridControlDoctypesUsers As DevExpress.XtraGrid.GridControl Friend WithEvents GridViewDoctypesUser As DevExpress.XtraGrid.Views.Grid.GridView Friend WithEvents LayoutControlItem2 As DevExpress.XtraLayout.LayoutControlItem Friend WithEvents SimpleLabelItem3 As DevExpress.XtraLayout.SimpleLabelItem Friend WithEvents GridControlUsersRelated As DevExpress.XtraGrid.GridControl Friend WithEvents GridViewUsersRelated As DevExpress.XtraGrid.Views.Grid.GridView Friend WithEvents LayoutControlItem3 As DevExpress.XtraLayout.LayoutControlItem Friend WithEvents SimpleButton1 As DevExpress.XtraEditors.SimpleButton Friend WithEvents LayoutControlItem4 As DevExpress.XtraLayout.LayoutControlItem Friend WithEvents SimpleButton2 As DevExpress.XtraEditors.SimpleButton Friend WithEvents LayoutControlItem5 As DevExpress.XtraLayout.LayoutControlItem End Class