Files
Doku/Dokumentation/uscntr_DomUserList.Designer.vb
2020-01-08 14:32:30 +01:00

228 lines
9.4 KiB
VB.net

<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()>
Partial Class uscntr_DomUserList
Inherits System.Windows.Forms.UserControl
'UserControl ü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()
Me.Panel1 = New System.Windows.Forms.Panel()
Me.cmdNeu = New System.Windows.Forms.Button()
Me.cmdReset = New System.Windows.Forms.Button()
Me.CheckBox1 = New System.Windows.Forms.CheckBox()
Me.Label2 = New System.Windows.Forms.Label()
Me.TextBox1 = New System.Windows.Forms.TextBox()
Me.Label1 = New System.Windows.Forms.Label()
Me.cbDomain = New System.Windows.Forms.ComboBox()
Me.Panel2 = New System.Windows.Forms.Panel()
Me.dgvListUser = New System.Windows.Forms.DataGridView()
Me.ContextMenuStrip1 = New System.Windows.Forms.ContextMenuStrip(Me.components)
Me.LöschenToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
Me.labAnzahl = New System.Windows.Forms.Label()
Me.ContextMenuStrip2 = New System.Windows.Forms.ContextMenuStrip(Me.components)
Me.ExportToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
Me.Panel1.SuspendLayout()
Me.Panel2.SuspendLayout()
CType(Me.dgvListUser, System.ComponentModel.ISupportInitialize).BeginInit()
Me.ContextMenuStrip1.SuspendLayout()
Me.ContextMenuStrip2.SuspendLayout()
Me.SuspendLayout()
'
'Panel1
'
Me.Panel1.BackColor = System.Drawing.SystemColors.GradientInactiveCaption
Me.Panel1.ContextMenuStrip = Me.ContextMenuStrip2
Me.Panel1.Controls.Add(Me.labAnzahl)
Me.Panel1.Controls.Add(Me.cmdNeu)
Me.Panel1.Controls.Add(Me.cmdReset)
Me.Panel1.Controls.Add(Me.CheckBox1)
Me.Panel1.Controls.Add(Me.Label2)
Me.Panel1.Controls.Add(Me.TextBox1)
Me.Panel1.Controls.Add(Me.Label1)
Me.Panel1.Controls.Add(Me.cbDomain)
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(678, 100)
Me.Panel1.TabIndex = 0
'
'cmdNeu
'
Me.cmdNeu.BackColor = System.Drawing.SystemColors.ControlLightLight
Me.cmdNeu.FlatAppearance.BorderColor = System.Drawing.Color.DimGray
Me.cmdNeu.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.cmdNeu.Location = New System.Drawing.Point(501, 51)
Me.cmdNeu.Name = "cmdNeu"
Me.cmdNeu.Size = New System.Drawing.Size(96, 23)
Me.cmdNeu.TabIndex = 138
Me.cmdNeu.Text = "Neu"
Me.cmdNeu.UseVisualStyleBackColor = False
'
'cmdReset
'
Me.cmdReset.BackColor = System.Drawing.SystemColors.ControlLightLight
Me.cmdReset.FlatAppearance.BorderColor = System.Drawing.Color.DimGray
Me.cmdReset.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.cmdReset.Location = New System.Drawing.Point(346, 51)
Me.cmdReset.Name = "cmdReset"
Me.cmdReset.Size = New System.Drawing.Size(96, 23)
Me.cmdReset.TabIndex = 137
Me.cmdReset.Text = "Reset"
Me.cmdReset.UseVisualStyleBackColor = False
'
'CheckBox1
'
Me.CheckBox1.AutoSize = True
Me.CheckBox1.Location = New System.Drawing.Point(13, 57)
Me.CheckBox1.Name = "CheckBox1"
Me.CheckBox1.Size = New System.Drawing.Size(100, 17)
Me.CheckBox1.TabIndex = 4
Me.CheckBox1.Text = "nur E-Mail Aktiv"
Me.CheckBox1.UseVisualStyleBackColor = True
'
'Label2
'
Me.Label2.AutoSize = True
Me.Label2.Location = New System.Drawing.Point(10, 30)
Me.Label2.Name = "Label2"
Me.Label2.Size = New System.Drawing.Size(41, 13)
Me.Label2.TabIndex = 3
Me.Label2.Text = "Suche:"
'
'TextBox1
'
Me.TextBox1.Location = New System.Drawing.Point(62, 27)
Me.TextBox1.Margin = New System.Windows.Forms.Padding(8)
Me.TextBox1.Name = "TextBox1"
Me.TextBox1.Size = New System.Drawing.Size(158, 20)
Me.TextBox1.TabIndex = 2
'
'Label1
'
Me.Label1.AutoSize = True
Me.Label1.Location = New System.Drawing.Point(228, 10)
Me.Label1.Name = "Label1"
Me.Label1.Size = New System.Drawing.Size(50, 13)
Me.Label1.TabIndex = 1
Me.Label1.Text = "Domäne:"
'
'cbDomain
'
Me.cbDomain.FormattingEnabled = True
Me.cbDomain.Location = New System.Drawing.Point(231, 26)
Me.cbDomain.Name = "cbDomain"
Me.cbDomain.Size = New System.Drawing.Size(211, 21)
Me.cbDomain.TabIndex = 0
'
'Panel2
'
Me.Panel2.Controls.Add(Me.dgvListUser)
Me.Panel2.Dock = System.Windows.Forms.DockStyle.Fill
Me.Panel2.Location = New System.Drawing.Point(0, 100)
Me.Panel2.Name = "Panel2"
Me.Panel2.Size = New System.Drawing.Size(678, 398)
Me.Panel2.TabIndex = 1
'
'dgvListUser
'
Me.dgvListUser.AllowUserToAddRows = False
Me.dgvListUser.AllowUserToDeleteRows = False
Me.dgvListUser.AllowUserToResizeRows = False
Me.dgvListUser.ContextMenuStrip = Me.ContextMenuStrip1
Me.dgvListUser.Dock = System.Windows.Forms.DockStyle.Fill
Me.dgvListUser.Location = New System.Drawing.Point(0, 0)
Me.dgvListUser.MultiSelect = False
Me.dgvListUser.Name = "dgvListUser"
Me.dgvListUser.ReadOnly = True
Me.dgvListUser.RowHeadersVisible = False
Me.dgvListUser.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect
Me.dgvListUser.Size = New System.Drawing.Size(678, 398)
Me.dgvListUser.TabIndex = 0
'
'ContextMenuStrip1
'
Me.ContextMenuStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.LöschenToolStripMenuItem})
Me.ContextMenuStrip1.Name = "ContextMenuStrip1"
Me.ContextMenuStrip1.Size = New System.Drawing.Size(119, 26)
'
'LöschenToolStripMenuItem
'
Me.LöschenToolStripMenuItem.Name = "LöschenToolStripMenuItem"
Me.LöschenToolStripMenuItem.Size = New System.Drawing.Size(118, 22)
Me.LöschenToolStripMenuItem.Text = "Löschen"
'
'labAnzahl
'
Me.labAnzahl.AutoSize = True
Me.labAnzahl.Location = New System.Drawing.Point(535, 10)
Me.labAnzahl.Name = "labAnzahl"
Me.labAnzahl.Size = New System.Drawing.Size(39, 13)
Me.labAnzahl.TabIndex = 139
Me.labAnzahl.Text = "Label3"
'
'ContextMenuStrip2
'
Me.ContextMenuStrip2.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.ExportToolStripMenuItem})
Me.ContextMenuStrip2.Name = "ContextMenuStrip2"
Me.ContextMenuStrip2.Size = New System.Drawing.Size(181, 48)
'
'ExportToolStripMenuItem
'
Me.ExportToolStripMenuItem.Name = "ExportToolStripMenuItem"
Me.ExportToolStripMenuItem.Size = New System.Drawing.Size(180, 22)
Me.ExportToolStripMenuItem.Text = "Export"
'
'uscntr_DomUserList
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.AutoSize = True
Me.Controls.Add(Me.Panel2)
Me.Controls.Add(Me.Panel1)
Me.MinimumSize = New System.Drawing.Size(678, 498)
Me.Name = "uscntr_DomUserList"
Me.Size = New System.Drawing.Size(678, 498)
Me.Panel1.ResumeLayout(False)
Me.Panel1.PerformLayout()
Me.Panel2.ResumeLayout(False)
CType(Me.dgvListUser, System.ComponentModel.ISupportInitialize).EndInit()
Me.ContextMenuStrip1.ResumeLayout(False)
Me.ContextMenuStrip2.ResumeLayout(False)
Me.ResumeLayout(False)
End Sub
Friend WithEvents Panel1 As Panel
Friend WithEvents Panel2 As Panel
Friend WithEvents dgvListUser As DataGridView
Friend WithEvents Label1 As Label
Friend WithEvents cbDomain As ComboBox
Friend WithEvents Label2 As Label
Friend WithEvents TextBox1 As TextBox
Friend WithEvents CheckBox1 As CheckBox
Friend WithEvents cmdNeu As Button
Friend WithEvents cmdReset As Button
Friend WithEvents ContextMenuStrip1 As ContextMenuStrip
Friend WithEvents LöschenToolStripMenuItem As ToolStripMenuItem
Friend WithEvents labAnzahl As Label
Friend WithEvents ContextMenuStrip2 As ContextMenuStrip
Friend WithEvents ExportToolStripMenuItem As ToolStripMenuItem
End Class