This commit is contained in:
Jonathan Jenne 2018-12-20 18:12:13 +01:00
parent 941b4ad5c4
commit 2a7c88b199

View File

@ -87,7 +87,7 @@ Partial Class frmLookupGrid
Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.SizableToolWindow Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.SizableToolWindow
Me.MinimumSize = New System.Drawing.Size(400, 300) Me.MinimumSize = New System.Drawing.Size(400, 300)
Me.Name = "frmLookupGrid" Me.Name = "frmLookupGrid"
Me.Text = "frmLookupGrid" Me.Text = "Wählen Sie einen Wert:"
CType(Me.gridLookup, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.gridLookup, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.viewLookup, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.viewLookup, System.ComponentModel.ISupportInitialize).EndInit()
Me.Panel1.ResumeLayout(False) Me.Panel1.ResumeLayout(False)