BSOne.SFC/Tocsg.Module/ContextAwarePolicy/FCaPolicyList.dfm

70 lines
1.7 KiB
Plaintext

object FrmCaPolicyList: TFrmCaPolicyList
Left = 0
Top = 0
Width = 482
Height = 357
TabOrder = 0
object vtList: TVirtualStringTree
Left = 0
Top = 28
Width = 482
Height = 329
Align = alClient
Header.AutoSizeIndex = 0
Header.MainColumn = 1
Header.Options = [hoColumnResize, hoDrag, hoShowSortGlyphs, hoVisible]
TabOrder = 0
TreeOptions.PaintOptions = [toHideFocusRect, toShowButtons, toShowDropmark, toShowTreeLines, toThemeAware, toUseBlendedImages]
TreeOptions.SelectionOptions = [toFullRowSelect, toMultiSelect, toRightClickSelect]
OnFreeNode = vtListFreeNode
OnGetText = vtListGetText
OnGetNodeDataSize = vtListGetNodeDataSize
Touch.InteractiveGestures = [igPan, igPressAndTap]
Touch.InteractiveGestureOptions = [igoPanSingleFingerHorizontal, igoPanSingleFingerVertical, igoPanInertia, igoPanGutter, igoParentPassthrough]
Columns = <
item
Position = 0
Text = #48264#54840
end
item
Position = 1
Text = 'CA '#51221#52293' '#51060#47492
Width = 120
end
item
Position = 2
Text = #51064#49885' '#51312#44148
Width = 120
end
item
Position = 3
Text = #48372#50504#51221#52293' '#49892#54665'/'#54876#49457
Width = 150
end>
end
object pnTop: TPanel
Left = 0
Top = 0
Width = 482
Height = 28
Align = alTop
BevelOuter = bvNone
TabOrder = 1
object btnAdd: TSpeedButton
Left = 5
Top = 2
Width = 52
Height = 22
Caption = #52628#44032
OnClick = btnAddClick
end
object SpeedButton1: TSpeedButton
Left = 63
Top = 2
Width = 52
Height = 22
Caption = #49325#51228
end
end
end