This commit is contained in:
2022-07-09 19:15:07 +00:00
parent f9baf2b3df
commit 38e52c9c6b
3 changed files with 76 additions and 40 deletions

View File

@@ -243,7 +243,6 @@
this.customer.HeaderText = "Customer";
this.customer.Name = "customer";
this.customer.ReadOnly = true;
this.customer.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
//
// wonumber
//
@@ -251,7 +250,6 @@
this.wonumber.HeaderText = "Service number";
this.wonumber.Name = "wonumber";
this.wonumber.ReadOnly = true;
this.wonumber.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
//
// ProjectName
//
@@ -273,7 +271,6 @@
this.status.HeaderText = "Status";
this.status.Name = "status";
this.status.ReadOnly = true;
this.status.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
//
// statuscolor
//