You can't change opacity for Form Control objects, and they will always be above all other layers.
Use a sprite or TiledBackground object instead of the progress bar. It's very easy - set origin point on the left and update its width, for example:
Bar Set width to 300*(Player.health/100)
where 300 is the maximum width, and 100 is the maximum health.