194 lines
9.1 KiB
VB.net
194 lines
9.1 KiB
VB.net
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
|
|
Partial Class frmUserKonfig_AddUsers
|
|
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()
|
|
Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmUserKonfig_AddUsers))
|
|
Me.SplitContainer1 = New System.Windows.Forms.SplitContainer()
|
|
Me.lbGroups = New System.Windows.Forms.ListBox()
|
|
Me.ToolStrip1 = New System.Windows.Forms.ToolStrip()
|
|
Me.ToolStripLabel1 = New System.Windows.Forms.ToolStripLabel()
|
|
Me.clbUsers = New System.Windows.Forms.CheckedListBox()
|
|
Me.ToolStrip2 = New System.Windows.Forms.ToolStrip()
|
|
Me.ToolStripLabel2 = New System.Windows.Forms.ToolStripLabel()
|
|
Me.tbSelectEverything = New System.Windows.Forms.ToolStripButton()
|
|
Me.tbSelectNone = New System.Windows.Forms.ToolStripButton()
|
|
Me.btnCancel = New System.Windows.Forms.Button()
|
|
Me.btnAddUsers = New System.Windows.Forms.Button()
|
|
CType(Me.SplitContainer1, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
Me.SplitContainer1.Panel1.SuspendLayout()
|
|
Me.SplitContainer1.Panel2.SuspendLayout()
|
|
Me.SplitContainer1.SuspendLayout()
|
|
Me.ToolStrip1.SuspendLayout()
|
|
Me.ToolStrip2.SuspendLayout()
|
|
Me.SuspendLayout()
|
|
'
|
|
'SplitContainer1
|
|
'
|
|
Me.SplitContainer1.Dock = System.Windows.Forms.DockStyle.Fill
|
|
Me.SplitContainer1.Location = New System.Drawing.Point(0, 0)
|
|
Me.SplitContainer1.Name = "SplitContainer1"
|
|
'
|
|
'SplitContainer1.Panel1
|
|
'
|
|
Me.SplitContainer1.Panel1.Controls.Add(Me.lbGroups)
|
|
Me.SplitContainer1.Panel1.Controls.Add(Me.ToolStrip1)
|
|
'
|
|
'SplitContainer1.Panel2
|
|
'
|
|
Me.SplitContainer1.Panel2.Controls.Add(Me.clbUsers)
|
|
Me.SplitContainer1.Panel2.Controls.Add(Me.ToolStrip2)
|
|
Me.SplitContainer1.Panel2.Controls.Add(Me.btnCancel)
|
|
Me.SplitContainer1.Panel2.Controls.Add(Me.btnAddUsers)
|
|
Me.SplitContainer1.Size = New System.Drawing.Size(618, 457)
|
|
Me.SplitContainer1.SplitterDistance = 206
|
|
Me.SplitContainer1.TabIndex = 1
|
|
'
|
|
'lbGroups
|
|
'
|
|
Me.lbGroups.Dock = System.Windows.Forms.DockStyle.Fill
|
|
Me.lbGroups.FormattingEnabled = True
|
|
Me.lbGroups.Location = New System.Drawing.Point(0, 25)
|
|
Me.lbGroups.Name = "lbGroups"
|
|
Me.lbGroups.Size = New System.Drawing.Size(206, 432)
|
|
Me.lbGroups.TabIndex = 2
|
|
'
|
|
'ToolStrip1
|
|
'
|
|
Me.ToolStrip1.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden
|
|
Me.ToolStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.ToolStripLabel1})
|
|
Me.ToolStrip1.Location = New System.Drawing.Point(0, 0)
|
|
Me.ToolStrip1.Name = "ToolStrip1"
|
|
Me.ToolStrip1.Size = New System.Drawing.Size(206, 25)
|
|
Me.ToolStrip1.TabIndex = 1
|
|
Me.ToolStrip1.Text = "ToolStrip1"
|
|
'
|
|
'ToolStripLabel1
|
|
'
|
|
Me.ToolStripLabel1.Font = New System.Drawing.Font("Segoe UI", 9.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.ToolStripLabel1.Name = "ToolStripLabel1"
|
|
Me.ToolStripLabel1.Size = New System.Drawing.Size(125, 22)
|
|
Me.ToolStripLabel1.Text = "Verfügbare Gruppen:"
|
|
'
|
|
'clbUsers
|
|
'
|
|
Me.clbUsers.Dock = System.Windows.Forms.DockStyle.Top
|
|
Me.clbUsers.FormattingEnabled = True
|
|
Me.clbUsers.Location = New System.Drawing.Point(0, 25)
|
|
Me.clbUsers.Name = "clbUsers"
|
|
Me.clbUsers.Size = New System.Drawing.Size(408, 394)
|
|
Me.clbUsers.TabIndex = 6
|
|
'
|
|
'ToolStrip2
|
|
'
|
|
Me.ToolStrip2.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden
|
|
Me.ToolStrip2.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.ToolStripLabel2, Me.tbSelectEverything, Me.tbSelectNone})
|
|
Me.ToolStrip2.Location = New System.Drawing.Point(0, 0)
|
|
Me.ToolStrip2.Name = "ToolStrip2"
|
|
Me.ToolStrip2.Size = New System.Drawing.Size(408, 25)
|
|
Me.ToolStrip2.TabIndex = 5
|
|
Me.ToolStrip2.Text = "ToolStrip2"
|
|
'
|
|
'ToolStripLabel2
|
|
'
|
|
Me.ToolStripLabel2.Font = New System.Drawing.Font("Segoe UI", 9.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.ToolStripLabel2.Name = "ToolStripLabel2"
|
|
Me.ToolStripLabel2.Size = New System.Drawing.Size(128, 22)
|
|
Me.ToolStripLabel2.Text = "Verfügbare Benutzer:"
|
|
'
|
|
'tbSelectEverything
|
|
'
|
|
Me.tbSelectEverything.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text
|
|
Me.tbSelectEverything.ForeColor = System.Drawing.Color.Firebrick
|
|
Me.tbSelectEverything.Image = CType(resources.GetObject("tbSelectEverything.Image"), System.Drawing.Image)
|
|
Me.tbSelectEverything.ImageTransparentColor = System.Drawing.Color.Magenta
|
|
Me.tbSelectEverything.Name = "tbSelectEverything"
|
|
Me.tbSelectEverything.Size = New System.Drawing.Size(90, 22)
|
|
Me.tbSelectEverything.Text = "Alle auswählen"
|
|
'
|
|
'tbSelectNone
|
|
'
|
|
Me.tbSelectNone.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text
|
|
Me.tbSelectNone.Image = CType(resources.GetObject("tbSelectNone.Image"), System.Drawing.Image)
|
|
Me.tbSelectNone.ImageTransparentColor = System.Drawing.Color.Magenta
|
|
Me.tbSelectNone.Name = "tbSelectNone"
|
|
Me.tbSelectNone.Size = New System.Drawing.Size(104, 22)
|
|
Me.tbSelectNone.Text = "Nichts auswählen"
|
|
'
|
|
'btnCancel
|
|
'
|
|
Me.btnCancel.Location = New System.Drawing.Point(228, 425)
|
|
Me.btnCancel.Name = "btnCancel"
|
|
Me.btnCancel.Size = New System.Drawing.Size(75, 23)
|
|
Me.btnCancel.TabIndex = 4
|
|
Me.btnCancel.Text = "Abbrechen"
|
|
Me.btnCancel.UseVisualStyleBackColor = True
|
|
'
|
|
'btnAddUsers
|
|
'
|
|
Me.btnAddUsers.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
|
|
Me.btnAddUsers.Location = New System.Drawing.Point(309, 425)
|
|
Me.btnAddUsers.Name = "btnAddUsers"
|
|
Me.btnAddUsers.Size = New System.Drawing.Size(87, 23)
|
|
Me.btnAddUsers.TabIndex = 3
|
|
Me.btnAddUsers.Text = "Hinzufügen"
|
|
Me.btnAddUsers.TextAlign = System.Drawing.ContentAlignment.MiddleRight
|
|
Me.btnAddUsers.UseVisualStyleBackColor = True
|
|
'
|
|
'frmUserKonfig_AddUsers
|
|
'
|
|
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
|
|
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
|
Me.ClientSize = New System.Drawing.Size(618, 457)
|
|
Me.Controls.Add(Me.SplitContainer1)
|
|
Me.Font = New System.Drawing.Font("Segoe UI", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
|
|
Me.MaximizeBox = False
|
|
Me.MinimizeBox = False
|
|
Me.Name = "frmUserKonfig_AddUsers"
|
|
Me.Text = "Add User from AD"
|
|
Me.SplitContainer1.Panel1.ResumeLayout(False)
|
|
Me.SplitContainer1.Panel1.PerformLayout()
|
|
Me.SplitContainer1.Panel2.ResumeLayout(False)
|
|
Me.SplitContainer1.Panel2.PerformLayout()
|
|
CType(Me.SplitContainer1, System.ComponentModel.ISupportInitialize).EndInit()
|
|
Me.SplitContainer1.ResumeLayout(False)
|
|
Me.ToolStrip1.ResumeLayout(False)
|
|
Me.ToolStrip1.PerformLayout()
|
|
Me.ToolStrip2.ResumeLayout(False)
|
|
Me.ToolStrip2.PerformLayout()
|
|
Me.ResumeLayout(False)
|
|
|
|
End Sub
|
|
Friend WithEvents SplitContainer1 As System.Windows.Forms.SplitContainer
|
|
Friend WithEvents btnCancel As System.Windows.Forms.Button
|
|
Friend WithEvents btnAddUsers As System.Windows.Forms.Button
|
|
Friend WithEvents lbGroups As System.Windows.Forms.ListBox
|
|
Friend WithEvents ToolStrip1 As System.Windows.Forms.ToolStrip
|
|
Friend WithEvents ToolStripLabel1 As System.Windows.Forms.ToolStripLabel
|
|
Friend WithEvents ToolStrip2 As System.Windows.Forms.ToolStrip
|
|
Friend WithEvents tbSelectEverything As System.Windows.Forms.ToolStripButton
|
|
Friend WithEvents tbSelectNone As System.Windows.Forms.ToolStripButton
|
|
Friend WithEvents clbUsers As System.Windows.Forms.CheckedListBox
|
|
Friend WithEvents ToolStripLabel2 As System.Windows.Forms.ToolStripLabel
|
|
End Class
|