fix grid colors
This commit is contained in:
parent
c45939b89b
commit
70e4842a39
@ -91,20 +91,23 @@ Public Class frmMain
|
||||
txtRefreshLabel.Caption = String.Format(txtRefreshLabel.Tag, Now)
|
||||
End Sub
|
||||
|
||||
|
||||
Private Sub LoadEnvelopes()
|
||||
GridBuilder = New GridBuilder(ViewEnvelopes)
|
||||
GridBuilder.SetDefaults(ViewEnvelopes)
|
||||
GridBuilder.SetReadOnlyOptions(ViewEnvelopes)
|
||||
|
||||
GridBuilder.SetReadOnlyOptions(ViewHistory)
|
||||
GridBuilder.SetDefaults(ViewHistory)
|
||||
|
||||
GridEnvelopes.DataSource = Controller.ListEnvelopes()
|
||||
End Sub
|
||||
|
||||
Private Sub LoadCompletedEnvelopes()
|
||||
GridBuilder = New GridBuilder(ViewCompleted)
|
||||
GridBuilder.SetDefaults(ViewCompleted)
|
||||
GridBuilder.SetReadOnlyOptions(ViewCompleted)
|
||||
|
||||
GridBuilder.SetReadOnlyOptions(ViewHistoryCompleted)
|
||||
GridBuilder.SetDefaults(ViewHistoryCompleted)
|
||||
|
||||
GridCompleted.DataSource = Controller.ListCompleted()
|
||||
End Sub
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user