Menu: View→Interface Properties→Formats→New Format
Press this button to create a new format for displaying parameter estimates on the path diagram.
Programming
In Amos Graphics programs, you can simulate clicking this button as follows (Visual Basic):
Dim aButton As Windows.Forms.Button = pd.GetButton("InterfacePropertiesForm", "StylesNew")
aButton.PerformClick