dlg = Dialog(
Title( "Dialog Example" ),
Lineup( 2,
title = Edit Text( "My projection" ),
dlg["lsl"],
dlg["usl"],
dlg["threshold"],
dlg["type"],
dlg["antenna"],
dlg["synch"],
dlg["title"],
dlg["quality"]
注意:Use Return Result to get the same result in New Window() as with the deprecated Dialog(). See Construct a Modal Window for an example.