摘要:
procedure TWeightForm.DBGridEh1DrawColumnCell(Sender: TObject; const Rect: TRect; DataCol: Integer; Column: TColumnEh; State: TGridDrawState);begin if Query1.RecNo mod 4=0 then begin DBGridEh1.Canvas.Brush.Color :=clGreen; DBGridEh1.DefaultDrawColumnCell(Rect, DataCol, Column, State); end; if Qu... 阅读全文
posted @ 2013-11-28 10:00
风在起时
阅读(289)
评论(0)
推荐(0)

浙公网安备 33010602011771号