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

137 lines
3.5 KiB
Plaintext

object prefFrm: TprefFrm
Left = 452
Top = 201
BorderIcons = [biSystemMenu]
BorderStyle = bsSingle
Caption = 'Preferences'
ClientHeight = 431
ClientWidth = 596
Color = clBtnFace
DefaultMonitor = dmMainForm
ParentFont = True
KeyPreview = True
OldCreateOrder = True
Position = poScreenCenter
Scaled = False
ShowHint = True
OnClose = FormClose
OnCreate = FormCreate
OnDestroy = FormDestroy
OnKeyDown = FormKeyDown
OnShow = FormShow
DesignSize = (
596
431)
PixelsPerInch = 96
TextHeight = 13
object framePnl: TPanel
Left = 195
Top = 5
Width = 360
Height = 258
Margins.Left = 0
Margins.Top = 0
Margins.Right = 0
Margins.Bottom = 0
Align = alCustom
Anchors = [akLeft, akTop, akRight, akBottom]
BevelOuter = bvNone
Ctl3D = True
DoubleBuffered = False
Font.Charset = RUSSIAN_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
ParentCtl3D = False
ParentDoubleBuffered = False
ParentFont = False
TabOrder = 1
end
object PrefList: TVirtualDrawTree
Left = 8
Top = 8
Width = 184
Height = 258
Colors.DropMarkColor = cl3DLight
Colors.DropTargetColor = cl3DLight
Colors.DropTargetBorderColor = cl3DLight
Colors.FocusedSelectionColor = cl3DLight
Colors.FocusedSelectionBorderColor = cl3DLight
Colors.SelectionRectangleBlendColor = cl3DLight
Colors.SelectionRectangleBorderColor = cl3DLight
Colors.UnfocusedSelectionColor = clScrollBar
Header.AutoSizeIndex = 0
Header.DefaultHeight = 17
Header.Font.Charset = DEFAULT_CHARSET
Header.Font.Color = clWindowText
Header.Font.Height = -11
Header.Font.Name = 'Tahoma'
Header.Font.Style = []
Header.Height = 17
Header.MainColumn = -1
Header.Options = [hoColumnResize, hoDrag]
TabOrder = 0
TreeOptions.PaintOptions = [toHideFocusRect, toShowButtons, toShowDropmark, toShowTreeLines, toThemeAware, toUseBlendedImages, toUseBlendedSelection]
TreeOptions.SelectionOptions = [toFullRowSelect, toMiddleClickSelect, toRightClickSelect]
OnChange = PrefListChange
OnDrawNode = PrefListDrawNode
OnFreeNode = PrefListFreeNode
Columns = <>
end
object resetBtn: TRnQButton
Left = 8
Top = 281
Width = 85
Height = 25
Anchors = [akLeft, akBottom]
Caption = 'Reset'
DoubleBuffered = True
ParentDoubleBuffered = False
TabOrder = 2
OnClick = resetBtnClick
ImageName = 'refresh'
end
object okBtn: TRnQButton
Left = 274
Top = 281
Width = 83
Height = 25
Anchors = [akLeft, akBottom]
Caption = 'Ok'
Default = True
DoubleBuffered = True
ModalResult = 1
ParentDoubleBuffered = False
TabOrder = 3
OnClick = okBtnClick
ImageName = 'ok'
end
object closeBtn: TRnQButton
Left = 362
Top = 281
Width = 91
Height = 25
Anchors = [akLeft, akBottom]
Caption = 'Close'
DoubleBuffered = True
ParentDoubleBuffered = False
TabOrder = 4
OnClick = closeBtnClick
ImageName = 'close'
end
object applyBtn: TRnQButton
Left = 459
Top = 281
Width = 89
Height = 25
Anchors = [akLeft, akBottom]
Caption = 'Apply'
DoubleBuffered = True
ParentDoubleBuffered = False
TabOrder = 5
OnClick = applyBtnClick
ImageName = 'apply'
end
end