mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-21 09:58:13 +00:00
24 lines
790 B
Text
24 lines
790 B
Text
inherited frmOptionsPluginsWLX: TfrmOptionsPluginsWLX
|
|
inherited stgPlugins: TStringGrid
|
|
AnchorSideLeft.Control = Owner
|
|
AnchorSideRight.Control = Owner
|
|
end
|
|
inherited pnlPlugIn: TPanel
|
|
AnchorSideLeft.Control = Owner
|
|
AnchorSideTop.Control = Owner
|
|
inherited lblPlugInDescription: TLabel
|
|
Caption = 'Vie&wer plugins allow one to display file formats like images, spreadsheets, databases etc. in Viewer (F3, Ctrl+Q)'
|
|
end
|
|
end
|
|
inherited pnlButton: TPanel
|
|
AnchorSideLeft.Control = Owner
|
|
AnchorSideRight.Control = Owner
|
|
AnchorSideBottom.Control = Owner
|
|
inherited btnAddPlugin: TBitBtn
|
|
OnClick = btnAddPluginClick
|
|
end
|
|
inherited btnEnablePlugin: TBitBtn
|
|
OnClick = btnEnablePluginClick
|
|
end
|
|
end
|
|
end
|