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

120 lines
3.3 KiB
Plaintext

object DlgRuleList: TDlgRuleList
Left = 0
Top = 0
BorderIcons = [biSystemMenu, biMaximize]
Caption = #52968#53584#52768' '#47344' '#47785#47197
ClientHeight = 354
ClientWidth = 364
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = 'Segoe UI'
Font.Style = []
Position = poScreenCenter
TextHeight = 15
object pnClient: TPanel
Left = 0
Top = 0
Width = 364
Height = 313
Align = alClient
BevelOuter = bvNone
TabOrder = 0
ExplicitWidth = 360
ExplicitHeight = 312
object vtList: TVirtualStringTree
Left = 0
Top = 0
Width = 364
Height = 313
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.MainColumn = 1
Header.Options = [hoColumnResize, hoDrag, hoShowSortGlyphs, hoVisible]
HintMode = hmTooltip
ParentShowHint = False
ShowHint = True
TabOrder = 0
TreeOptions.MiscOptions = [toAcceptOLEDrop, toCheckSupport, toFullRepaintOnResize, toInitOnSave, toToggleOnDblClick, toWheelPanning, toEditOnClick]
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 = #51060#47492
Width = 150
end
item
Position = 2
Text = #51473#50836#46020
Width = 70
end
item
Position = 3
Text = #44060#49688
Width = 60
end>
DefaultText = ''
end
end
object pnBottom: TPanel
Left = 0
Top = 313
Width = 364
Height = 41
Align = alBottom
BevelOuter = bvNone
TabOrder = 1
ExplicitTop = 312
ExplicitWidth = 360
object btnOk: TButton
Left = 82
Top = 9
Width = 75
Height = 25
Caption = #54869#51064
TabOrder = 0
OnClick = btnOkClick
end
object btnCancel: TButton
Left = 210
Top = 9
Width = 75
Height = 25
Caption = #52712#49548
ModalResult = 2
TabOrder = 1
end
end
end