|
发表于 2009-2-2 16:50:47
|
显示全部楼层
object DataTreeList1: TDataTreeList
Left = 0
Top = 0
Width = 640
Height = 480
Bands = <
item
end>
HeaderPanelRowCount = 1
KeyField = 'ID'
ParentField = 'PID'
Align = alClient
TabOrder = 0
DataSource = DataSetBrokerBZSJJ1
OptionsView = [etoBandHeaderWidth, etoIndicator, etoUseBitmap, etoUseImageIndexForSelected]
TreeLineColor = clGrayText
object DataTreeList1ID: TDataTreeListColumn
Visible = False
Width = 78
BandIndex = 0
RowIndex = 0
FieldName = 'ID'
end
object DataTreeList1PID: TDataTreeListColumn
Visible = False
Width = 104
BandIndex = 0
RowIndex = 0
FieldName = 'PID'
end
object DataTreeList1BT: TDataTreeListColumn
Caption = 'datatreelist'
Width = 130
BandIndex = 0
RowIndex = 0
FieldName = 'BT'
end
end
|
|