_ Partial Class frmAdmin_UserGroupRelations 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.RibbonControl1 = New DevExpress.XtraBars.Ribbon.RibbonControl() Me.RibbonPage1 = New DevExpress.XtraBars.Ribbon.RibbonPage() Me.RibbonPageGroup1 = New DevExpress.XtraBars.Ribbon.RibbonPageGroup() Me.RibbonPageGroup2 = New DevExpress.XtraBars.Ribbon.RibbonPageGroup() Me.RibbonStatusBar1 = New DevExpress.XtraBars.Ribbon.RibbonStatusBar() Me.RibbonPage2 = New DevExpress.XtraBars.Ribbon.RibbonPage() Me.LayoutControl1 = New DevExpress.XtraLayout.LayoutControl() Me.SimpleButton2 = New DevExpress.XtraEditors.SimpleButton() Me.SimpleButton1 = New DevExpress.XtraEditors.SimpleButton() Me.GridControl3 = New DevExpress.XtraGrid.GridControl() Me.GridView3 = New DevExpress.XtraGrid.Views.Grid.GridView() Me.colUsername2 = New DevExpress.XtraGrid.Columns.GridColumn() Me.colSurname2 = New DevExpress.XtraGrid.Columns.GridColumn() Me.GridControl2 = New DevExpress.XtraGrid.GridControl() Me.GridView2 = New DevExpress.XtraGrid.Views.Grid.GridView() Me.colName = New DevExpress.XtraGrid.Columns.GridColumn() Me.colInternal = New DevExpress.XtraGrid.Columns.GridColumn() Me.colActive = New DevExpress.XtraGrid.Columns.GridColumn() Me.GridControl1 = New DevExpress.XtraGrid.GridControl() Me.GridView1 = New DevExpress.XtraGrid.Views.Grid.GridView() Me.colSurname = New DevExpress.XtraGrid.Columns.GridColumn() Me.colUsername = New DevExpress.XtraGrid.Columns.GridColumn() Me.Root = New DevExpress.XtraLayout.LayoutControlGroup() Me.SimpleLabelItem1 = New DevExpress.XtraLayout.SimpleLabelItem() Me.LayoutControlItem1 = New DevExpress.XtraLayout.LayoutControlItem() Me.SimpleLabelItem2 = New DevExpress.XtraLayout.SimpleLabelItem() Me.SimpleLabelItem3 = New DevExpress.XtraLayout.SimpleLabelItem() Me.LayoutControlItem2 = New DevExpress.XtraLayout.LayoutControlItem() Me.LayoutControlItem3 = New DevExpress.XtraLayout.LayoutControlItem() Me.LayoutControlItem4 = New DevExpress.XtraLayout.LayoutControlItem() Me.LayoutControlItem5 = New DevExpress.XtraLayout.LayoutControlItem() CType(Me.RibbonControl1, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.LayoutControl1, System.ComponentModel.ISupportInitialize).BeginInit() Me.LayoutControl1.SuspendLayout() CType(Me.GridControl3, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.GridView3, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.GridControl2, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.GridView2, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.GridControl1, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.GridView1, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.Root, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.SimpleLabelItem1, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.LayoutControlItem1, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.SimpleLabelItem2, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.SimpleLabelItem3, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.LayoutControlItem2, 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.Size = New System.Drawing.Size(1221, 158) Me.RibbonControl1.StatusBar = Me.RibbonStatusBar1 ' 'RibbonPage1 ' Me.RibbonPage1.Groups.AddRange(New DevExpress.XtraBars.Ribbon.RibbonPageGroup() {Me.RibbonPageGroup1, Me.RibbonPageGroup2}) Me.RibbonPage1.Name = "RibbonPage1" Me.RibbonPage1.Text = "RibbonPage1" ' 'RibbonPageGroup1 ' Me.RibbonPageGroup1.Name = "RibbonPageGroup1" Me.RibbonPageGroup1.Text = "RibbonPageGroup1" ' 'RibbonPageGroup2 ' Me.RibbonPageGroup2.Name = "RibbonPageGroup2" Me.RibbonPageGroup2.Text = "RibbonPageGroup2" ' 'RibbonStatusBar1 ' Me.RibbonStatusBar1.Location = New System.Drawing.Point(0, 651) Me.RibbonStatusBar1.Name = "RibbonStatusBar1" Me.RibbonStatusBar1.Ribbon = Me.RibbonControl1 Me.RibbonStatusBar1.Size = New System.Drawing.Size(1221, 24) ' 'RibbonPage2 ' Me.RibbonPage2.Name = "RibbonPage2" Me.RibbonPage2.Text = "RibbonPage2" ' 'LayoutControl1 ' Me.LayoutControl1.Controls.Add(Me.SimpleButton2) Me.LayoutControl1.Controls.Add(Me.SimpleButton1) Me.LayoutControl1.Controls.Add(Me.GridControl3) Me.LayoutControl1.Controls.Add(Me.GridControl2) Me.LayoutControl1.Controls.Add(Me.GridControl1) Me.LayoutControl1.Dock = System.Windows.Forms.DockStyle.Fill Me.LayoutControl1.Location = New System.Drawing.Point(0, 158) Me.LayoutControl1.Name = "LayoutControl1" Me.LayoutControl1.Root = Me.Root Me.LayoutControl1.Size = New System.Drawing.Size(1221, 493) Me.LayoutControl1.TabIndex = 2 Me.LayoutControl1.Text = "LayoutControl1" ' 'SimpleButton2 ' Me.SimpleButton2.ImageOptions.ImageToTextAlignment = DevExpress.XtraEditors.ImageAlignToText.RightCenter Me.SimpleButton2.ImageOptions.SvgImage = Global.DigitalData.GUIs.ZooFlow.My.Resources.Resources.nextview Me.SimpleButton2.Location = New System.Drawing.Point(414, 405) Me.SimpleButton2.Name = "SimpleButton2" Me.SimpleButton2.Size = New System.Drawing.Size(398, 36) Me.SimpleButton2.StyleController = Me.LayoutControl1 Me.SimpleButton2.TabIndex = 8 Me.SimpleButton2.Text = "Benutzer zuordnen" ' 'SimpleButton1 ' Me.SimpleButton1.ImageOptions.ImageToTextAlignment = DevExpress.XtraEditors.ImageAlignToText.LeftCenter Me.SimpleButton1.ImageOptions.SvgImage = Global.DigitalData.GUIs.ZooFlow.My.Resources.Resources.previousview Me.SimpleButton1.Location = New System.Drawing.Point(414, 445) Me.SimpleButton1.Name = "SimpleButton1" Me.SimpleButton1.Size = New System.Drawing.Size(398, 36) Me.SimpleButton1.StyleController = Me.LayoutControl1 Me.SimpleButton1.TabIndex = 7 Me.SimpleButton1.Text = "Benutzer entfernen" ' 'GridControl3 ' Me.GridControl3.AllowDrop = True Me.GridControl3.Location = New System.Drawing.Point(816, 45) Me.GridControl3.MainView = Me.GridView3 Me.GridControl3.MenuManager = Me.RibbonControl1 Me.GridControl3.Name = "GridControl3" Me.GridControl3.Size = New System.Drawing.Size(393, 436) Me.GridControl3.TabIndex = 6 Me.GridControl3.ViewCollection.AddRange(New DevExpress.XtraGrid.Views.Base.BaseView() {Me.GridView3}) ' 'GridView3 ' Me.GridView3.Columns.AddRange(New DevExpress.XtraGrid.Columns.GridColumn() {Me.colUsername2, Me.colSurname2}) Me.GridView3.GridControl = Me.GridControl3 Me.GridView3.Name = "GridView3" ' 'colUsername2 ' Me.colUsername2.Caption = "Benutzername" Me.colUsername2.FieldName = "USERNAME" Me.colUsername2.Name = "colUsername2" Me.colUsername2.Visible = True Me.colUsername2.VisibleIndex = 0 ' 'colSurname2 ' Me.colSurname2.Caption = "Name" Me.colSurname2.FieldName = "NAME" Me.colSurname2.Name = "colSurname2" Me.colSurname2.Visible = True Me.colSurname2.VisibleIndex = 1 ' 'GridControl2 ' Me.GridControl2.Location = New System.Drawing.Point(414, 45) Me.GridControl2.MainView = Me.GridView2 Me.GridControl2.MenuManager = Me.RibbonControl1 Me.GridControl2.Name = "GridControl2" Me.GridControl2.Size = New System.Drawing.Size(398, 356) Me.GridControl2.TabIndex = 5 Me.GridControl2.ViewCollection.AddRange(New DevExpress.XtraGrid.Views.Base.BaseView() {Me.GridView2}) ' 'GridView2 ' Me.GridView2.Columns.AddRange(New DevExpress.XtraGrid.Columns.GridColumn() {Me.colName, Me.colInternal, Me.colActive}) Me.GridView2.GridControl = Me.GridControl2 Me.GridView2.Name = "GridView2" ' 'colName ' Me.colName.Caption = "Name" Me.colName.FieldName = "NAME" Me.colName.Name = "colName" Me.colName.Visible = True Me.colName.VisibleIndex = 0 ' 'colInternal ' Me.colInternal.Caption = "Systemgruppe" Me.colInternal.FieldName = "INTERNAL" Me.colInternal.Name = "colInternal" Me.colInternal.Visible = True Me.colInternal.VisibleIndex = 1 ' 'colActive ' Me.colActive.Caption = "Aktiv" Me.colActive.FieldName = "ACTIVE" Me.colActive.Name = "colActive" Me.colActive.Visible = True Me.colActive.VisibleIndex = 2 ' 'GridControl1 ' Me.GridControl1.AllowDrop = True Me.GridControl1.Location = New System.Drawing.Point(12, 45) Me.GridControl1.MainView = Me.GridView1 Me.GridControl1.MenuManager = Me.RibbonControl1 Me.GridControl1.Name = "GridControl1" Me.GridControl1.Size = New System.Drawing.Size(398, 436) Me.GridControl1.TabIndex = 4 Me.GridControl1.ViewCollection.AddRange(New DevExpress.XtraGrid.Views.Base.BaseView() {Me.GridView1}) ' 'GridView1 ' Me.GridView1.Columns.AddRange(New DevExpress.XtraGrid.Columns.GridColumn() {Me.colSurname, Me.colUsername}) Me.GridView1.GridControl = Me.GridControl1 Me.GridView1.Name = "GridView1" ' 'colSurname ' Me.colSurname.Caption = "Name" Me.colSurname.FieldName = "NAME" Me.colSurname.Name = "colSurname" Me.colSurname.Visible = True Me.colSurname.VisibleIndex = 0 ' 'colUsername ' Me.colUsername.Caption = "Benutzername" Me.colUsername.FieldName = "USERNAME" Me.colUsername.Name = "colUsername" Me.colUsername.Visible = True Me.colUsername.VisibleIndex = 1 ' 'Root ' Me.Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.[True] Me.Root.GroupBordersVisible = False Me.Root.Items.AddRange(New DevExpress.XtraLayout.BaseLayoutItem() {Me.SimpleLabelItem1, Me.LayoutControlItem1, Me.SimpleLabelItem2, Me.SimpleLabelItem3, Me.LayoutControlItem2, Me.LayoutControlItem3, Me.LayoutControlItem4, Me.LayoutControlItem5}) Me.Root.Name = "Root" Me.Root.Size = New System.Drawing.Size(1221, 493) Me.Root.TextVisible = False ' 'SimpleLabelItem1 ' Me.SimpleLabelItem1.AllowHotTrack = False Me.SimpleLabelItem1.Location = New System.Drawing.Point(0, 0) Me.SimpleLabelItem1.Name = "SimpleLabelItem1" Me.SimpleLabelItem1.Padding = New DevExpress.XtraLayout.Utils.Padding(10, 10, 10, 10) Me.SimpleLabelItem1.Size = New System.Drawing.Size(402, 33) Me.SimpleLabelItem1.Text = "Nicht zugeordnete Benutzer" Me.SimpleLabelItem1.TextSize = New System.Drawing.Size(144, 13) ' 'LayoutControlItem1 ' Me.LayoutControlItem1.Control = Me.GridControl1 Me.LayoutControlItem1.Location = New System.Drawing.Point(0, 33) Me.LayoutControlItem1.Name = "LayoutControlItem1" Me.LayoutControlItem1.Size = New System.Drawing.Size(402, 440) Me.LayoutControlItem1.TextSize = New System.Drawing.Size(0, 0) Me.LayoutControlItem1.TextVisible = False ' 'SimpleLabelItem2 ' Me.SimpleLabelItem2.AllowHotTrack = False Me.SimpleLabelItem2.Location = New System.Drawing.Point(402, 0) Me.SimpleLabelItem2.Name = "SimpleLabelItem2" Me.SimpleLabelItem2.Padding = New DevExpress.XtraLayout.Utils.Padding(10, 10, 10, 10) Me.SimpleLabelItem2.Size = New System.Drawing.Size(402, 33) Me.SimpleLabelItem2.Text = "Gruppen" Me.SimpleLabelItem2.TextSize = New System.Drawing.Size(144, 13) ' 'SimpleLabelItem3 ' Me.SimpleLabelItem3.AllowHotTrack = False Me.SimpleLabelItem3.Location = New System.Drawing.Point(804, 0) Me.SimpleLabelItem3.Name = "SimpleLabelItem3" Me.SimpleLabelItem3.Padding = New DevExpress.XtraLayout.Utils.Padding(10, 10, 10, 10) Me.SimpleLabelItem3.Size = New System.Drawing.Size(397, 33) Me.SimpleLabelItem3.Text = "Zugeordnete Benutzer" Me.SimpleLabelItem3.TextSize = New System.Drawing.Size(144, 13) ' 'LayoutControlItem2 ' Me.LayoutControlItem2.Control = Me.GridControl2 Me.LayoutControlItem2.Location = New System.Drawing.Point(402, 33) Me.LayoutControlItem2.Name = "LayoutControlItem2" Me.LayoutControlItem2.Size = New System.Drawing.Size(402, 360) Me.LayoutControlItem2.TextSize = New System.Drawing.Size(0, 0) Me.LayoutControlItem2.TextVisible = False ' 'LayoutControlItem3 ' Me.LayoutControlItem3.Control = Me.GridControl3 Me.LayoutControlItem3.Location = New System.Drawing.Point(804, 33) Me.LayoutControlItem3.Name = "LayoutControlItem3" Me.LayoutControlItem3.Size = New System.Drawing.Size(397, 440) 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(402, 433) Me.LayoutControlItem4.Name = "LayoutControlItem4" Me.LayoutControlItem4.Size = New System.Drawing.Size(402, 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(402, 393) Me.LayoutControlItem5.Name = "LayoutControlItem5" Me.LayoutControlItem5.Size = New System.Drawing.Size(402, 40) Me.LayoutControlItem5.TextSize = New System.Drawing.Size(0, 0) Me.LayoutControlItem5.TextVisible = False ' 'frmAdmin_UserGroupRelations ' Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.ClientSize = New System.Drawing.Size(1221, 675) Me.Controls.Add(Me.LayoutControl1) Me.Controls.Add(Me.RibbonStatusBar1) Me.Controls.Add(Me.RibbonControl1) Me.Name = "frmAdmin_UserGroupRelations" Me.Ribbon = Me.RibbonControl1 Me.StatusBar = Me.RibbonStatusBar1 Me.Text = "frmAdmin_UserGroupRelations" CType(Me.RibbonControl1, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.LayoutControl1, System.ComponentModel.ISupportInitialize).EndInit() Me.LayoutControl1.ResumeLayout(False) CType(Me.GridControl3, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.GridView3, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.GridControl2, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.GridView2, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.GridControl1, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.GridView1, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.Root, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.SimpleLabelItem1, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.LayoutControlItem1, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.SimpleLabelItem2, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.SimpleLabelItem3, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.LayoutControlItem2, 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 RibbonPageGroup2 As DevExpress.XtraBars.Ribbon.RibbonPageGroup Friend WithEvents RibbonStatusBar1 As DevExpress.XtraBars.Ribbon.RibbonStatusBar Friend WithEvents RibbonPage2 As DevExpress.XtraBars.Ribbon.RibbonPage Friend WithEvents LayoutControl1 As DevExpress.XtraLayout.LayoutControl Friend WithEvents GridControl3 As DevExpress.XtraGrid.GridControl Friend WithEvents GridView3 As DevExpress.XtraGrid.Views.Grid.GridView Friend WithEvents GridControl2 As DevExpress.XtraGrid.GridControl Friend WithEvents GridView2 As DevExpress.XtraGrid.Views.Grid.GridView Friend WithEvents GridControl1 As DevExpress.XtraGrid.GridControl Friend WithEvents GridView1 As DevExpress.XtraGrid.Views.Grid.GridView Friend WithEvents Root As DevExpress.XtraLayout.LayoutControlGroup Friend WithEvents SimpleLabelItem1 As DevExpress.XtraLayout.SimpleLabelItem Friend WithEvents LayoutControlItem1 As DevExpress.XtraLayout.LayoutControlItem Friend WithEvents SimpleLabelItem2 As DevExpress.XtraLayout.SimpleLabelItem Friend WithEvents SimpleLabelItem3 As DevExpress.XtraLayout.SimpleLabelItem Friend WithEvents LayoutControlItem2 As DevExpress.XtraLayout.LayoutControlItem Friend WithEvents LayoutControlItem3 As DevExpress.XtraLayout.LayoutControlItem Friend WithEvents colName As DevExpress.XtraGrid.Columns.GridColumn Friend WithEvents colInternal As DevExpress.XtraGrid.Columns.GridColumn Friend WithEvents colActive As DevExpress.XtraGrid.Columns.GridColumn Friend WithEvents colUsername2 As DevExpress.XtraGrid.Columns.GridColumn Friend WithEvents colUsername As DevExpress.XtraGrid.Columns.GridColumn Friend WithEvents colSurname2 As DevExpress.XtraGrid.Columns.GridColumn Friend WithEvents colSurname As DevExpress.XtraGrid.Columns.GridColumn Friend WithEvents SimpleButton2 As DevExpress.XtraEditors.SimpleButton Friend WithEvents SimpleButton1 As DevExpress.XtraEditors.SimpleButton Friend WithEvents LayoutControlItem4 As DevExpress.XtraLayout.LayoutControlItem Friend WithEvents LayoutControlItem5 As DevExpress.XtraLayout.LayoutControlItem End Class