Files
ADMIN/UID/Mitarbeiter/frmADsearch.Designer.vb
2023-05-15 13:44:45 +02:00

168 lines
7.7 KiB
VB.net

<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class frmADsearch
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(frmADsearch))
Me.btnUebernehmen = New System.Windows.Forms.Button()
Me.btnSearch = New System.Windows.Forms.Button()
Me.dgvAD = New VERAG_PROG_ALLGEMEIN.MyDatagridview(Me.components)
Me.cboDomain = New VERAG_PROG_ALLGEMEIN.MyComboBox()
Me.lblDomain = New System.Windows.Forms.Label()
Me.txtUser = New System.Windows.Forms.TextBox()
Me.lblUser = New System.Windows.Forms.Label()
Me.lblHint = New System.Windows.Forms.Label()
CType(Me.dgvAD, System.ComponentModel.ISupportInitialize).BeginInit()
Me.SuspendLayout()
'
'btnUebernehmen
'
Me.btnUebernehmen.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.btnUebernehmen.DialogResult = System.Windows.Forms.DialogResult.OK
Me.btnUebernehmen.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.btnUebernehmen.Location = New System.Drawing.Point(655, 310)
Me.btnUebernehmen.Name = "btnUebernehmen"
Me.btnUebernehmen.Size = New System.Drawing.Size(136, 41)
Me.btnUebernehmen.TabIndex = 54
Me.btnUebernehmen.Text = "Übernehmen"
Me.btnUebernehmen.UseVisualStyleBackColor = True
'
'btnSearch
'
Me.btnSearch.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.btnSearch.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None
Me.btnSearch.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.btnSearch.Image = Global.ADMIN.My.Resources.Resources.search
Me.btnSearch.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
Me.btnSearch.Location = New System.Drawing.Point(703, 12)
Me.btnSearch.Name = "btnSearch"
Me.btnSearch.Size = New System.Drawing.Size(88, 44)
Me.btnSearch.TabIndex = 53
Me.btnSearch.Text = "Suche"
Me.btnSearch.TextAlign = System.Drawing.ContentAlignment.MiddleRight
Me.btnSearch.UseVisualStyleBackColor = True
'
'dgvAD
'
Me.dgvAD.AKTUALISIERUNGS_INTERVALL = -1
Me.dgvAD.AllowUserToAddRows = False
Me.dgvAD.AllowUserToDeleteRows = False
Me.dgvAD.AllowUserToResizeRows = False
Me.dgvAD.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.dgvAD.BackgroundColor = System.Drawing.Color.White
Me.dgvAD.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
Me.dgvAD.Location = New System.Drawing.Point(12, 62)
Me.dgvAD.Name = "dgvAD"
Me.dgvAD.ReadOnly = True
Me.dgvAD.RowHeadersVisible = False
Me.dgvAD.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect
Me.dgvAD.Size = New System.Drawing.Size(779, 242)
Me.dgvAD.TabIndex = 55
'
'cboDomain
'
Me.cboDomain._allowedValuesFreiText = Nothing
Me.cboDomain._allowFreiText = False
Me.cboDomain._value = ""
Me.cboDomain.DropDownWidth = 300
Me.cboDomain.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!)
Me.cboDomain.FormattingEnabled = True
Me.cboDomain.Location = New System.Drawing.Point(13, 32)
Me.cboDomain.Name = "cboDomain"
Me.cboDomain.Size = New System.Drawing.Size(97, 24)
Me.cboDomain.TabIndex = 103
'
'lblDomain
'
Me.lblDomain.AutoSize = True
Me.lblDomain.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.0!)
Me.lblDomain.Location = New System.Drawing.Point(10, 16)
Me.lblDomain.Name = "lblDomain"
Me.lblDomain.Size = New System.Drawing.Size(43, 13)
Me.lblDomain.TabIndex = 102
Me.lblDomain.Text = "Domain"
'
'txtUser
'
Me.txtUser.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.txtUser.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!)
Me.txtUser.Location = New System.Drawing.Point(116, 33)
Me.txtUser.Name = "txtUser"
Me.txtUser.Size = New System.Drawing.Size(502, 23)
Me.txtUser.TabIndex = 100
'
'lblUser
'
Me.lblUser.AutoSize = True
Me.lblUser.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.0!)
Me.lblUser.Location = New System.Drawing.Point(113, 16)
Me.lblUser.Name = "lblUser"
Me.lblUser.Size = New System.Drawing.Size(29, 13)
Me.lblUser.TabIndex = 101
Me.lblUser.Text = "User"
'
'lblHint
'
Me.lblHint.AutoSize = True
Me.lblHint.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.0!)
Me.lblHint.ForeColor = System.Drawing.Color.Red
Me.lblHint.Location = New System.Drawing.Point(12, 310)
Me.lblHint.Name = "lblHint"
Me.lblHint.Size = New System.Drawing.Size(0, 13)
Me.lblHint.TabIndex = 104
'
'frmADsearch
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.ClientSize = New System.Drawing.Size(803, 354)
Me.Controls.Add(Me.lblHint)
Me.Controls.Add(Me.cboDomain)
Me.Controls.Add(Me.lblDomain)
Me.Controls.Add(Me.txtUser)
Me.Controls.Add(Me.lblUser)
Me.Controls.Add(Me.dgvAD)
Me.Controls.Add(Me.btnUebernehmen)
Me.Controls.Add(Me.btnSearch)
Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
Me.Name = "frmADsearch"
Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
Me.Text = "Active Directory Suche"
CType(Me.dgvAD, System.ComponentModel.ISupportInitialize).EndInit()
Me.ResumeLayout(False)
Me.PerformLayout()
End Sub
Friend WithEvents btnUebernehmen As Button
Friend WithEvents btnSearch As Button
Friend WithEvents dgvAD As VERAG_PROG_ALLGEMEIN.MyDatagridview
Friend WithEvents cboDomain As VERAG_PROG_ALLGEMEIN.MyComboBox
Friend WithEvents lblDomain As Label
Friend WithEvents txtUser As TextBox
Friend WithEvents lblUser As Label
Friend WithEvents lblHint As Label
End Class