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/RnQdbDlg.dfm

164 lines
4.2 KiB
Plaintext

object RnQdbFrm: TRnQdbFrm
Left = 370
Top = 194
Caption = 'Contacts database'
ClientHeight = 446
ClientWidth = 331
Color = clBtnFace
Constraints.MinHeight = 200
Constraints.MinWidth = 310
ParentFont = True
OldCreateOrder = False
Position = poScreenCenter
OnClose = FormClose
OnCreate = FormCreate
OnDestroy = FormDestroy
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object panel: TPanel
Left = 0
Top = 381
Width = 331
Height = 65
Align = alBottom
BevelOuter = bvNone
TabOrder = 0
DesignSize = (
331
65)
object removenilhistoriesChk: TCheckBox
Left = 8
Top = 8
Width = 316
Height = 17
Anchors = [akLeft, akTop, akRight]
Caption = 'Delete history together with the contacts'
TabOrder = 0
end
object purgeBtn: TRnQButton
Left = 8
Top = 31
Width = 134
Height = 25
Caption = '&Clean'
DoubleBuffered = True
ParentDoubleBuffered = False
TabOrder = 1
OnClick = purgeBtnClick
end
object reportBtn: TRnQButton
Left = 149
Top = 31
Width = 134
Height = 25
Caption = 'View report'
DoubleBuffered = True
ParentDoubleBuffered = False
TabOrder = 2
Visible = False
OnClick = reportBtnClick
end
end
object barPnl: TPanel
Left = 0
Top = 359
Width = 331
Height = 22
Align = alBottom
AutoSize = True
BevelOuter = bvNone
Caption = 'barPnl'
TabOrder = 1
DesignSize = (
331
22)
object resizeBtn: TRnQSpeedButton
Left = 0
Top = 0
Width = 22
Height = 22
Flat = True
ImageName = 'down'
OnClick = resizeBtnClick
end
object sbar: TStatusBar
Left = 22
Top = 0
Width = 309
Height = 21
Align = alNone
Anchors = [akLeft, akTop, akRight]
Panels = <>
SimplePanel = True
end
end
object dbTree: TVirtualDrawTree
Left = 0
Top = 0
Width = 331
Height = 359
Align = alClient
BorderStyle = bsNone
Header.AutoSizeIndex = 1
Header.DefaultHeight = 17
Header.Height = 17
Header.Options = [hoColumnResize, hoDrag, hoShowSortGlyphs, hoVisible]
Header.PopupMenu = VTHPMenu
Header.SortColumn = 0
TabOrder = 2
TreeOptions.AutoOptions = [toAutoDropExpand, toAutoScrollOnExpand, toAutoSort, toAutoTristateTracking, toAutoDeleteMovedNodes]
TreeOptions.PaintOptions = [toShowButtons, toShowDropmark, toShowHorzGridLines, toThemeAware, toUseBlendedImages]
TreeOptions.SelectionOptions = [toFullRowSelect, toMultiSelect, toRightClickSelect]
OnCompareNodes = dbTreeCompareNodes
OnDrawNode = dbTreeDrawNode
OnHeaderClick = dbTreeHeaderClick
Columns = <
item
Position = 0
Text = 'UIN'
Width = 143
end
item
Position = 1
Text = 'Nickname'
Width = 159
end
item
MinWidth = 20
Options = [coAllowClick, coDraggable, coEnabled, coParentBidiMode, coParentColor, coResizable, coShowDropMark]
Position = 2
Text = 'Important'
end
item
MinWidth = 100
Options = [coAllowClick, coDraggable, coEnabled, coParentBidiMode, coParentColor, coResizable, coShowDropMark]
Position = 3
Text = 'Avatar MD5'
Width = 100
end
item
Options = [coAllowClick, coDraggable, coEnabled, coParentBidiMode, coParentColor, coResizable, coShowDropMark]
Position = 4
Text = 'Birthday'
end
item
Options = [coAllowClick, coDraggable, coEnabled, coParentBidiMode, coParentColor, coResizable, coShowDropMark]
Position = 5
Text = 'Days to Bd'
end
item
Options = [coAllowClick, coDraggable, coEnabled, coParentBidiMode, coParentColor, coResizable, coShowDropMark]
Position = 6
Text = 'Last time seen online'
Width = 130
end>
end
object VTHPMenu: TVTHeaderPopupMenu
OwnerDraw = True
OnPopup = VTHPMenuPopup
Left = 176
Top = 112
end
end