doublecmd/src/frames/foptionspluginswlx.lfm

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