Startfenster

This commit is contained in:
2023-05-15 13:44:45 +02:00
parent 0f491590af
commit 3492492c3f

View File

@@ -149,6 +149,7 @@ Partial Class frmADsearch
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)