With default Windows settings, accelerator keys are not meant to be shown on dialogs until the user presses the ALT key.
Delphi\'s TLabel control
TLabel
You could use TStaticText instead of TLabel.
From the doc page:
Use TStaticText instead of TLabel when the component's accelerator key must belong to a windowed control.