215 lines
10 KiB
VB.net
215 lines
10 KiB
VB.net
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
|
|
Partial Class frmADImport_Users
|
|
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(frmADImport_Users))
|
|
Me.gridAD_Groups = New DevExpress.XtraGrid.GridControl()
|
|
Me.viewAD_Groups = New DevExpress.XtraGrid.Views.Grid.GridView()
|
|
Me.gridAD_Users = New DevExpress.XtraGrid.GridControl()
|
|
Me.TBLOCAL_ADUSERSBindingSource = New System.Windows.Forms.BindingSource(Me.components)
|
|
Me.UserDataSet = New DDUserManager.UserDataSet()
|
|
Me.viewAD_Users = New DevExpress.XtraGrid.Views.Grid.GridView()
|
|
Me.colSELECTED = New DevExpress.XtraGrid.Columns.GridColumn()
|
|
Me.colUSERNAME = New DevExpress.XtraGrid.Columns.GridColumn()
|
|
Me.colPRENAME = New DevExpress.XtraGrid.Columns.GridColumn()
|
|
Me.colNAME = New DevExpress.XtraGrid.Columns.GridColumn()
|
|
Me.colEMAIL = New DevExpress.XtraGrid.Columns.GridColumn()
|
|
Me.Panel1 = New System.Windows.Forms.Panel()
|
|
Me.btnImport = New System.Windows.Forms.Button()
|
|
Me.colGroupName = New DevExpress.XtraGrid.Columns.GridColumn()
|
|
CType(Me.gridAD_Groups, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
CType(Me.viewAD_Groups, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
CType(Me.gridAD_Users, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
CType(Me.TBLOCAL_ADUSERSBindingSource, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
CType(Me.UserDataSet, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
CType(Me.viewAD_Users, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
Me.Panel1.SuspendLayout()
|
|
Me.SuspendLayout()
|
|
'
|
|
'gridAD_Groups
|
|
'
|
|
Me.gridAD_Groups.Dock = System.Windows.Forms.DockStyle.Left
|
|
Me.gridAD_Groups.Location = New System.Drawing.Point(0, 0)
|
|
Me.gridAD_Groups.MainView = Me.viewAD_Groups
|
|
Me.gridAD_Groups.Name = "gridAD_Groups"
|
|
Me.gridAD_Groups.Size = New System.Drawing.Size(294, 464)
|
|
Me.gridAD_Groups.TabIndex = 0
|
|
Me.gridAD_Groups.ViewCollection.AddRange(New DevExpress.XtraGrid.Views.Base.BaseView() {Me.viewAD_Groups})
|
|
'
|
|
'viewAD_Groups
|
|
'
|
|
Me.viewAD_Groups.Columns.AddRange(New DevExpress.XtraGrid.Columns.GridColumn() {Me.colGroupName})
|
|
Me.viewAD_Groups.GridControl = Me.gridAD_Groups
|
|
Me.viewAD_Groups.Name = "viewAD_Groups"
|
|
Me.viewAD_Groups.OptionsBehavior.Editable = False
|
|
Me.viewAD_Groups.OptionsBehavior.ReadOnly = True
|
|
Me.viewAD_Groups.OptionsView.ShowAutoFilterRow = True
|
|
Me.viewAD_Groups.OptionsView.ShowGroupPanel = False
|
|
'
|
|
'gridAD_Users
|
|
'
|
|
Me.gridAD_Users.DataSource = Me.TBLOCAL_ADUSERSBindingSource
|
|
Me.gridAD_Users.Dock = System.Windows.Forms.DockStyle.Fill
|
|
Me.gridAD_Users.Location = New System.Drawing.Point(294, 0)
|
|
Me.gridAD_Users.MainView = Me.viewAD_Users
|
|
Me.gridAD_Users.Name = "gridAD_Users"
|
|
Me.gridAD_Users.Size = New System.Drawing.Size(579, 409)
|
|
Me.gridAD_Users.TabIndex = 1
|
|
Me.gridAD_Users.ViewCollection.AddRange(New DevExpress.XtraGrid.Views.Base.BaseView() {Me.viewAD_Users})
|
|
'
|
|
'TBLOCAL_ADUSERSBindingSource
|
|
'
|
|
Me.TBLOCAL_ADUSERSBindingSource.DataMember = "TBLOCAL_ADUSERS"
|
|
Me.TBLOCAL_ADUSERSBindingSource.DataSource = Me.UserDataSet
|
|
'
|
|
'UserDataSet
|
|
'
|
|
Me.UserDataSet.DataSetName = "UserDataSet"
|
|
Me.UserDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema
|
|
'
|
|
'viewAD_Users
|
|
'
|
|
Me.viewAD_Users.Columns.AddRange(New DevExpress.XtraGrid.Columns.GridColumn() {Me.colSELECTED, Me.colUSERNAME, Me.colPRENAME, Me.colNAME, Me.colEMAIL})
|
|
Me.viewAD_Users.GridControl = Me.gridAD_Users
|
|
Me.viewAD_Users.Name = "viewAD_Users"
|
|
Me.viewAD_Users.OptionsBehavior.Editable = False
|
|
Me.viewAD_Users.OptionsBehavior.ReadOnly = True
|
|
Me.viewAD_Users.OptionsSelection.MultiSelect = True
|
|
Me.viewAD_Users.OptionsSelection.MultiSelectMode = DevExpress.XtraGrid.Views.Grid.GridMultiSelectMode.CheckBoxRowSelect
|
|
Me.viewAD_Users.OptionsView.ShowAutoFilterRow = True
|
|
Me.viewAD_Users.OptionsView.ShowGroupPanel = False
|
|
'
|
|
'colSELECTED
|
|
'
|
|
Me.colSELECTED.Caption = "Importieren"
|
|
Me.colSELECTED.FieldName = "SELECTED"
|
|
Me.colSELECTED.Name = "colSELECTED"
|
|
Me.colSELECTED.Visible = True
|
|
Me.colSELECTED.VisibleIndex = 1
|
|
'
|
|
'colUSERNAME
|
|
'
|
|
Me.colUSERNAME.Caption = "Benutzername"
|
|
Me.colUSERNAME.FieldName = "USERNAME"
|
|
Me.colUSERNAME.Name = "colUSERNAME"
|
|
Me.colUSERNAME.OptionsColumn.AllowEdit = False
|
|
Me.colUSERNAME.Visible = True
|
|
Me.colUSERNAME.VisibleIndex = 2
|
|
'
|
|
'colPRENAME
|
|
'
|
|
Me.colPRENAME.Caption = "Vorname"
|
|
Me.colPRENAME.FieldName = "PRENAME"
|
|
Me.colPRENAME.Name = "colPRENAME"
|
|
Me.colPRENAME.OptionsColumn.AllowEdit = False
|
|
Me.colPRENAME.Visible = True
|
|
Me.colPRENAME.VisibleIndex = 3
|
|
'
|
|
'colNAME
|
|
'
|
|
Me.colNAME.Caption = "Name"
|
|
Me.colNAME.FieldName = "NAME"
|
|
Me.colNAME.Name = "colNAME"
|
|
Me.colNAME.OptionsColumn.AllowEdit = False
|
|
Me.colNAME.Visible = True
|
|
Me.colNAME.VisibleIndex = 4
|
|
'
|
|
'colEMAIL
|
|
'
|
|
Me.colEMAIL.Caption = "Email"
|
|
Me.colEMAIL.FieldName = "EMAIL"
|
|
Me.colEMAIL.Name = "colEMAIL"
|
|
Me.colEMAIL.OptionsColumn.AllowEdit = False
|
|
Me.colEMAIL.Visible = True
|
|
Me.colEMAIL.VisibleIndex = 5
|
|
'
|
|
'Panel1
|
|
'
|
|
Me.Panel1.Controls.Add(Me.btnImport)
|
|
Me.Panel1.Dock = System.Windows.Forms.DockStyle.Bottom
|
|
Me.Panel1.Location = New System.Drawing.Point(294, 409)
|
|
Me.Panel1.Name = "Panel1"
|
|
Me.Panel1.Size = New System.Drawing.Size(579, 55)
|
|
Me.Panel1.TabIndex = 3
|
|
'
|
|
'btnImport
|
|
'
|
|
Me.btnImport.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
|
Me.btnImport.Enabled = False
|
|
Me.btnImport.Image = Global.DDUserManager.My.Resources.Resources.user_go
|
|
Me.btnImport.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
|
|
Me.btnImport.Location = New System.Drawing.Point(388, 16)
|
|
Me.btnImport.Name = "btnImport"
|
|
Me.btnImport.Size = New System.Drawing.Size(179, 27)
|
|
Me.btnImport.TabIndex = 0
|
|
Me.btnImport.Text = "Import starten"
|
|
Me.btnImport.UseVisualStyleBackColor = True
|
|
'
|
|
'colGroupName
|
|
'
|
|
Me.colGroupName.Caption = "Gruppe"
|
|
Me.colGroupName.FieldName = "Name"
|
|
Me.colGroupName.Name = "colGroupName"
|
|
Me.colGroupName.UnboundType = DevExpress.Data.UnboundColumnType.[String]
|
|
Me.colGroupName.Visible = True
|
|
Me.colGroupName.VisibleIndex = 0
|
|
'
|
|
'frmADImport_Users
|
|
'
|
|
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
|
|
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
|
Me.ClientSize = New System.Drawing.Size(873, 464)
|
|
Me.Controls.Add(Me.gridAD_Users)
|
|
Me.Controls.Add(Me.Panel1)
|
|
Me.Controls.Add(Me.gridAD_Groups)
|
|
Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
|
|
Me.Name = "frmADImport_Users"
|
|
Me.Text = "Active Directory Benutzer-Import"
|
|
CType(Me.gridAD_Groups, System.ComponentModel.ISupportInitialize).EndInit()
|
|
CType(Me.viewAD_Groups, System.ComponentModel.ISupportInitialize).EndInit()
|
|
CType(Me.gridAD_Users, System.ComponentModel.ISupportInitialize).EndInit()
|
|
CType(Me.TBLOCAL_ADUSERSBindingSource, System.ComponentModel.ISupportInitialize).EndInit()
|
|
CType(Me.UserDataSet, System.ComponentModel.ISupportInitialize).EndInit()
|
|
CType(Me.viewAD_Users, System.ComponentModel.ISupportInitialize).EndInit()
|
|
Me.Panel1.ResumeLayout(False)
|
|
Me.ResumeLayout(False)
|
|
|
|
End Sub
|
|
|
|
Friend WithEvents gridAD_Groups As DevExpress.XtraGrid.GridControl
|
|
Friend WithEvents viewAD_Groups As DevExpress.XtraGrid.Views.Grid.GridView
|
|
Friend WithEvents gridAD_Users As DevExpress.XtraGrid.GridControl
|
|
Friend WithEvents viewAD_Users As DevExpress.XtraGrid.Views.Grid.GridView
|
|
Friend WithEvents UserDataSet As UserDataSet
|
|
Friend WithEvents TBLOCAL_ADUSERSBindingSource As BindingSource
|
|
Friend WithEvents colUSERNAME As DevExpress.XtraGrid.Columns.GridColumn
|
|
Friend WithEvents colPRENAME As DevExpress.XtraGrid.Columns.GridColumn
|
|
Friend WithEvents colNAME As DevExpress.XtraGrid.Columns.GridColumn
|
|
Friend WithEvents colEMAIL As DevExpress.XtraGrid.Columns.GridColumn
|
|
Friend WithEvents colSELECTED As DevExpress.XtraGrid.Columns.GridColumn
|
|
Friend WithEvents btnImport As Button
|
|
Friend WithEvents Panel1 As Panel
|
|
Friend WithEvents colGroupName As DevExpress.XtraGrid.Columns.GridColumn
|
|
End Class
|