Hi,
There is no "easy" way of specifying default values on the specify module dialog. The options that you have in this case are:
1) Create a copy of all the NI step types that use adapters, and then edit them to have a designated adapter. Once you designate an adapter you can then click the Speicy Module dialog button and enable the properties you want on/off for new instances of that step.
2) Create a tool that will iterate through a sequence of steps and disable the Show Front Panel When Called property. This property is hidden by default and can be turned on through the Preferences tab of the Station Options dialog. The actual property is Step.TS.SData.ShowFrntPnl. Your tool would programatically load a sequence file, look through all the ste
ps within the sequence file and any step that had the property Step.TS.Adapter set to "G Standard Prototype Adapter" set the correponding Step.TS.SData.XXX to the desired value.
Let me know if you need any clarification on this. Hope this helps!
Bob