Commit 0498d601 by 任天宇

颜色调整

parent 3d77630c
...@@ -1359,10 +1359,10 @@ namespace Kivii.Client.SampleInbounds ...@@ -1359,10 +1359,10 @@ namespace Kivii.Client.SampleInbounds
for (int i = 0; i < dgvRfidSamples.Rows.Count; i++) for (int i = 0; i < dgvRfidSamples.Rows.Count; i++)
{ {
var item = dgvRfidSamples.Rows[i].DataBoundItem as Sample; var item = dgvRfidSamples.Rows[i].DataBoundItem as Sample;
if (!item.IsMatched) //if (!item.IsMatched)
{ //{
dgvRfidSamples.Rows[i].DefaultCellStyle.BackColor = Color.DarkSalmon; // dgvRfidSamples.Rows[i].DefaultCellStyle.BackColor = Color.DarkSalmon;
} //}
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment