??
This commit is contained in:
@@ -253,14 +253,14 @@ Public Class frmUeberstundenauszahlen
|
|||||||
|
|
||||||
|
|
||||||
If dgv IsNot Nothing Then
|
If dgv IsNot Nothing Then
|
||||||
dgv.AutoSize = DataGridViewAutoSizeColumnMode.Fill
|
dgv.AutoSize = DataGridViewAutoSizeColumnMode.Fill
|
||||||
dgv.Dock = DockStyle.Fill
|
dgv.Dock = DockStyle.Fill
|
||||||
dgv.ReadOnly = True
|
dgv.ReadOnly = True
|
||||||
frm.Controls.Add(dgv)
|
frm.Controls.Add(dgv)
|
||||||
frm.Width *= 2
|
frm.Width *= 2
|
||||||
frm.StartPosition = FormStartPosition.CenterScreen
|
frm.StartPosition = FormStartPosition.CenterScreen
|
||||||
frm.ShowDialog()
|
frm.ShowDialog()
|
||||||
End If
|
End If
|
||||||
|
|
||||||
|
|
||||||
Catch ex As System.Exception
|
Catch ex As System.Exception
|
||||||
|
|||||||
Reference in New Issue
Block a user