|
|
@ -400,10 +400,6 @@ WHERE A.EID = {Eid} AND c.VerifyTime IS NULL AND B.IsHide=0 AND A.GiveUpTime IS |
|
|
|
new Point(initX + LineLength + lineAddWidth, mid)); |
|
|
|
new Point(initX + LineLength + lineAddWidth, mid)); |
|
|
|
initX += (LineLength + lineAddWidth); |
|
|
|
initX += (LineLength + lineAddWidth); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
Console.WriteLine(); |
|
|
|
|
|
|
|
Console.WriteLine((DateTime.Now - beg).TotalSeconds); |
|
|
|
|
|
|
|
Console.WriteLine(); |
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
private void DrawCheckMark(Graphics g, Rectangle rec, Pen pen) |
|
|
|
private void DrawCheckMark(Graphics g, Rectangle rec, Pen pen) |
|
|
|