BSOne.SFC/eCrmHE/Utils/EXE_BS1MgPo/DBS1MgPoMain.dfm

111 lines
2.9 KiB
Plaintext

object DlgBS1MgPo: TDlgBS1MgPo
Left = 0
Top = 0
Caption = 'DlgBS1MgPo'
ClientHeight = 441
ClientWidth = 624
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = 'Segoe UI'
Font.Style = []
Position = poScreenCenter
TextHeight = 15
object pnBottom: TPanel
Left = 0
Top = 400
Width = 624
Height = 41
Align = alBottom
BevelOuter = bvNone
TabOrder = 0
ExplicitTop = 399
ExplicitWidth = 620
object btnLoad: TButton
Left = 248
Top = 10
Width = 75
Height = 25
Caption = 'btnLoad'
TabOrder = 0
OnClick = btnLoadClick
end
end
object vtList: TVirtualStringTree
Left = 0
Top = 0
Width = 624
Height = 400
Align = alClient
Colors.BorderColor = 15987699
Colors.DisabledColor = clGray
Colors.DropMarkColor = 15385233
Colors.DropTargetColor = 15385233
Colors.DropTargetBorderColor = 15385233
Colors.FocusedSelectionColor = 15385233
Colors.FocusedSelectionBorderColor = 15385233
Colors.GridLineColor = 15987699
Colors.HeaderHotColor = clBlack
Colors.HotColor = clBlack
Colors.SelectionRectangleBlendColor = 15385233
Colors.SelectionRectangleBorderColor = 15385233
Colors.SelectionTextColor = clBlack
Colors.TreeLineColor = 9471874
Colors.UnfocusedColor = clGray
Colors.UnfocusedSelectionColor = clWhite
Colors.UnfocusedSelectionBorderColor = clWhite
Header.AutoSizeIndex = 0
Header.Options = [hoColumnResize, hoDrag, hoShowSortGlyphs, hoVisible]
HintMode = hmTooltip
ParentShowHint = False
ShowHint = True
TabOrder = 1
TreeOptions.PaintOptions = [toHideFocusRect, toShowButtons, toShowDropmark, toShowTreeLines, toThemeAware, toUseBlendedImages]
TreeOptions.SelectionOptions = [toFullRowSelect]
OnCompareNodes = vtListCompareNodes
OnFreeNode = vtListFreeNode
OnGetText = vtListGetText
OnGetHint = vtListGetHint
OnGetNodeDataSize = vtListGetNodeDataSize
OnHeaderClick = vtListHeaderClick
Touch.InteractiveGestures = [igPan, igPressAndTap]
Touch.InteractiveGestureOptions = [igoPanSingleFingerHorizontal, igoPanSingleFingerVertical, igoPanInertia, igoPanGutter, igoParentPassthrough]
Columns = <
item
Position = 0
Text = #48264#54840
end
item
Position = 1
Text = #53076#46300
Width = 60
end
item
Position = 2
Text = #51221#52293' '#53412
Width = 150
end
item
Position = 3
Text = #52852#53580#44256#47532
Width = 130
end
item
Position = 4
Text = #49444#47749
Width = 150
end
item
Position = 5
Text = #50629#45936#51060#53944' '#51068#51088
Width = 100
end
item
Position = 6
Text = #53076#47704#53944
Width = 100
end>
end
end