Xui_File
ProgramLibrary: "Analysis"
ProgramModule: "prgm"
ProgramExec: "prgm"
ProgramInput: "0"
ProgramOutput: "1"
ProgramDiagnostic: "2"
FileBox:
{
    Name: "Input file"
    Socket:
    Stdin:
    Sticky:
    Columns: 20
    Variable: "-N"
    Help: "Enter the input data set name or file immediately after typing -N unless the input is from a pipe in which case the -N entry must be omitted. This input file should include the complete path name if the file resides in a different directory.  Example -N/b/vsp/dummy tells the program to look for file 'dummy' in directory '/b/vsp'."
} \n
FileBox:
{
    Name: "Output file"
    Socket:
    Stdout:
    Sticky:
    Columns: 20
    Variable: "-O"
    Help: "Enter the output data set name or file immediately after typing -O. This output file is not required when piping the output to another process. The output data set also requires the full path name (see above)."
} \n
Label: "Design Window Velocity "
Space: 
Text: 
{
    Sticky:
    Columns: 10
    Default: "0.0"
    Variable: "-v"
    Help: "Enter the design window velocity in m or ft/s."
    Type: Float
}\n

Label: "Start Trace "
Space: 
Text: 
{
    Sticky:
    Columns: 10
    Default: "0"
    Variable: "-ns"
    Help: "First trace in record to process (Default = 1) "
    Type: Integer
}\n

Label: "End Trace   "
Space: 
Text: 
{
    Sticky:
    Columns: 10
    Default: "0"
    Variable: "-ne"
    Help: "Last trace in record to process (default = all) "
    Type: Integer
}\n

Label: "Start Record"
Space: 
Text: 
{
    Sticky:
    Columns: 10
    Default: "1"
    Variable: "-rs"
    Help: "(integer) First record to process (default = 1) "
    Type: Integer
}\n

Label: "End Record  "
Space: 
Text: 
{
    Sticky:
    Columns: 10
    Default: "0"
    Variable: "-re"
    Help: "(integer) last record to process (default = all) "
    Type: Integer
}\n 

Label: "Verbose Printout"

Space:
RadioBox: {
	RadioButton: 
	{
	    Name: "Disable"
	    Variable: " "
	    Default: On
	}
	RadioButton: 
	{
	    Name: "Enable"
	    Variable: "-V"
	    Help: "Enter the command line argument '-V' to get additional printout. "
	}
}