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/Prefs/plugins_fr.dfm

90 lines
2.5 KiB
Plaintext

object pluginsFr: TpluginsFr
Left = 359
Top = 225
VertScrollBar.Tracking = True
ClientHeight = 376
ClientWidth = 420
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
OldCreateOrder = True
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 6
Top = 6
Width = 66
Height = 13
Caption = 'Found plugins'
end
object reloadBtn: TRnQButton
Left = 7
Top = 289
Width = 121
Height = 25
Caption = '&Reload'
TabOrder = 0
OnClick = reloadBtnClick
ImageName = 'refresh'
end
object prefBtn: TRnQButton
Left = 144
Top = 289
Width = 113
Height = 25
Caption = '&Preferences'
TabOrder = 1
OnClick = prefBtnClick
ImageName = 'preferences'
end
object PluginsList: TVirtualDrawTree
Left = 6
Top = 28
Width = 393
Height = 255
Colors.DropMarkColor = cl3DLight
Colors.DropTargetColor = cl3DLight
Colors.DropTargetBorderColor = cl3DLight
Colors.FocusedSelectionColor = cl3DLight
Colors.FocusedSelectionBorderColor = cl3DLight
Colors.SelectionRectangleBlendColor = cl3DLight
Colors.SelectionRectangleBorderColor = cl3DLight
DragType = dtVCL
DrawSelectionMode = smBlendedRectangle
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 = 18
Header.Options = [hoAutoResize, hoColumnResize, hoDrag, hoVisible]
TabOrder = 2
TreeOptions.MiscOptions = [toAcceptOLEDrop, toCheckSupport, toFullRepaintOnResize, toInitOnSave, toToggleOnDblClick, toWheelPanning]
TreeOptions.PaintOptions = [toHideFocusRect, toShowButtons, toShowDropmark, toShowTreeLines, toThemeAware, toUseBlendedImages]
TreeOptions.SelectionOptions = [toFullRowSelect]
OnDrawNode = PluginsListDrawNode
OnFreeNode = PluginsListFreeNode
Columns = <
item
Position = 0
Width = 258
WideText = 'Name'
end
item
Position = 1
Width = 131
WideText = 'Filename'
end
item
Options = [coAllowClick, coDraggable, coEnabled, coParentBidiMode, coParentColor, coResizable, coShowDropMark, coAllowFocus, coEditable]
Position = 2
WideText = 'Type'
end>
end
end