代码拉取完成,页面将自动刷新
unit PublicDefinition;
interface
uses
Classes, SysUtils,Controls,FPCanvas, Graphics,db;
type
TCell = record
x:integer;
y:integer;
Width:integer;
Height:integer;
ColMerge:integer; //从当前单元格向右合并n个单元格
RowMerge:integer; //从当单元格向下合并n个单元格
DispType:integer;//0--文字 1--图像 2-bookmark1 3-bookmark2 4--link 5--控件
str:string[255];
URL:string[200];
bookmarkstr:string[7];
Color:TColor;
Align:byte;
FontName:string[20];
FontSize:integer;
FontColor:TColor;
FontStyle:byte;
ComponentType:string;
ComponentName:string;
ComponentDataSource:TDataSource;
ComponentDataFieldName:TField;
DrawTop : Boolean; // 画顶线
DrawLeft : Boolean; // 画左线
DrawBottom : Boolean; // 画底线
DrawRight : Boolean; // 画右线
TopLineStyle:TFPPenStyle;
LeftLineStyle:TFPPenStyle;
BottomLineStyle:TFPPenStyle;
RightLineStyle:TFPPenStyle;
LineStyle:TFPPenStyle;
Visible:Boolean;//
end;
var
QFCellProperReturn:Boolean;
implementation
end.
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。