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