整合页眉页脚代码

This commit is contained in:
csh
2024-08-21 15:41:08 +08:00
parent 4357cfb529
commit 70ad4acbdb
7 changed files with 268 additions and 593 deletions
+2
View File
@@ -11,6 +11,7 @@ public
Width: real;
FixedHeight: real;
DynamicHeight: real;
LowerBound: real;
[weakref]TSPage: TSPage;
end;
@@ -23,5 +24,6 @@ begin
{self.}Width := 0;
{self.}FixedHeight := 0;
{self.}DynamicHeight := 0;
{self.}LowerBound := 0;
{self.}TSPage := nil;
end;