Added the new modify record form, can only pull in the Projections table and parse it. Fixed a bug in the modify record form where the first row would be marked as pending edit due to not checking the beginning cell variable correctly.
This commit is contained in:
@@ -1,9 +1,4 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Drawing;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
using System.Drawing;
|
||||
|
||||
namespace AdvertsingProfitControl
|
||||
{
|
||||
@@ -17,5 +12,6 @@ namespace AdvertsingProfitControl
|
||||
public static Color RowError = Color.Red;
|
||||
public static Color HeaderRow = Color.LightGray;
|
||||
public static Color MemberRow = Color.LightBlue;
|
||||
public static Color AdSpecial = Color.Silver;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user