_ 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() 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.BarButtonItemAddRelation = New DevExpress.XtraBars.BarButtonItem() Me.BarButtonItemRelationDel = 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.RibbonPageGroupRelationsChange = 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) Me.GridControlFreeGroups = New DevExpress.XtraGrid.GridControl() Me.GridViewFreeGroups = New DevExpress.XtraGrid.Views.Grid.GridView() Me.SvgImageCollection1 = New DevExpress.Utils.SvgImageCollection(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() Me.XtraTabPage2.SuspendLayout() CType(Me.ImageCollection1, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.GridControlFreeGroups, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.GridViewFreeGroups, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.SvgImageCollection1, 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.BarButtonItemAddRelation, Me.BarButtonItemRelationDel}) 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(1116, 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" ' 'BarButtonItemAddRelation ' Me.BarButtonItemAddRelation.Caption = "Hinzufügen" Me.BarButtonItemAddRelation.Id = 2 Me.BarButtonItemAddRelation.ImageOptions.SvgImage = CType(resources.GetObject("BarButtonItem1.ImageOptions.SvgImage"), DevExpress.Utils.Svg.SvgImage) Me.BarButtonItemAddRelation.Name = "BarButtonItemAddRelation" ' 'BarButtonItemRelationDel ' Me.BarButtonItemRelationDel.Caption = "Entfernen" Me.BarButtonItemRelationDel.Id = 3 Me.BarButtonItemRelationDel.ImageOptions.SvgImage = CType(resources.GetObject("BarButtonItem2.ImageOptions.SvgImage"), DevExpress.Utils.Svg.SvgImage) Me.BarButtonItemRelationDel.Name = "BarButtonItemRelationDel" ' 'RibbonPage1 ' Me.RibbonPage1.Groups.AddRange(New DevExpress.XtraBars.Ribbon.RibbonPageGroup() {Me.RibbonPageGroup1, Me.RibbonPageGroup2, Me.RibbonPageGroupRelationsChange}) 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" ' 'RibbonPageGroupRelationsChange ' Me.RibbonPageGroupRelationsChange.Alignment = DevExpress.XtraBars.Ribbon.RibbonPageGroupAlignment.Far Me.RibbonPageGroupRelationsChange.ItemLinks.Add(Me.BarButtonItemAddRelation) Me.RibbonPageGroupRelationsChange.ItemLinks.Add(Me.BarButtonItemRelationDel) Me.RibbonPageGroupRelationsChange.Name = "RibbonPageGroupRelationsChange" Me.RibbonPageGroupRelationsChange.Text = "Relationen anpassen" Me.RibbonPageGroupRelationsChange.Visible = False ' '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(1116, 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.StateImageList = Me.SvgImageCollection1 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(1116, 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(398, 0) Me.GridControlRelations.MainView = Me.GridViewRelations Me.GridControlRelations.MenuManager = Me.RibbonControl1 Me.GridControlRelations.Name = "GridControlRelations" Me.GridControlRelations.Size = New System.Drawing.Size(296, 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.OptionsView.ShowViewCaption = True Me.GridViewRelations.ViewCaption = "..." ' 'XtraTabControlRelationScope ' Me.XtraTabControlRelationScope.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _ Or System.Windows.Forms.AnchorStyles.Left) _ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.XtraTabControlRelationScope.Location = New System.Drawing.Point(68, 0) Me.XtraTabControlRelationScope.Name = "XtraTabControlRelationScope" Me.XtraTabControlRelationScope.SelectedTabPage = Me.XtraTabPage1 Me.XtraTabControlRelationScope.Size = New System.Drawing.Size(324, 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(322, 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(322, 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.Controls.Add(Me.GridControlFreeGroups) Me.XtraTabPage2.Name = "XtraTabPage2" Me.XtraTabPage2.Size = New System.Drawing.Size(240, 409) 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") ' 'GridControlFreeGroups ' Me.GridControlFreeGroups.Dock = System.Windows.Forms.DockStyle.Fill Me.GridControlFreeGroups.Location = New System.Drawing.Point(0, 0) Me.GridControlFreeGroups.MainView = Me.GridViewFreeGroups Me.GridControlFreeGroups.MenuManager = Me.RibbonControl1 Me.GridControlFreeGroups.Name = "GridControlFreeGroups" Me.GridControlFreeGroups.Size = New System.Drawing.Size(240, 409) Me.GridControlFreeGroups.TabIndex = 1 Me.GridControlFreeGroups.ViewCollection.AddRange(New DevExpress.XtraGrid.Views.Base.BaseView() {Me.GridViewFreeGroups}) ' 'GridViewFreeGroups ' Me.GridViewFreeGroups.GridControl = Me.GridControlFreeGroups Me.GridViewFreeGroups.Name = "GridViewFreeGroups" Me.GridViewFreeGroups.OptionsBehavior.Editable = False Me.GridViewFreeGroups.OptionsSelection.EnableAppearanceFocusedCell = False Me.GridViewFreeGroups.OptionsView.ShowAutoFilterRow = True Me.GridViewFreeGroups.OptionsView.ShowGroupPanel = False Me.GridViewFreeGroups.ViewCaption = "Nicht zugeordnete User" ' 'SvgImageCollection1 ' Me.SvgImageCollection1.Add("open", "image://svgimages/actions/open.svg") Me.SvgImageCollection1.Add("opened", "image://svgimages/actions/open2.svg") ' '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(1116, 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() Me.XtraTabPage2.ResumeLayout(False) CType(Me.ImageCollection1, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.GridControlFreeGroups, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.GridViewFreeGroups, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.SvgImageCollection1, 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 BarButtonItemAddRelation As DevExpress.XtraBars.BarButtonItem Friend WithEvents BarButtonItemRelationDel As DevExpress.XtraBars.BarButtonItem Friend WithEvents RibbonPageGroupRelationsChange 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 Friend WithEvents GridControlFreeGroups As DevExpress.XtraGrid.GridControl Friend WithEvents GridViewFreeGroups As DevExpress.XtraGrid.Views.Grid.GridView Friend WithEvents SvgImageCollection1 As DevExpress.Utils.SvgImageCollection End Class