BSOne.SFC/eCrmHE/EXE_eCrmHomeEdition/DBs1Log.dfm

151 lines
4.9 KiB
Plaintext

object DlgBs1Log: TDlgBs1Log
Left = 163
Top = 233
Caption = 'BSOne DebugMode'
ClientHeight = 451
ClientWidth = 850
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = 'Segoe UI'
Font.Style = []
Menu = MainMenu
Position = poDesigned
OnClose = FormClose
OnCreate = FormCreate
TextHeight = 15
object vtList: TVirtualStringTree
Left = 0
Top = 0
Width = 850
Height = 451
Align = alClient
Alignment = taCenter
BorderStyle = bsNone
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 = 2
Header.Options = [hoAutoResize, hoColumnResize, hoDrag, hoShowSortGlyphs, hoVisible]
HintMode = hmTooltip
ParentShowHint = False
PopupMenu = popFun
ShowHint = True
TabOrder = 0
TreeOptions.PaintOptions = [toHideFocusRect, toShowButtons, toShowDropmark, toShowTreeLines, toThemeAware, toUseBlendedImages]
TreeOptions.SelectionOptions = [toFullRowSelect, toMultiSelect, toRightClickSelect]
OnAfterCellPaint = vtListAfterCellPaint
OnCompareNodes = vtListCompareNodes
OnContextPopup = vtListContextPopup
OnFreeNode = vtListFreeNode
OnGetText = vtListGetText
OnGetHint = vtListGetHint
OnGetNodeDataSize = vtListGetNodeDataSize
OnHeaderClick = vtListHeaderClick
Touch.InteractiveGestures = [igPan, igPressAndTap]
Touch.InteractiveGestureOptions = [igoPanSingleFingerHorizontal, igoPanSingleFingerVertical, igoPanInertia, igoPanGutter, igoParentPassthrough]
ExplicitWidth = 777
ExplicitHeight = 440
Columns = <
item
Alignment = taCenter
CaptionAlignment = taCenter
Options = [coAllowClick, coDraggable, coEnabled, coParentBidiMode, coParentColor, coResizable, coShowDropMark, coVisible, coAllowFocus, coUseCaptionAlignment, coEditable, coStyleColor]
Position = 0
Text = 'DateTime'
Width = 140
end
item
Alignment = taCenter
CaptionAlignment = taCenter
Options = [coAllowClick, coDraggable, coEnabled, coParentBidiMode, coParentColor, coResizable, coShowDropMark, coVisible, coAllowFocus, coUseCaptionAlignment, coEditable, coStyleColor]
Position = 1
Text = 'Level'
end
item
CaptionAlignment = taCenter
Options = [coAllowClick, coDraggable, coEnabled, coParentBidiMode, coParentColor, coResizable, coShowDropMark, coVisible, coAllowFocus, coUseCaptionAlignment, coEditable, coStyleColor]
Position = 2
Text = 'Message'
Width = 660
end>
DefaultText = ''
end
object popFun: TPopupMenu
AutoHotkeys = maManual
Left = 464
Top = 144
object miCopyToCB: TMenuItem
Caption = #49440#53469#54620' '#47196#44536#47484' '#53364#47549#48372#46300#50640' '#51200#51109
ShortCut = 16451
OnClick = miCopyToCBClick
end
end
object MainMenu: TMainMenu
AutoHotkeys = maManual
Left = 232
Top = 128
object miControl: TMenuItem
Caption = #51228#50612
object miAgreeInfoClear: TMenuItem
Caption = #48372#50504#49436#50557#49436' '#46041#51032' '#52488#44592#54868
OnClick = miAgreeInfoClearClick
end
object miRestartExplorer: TMenuItem
Caption = 'explorer.exe '#51116#49884#51089
OnClick = miRestartExplorerClick
end
object N2: TMenuItem
Caption = '-'
end
object miRunAsAgent: TMenuItem
Caption = 'Agent '#44428#54620#51004#47196' '#49892#54665
OnClick = miRunAsAgentClick
end
object miTerminateAgent: TMenuItem
Caption = 'Agent '#44053#51228' '#51333#47308
OnClick = miTerminateAgentClick
end
object N1: TMenuItem
Caption = '-'
end
object miExit: TMenuItem
Caption = #46356#48260#44536' '#47784#46300' '#51333#47308
OnClick = miExitClick
end
end
object miView: TMenuItem
Caption = #48372#44592
OnClick = miViewClick
object miAlwaysTop: TMenuItem
Caption = #54637#49345' '#50948#50640' '#54364#49884
OnClick = miAlwaysTopClick
end
end
end
object OpenDialog: TOpenDialog
Left = 232
Top = 64
end
object tState: TTimer
OnTimer = tStateTimer
Left = 384
Top = 72
end
end