3月11
if(ACol < strngrd_Fare->FixedCols || ARow < strngrd_Fare->FixedRows)
//固定Cell与一般Cell颜色不同
strngrd_Fare->Canvas->Brush->Color = clBtnFace;
else
strngrd_Fare->Canvas->Brush->Color = clWhite;
strngrd_Fare->Canvas->Brush->Style = bsSolid;
strngrd_Fare->Canvas->FillRect(Rect);
//调用GDI函数,来使Text居中显示
::DrawText(strngrd_Fare->Canvas->Handle,strngrd_Fare->Cells[ACol][ARow].c_str(),
strngrd_Fare->Cells[ACol][ARow].Length(),&Rect,DT_CENTER | DT_SINGLELINE | DT_VCENTER);
//固定Cell与一般Cell颜色不同
strngrd_Fare->Canvas->Brush->Color = clBtnFace;
else
strngrd_Fare->Canvas->Brush->Color = clWhite;
strngrd_Fare->Canvas->Brush->Style = bsSolid;
strngrd_Fare->Canvas->FillRect(Rect);
//调用GDI函数,来使Text居中显示
::DrawText(strngrd_Fare->Canvas->Handle,strngrd_Fare->Cells[ACol][ARow].c_str(),
strngrd_Fare->Cells[ACol][ARow].Length(),&Rect,DT_CENTER | DT_SINGLELINE | DT_VCENTER);
作者:Lewen@博雅宇轩
地址:http://www.lewensky.cn/read.php/546.htm
版权所有。转载时必须以链接形式注明作者和原始出处及本声明!
Delphi / C++ Builder 提示“unknown pict
本站诚招友情链接(附友情链接要求2010-06-15更新)


