|
@@ -642,6 +642,7 @@ object BillsCompileFrame: TBillsCompileFrame
|
|
item
|
|
item
|
|
Title.Caption = 'ID'
|
|
Title.Caption = 'ID'
|
|
Title.CaptionAcrossCols = '1'
|
|
Title.CaptionAcrossCols = '1'
|
|
|
|
+ Title.CaptionAcrossRows = 3
|
|
Title.Font.Charset = GB2312_CHARSET
|
|
Title.Font.Charset = GB2312_CHARSET
|
|
Title.Font.Color = clWindowText
|
|
Title.Font.Color = clWindowText
|
|
Title.Font.Height = -12
|
|
Title.Font.Height = -12
|
|
@@ -661,6 +662,7 @@ object BillsCompileFrame: TBillsCompileFrame
|
|
item
|
|
item
|
|
Title.Caption = 'ParentID'
|
|
Title.Caption = 'ParentID'
|
|
Title.CaptionAcrossCols = '1'
|
|
Title.CaptionAcrossCols = '1'
|
|
|
|
+ Title.CaptionAcrossRows = 3
|
|
Title.Font.Charset = GB2312_CHARSET
|
|
Title.Font.Charset = GB2312_CHARSET
|
|
Title.Font.Color = clWindowText
|
|
Title.Font.Color = clWindowText
|
|
Title.Font.Height = -12
|
|
Title.Font.Height = -12
|
|
@@ -680,6 +682,7 @@ object BillsCompileFrame: TBillsCompileFrame
|
|
item
|
|
item
|
|
Title.Caption = 'NextSiblingID'
|
|
Title.Caption = 'NextSiblingID'
|
|
Title.CaptionAcrossCols = '1'
|
|
Title.CaptionAcrossCols = '1'
|
|
|
|
+ Title.CaptionAcrossRows = 3
|
|
Title.Font.Charset = GB2312_CHARSET
|
|
Title.Font.Charset = GB2312_CHARSET
|
|
Title.Font.Color = clWindowText
|
|
Title.Font.Color = clWindowText
|
|
Title.Font.Height = -12
|
|
Title.Font.Height = -12
|
|
@@ -695,6 +698,26 @@ object BillsCompileFrame: TBillsCompileFrame
|
|
Width = 50
|
|
Width = 50
|
|
Visible = False
|
|
Visible = False
|
|
ReadOnly = True
|
|
ReadOnly = True
|
|
|
|
+ end
|
|
|
|
+ item
|
|
|
|
+ Title.Caption = 'ChapterParentID'
|
|
|
|
+ Title.CaptionAcrossCols = '1'
|
|
|
|
+ Title.CaptionAcrossRows = 3
|
|
|
|
+ Title.Font.Charset = GB2312_CHARSET
|
|
|
|
+ Title.Font.Color = clWindowText
|
|
|
|
+ Title.Font.Height = -12
|
|
|
|
+ Title.Font.Name = #23435#20307
|
|
|
|
+ Title.Font.Style = []
|
|
|
|
+ Alignment = taLeftJustify
|
|
|
|
+ Font.Charset = GB2312_CHARSET
|
|
|
|
+ Font.Color = clWindowText
|
|
|
|
+ Font.Height = -12
|
|
|
|
+ Font.Name = #23435#20307
|
|
|
|
+ Font.Style = []
|
|
|
|
+ FieldName = 'ChapterParentID'
|
|
|
|
+ Width = 50
|
|
|
|
+ Visible = False
|
|
|
|
+ ReadOnly = False
|
|
end>
|
|
end>
|
|
Grid = zgBillsCompile
|
|
Grid = zgBillsCompile
|
|
ExtendRowCount = 3
|
|
ExtendRowCount = 3
|