_ Partial Class frmTreeViewNavi 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() Me.components = New System.ComponentModel.Container() Me.components = New System.ComponentModel.Container() Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmTreeViewNavi)) Me.RibbonControl1 = New DevExpress.XtraBars.Ribbon.RibbonControl() Me.BarCheckItemAdminFolderRights = New DevExpress.XtraBars.BarCheckItem() Me.BarButtonItem1 = New DevExpress.XtraBars.BarButtonItem() Me.BarButtonItem2 = New DevExpress.XtraBars.BarButtonItem() Me.RibbonPage1 = New DevExpress.XtraBars.Ribbon.RibbonPage() Me.RibbonPageGroup1 = New DevExpress.XtraBars.Ribbon.RibbonPageGroup() Me.RibbonPageGroup2 = New DevExpress.XtraBars.Ribbon.RibbonPageGroup() Me.RibbonPageGroup3 = New DevExpress.XtraBars.Ribbon.RibbonPageGroup() Me.RibbonStatusBar1 = New DevExpress.XtraBars.Ribbon.RibbonStatusBar() Me.RibbonPage2 = New DevExpress.XtraBars.Ribbon.RibbonPage() Me.TreeList2 = New DevExpress.XtraTreeList.TreeList() Me.SplitContainerControl1 = New DevExpress.XtraEditors.SplitContainerControl() Me.GridControlRelations = New DevExpress.XtraGrid.GridControl() Me.GridViewRelations = New DevExpress.XtraGrid.Views.Grid.GridView() Me.XtraTabControlRelationScope = New DevExpress.XtraTab.XtraTabControl() Me.XtraTabPage1 = New DevExpress.XtraTab.XtraTabPage() Me.GridControlFreeUser = New DevExpress.XtraGrid.GridControl() Me.GridViewFreeUser = New DevExpress.XtraGrid.Views.Grid.GridView() Me.XtraTabPage2 = New DevExpress.XtraTab.XtraTabPage() Me.ImageCollection1 = New DevExpress.Utils.ImageCollection(Me.components) CType(Me.RibbonControl1, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.TreeList2, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.SplitContainerControl1, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.SplitContainerControl1.Panel1, System.ComponentModel.ISupportInitialize).BeginInit() Me.SplitContainerControl1.Panel1.SuspendLayout() CType(Me.SplitContainerControl1.Panel2, System.ComponentModel.ISupportInitialize).BeginInit() Me.SplitContainerControl1.Panel2.SuspendLayout() Me.SplitContainerControl1.SuspendLayout() CType(Me.GridControlRelations, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.GridViewRelations, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.XtraTabControlRelationScope, System.ComponentModel.ISupportInitialize).BeginInit() Me.XtraTabControlRelationScope.SuspendLayout() Me.XtraTabPage1.SuspendLayout() CType(Me.GridControlFreeUser, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.GridViewFreeUser, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.ImageCollection1, System.ComponentModel.ISupportInitialize).BeginInit() Me.SuspendLayout() ' 'RibbonControl1 ' Me.RibbonControl1.EmptyAreaImageOptions.ImagePadding = New System.Windows.Forms.Padding(45, 48, 45, 48) Me.RibbonControl1.ExpandCollapseItem.Id = 0 Me.RibbonControl1.Items.AddRange(New DevExpress.XtraBars.BarItem() {Me.RibbonControl1.ExpandCollapseItem, Me.RibbonControl1.SearchEditItem, Me.BarCheckItemAdminFolderRights, Me.BarButtonItem1, Me.BarButtonItem2}) Me.RibbonControl1.Location = New System.Drawing.Point(0, 0) Me.RibbonControl1.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5) Me.RibbonControl1.MaxItemId = 4 Me.RibbonControl1.Name = "RibbonControl1" Me.RibbonControl1.OptionsMenuMinWidth = 495 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(949, 160) Me.RibbonControl1.StatusBar = Me.RibbonStatusBar1 ' 'BarCheckItemAdminFolderRights ' Me.BarCheckItemAdminFolderRights.Caption = "Rechte-Ansicht" Me.BarCheckItemAdminFolderRights.Id = 1 Me.BarCheckItemAdminFolderRights.ImageOptions.SvgImage = CType(resources.GetObject("BarCheckItemAdminFolderRights.ImageOptions.SvgImage"), DevExpress.Utils.Svg.SvgImage) Me.BarCheckItemAdminFolderRights.Name = "BarCheckItemAdminFolderRights" ' 'BarButtonItem1 ' Me.BarButtonItem1.Caption = "Hinzufügen" Me.BarButtonItem1.Id = 2 Me.BarButtonItem1.ImageOptions.SvgImage = CType(resources.GetObject("BarButtonItem1.ImageOptions.SvgImage"), DevExpress.Utils.Svg.SvgImage) Me.BarButtonItem1.Name = "BarButtonItem1" ' 'BarButtonItem2 ' Me.BarButtonItem2.Caption = "Entfernen" Me.BarButtonItem2.Id = 3 Me.BarButtonItem2.ImageOptions.SvgImage = CType(resources.GetObject("BarButtonItem2.ImageOptions.SvgImage"), DevExpress.Utils.Svg.SvgImage) Me.BarButtonItem2.Name = "BarButtonItem2" ' 'RibbonPage1 ' Me.RibbonPage1.Groups.AddRange(New DevExpress.XtraBars.Ribbon.RibbonPageGroup() {Me.RibbonPageGroup1, Me.RibbonPageGroup2, Me.RibbonPageGroup3}) Me.RibbonPage1.Name = "RibbonPage1" Me.RibbonPage1.Text = "Start" ' 'RibbonPageGroup1 ' Me.RibbonPageGroup1.Name = "RibbonPageGroup1" Me.RibbonPageGroup1.Text = "RibbonPageGroup1" ' 'RibbonPageGroup2 ' Me.RibbonPageGroup2.ImageOptions.SvgImage = CType(resources.GetObject("RibbonPageGroup2.ImageOptions.SvgImage"), DevExpress.Utils.Svg.SvgImage) Me.RibbonPageGroup2.ItemLinks.Add(Me.BarCheckItemAdminFolderRights) Me.RibbonPageGroup2.Name = "RibbonPageGroup2" Me.RibbonPageGroup2.Text = "Einstellungen" ' 'RibbonPageGroup3 ' Me.RibbonPageGroup3.Alignment = DevExpress.XtraBars.Ribbon.RibbonPageGroupAlignment.Far Me.RibbonPageGroup3.ItemLinks.Add(Me.BarButtonItem1) Me.RibbonPageGroup3.ItemLinks.Add(Me.BarButtonItem2) Me.RibbonPageGroup3.Name = "RibbonPageGroup3" Me.RibbonPageGroup3.Text = "Relation" ' 'RibbonStatusBar1 ' Me.RibbonStatusBar1.Location = New System.Drawing.Point(0, 592) Me.RibbonStatusBar1.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5) Me.RibbonStatusBar1.Name = "RibbonStatusBar1" Me.RibbonStatusBar1.Ribbon = Me.RibbonControl1 Me.RibbonStatusBar1.Size = New System.Drawing.Size(949, 22) ' 'RibbonPage2 ' Me.RibbonPage2.Name = "RibbonPage2" Me.RibbonPage2.Text = "RibbonPage2" ' 'TreeList2 ' Me.TreeList2.Appearance.FocusedRow.BackColor = System.Drawing.Color.Azure Me.TreeList2.Appearance.FocusedRow.Options.UseBackColor = True Me.TreeList2.Dock = System.Windows.Forms.DockStyle.Fill Me.TreeList2.Location = New System.Drawing.Point(0, 0) Me.TreeList2.MenuManager = Me.RibbonControl1 Me.TreeList2.Name = "TreeList2" Me.TreeList2.OptionsBehavior.Editable = False Me.TreeList2.OptionsFilter.ExpandNodesOnFiltering = True Me.TreeList2.OptionsView.ShowAutoFilterRow = True Me.TreeList2.OptionsView.ShowColumns = False Me.TreeList2.OptionsView.ShowHorzLines = False Me.TreeList2.OptionsView.ShowIndicator = False Me.TreeList2.OptionsView.ShowTreeLines = DevExpress.Utils.DefaultBoolean.[False] Me.TreeList2.OptionsView.ShowVertLines = False Me.TreeList2.Size = New System.Drawing.Size(412, 432) Me.TreeList2.TabIndex = 5 ' 'SplitContainerControl1 ' Me.SplitContainerControl1.CollapsePanel = DevExpress.XtraEditors.SplitCollapsePanel.Panel2 Me.SplitContainerControl1.Dock = System.Windows.Forms.DockStyle.Fill Me.SplitContainerControl1.Location = New System.Drawing.Point(0, 160) Me.SplitContainerControl1.Name = "SplitContainerControl1" ' 'SplitContainerControl1.Panel1 ' Me.SplitContainerControl1.Panel1.Controls.Add(Me.TreeList2) Me.SplitContainerControl1.Panel1.Text = "Panel1" ' 'SplitContainerControl1.Panel2 ' Me.SplitContainerControl1.Panel2.Controls.Add(Me.GridControlRelations) Me.SplitContainerControl1.Panel2.Controls.Add(Me.XtraTabControlRelationScope) Me.SplitContainerControl1.Panel2.Text = "Panel2" Me.SplitContainerControl1.Size = New System.Drawing.Size(949, 432) Me.SplitContainerControl1.SplitterPosition = 412 Me.SplitContainerControl1.TabIndex = 8 ' 'GridControlRelations ' Me.GridControlRelations.Dock = System.Windows.Forms.DockStyle.Right Me.GridControlRelations.Location = New System.Drawing.Point(344, 0) Me.GridControlRelations.MainView = Me.GridViewRelations Me.GridControlRelations.MenuManager = Me.RibbonControl1 Me.GridControlRelations.Name = "GridControlRelations" Me.GridControlRelations.Size = New System.Drawing.Size(183, 432) Me.GridControlRelations.TabIndex = 2 Me.GridControlRelations.ViewCollection.AddRange(New DevExpress.XtraGrid.Views.Base.BaseView() {Me.GridViewRelations}) ' 'GridViewRelations ' Me.GridViewRelations.GridControl = Me.GridControlRelations Me.GridViewRelations.Name = "GridViewRelations" Me.GridViewRelations.OptionsBehavior.Editable = False Me.GridViewRelations.OptionsSelection.EnableAppearanceFocusedCell = False Me.GridViewRelations.OptionsView.ShowAutoFilterRow = True Me.GridViewRelations.OptionsView.ShowGroupPanel = False Me.GridViewRelations.ViewCaption = "Nicht zugeordnete User" ' 'XtraTabControlRelationScope ' Me.XtraTabControlRelationScope.Dock = System.Windows.Forms.DockStyle.Left Me.XtraTabControlRelationScope.Location = New System.Drawing.Point(0, 0) Me.XtraTabControlRelationScope.Name = "XtraTabControlRelationScope" Me.XtraTabControlRelationScope.SelectedTabPage = Me.XtraTabPage1 Me.XtraTabControlRelationScope.Size = New System.Drawing.Size(211, 432) Me.XtraTabControlRelationScope.TabIndex = 1 Me.XtraTabControlRelationScope.TabPages.AddRange(New DevExpress.XtraTab.XtraTabPage() {Me.XtraTabPage1, Me.XtraTabPage2}) ' 'XtraTabPage1 ' Me.XtraTabPage1.Controls.Add(Me.GridControlFreeUser) Me.XtraTabPage1.Name = "XtraTabPage1" Me.XtraTabPage1.Size = New System.Drawing.Size(209, 409) Me.XtraTabPage1.Text = "Freie User" ' 'GridControlFreeUser ' Me.GridControlFreeUser.Dock = System.Windows.Forms.DockStyle.Fill Me.GridControlFreeUser.Location = New System.Drawing.Point(0, 0) Me.GridControlFreeUser.MainView = Me.GridViewFreeUser Me.GridControlFreeUser.MenuManager = Me.RibbonControl1 Me.GridControlFreeUser.Name = "GridControlFreeUser" Me.GridControlFreeUser.Size = New System.Drawing.Size(209, 409) Me.GridControlFreeUser.TabIndex = 0 Me.GridControlFreeUser.ViewCollection.AddRange(New DevExpress.XtraGrid.Views.Base.BaseView() {Me.GridViewFreeUser}) ' 'GridViewFreeUser ' Me.GridViewFreeUser.GridControl = Me.GridControlFreeUser Me.GridViewFreeUser.Name = "GridViewFreeUser" Me.GridViewFreeUser.OptionsBehavior.Editable = False Me.GridViewFreeUser.OptionsSelection.EnableAppearanceFocusedCell = False Me.GridViewFreeUser.OptionsView.ShowAutoFilterRow = True Me.GridViewFreeUser.OptionsView.ShowGroupPanel = False Me.GridViewFreeUser.ViewCaption = "Nicht zugeordnete User" ' 'XtraTabPage2 ' Me.XtraTabPage2.Name = "XtraTabPage2" Me.XtraTabPage2.Size = New System.Drawing.Size(209, 717) Me.XtraTabPage2.Text = "Freie Gruppen" ' 'ImageCollection1 ' Me.ImageCollection1.ImageStream = CType(resources.GetObject("ImageCollection1.ImageStream"), DevExpress.Utils.ImageCollectionStreamer) Me.ImageCollection1.Images.SetKeyName(0, "team_32x32.png") Me.ImageCollection1.Images.SetKeyName(1, "customer_32x32.png") ' 'frmTreeViewNavi ' Me.Appearance.Options.UseFont = True Me.AutoScaleDimensions = New System.Drawing.SizeF(9.0!, 21.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.ClientSize = New System.Drawing.Size(949, 614) Me.Controls.Add(Me.SplitContainerControl1) Me.Controls.Add(Me.RibbonStatusBar1) Me.Controls.Add(Me.RibbonControl1) Me.Font = New System.Drawing.Font("Segoe UI", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5) Me.Name = "frmTreeViewNavi" Me.Ribbon = Me.RibbonControl1 Me.StatusBar = Me.RibbonStatusBar1 Me.Text = "frmTreeViewNavi" CType(Me.RibbonControl1, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.TreeList2, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.SplitContainerControl1.Panel1, System.ComponentModel.ISupportInitialize).EndInit() Me.SplitContainerControl1.Panel1.ResumeLayout(False) CType(Me.SplitContainerControl1.Panel2, System.ComponentModel.ISupportInitialize).EndInit() Me.SplitContainerControl1.Panel2.ResumeLayout(False) CType(Me.SplitContainerControl1, System.ComponentModel.ISupportInitialize).EndInit() Me.SplitContainerControl1.ResumeLayout(False) CType(Me.GridControlRelations, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.GridViewRelations, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.XtraTabControlRelationScope, System.ComponentModel.ISupportInitialize).EndInit() Me.XtraTabControlRelationScope.ResumeLayout(False) Me.XtraTabPage1.ResumeLayout(False) CType(Me.GridControlFreeUser, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.GridViewFreeUser, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.ImageCollection1, 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 RibbonPageGroup2 As DevExpress.XtraBars.Ribbon.RibbonPageGroup Friend WithEvents RibbonStatusBar1 As DevExpress.XtraBars.Ribbon.RibbonStatusBar Friend WithEvents RibbonPage2 As DevExpress.XtraBars.Ribbon.RibbonPage Friend WithEvents TreeList2 As DevExpress.XtraTreeList.TreeList Friend WithEvents BarCheckItemAdminFolderRights As DevExpress.XtraBars.BarCheckItem Friend WithEvents SplitContainerControl1 As DevExpress.XtraEditors.SplitContainerControl Friend WithEvents GridControlFreeUser As DevExpress.XtraGrid.GridControl Friend WithEvents GridViewFreeUser As DevExpress.XtraGrid.Views.Grid.GridView Friend WithEvents BarButtonItem1 As DevExpress.XtraBars.BarButtonItem Friend WithEvents BarButtonItem2 As DevExpress.XtraBars.BarButtonItem Friend WithEvents RibbonPageGroup3 As DevExpress.XtraBars.Ribbon.RibbonPageGroup Friend WithEvents GridControlRelations As DevExpress.XtraGrid.GridControl Friend WithEvents GridViewRelations As DevExpress.XtraGrid.Views.Grid.GridView Friend WithEvents XtraTabControlRelationScope As DevExpress.XtraTab.XtraTabControl Friend WithEvents XtraTabPage1 As DevExpress.XtraTab.XtraTabPage Friend WithEvents XtraTabPage2 As DevExpress.XtraTab.XtraTabPage Friend WithEvents ImageCollection1 As DevExpress.Utils.ImageCollection End Class