You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
RnQ/RnQ/HistAllSearch.dfm

246 lines
6.3 KiB
Plaintext

object AllHistSrchForm: TAllHistSrchForm
Left = 777
Top = 155
Caption = 'History search'
ClientHeight = 511
ClientWidth = 591
Color = clWindow
Constraints.MinHeight = 350
Constraints.MinWidth = 470
DoubleBuffered = True
ParentFont = True
KeyPreview = True
OldCreateOrder = False
OnClose = FormClose
OnCreate = FormCreate
OnDestroy = FormDestroy
OnResize = FormResize
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object split: TSplitter
Left = 0
Top = 503
Width = 591
Height = 8
Cursor = crVSplit
Margins.Left = 0
Margins.Top = 1
Margins.Right = 0
Margins.Bottom = 1
Align = alBottom
AutoSnap = False
MinSize = 96
ResizeStyle = rsUpdate
end
object loading: TPanel
Left = 0
Top = 81
Width = 591
Height = 422
Align = alClient
BevelOuter = bvNone
Color = clWindow
Font.Charset = RUSSIAN_CHARSET
Font.Color = 7895160
Font.Height = -13
Font.Name = 'Segoe UI'
Font.Style = []
ParentBackground = False
ParentFont = False
TabOrder = 3
end
object pnl: TPanel
Left = 0
Top = 0
Width = 591
Height = 81
Align = alTop
BevelEdges = []
BevelOuter = bvNone
Color = clWindow
Constraints.MaxHeight = 81
Constraints.MinHeight = 81
DoubleBuffered = True
ParentBackground = False
ParentDoubleBuffered = False
ShowCaption = False
TabOrder = 0
DesignSize = (
591
81)
object caseChk: TCheckBox
Left = 8
Top = 35
Width = 153
Height = 17
Caption = 'Case sensitive'
TabOrder = 0
end
object RoasterChk: TCheckBox
Left = 8
Top = 59
Width = 153
Height = 17
Caption = 'Only contacts in CL'
TabOrder = 1
Visible = False
end
object SchAllBtn: TRnQButton
Left = 462
Top = 8
Width = 122
Height = 23
Anchors = [akTop, akRight]
Caption = '&Search'
Default = True
DoubleBuffered = True
ParentDoubleBuffered = False
TabOrder = 2
Visible = False
OnClick = SchAllBtnClick
end
object SchBtn: TRnQButton
Left = 462
Top = 8
Width = 122
Height = 23
Anchors = [akTop, akRight]
Caption = '&Search'
Default = True
DoubleBuffered = True
ParentDoubleBuffered = False
TabOrder = 3
OnClick = SchBtnClick
end
object direction: TComboBox
Left = 463
Top = 37
Width = 120
Height = 21
Style = csDropDownList
Anchors = [akTop, akRight]
ItemIndex = 0
TabOrder = 4
Text = 'From the beginning'
Items.Strings = (
'From the beginning'
'Forward'
'Backward'
'From the end')
end
object radioAll: TRadioButton
Left = 176
Top = 59
Width = 279
Height = 17
Anchors = [akLeft, akTop, akRight]
Caption = 'All contacts'
TabOrder = 5
OnClick = radioAllClick
end
object radioCurrent: TRadioButton
Left = 176
Top = 35
Width = 280
Height = 17
Anchors = [akLeft, akTop, akRight]
Checked = True
TabOrder = 6
TabStop = True
OnClick = radioCurrentClick
end
object SearchEdit: TEdit
Left = 8
Top = 9
Width = 448
Height = 21
Anchors = [akLeft, akTop, akRight]
TabOrder = 7
end
end
object HistPosTree: TVirtualDrawTree
AlignWithMargins = True
Left = 8
Top = 81
Width = 575
Height = 422
Margins.Left = 8
Margins.Top = 0
Margins.Right = 8
Margins.Bottom = 0
Align = alClient
ChangeDelay = 100
Colors.FocusedSelectionColor = clInactiveCaption
Colors.SelectionRectangleBorderColor = clInactiveCaption
Constraints.MinHeight = 96
DefaultNodeHeight = 13
DrawSelectionMode = smBlendedRectangle
Header.AutoSizeIndex = 0
Header.DefaultHeight = 17
Header.Height = 17
Header.MainColumn = -1
Header.Options = []
TabOrder = 1
TreeOptions.AutoOptions = [toAutoDropExpand, toAutoScrollOnExpand, toAutoTristateTracking, toAutoDeleteMovedNodes, toAutoChangeScale]
TreeOptions.MiscOptions = [toAcceptOLEDrop, toFullRepaintOnResize, toInitOnSave, toToggleOnDblClick]
TreeOptions.PaintOptions = [toHideFocusRect, toShowButtons, toShowDropmark, toShowHorzGridLines, toThemeAware, toUseBlendedImages, toUseBlendedSelection]
TreeOptions.SelectionOptions = [toDisableDrawSelection, toFullRowSelect, toMultiSelect]
Visible = False
OnChange = HistPosTreeChange
OnDrawNode = HistPosTreeDrawNode
OnFreeNode = HistPosTreeFreeNode
OnKeyDown = HistPosTreeKeyDown
OnMouseUp = HistPosTreeMouseUp
OnResize = HistPosTreeResize
OnScroll = HistPosTreeScroll
Columns = <>
end
object HistPosTreeAll: TVirtualDrawTree
AlignWithMargins = True
Left = 8
Top = 81
Width = 575
Height = 422
Margins.Left = 8
Margins.Top = 0
Margins.Right = 8
Margins.Bottom = 0
Align = alClient
ChangeDelay = 100
Colors.FocusedSelectionColor = clInactiveCaption
Colors.SelectionRectangleBorderColor = clInactiveCaption
Constraints.MinHeight = 96
DefaultNodeHeight = 20
DrawSelectionMode = smBlendedRectangle
Header.AutoSizeIndex = 0
Header.DefaultHeight = 17
Header.Height = 17
Header.MainColumn = -1
Header.Options = []
TabOrder = 2
TreeOptions.PaintOptions = [toHideFocusRect, toShowButtons, toShowDropmark, toShowRoot, toShowTreeLines, toThemeAware, toUseBlendedImages, toUseBlendedSelection]
TreeOptions.SelectionOptions = [toDisableDrawSelection, toFullRowSelect, toRightClickSelect]
Visible = False
OnDrawNode = HistPosTreeAllDrawNode
OnFreeNode = HistPosTreeFreeNode
OnNodeDblClick = HistPosTreeAllNodeDblClick
Columns = <>
end
object AppEvents: TApplicationEvents
OnMessage = AppEventsMessage
Left = 528
Top = 64
end
object HistMenu: TPopupMenu
AutoHotkeys = maManual
AutoPopup = False
Left = 472
Top = 64
object Copy1: TMenuItem
Caption = 'Copy'
OnClick = Copy1Click
end
end
end