UniMinimizedForm.pas
Unit which automatically handle form Maximize/Restore/Minimize/Resize for base UniGUI TUniForm class in MDI style. Also keep form header on the main form, in the reach of the user.
Usage: Just add UniMinimizedForm.pas to uses on any UniGUI form in interface section:
unit MyForm;
interface
uses
..., UniMinimizedForm, ...;
Unit ArrayEx is here: https://github.com/rgreat/TArrayEx