Files
ToolCollection/ToolCollection/frmNB_AD_add.Designer.vb

858 lines
42 KiB
VB.net

<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class frmNB_AD_add
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(frmNB_AD_add))
Me.rbMethod_Folder = New System.Windows.Forms.RadioButton()
Me.rbMethod_File = New System.Windows.Forms.RadioButton()
Me.Label1 = New System.Windows.Forms.Label()
Me.Label2 = New System.Windows.Forms.Label()
Me.Panel1 = New System.Windows.Forms.Panel()
Me.lblProfilname = New System.Windows.Forms.Label()
Me.Label5 = New System.Windows.Forms.Label()
Me.pnl1 = New System.Windows.Forms.Panel()
Me.rbMethod_FolderRights = New System.Windows.Forms.RadioButton()
Me.rbMethod_FolderCreated = New System.Windows.Forms.RadioButton()
Me.btnpnl1_weiter = New System.Windows.Forms.Button()
Me.pnl2 = New System.Windows.Forms.Panel()
Me.rbAllFolderRights = New System.Windows.Forms.RadioButton()
Me.btnpnl1_zurück = New System.Windows.Forms.Button()
Me.btnpnl2_weiter = New System.Windows.Forms.Button()
Me.rbUser = New System.Windows.Forms.RadioButton()
Me.Label3 = New System.Windows.Forms.Label()
Me.rbGroup = New System.Windows.Forms.RadioButton()
Me.StatusStrip1 = New System.Windows.Forms.StatusStrip()
Me.tsslblerror = New System.Windows.Forms.ToolStripStatusLabel()
Me.pnl3 = New System.Windows.Forms.Panel()
Me.lblonlyFolderrights = New System.Windows.Forms.Label()
Me.btn3getRegeln = New System.Windows.Forms.Button()
Me.txt3Testwert = New System.Windows.Forms.TextBox()
Me.lbl3Test = New System.Windows.Forms.Label()
Me.lbl3Hinweis = New System.Windows.Forms.Label()
Me.btnpnl31_zurück = New System.Windows.Forms.Button()
Me.btnpnl31_weiter = New System.Windows.Forms.Button()
Me.cmb3IndexRecht = New System.Windows.Forms.ComboBox()
Me.lbl3Combobox = New System.Windows.Forms.Label()
Me.rb3RechtIndex = New System.Windows.Forms.RadioButton()
Me.rb3dediziertesRecht = New System.Windows.Forms.RadioButton()
Me.Label6 = New System.Windows.Forms.Label()
Me.pnl4 = New System.Windows.Forms.Panel()
Me.lbl4allFolderrights = New System.Windows.Forms.Label()
Me.Label8 = New System.Windows.Forms.Label()
Me.btnpnl4_zurück = New System.Windows.Forms.Button()
Me.btnpnl4_weiter = New System.Windows.Forms.Button()
Me.rb4AdminRights = New System.Windows.Forms.RadioButton()
Me.rb4Lesen = New System.Windows.Forms.RadioButton()
Me.rb4LesenSchreiben = New System.Windows.Forms.RadioButton()
Me.Label4 = New System.Windows.Forms.Label()
Me.pnl5 = New System.Windows.Forms.Panel()
Me.pb5PictureBox = New System.Windows.Forms.PictureBox()
Me.PictureBox2 = New System.Windows.Forms.PictureBox()
Me.PictureBox1 = New System.Windows.Forms.PictureBox()
Me.btn5_zurueck = New System.Windows.Forms.Button()
Me.btSave = New System.Windows.Forms.Button()
Me.lbl5Recht = New System.Windows.Forms.Label()
Me.lblRechtename = New System.Windows.Forms.Label()
Me.lblMethode = New System.Windows.Forms.Label()
Me.Label7 = New System.Windows.Forms.Label()
Me.DSNachbearbeitung = New ToolCollection.DSNachbearbeitung()
Me.TBNI_NACHBEARBEITUNG_ADBindingSource = New System.Windows.Forms.BindingSource(Me.components)
Me.ContextMenuStrip1 = New System.Windows.Forms.ContextMenuStrip(Me.components)
Me.rb3RechtSQL = New System.Windows.Forms.RadioButton()
Me.txt3SQL = New System.Windows.Forms.TextBox()
Me.rb4ReadIndex = New System.Windows.Forms.RadioButton()
Me.lbl3DokID = New System.Windows.Forms.Label()
Me.Panel1.SuspendLayout()
Me.pnl1.SuspendLayout()
Me.pnl2.SuspendLayout()
Me.StatusStrip1.SuspendLayout()
Me.pnl3.SuspendLayout()
Me.pnl4.SuspendLayout()
Me.pnl5.SuspendLayout()
CType(Me.pb5PictureBox, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.PictureBox2, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.DSNachbearbeitung, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.TBNI_NACHBEARBEITUNG_ADBindingSource, System.ComponentModel.ISupportInitialize).BeginInit()
Me.SuspendLayout()
'
'rbMethod_Folder
'
Me.rbMethod_Folder.AutoSize = True
Me.rbMethod_Folder.Location = New System.Drawing.Point(29, 82)
Me.rbMethod_Folder.Name = "rbMethod_Folder"
Me.rbMethod_Folder.Size = New System.Drawing.Size(311, 21)
Me.rbMethod_Folder.TabIndex = 1
Me.rbMethod_Folder.Text = "Dem übergeordneten Ordner ein Recht zuweisen"
Me.rbMethod_Folder.UseVisualStyleBackColor = True
'
'rbMethod_File
'
Me.rbMethod_File.AutoSize = True
Me.rbMethod_File.Checked = True
Me.rbMethod_File.Location = New System.Drawing.Point(29, 52)
Me.rbMethod_File.Name = "rbMethod_File"
Me.rbMethod_File.Size = New System.Drawing.Size(262, 21)
Me.rbMethod_File.TabIndex = 2
Me.rbMethod_File.TabStop = True
Me.rbMethod_File.Text = "Der indexierten Datei ein Recht zuweisen"
Me.rbMethod_File.UseVisualStyleBackColor = True
'
'Label1
'
Me.Label1.AutoSize = True
Me.Label1.Font = New System.Drawing.Font("Segoe UI", 9.75!, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Label1.Location = New System.Drawing.Point(95, 9)
Me.Label1.Name = "Label1"
Me.Label1.Size = New System.Drawing.Size(369, 34)
Me.Label1.TabIndex = 5
Me.Label1.Text = "In diesem Regeleditor bestimmen Sie wie Active-Directory Rechte " & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "nach erfolgreic" &
"her Indexierung gesetzt werden."
'
'Label2
'
Me.Label2.AutoSize = True
Me.Label2.Font = New System.Drawing.Font("Segoe UI", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Label2.Location = New System.Drawing.Point(26, 14)
Me.Label2.Name = "Label2"
Me.Label2.Size = New System.Drawing.Size(287, 17)
Me.Label2.TabIndex = 6
Me.Label2.Text = "Schritt 1 - Bestimmen Sie die Grundmethode:"
'
'Panel1
'
Me.Panel1.BackColor = System.Drawing.SystemColors.ControlLight
Me.Panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
Me.Panel1.Controls.Add(Me.lblProfilname)
Me.Panel1.Controls.Add(Me.Label5)
Me.Panel1.Controls.Add(Me.Label1)
Me.Panel1.Dock = System.Windows.Forms.DockStyle.Top
Me.Panel1.Location = New System.Drawing.Point(0, 0)
Me.Panel1.Name = "Panel1"
Me.Panel1.Size = New System.Drawing.Size(977, 73)
Me.Panel1.TabIndex = 1
'
'lblProfilname
'
Me.lblProfilname.AutoSize = True
Me.lblProfilname.Font = New System.Drawing.Font("Segoe UI", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.lblProfilname.Location = New System.Drawing.Point(247, 48)
Me.lblProfilname.Name = "lblProfilname"
Me.lblProfilname.Size = New System.Drawing.Size(76, 17)
Me.lblProfilname.TabIndex = 7
Me.lblProfilname.Text = "Profilname"
'
'Label5
'
Me.Label5.AutoSize = True
Me.Label5.Location = New System.Drawing.Point(95, 48)
Me.Label5.Name = "Label5"
Me.Label5.Size = New System.Drawing.Size(146, 17)
Me.Label5.TabIndex = 6
Me.Label5.Text = "Nachindexierungsprofil:"
'
'pnl1
'
Me.pnl1.Controls.Add(Me.rbMethod_FolderRights)
Me.pnl1.Controls.Add(Me.rbMethod_FolderCreated)
Me.pnl1.Controls.Add(Me.btnpnl1_weiter)
Me.pnl1.Controls.Add(Me.rbMethod_File)
Me.pnl1.Controls.Add(Me.Label2)
Me.pnl1.Controls.Add(Me.rbMethod_Folder)
Me.pnl1.Location = New System.Drawing.Point(421, 338)
Me.pnl1.Name = "pnl1"
Me.pnl1.Size = New System.Drawing.Size(401, 203)
Me.pnl1.TabIndex = 2
'
'rbMethod_FolderRights
'
Me.rbMethod_FolderRights.AutoSize = True
Me.rbMethod_FolderRights.Location = New System.Drawing.Point(29, 138)
Me.rbMethod_FolderRights.Name = "rbMethod_FolderRights"
Me.rbMethod_FolderRights.Size = New System.Drawing.Size(378, 21)
Me.rbMethod_FolderRights.TabIndex = 8
Me.rbMethod_FolderRights.TabStop = True
Me.rbMethod_FolderRights.Text = "Der Datei die Rechte des übergeordneten Ordners zuweisen"
Me.rbMethod_FolderRights.UseVisualStyleBackColor = True
'
'rbMethod_FolderCreated
'
Me.rbMethod_FolderCreated.AutoSize = True
Me.rbMethod_FolderCreated.Location = New System.Drawing.Point(29, 111)
Me.rbMethod_FolderCreated.Name = "rbMethod_FolderCreated"
Me.rbMethod_FolderCreated.Size = New System.Drawing.Size(388, 21)
Me.rbMethod_FolderCreated.TabIndex = 7
Me.rbMethod_FolderCreated.TabStop = True
Me.rbMethod_FolderCreated.Text = "Dem über Create Folder erzeugten Ordner ein Recht zuweisen" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10)
Me.rbMethod_FolderCreated.UseVisualStyleBackColor = True
'
'btnpnl1_weiter
'
Me.btnpnl1_weiter.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.btnpnl1_weiter.Image = Global.ToolCollection.My.Resources.Resources.arrow_right
Me.btnpnl1_weiter.ImageAlign = System.Drawing.ContentAlignment.MiddleRight
Me.btnpnl1_weiter.Location = New System.Drawing.Point(314, 159)
Me.btnpnl1_weiter.Name = "btnpnl1_weiter"
Me.btnpnl1_weiter.Size = New System.Drawing.Size(75, 32)
Me.btnpnl1_weiter.TabIndex = 0
Me.btnpnl1_weiter.Text = "weiter"
Me.btnpnl1_weiter.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
Me.btnpnl1_weiter.UseVisualStyleBackColor = True
'
'pnl2
'
Me.pnl2.Controls.Add(Me.rbAllFolderRights)
Me.pnl2.Controls.Add(Me.btnpnl1_zurück)
Me.pnl2.Controls.Add(Me.btnpnl2_weiter)
Me.pnl2.Controls.Add(Me.rbUser)
Me.pnl2.Controls.Add(Me.Label3)
Me.pnl2.Controls.Add(Me.rbGroup)
Me.pnl2.Location = New System.Drawing.Point(376, 79)
Me.pnl2.Name = "pnl2"
Me.pnl2.Size = New System.Drawing.Size(202, 193)
Me.pnl2.TabIndex = 3
Me.pnl2.Visible = False
'
'rbAllFolderRights
'
Me.rbAllFolderRights.AutoSize = True
Me.rbAllFolderRights.Location = New System.Drawing.Point(29, 107)
Me.rbAllFolderRights.Name = "rbAllFolderRights"
Me.rbAllFolderRights.Size = New System.Drawing.Size(265, 21)
Me.rbAllFolderRights.TabIndex = 8
Me.rbAllFolderRights.TabStop = True
Me.rbAllFolderRights.Text = "alle Rechte des übergeordneten Ordners"
Me.rbAllFolderRights.UseVisualStyleBackColor = True
Me.rbAllFolderRights.Visible = False
'
'btnpnl1_zurück
'
Me.btnpnl1_zurück.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.btnpnl1_zurück.Image = Global.ToolCollection.My.Resources.Resources.arrow_left
Me.btnpnl1_zurück.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
Me.btnpnl1_zurück.Location = New System.Drawing.Point(34, 140)
Me.btnpnl1_zurück.Name = "btnpnl1_zurück"
Me.btnpnl1_zurück.Size = New System.Drawing.Size(75, 32)
Me.btnpnl1_zurück.TabIndex = 7
Me.btnpnl1_zurück.Text = "zurück"
Me.btnpnl1_zurück.TextAlign = System.Drawing.ContentAlignment.MiddleRight
Me.btnpnl1_zurück.UseVisualStyleBackColor = True
'
'btnpnl2_weiter
'
Me.btnpnl2_weiter.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.btnpnl2_weiter.Image = Global.ToolCollection.My.Resources.Resources.arrow_right
Me.btnpnl2_weiter.ImageAlign = System.Drawing.ContentAlignment.MiddleRight
Me.btnpnl2_weiter.Location = New System.Drawing.Point(115, 140)
Me.btnpnl2_weiter.Name = "btnpnl2_weiter"
Me.btnpnl2_weiter.Size = New System.Drawing.Size(75, 32)
Me.btnpnl2_weiter.TabIndex = 0
Me.btnpnl2_weiter.Text = "weiter"
Me.btnpnl2_weiter.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
Me.btnpnl2_weiter.UseVisualStyleBackColor = True
'
'rbUser
'
Me.rbUser.AutoSize = True
Me.rbUser.Location = New System.Drawing.Point(29, 80)
Me.rbUser.Name = "rbUser"
Me.rbUser.Size = New System.Drawing.Size(105, 21)
Me.rbUser.TabIndex = 2
Me.rbUser.TabStop = True
Me.rbUser.Text = "Benutzerrecht"
Me.rbUser.UseVisualStyleBackColor = True
'
'Label3
'
Me.Label3.AutoSize = True
Me.Label3.Font = New System.Drawing.Font("Segoe UI", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Label3.Location = New System.Drawing.Point(26, 14)
Me.Label3.Name = "Label3"
Me.Label3.Size = New System.Drawing.Size(494, 17)
Me.Label3.TabIndex = 6
Me.Label3.Text = "Schritt 2 - Bestimmen Sie die den Typ des Rechtes welches gesetzt werden soll:"
'
'rbGroup
'
Me.rbGroup.AutoSize = True
Me.rbGroup.Location = New System.Drawing.Point(29, 53)
Me.rbGroup.Name = "rbGroup"
Me.rbGroup.Size = New System.Drawing.Size(106, 21)
Me.rbGroup.TabIndex = 1
Me.rbGroup.TabStop = True
Me.rbGroup.Text = "Gruppenrecht"
Me.rbGroup.UseVisualStyleBackColor = True
'
'StatusStrip1
'
Me.StatusStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.tsslblerror})
Me.StatusStrip1.Location = New System.Drawing.Point(0, 514)
Me.StatusStrip1.Name = "StatusStrip1"
Me.StatusStrip1.Size = New System.Drawing.Size(977, 22)
Me.StatusStrip1.TabIndex = 5
Me.StatusStrip1.Text = "StatusStrip1"
'
'tsslblerror
'
Me.tsslblerror.Font = New System.Drawing.Font("Segoe UI", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.tsslblerror.ForeColor = System.Drawing.Color.OrangeRed
Me.tsslblerror.Image = Global.ToolCollection.My.Resources.Resources.delete
Me.tsslblerror.Name = "tsslblerror"
Me.tsslblerror.Size = New System.Drawing.Size(135, 17)
Me.tsslblerror.Text = "ToolStripStatusLabel1"
Me.tsslblerror.Visible = False
'
'pnl3
'
Me.pnl3.Controls.Add(Me.lbl3DokID)
Me.pnl3.Controls.Add(Me.rb3RechtSQL)
Me.pnl3.Controls.Add(Me.lblonlyFolderrights)
Me.pnl3.Controls.Add(Me.btn3getRegeln)
Me.pnl3.Controls.Add(Me.txt3Testwert)
Me.pnl3.Controls.Add(Me.lbl3Test)
Me.pnl3.Controls.Add(Me.lbl3Hinweis)
Me.pnl3.Controls.Add(Me.btnpnl31_zurück)
Me.pnl3.Controls.Add(Me.btnpnl31_weiter)
Me.pnl3.Controls.Add(Me.cmb3IndexRecht)
Me.pnl3.Controls.Add(Me.lbl3Combobox)
Me.pnl3.Controls.Add(Me.rb3RechtIndex)
Me.pnl3.Controls.Add(Me.rb3dediziertesRecht)
Me.pnl3.Controls.Add(Me.Label6)
Me.pnl3.Controls.Add(Me.txt3SQL)
Me.pnl3.Location = New System.Drawing.Point(362, 102)
Me.pnl3.Name = "pnl3"
Me.pnl3.Size = New System.Drawing.Size(487, 439)
Me.pnl3.TabIndex = 11
Me.pnl3.Visible = False
'
'lblonlyFolderrights
'
Me.lblonlyFolderrights.AutoSize = True
Me.lblonlyFolderrights.Font = New System.Drawing.Font("Segoe UI", 9.75!, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.lblonlyFolderrights.Location = New System.Drawing.Point(20, 49)
Me.lblonlyFolderrights.Name = "lblonlyFolderrights"
Me.lblonlyFolderrights.Size = New System.Drawing.Size(218, 34)
Me.lblonlyFolderrights.TabIndex = 30
Me.lblonlyFolderrights.Text = "Alle Ordnerrechte werden übertragen." & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "Bitte bestätigen Sie mit weiter!"
Me.lblonlyFolderrights.Visible = False
'
'btn3getRegeln
'
Me.btn3getRegeln.Image = Global.ToolCollection.My.Resources.Resources.Untitled__1015_
Me.btn3getRegeln.ImageAlign = System.Drawing.ContentAlignment.MiddleRight
Me.btn3getRegeln.Location = New System.Drawing.Point(215, 228)
Me.btn3getRegeln.Name = "btn3getRegeln"
Me.btn3getRegeln.Size = New System.Drawing.Size(101, 45)
Me.btn3getRegeln.TabIndex = 29
Me.btn3getRegeln.Text = "Teste Rückgabe"
Me.btn3getRegeln.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
Me.btn3getRegeln.UseVisualStyleBackColor = True
Me.btn3getRegeln.Visible = False
'
'txt3Testwert
'
Me.txt3Testwert.Location = New System.Drawing.Point(46, 248)
Me.txt3Testwert.Name = "txt3Testwert"
Me.txt3Testwert.Size = New System.Drawing.Size(155, 25)
Me.txt3Testwert.TabIndex = 28
Me.txt3Testwert.Visible = False
'
'lbl3Test
'
Me.lbl3Test.AutoSize = True
Me.lbl3Test.Location = New System.Drawing.Point(43, 227)
Me.lbl3Test.Name = "lbl3Test"
Me.lbl3Test.Size = New System.Drawing.Size(158, 17)
Me.lbl3Test.TabIndex = 27
Me.lbl3Test.Text = "Beispielwert/Maske Index:"
Me.lbl3Test.Visible = False
'
'lbl3Hinweis
'
Me.lbl3Hinweis.AutoSize = True
Me.lbl3Hinweis.Font = New System.Drawing.Font("Segoe UI", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.lbl3Hinweis.Location = New System.Drawing.Point(46, 192)
Me.lbl3Hinweis.Name = "lbl3Hinweis"
Me.lbl3Hinweis.Size = New System.Drawing.Size(311, 26)
Me.lbl3Hinweis.TabIndex = 26
Me.lbl3Hinweis.Text = "Die Routine sucht anhand einer Maske das entsprechende " & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "windream-Recht. (Als Wil" &
"dcard '%' nutzen)"
Me.lbl3Hinweis.Visible = False
'
'btnpnl31_zurück
'
Me.btnpnl31_zurück.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.btnpnl31_zurück.Image = Global.ToolCollection.My.Resources.Resources.arrow_left
Me.btnpnl31_zurück.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
Me.btnpnl31_zurück.Location = New System.Drawing.Point(319, 396)
Me.btnpnl31_zurück.Name = "btnpnl31_zurück"
Me.btnpnl31_zurück.Size = New System.Drawing.Size(75, 32)
Me.btnpnl31_zurück.TabIndex = 25
Me.btnpnl31_zurück.Text = "zurück"
Me.btnpnl31_zurück.TextAlign = System.Drawing.ContentAlignment.MiddleRight
Me.btnpnl31_zurück.UseVisualStyleBackColor = True
'
'btnpnl31_weiter
'
Me.btnpnl31_weiter.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.btnpnl31_weiter.Image = Global.ToolCollection.My.Resources.Resources.arrow_right
Me.btnpnl31_weiter.ImageAlign = System.Drawing.ContentAlignment.MiddleRight
Me.btnpnl31_weiter.Location = New System.Drawing.Point(400, 396)
Me.btnpnl31_weiter.Name = "btnpnl31_weiter"
Me.btnpnl31_weiter.Size = New System.Drawing.Size(75, 32)
Me.btnpnl31_weiter.TabIndex = 24
Me.btnpnl31_weiter.Text = "weiter"
Me.btnpnl31_weiter.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
Me.btnpnl31_weiter.UseVisualStyleBackColor = True
'
'cmb3IndexRecht
'
Me.cmb3IndexRecht.FormattingEnabled = True
Me.cmb3IndexRecht.Location = New System.Drawing.Point(46, 164)
Me.cmb3IndexRecht.Name = "cmb3IndexRecht"
Me.cmb3IndexRecht.Size = New System.Drawing.Size(305, 25)
Me.cmb3IndexRecht.TabIndex = 23
Me.cmb3IndexRecht.Visible = False
'
'lbl3Combobox
'
Me.lbl3Combobox.AutoSize = True
Me.lbl3Combobox.Font = New System.Drawing.Font("Segoe UI", 9.75!, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.lbl3Combobox.Location = New System.Drawing.Point(44, 144)
Me.lbl3Combobox.Name = "lbl3Combobox"
Me.lbl3Combobox.Size = New System.Drawing.Size(91, 17)
Me.lbl3Combobox.TabIndex = 22
Me.lbl3Combobox.Text = "lbl3Combobox:"
Me.lbl3Combobox.Visible = False
'
'rb3RechtIndex
'
Me.rb3RechtIndex.AutoSize = True
Me.rb3RechtIndex.Location = New System.Drawing.Point(23, 116)
Me.rb3RechtIndex.Name = "rb3RechtIndex"
Me.rb3RechtIndex.Size = New System.Drawing.Size(264, 21)
Me.rb3RechtIndex.TabIndex = 21
Me.rb3RechtIndex.TabStop = True
Me.rb3RechtIndex.Text = "Ein Recht anhand eines Indexes zuweisen"
Me.rb3RechtIndex.UseVisualStyleBackColor = True
'
'rb3dediziertesRecht
'
Me.rb3dediziertesRecht.AutoSize = True
Me.rb3dediziertesRecht.Location = New System.Drawing.Point(23, 89)
Me.rb3dediziertesRecht.Name = "rb3dediziertesRecht"
Me.rb3dediziertesRecht.Size = New System.Drawing.Size(203, 21)
Me.rb3dediziertesRecht.TabIndex = 20
Me.rb3dediziertesRecht.TabStop = True
Me.rb3dediziertesRecht.Text = "ein dediziertes Recht zuweisen"
Me.rb3dediziertesRecht.UseVisualStyleBackColor = True
'
'Label6
'
Me.Label6.AutoSize = True
Me.Label6.Font = New System.Drawing.Font("Segoe UI", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Label6.Location = New System.Drawing.Point(20, 22)
Me.Label6.Name = "Label6"
Me.Label6.Size = New System.Drawing.Size(331, 17)
Me.Label6.TabIndex = 7
Me.Label6.Text = "Schritt 3 - Bestimmen Sie den Ursprung des Rechtes:"
'
'pnl4
'
Me.pnl4.Controls.Add(Me.rb4ReadIndex)
Me.pnl4.Controls.Add(Me.lbl4allFolderrights)
Me.pnl4.Controls.Add(Me.Label8)
Me.pnl4.Controls.Add(Me.btnpnl4_zurück)
Me.pnl4.Controls.Add(Me.btnpnl4_weiter)
Me.pnl4.Controls.Add(Me.rb4AdminRights)
Me.pnl4.Controls.Add(Me.rb4Lesen)
Me.pnl4.Controls.Add(Me.rb4LesenSchreiben)
Me.pnl4.Controls.Add(Me.Label4)
Me.pnl4.Location = New System.Drawing.Point(30, 83)
Me.pnl4.Name = "pnl4"
Me.pnl4.Size = New System.Drawing.Size(340, 283)
Me.pnl4.TabIndex = 12
Me.pnl4.Visible = False
'
'lbl4allFolderrights
'
Me.lbl4allFolderrights.AutoSize = True
Me.lbl4allFolderrights.Font = New System.Drawing.Font("Segoe UI", 9.75!, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.lbl4allFolderrights.Location = New System.Drawing.Point(20, 45)
Me.lbl4allFolderrights.Name = "lbl4allFolderrights"
Me.lbl4allFolderrights.Size = New System.Drawing.Size(218, 34)
Me.lbl4allFolderrights.TabIndex = 31
Me.lbl4allFolderrights.Text = "Alle Ordnerrechte werden übertragen." & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "Bitte bestätigen Sie mit weiter!"
Me.lbl4allFolderrights.Visible = False
'
'Label8
'
Me.Label8.AutoSize = True
Me.Label8.Font = New System.Drawing.Font("Segoe UI", 9.75!, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Label8.Location = New System.Drawing.Point(20, 192)
Me.Label8.Name = "Label8"
Me.Label8.Size = New System.Drawing.Size(389, 34)
Me.Label8.TabIndex = 11
Me.Label8.Text = "Bitte beachten Sie, dass es mindestens einen Rechteträger für das" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "Objekt (Ordner" &
" oder Datei) mit administrativen Rechten geben muss."
'
'btnpnl4_zurück
'
Me.btnpnl4_zurück.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.btnpnl4_zurück.Image = Global.ToolCollection.My.Resources.Resources.arrow_left
Me.btnpnl4_zurück.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
Me.btnpnl4_zurück.Location = New System.Drawing.Point(170, 238)
Me.btnpnl4_zurück.Name = "btnpnl4_zurück"
Me.btnpnl4_zurück.Size = New System.Drawing.Size(75, 32)
Me.btnpnl4_zurück.TabIndex = 7
Me.btnpnl4_zurück.Text = "zurück"
Me.btnpnl4_zurück.TextAlign = System.Drawing.ContentAlignment.MiddleRight
Me.btnpnl4_zurück.UseVisualStyleBackColor = True
'
'btnpnl4_weiter
'
Me.btnpnl4_weiter.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.btnpnl4_weiter.Image = Global.ToolCollection.My.Resources.Resources.arrow_right
Me.btnpnl4_weiter.ImageAlign = System.Drawing.ContentAlignment.MiddleRight
Me.btnpnl4_weiter.Location = New System.Drawing.Point(251, 238)
Me.btnpnl4_weiter.Name = "btnpnl4_weiter"
Me.btnpnl4_weiter.Size = New System.Drawing.Size(75, 32)
Me.btnpnl4_weiter.TabIndex = 0
Me.btnpnl4_weiter.Text = "weiter"
Me.btnpnl4_weiter.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
Me.btnpnl4_weiter.UseVisualStyleBackColor = True
'
'rb4AdminRights
'
Me.rb4AdminRights.AutoSize = True
Me.rb4AdminRights.Checked = True
Me.rb4AdminRights.Location = New System.Drawing.Point(23, 142)
Me.rb4AdminRights.Name = "rb4AdminRights"
Me.rb4AdminRights.Size = New System.Drawing.Size(234, 21)
Me.rb4AdminRights.TabIndex = 10
Me.rb4AdminRights.Text = "Lesen, Schreiben und Admin-Rechte"
Me.rb4AdminRights.UseVisualStyleBackColor = True
'
'rb4Lesen
'
Me.rb4Lesen.AutoSize = True
Me.rb4Lesen.Location = New System.Drawing.Point(23, 113)
Me.rb4Lesen.Name = "rb4Lesen"
Me.rb4Lesen.Size = New System.Drawing.Size(85, 21)
Me.rb4Lesen.TabIndex = 9
Me.rb4Lesen.Text = "Nur Lesen"
Me.rb4Lesen.UseVisualStyleBackColor = True
'
'rb4LesenSchreiben
'
Me.rb4LesenSchreiben.AutoSize = True
Me.rb4LesenSchreiben.Location = New System.Drawing.Point(23, 85)
Me.rb4LesenSchreiben.Name = "rb4LesenSchreiben"
Me.rb4LesenSchreiben.Size = New System.Drawing.Size(146, 21)
Me.rb4LesenSchreiben.TabIndex = 8
Me.rb4LesenSchreiben.Text = "Lesen und Schreiben"
Me.rb4LesenSchreiben.UseVisualStyleBackColor = True
'
'Label4
'
Me.Label4.AutoSize = True
Me.Label4.Font = New System.Drawing.Font("Segoe UI", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Label4.Location = New System.Drawing.Point(20, 22)
Me.Label4.Name = "Label4"
Me.Label4.Size = New System.Drawing.Size(235, 17)
Me.Label4.TabIndex = 7
Me.Label4.Text = "Schritt 4 - Bestimmen Sie die Rechte:"
'
'pnl5
'
Me.pnl5.Controls.Add(Me.pb5PictureBox)
Me.pnl5.Controls.Add(Me.PictureBox2)
Me.pnl5.Controls.Add(Me.PictureBox1)
Me.pnl5.Controls.Add(Me.btn5_zurueck)
Me.pnl5.Controls.Add(Me.btSave)
Me.pnl5.Controls.Add(Me.lbl5Recht)
Me.pnl5.Controls.Add(Me.lblRechtename)
Me.pnl5.Controls.Add(Me.lblMethode)
Me.pnl5.Controls.Add(Me.Label7)
Me.pnl5.Location = New System.Drawing.Point(36, 327)
Me.pnl5.Name = "pnl5"
Me.pnl5.Size = New System.Drawing.Size(294, 214)
Me.pnl5.TabIndex = 13
Me.pnl5.Visible = False
'
'pb5PictureBox
'
Me.pb5PictureBox.Image = Global.ToolCollection.My.Resources.Resources.pencil
Me.pb5PictureBox.Location = New System.Drawing.Point(24, 138)
Me.pb5PictureBox.Name = "pb5PictureBox"
Me.pb5PictureBox.Size = New System.Drawing.Size(21, 23)
Me.pb5PictureBox.TabIndex = 16
Me.pb5PictureBox.TabStop = False
'
'PictureBox2
'
Me.PictureBox2.Image = Global.ToolCollection.My.Resources.Resources.rosette
Me.PictureBox2.Location = New System.Drawing.Point(24, 61)
Me.PictureBox2.Name = "PictureBox2"
Me.PictureBox2.Size = New System.Drawing.Size(23, 22)
Me.PictureBox2.TabIndex = 15
Me.PictureBox2.TabStop = False
'
'PictureBox1
'
Me.PictureBox1.Image = Global.ToolCollection.My.Resources.Resources.user_suit
Me.PictureBox1.Location = New System.Drawing.Point(24, 99)
Me.PictureBox1.Name = "PictureBox1"
Me.PictureBox1.Size = New System.Drawing.Size(23, 23)
Me.PictureBox1.TabIndex = 14
Me.PictureBox1.TabStop = False
'
'btn5_zurueck
'
Me.btn5_zurueck.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.btn5_zurueck.Image = Global.ToolCollection.My.Resources.Resources.arrow_left
Me.btn5_zurueck.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
Me.btn5_zurueck.Location = New System.Drawing.Point(111, 167)
Me.btn5_zurueck.Name = "btn5_zurueck"
Me.btn5_zurueck.Size = New System.Drawing.Size(75, 32)
Me.btn5_zurueck.TabIndex = 13
Me.btn5_zurueck.Text = "zurück"
Me.btn5_zurueck.TextAlign = System.Drawing.ContentAlignment.MiddleRight
Me.btn5_zurueck.UseVisualStyleBackColor = True
'
'btSave
'
Me.btSave.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.btSave.Image = Global.ToolCollection.My.Resources.Resources.save
Me.btSave.ImageAlign = System.Drawing.ContentAlignment.MiddleRight
Me.btSave.Location = New System.Drawing.Point(192, 167)
Me.btSave.Name = "btSave"
Me.btSave.Size = New System.Drawing.Size(90, 32)
Me.btSave.TabIndex = 12
Me.btSave.Text = "Speichern"
Me.btSave.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
Me.btSave.UseVisualStyleBackColor = True
'
'lbl5Recht
'
Me.lbl5Recht.AutoSize = True
Me.lbl5Recht.Font = New System.Drawing.Font("Segoe UI Semibold", 9.75!, CType((System.Drawing.FontStyle.Bold Or System.Drawing.FontStyle.Italic), System.Drawing.FontStyle), System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.lbl5Recht.Location = New System.Drawing.Point(51, 138)
Me.lbl5Recht.Name = "lbl5Recht"
Me.lbl5Recht.Size = New System.Drawing.Size(46, 17)
Me.lbl5Recht.TabIndex = 11
Me.lbl5Recht.Text = "Label8"
'
'lblRechtename
'
Me.lblRechtename.AutoSize = True
Me.lblRechtename.Font = New System.Drawing.Font("Segoe UI Semibold", 9.75!, CType((System.Drawing.FontStyle.Bold Or System.Drawing.FontStyle.Italic), System.Drawing.FontStyle), System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.lblRechtename.Location = New System.Drawing.Point(51, 99)
Me.lblRechtename.Name = "lblRechtename"
Me.lblRechtename.Size = New System.Drawing.Size(46, 17)
Me.lblRechtename.TabIndex = 10
Me.lblRechtename.Text = "Label8"
'
'lblMethode
'
Me.lblMethode.AutoSize = True
Me.lblMethode.Font = New System.Drawing.Font("Segoe UI Semibold", 9.75!, CType((System.Drawing.FontStyle.Bold Or System.Drawing.FontStyle.Italic), System.Drawing.FontStyle), System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.lblMethode.Location = New System.Drawing.Point(51, 61)
Me.lblMethode.Name = "lblMethode"
Me.lblMethode.Size = New System.Drawing.Size(46, 17)
Me.lblMethode.TabIndex = 9
Me.lblMethode.Text = "Label8"
'
'Label7
'
Me.Label7.AutoSize = True
Me.Label7.Font = New System.Drawing.Font("Segoe UI", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Label7.Location = New System.Drawing.Point(19, 22)
Me.Label7.Name = "Label7"
Me.Label7.Size = New System.Drawing.Size(253, 17)
Me.Label7.TabIndex = 8
Me.Label7.Text = "Schritt 5 - Überprüfen Sie Ihre Eingaben"
'
'DSNachbearbeitung
'
Me.DSNachbearbeitung.DataSetName = "DSNachbearbeitung"
Me.DSNachbearbeitung.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema
'
'TBNI_NACHBEARBEITUNG_ADBindingSource
'
Me.TBNI_NACHBEARBEITUNG_ADBindingSource.DataMember = "TBNI_NACHBEARBEITUNG_AD"
Me.TBNI_NACHBEARBEITUNG_ADBindingSource.DataSource = Me.DSNachbearbeitung
'
'ContextMenuStrip1
'
Me.ContextMenuStrip1.Name = "ContextMenuStrip1"
Me.ContextMenuStrip1.Size = New System.Drawing.Size(61, 4)
'
'rb3RechtSQL
'
Me.rb3RechtSQL.AutoSize = True
Me.rb3RechtSQL.Location = New System.Drawing.Point(319, 89)
Me.rb3RechtSQL.Name = "rb3RechtSQL"
Me.rb3RechtSQL.Size = New System.Drawing.Size(243, 21)
Me.rb3RechtSQL.TabIndex = 31
Me.rb3RechtSQL.TabStop = True
Me.rb3RechtSQL.Text = "ein Recht anhand eines SQL zuweisen"
Me.rb3RechtSQL.UseVisualStyleBackColor = True
'
'txt3SQL
'
Me.txt3SQL.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.txt3SQL.Location = New System.Drawing.Point(43, 147)
Me.txt3SQL.Multiline = True
Me.txt3SQL.Name = "txt3SQL"
Me.txt3SQL.Size = New System.Drawing.Size(429, 233)
Me.txt3SQL.TabIndex = 32
Me.txt3SQL.Visible = False
'
'rb4ReadIndex
'
Me.rb4ReadIndex.AutoSize = True
Me.rb4ReadIndex.Location = New System.Drawing.Point(23, 169)
Me.rb4ReadIndex.Name = "rb4ReadIndex"
Me.rb4ReadIndex.Size = New System.Drawing.Size(142, 21)
Me.rb4ReadIndex.TabIndex = 32
Me.rb4ReadIndex.Text = "Lesen, Index ändern"
Me.rb4ReadIndex.UseVisualStyleBackColor = True
'
'lbl3DokID
'
Me.lbl3DokID.AutoSize = True
Me.lbl3DokID.Location = New System.Drawing.Point(40, 396)
Me.lbl3DokID.Name = "lbl3DokID"
Me.lbl3DokID.Size = New System.Drawing.Size(233, 17)
Me.lbl3DokID.TabIndex = 33
Me.lbl3DokID.Text = "Platzhalter für DokID: [%Dokument-ID] "
Me.lbl3DokID.Visible = False
'
'frmNB_AD_add
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 17.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.ClientSize = New System.Drawing.Size(977, 536)
Me.Controls.Add(Me.pnl4)
Me.Controls.Add(Me.pnl3)
Me.Controls.Add(Me.pnl2)
Me.Controls.Add(Me.pnl5)
Me.Controls.Add(Me.pnl1)
Me.Controls.Add(Me.StatusStrip1)
Me.Controls.Add(Me.Panel1)
Me.Font = New System.Drawing.Font("Segoe UI", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
Me.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
Me.MaximizeBox = False
Me.Name = "frmNB_AD_add"
Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
Me.Text = "Nachbearbeitung - Active-Directory Rechte zuweisen"
Me.TopMost = True
Me.Panel1.ResumeLayout(False)
Me.Panel1.PerformLayout()
Me.pnl1.ResumeLayout(False)
Me.pnl1.PerformLayout()
Me.pnl2.ResumeLayout(False)
Me.pnl2.PerformLayout()
Me.StatusStrip1.ResumeLayout(False)
Me.StatusStrip1.PerformLayout()
Me.pnl3.ResumeLayout(False)
Me.pnl3.PerformLayout()
Me.pnl4.ResumeLayout(False)
Me.pnl4.PerformLayout()
Me.pnl5.ResumeLayout(False)
Me.pnl5.PerformLayout()
CType(Me.pb5PictureBox, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.PictureBox2, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.DSNachbearbeitung, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.TBNI_NACHBEARBEITUNG_ADBindingSource, System.ComponentModel.ISupportInitialize).EndInit()
Me.ResumeLayout(False)
Me.PerformLayout()
End Sub
Friend WithEvents Label2 As System.Windows.Forms.Label
Friend WithEvents Label1 As System.Windows.Forms.Label
Friend WithEvents rbMethod_File As System.Windows.Forms.RadioButton
Friend WithEvents rbMethod_Folder As System.Windows.Forms.RadioButton
Friend WithEvents btnpnl1_weiter As System.Windows.Forms.Button
Friend WithEvents Panel1 As System.Windows.Forms.Panel
Friend WithEvents pnl1 As System.Windows.Forms.Panel
Friend WithEvents pnl2 As System.Windows.Forms.Panel
Friend WithEvents btnpnl1_zurück As System.Windows.Forms.Button
Friend WithEvents btnpnl2_weiter As System.Windows.Forms.Button
Friend WithEvents rbUser As System.Windows.Forms.RadioButton
Friend WithEvents Label3 As System.Windows.Forms.Label
Friend WithEvents rbGroup As System.Windows.Forms.RadioButton
Friend WithEvents Label5 As System.Windows.Forms.Label
Friend WithEvents StatusStrip1 As System.Windows.Forms.StatusStrip
Friend WithEvents tsslblerror As System.Windows.Forms.ToolStripStatusLabel
Friend WithEvents btnpnl4_zurück As System.Windows.Forms.Button
Friend WithEvents btnpnl4_weiter As System.Windows.Forms.Button
Friend WithEvents lblProfilname As System.Windows.Forms.Label
Friend WithEvents pnl3 As System.Windows.Forms.Panel
Friend WithEvents lbl3Combobox As System.Windows.Forms.Label
Friend WithEvents rb3RechtIndex As System.Windows.Forms.RadioButton
Friend WithEvents rb3dediziertesRecht As System.Windows.Forms.RadioButton
Friend WithEvents Label6 As System.Windows.Forms.Label
Friend WithEvents cmb3IndexRecht As System.Windows.Forms.ComboBox
Friend WithEvents btn3getRegeln As System.Windows.Forms.Button
Friend WithEvents txt3Testwert As System.Windows.Forms.TextBox
Friend WithEvents lbl3Test As System.Windows.Forms.Label
Friend WithEvents lbl3Hinweis As System.Windows.Forms.Label
Friend WithEvents btnpnl31_zurück As System.Windows.Forms.Button
Friend WithEvents btnpnl31_weiter As System.Windows.Forms.Button
Friend WithEvents pnl4 As System.Windows.Forms.Panel
Friend WithEvents Label4 As System.Windows.Forms.Label
Friend WithEvents rb4Lesen As System.Windows.Forms.RadioButton
Friend WithEvents rb4LesenSchreiben As System.Windows.Forms.RadioButton
Friend WithEvents pnl5 As System.Windows.Forms.Panel
Friend WithEvents Label7 As System.Windows.Forms.Label
Friend WithEvents btn5_zurueck As System.Windows.Forms.Button
Friend WithEvents btSave As System.Windows.Forms.Button
Friend WithEvents lbl5Recht As System.Windows.Forms.Label
Friend WithEvents lblRechtename As System.Windows.Forms.Label
Friend WithEvents lblMethode As System.Windows.Forms.Label
Friend WithEvents DSNachbearbeitung As ToolCollection.DSNachbearbeitung
Friend WithEvents TBNI_NACHBEARBEITUNG_ADBindingSource As System.Windows.Forms.BindingSource
Friend WithEvents PictureBox1 As System.Windows.Forms.PictureBox
Friend WithEvents PictureBox2 As System.Windows.Forms.PictureBox
Friend WithEvents pb5PictureBox As System.Windows.Forms.PictureBox
Friend WithEvents rb4AdminRights As System.Windows.Forms.RadioButton
Friend WithEvents Label8 As System.Windows.Forms.Label
Friend WithEvents ContextMenuStrip1 As System.Windows.Forms.ContextMenuStrip
Friend WithEvents rbMethod_FolderCreated As System.Windows.Forms.RadioButton
Friend WithEvents rbMethod_FolderRights As System.Windows.Forms.RadioButton
Friend WithEvents rbAllFolderRights As System.Windows.Forms.RadioButton
Friend WithEvents lblonlyFolderrights As System.Windows.Forms.Label
Friend WithEvents lbl4allFolderrights As System.Windows.Forms.Label
Friend WithEvents rb3RechtSQL As RadioButton
Friend WithEvents txt3SQL As TextBox
Friend WithEvents rb4ReadIndex As RadioButton
Friend WithEvents lbl3DokID As Label
End Class