neu
This commit is contained in:
@@ -559,7 +559,7 @@ Public Class frmAuswertung
|
||||
Exit Sub
|
||||
End If
|
||||
|
||||
If result = System.Windows.Forms.DialogResult.OK Then
|
||||
If result = DialogResult.OK Then
|
||||
|
||||
|
||||
Me.Cursor = Cursors.WaitCursor
|
||||
|
||||
@@ -25,7 +25,7 @@ Public Class usrctlMAUebersicht
|
||||
Panel1.Controls.Add(t)
|
||||
Panel1.Width = 800
|
||||
Panel1.Height = 500
|
||||
Panel1.BorderStyle = Windows.Forms.BorderStyle.FixedSingle
|
||||
Panel1.BorderStyle = BorderStyle.FixedSingle
|
||||
|
||||
|
||||
t.Width = 800
|
||||
@@ -33,7 +33,7 @@ Public Class usrctlMAUebersicht
|
||||
|
||||
t.AutoScroll = True
|
||||
t.AutoSize = True
|
||||
t.AutoSizeMode = Windows.Forms.AutoSizeMode.GrowAndShrink
|
||||
t.AutoSizeMode = AutoSizeMode.GrowAndShrink
|
||||
|
||||
|
||||
t.Dock = DockStyle.Fill
|
||||
|
||||
Reference in New Issue
Block a user