|
|
|
@ -117,6 +117,17 @@ namespace Rs.Controls
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
private Color _StatusBackColor;
|
|
|
|
|
public Color StatusBackColor
|
|
|
|
|
{
|
|
|
|
|
get { return _StatusBackColor; }
|
|
|
|
|
set
|
|
|
|
|
{
|
|
|
|
|
_StatusBackColor= value;
|
|
|
|
|
lblStatus.BackColor= _StatusBackColor;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
private bool _ShowRowNumber;
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// 是否显示行号
|
|
|
|
@ -802,7 +813,7 @@ namespace Rs.Controls
|
|
|
|
|
g.DrawRectangle(Pens.White, Bound.X, Bound.Y, Bound.Width, Bound.Height);
|
|
|
|
|
if (isShowText)
|
|
|
|
|
{
|
|
|
|
|
g.DrawString(Index.ToString(), new Font("宋体", 8), new SolidBrush(Color.Yellow), _Bound, sf);
|
|
|
|
|
g.DrawString(Index.ToString(), new Font("宋体", 7), new SolidBrush(Color.Yellow), _Bound, sf);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
else
|
|
|
|
|