Background information:
- TLabel default height is 13;
- TEdit default height is 21;
- Manual dragging: Due to automatic grid snapping and grid size settings, vertical centering cannot be achieved;
- Setting TLabel height to 21 and Layout to tlCenter allows alignment, but after exiting the designer and re-entering, or after executing and running with protection, the TLabel on the registration interface reverts to height 13 and becomes misaligned;
Is there a way to fix the TLabel height at 21, or to achieve vertical centering between the two components?

