mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-21 09:58:13 +00:00
21 lines
741 B
Text
21 lines
741 B
Text
inherited frmOptionsPluginsWDX: TfrmOptionsPluginsWDX
|
|
inherited stgPlugins: TStringGrid
|
|
AnchorSideLeft.Control = Owner
|
|
AnchorSideRight.Control = Owner
|
|
end
|
|
inherited pnlPlugIn: TPanel
|
|
AnchorSideLeft.Control = Owner
|
|
AnchorSideTop.Control = Owner
|
|
inherited lblPlugInDescription: TLabel
|
|
Caption = 'Content plu&gins allow one to display extended file details like mp3 tags or image attributes in file lists, or use them in search and multi-rename tool'
|
|
end
|
|
end
|
|
inherited pnlButton: TPanel
|
|
AnchorSideLeft.Control = Owner
|
|
AnchorSideRight.Control = Owner
|
|
AnchorSideBottom.Control = Owner
|
|
inherited btnAddPlugin: TBitBtn
|
|
OnClick = btnAddPluginClick
|
|
end
|
|
end
|
|
end
|