mirror of https://gitlab.com/basile.b/dexed.git
tools widget, disable extended selection
of no usefulness here
This commit is contained in:
parent
78cb98640f
commit
81c336c3bb
|
@ -8,6 +8,7 @@ inherited ToolsEditorWidget: TToolsEditorWidget
|
||||||
ClientWidth = 441
|
ClientWidth = 441
|
||||||
inherited Content: TPanel
|
inherited Content: TPanel
|
||||||
Height = 244
|
Height = 244
|
||||||
|
Top = 36
|
||||||
Width = 441
|
Width = 441
|
||||||
ClientHeight = 244
|
ClientHeight = 244
|
||||||
ClientWidth = 441
|
ClientWidth = 441
|
||||||
|
@ -29,6 +30,7 @@ inherited ToolsEditorWidget: TToolsEditorWidget
|
||||||
Top = 0
|
Top = 0
|
||||||
Width = 160
|
Width = 160
|
||||||
Align = alLeft
|
Align = alLeft
|
||||||
|
ExtendedSelect = False
|
||||||
ItemHeight = 0
|
ItemHeight = 0
|
||||||
OnDblClick = lstToolsDblClick
|
OnDblClick = lstToolsDblClick
|
||||||
OnDrawItem = lstToolsDrawItem
|
OnDrawItem = lstToolsDrawItem
|
||||||
|
@ -64,6 +66,7 @@ inherited ToolsEditorWidget: TToolsEditorWidget
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
inherited toolbar: TDexedToolBar
|
inherited toolbar: TDexedToolBar
|
||||||
|
Height = 30
|
||||||
Width = 433
|
Width = 433
|
||||||
object btnRun: TDexedToolButton[0]
|
object btnRun: TDexedToolButton[0]
|
||||||
Left = 174
|
Left = 174
|
||||||
|
@ -156,7 +159,7 @@ inherited ToolsEditorWidget: TToolsEditorWidget
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
inherited contextMenu: TPopupMenu
|
inherited contextMenu: TPopupMenu
|
||||||
left = 16
|
Left = 16
|
||||||
top = 40
|
Top = 40
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue