BSOne.SFC/eCrmHE/EXE_eCrmHomeEdition/ContentSearch/DSelPerInfo.dfm

115 lines
3.1 KiB
Plaintext

object DlgSelPerInfo: TDlgSelPerInfo
Left = 0
Top = 0
BorderIcons = [biSystemMenu]
BorderStyle = bsSingle
Caption = #44060#51064#51221#48372' '#44160#49324' '#44208#44284
ClientHeight = 201
ClientWidth = 461
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = 'Segoe UI'
Font.Style = []
Position = poOwnerFormCenter
Scaled = False
TextHeight = 15
object pnClient: TPanel
Left = 0
Top = 0
Width = 461
Height = 160
Align = alClient
BevelOuter = bvNone
TabOrder = 0
ExplicitWidth = 457
ExplicitHeight = 159
object vtList: TVirtualStringTree
Left = 0
Top = 0
Width = 461
Height = 160
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]
TabOrder = 0
TreeOptions.PaintOptions = [toHideFocusRect, toShowButtons, toShowDropmark, toShowTreeLines, toThemeAware, toUseBlendedImages]
TreeOptions.SelectionOptions = [toFullRowSelect, toRightClickSelect]
OnDblClick = btnOkClick
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 = #44160#49324' '#51068#49884
Width = 150
end
item
Position = 2
Text = #44160#49324' '#49884#44036
Width = 80
end
item
Position = 3
Text = #44160#52636#46108' '#54028#51068' '#49688
Width = 150
end>
end
end
object pnBottom: TPanel
Left = 0
Top = 160
Width = 461
Height = 41
Align = alBottom
BevelOuter = bvNone
TabOrder = 1
ExplicitTop = 159
ExplicitWidth = 457
object btnOk: TButton
Left = 115
Top = 9
Width = 75
Height = 25
Caption = #54869#51064
TabOrder = 0
OnClick = btnOkClick
end
object btnCancel: TButton
Left = 275
Top = 9
Width = 75
Height = 25
Cancel = True
Caption = #52712#49548
ModalResult = 2
TabOrder = 1
end
end
end