lazarus/components/minimap/strminimap.pas

25 lines
375 B
ObjectPascal

unit StrMiniMap;
{$mode objfpc}{$H+}
interface
const
SConfigFile = 'minimap.xml';
KeyEnabled = 'Enabled';
KeyAlignLeft = 'AlignLeft';
KeyWidth = 'Width';
KeyViewWindowColor = 'ViewWindowColor';
KeyViewWindowTextColor = 'ViewWindowTextColor';
KeyInitialFontSize = 'InitialFontSize';
Resourcestring
SMinimapConfigTitle = 'MiniMap';
implementation
end.