button={ label=Help action="xtpanel -file help/resources &" }
vbox={ 
message={ value="Click to specify any of the following parameters" }
message={ value="Note: Some parameters apply to only certain objects" }
button={ label="height" 
 action="ASSIGN out $(out)\n`xtpanel -name ""height"" \
	 -var varname height -file generator/valstring`"
}
button={ label="width" 
 action="ASSIGN out $(out)\n`xtpanel -name ""width"" \
	 -var varname width -file generator/valstring`"
}
button={ label="foreground color" 
 action="ASSIGN out $(out)\n`xtpanel -name ""foreground color"" \
 	 -var varname foreground -file generator/valstring`"
}
button={ label="background color" 
 action="ASSIGN out $(out)\n`xtpanel -name ""background color"" \
	 -var varname background -file generator/valstring`"
}
button={ label="border color" 
 action="ASSIGN out $(out)\n`xtpanel -name ""border color"" \
	 -var varname borderColor -file generator/valstring`"
}
button={ label="orientation" 
 action="ASSIGN out $(out)\n`xtpanel -name ""orientation"" \
	 -var varname orientation -file generator/valstring`"
}
button={ label="font" 
 action="ASSIGN out $(out)\n`xtpanel -name ""font"" \
	 -var varname font -file generator/valstring`"
}
button={ label="bitmap" 
 action="ASSIGN out $(out)\n`xtpanel -name ""bitmap"" \
	 -var varname bitmap -file generator/valstring`"
}
button={ label="background pixmap" 
 action="ASSIGN out $(out)\n`xtpanel -name ""background pixmap"" \
	 -var varname backgroundPixmap -file generator/valstring`"
}
button={ label="background bitmap" 
 action="ASSIGN out $(out)\n`xtpanel -name ""background bitmap"" \
	 -var varname backgroundBitmap -file generator/valstring`"
}
button={ label="sensitivity" 
 action="ASSIGN out $(out)\n`xtpanel -name ""sensitivity"" \
	 -var varname senstitive -file generator/valstring`"
}
button={ label="state" 
 action="ASSIGN out $(out)\n`xtpanel -name ""state"" \
	 -var varname state -file generator/valstring`"
}
}
message={ value="Or edit below to add new parameters or make changes" }
text={ name=out value="" editType=edit height=75 width=400 }
button={ label="Click here when done to add these parameters to the object" 
         action='echo -n ''$(out)'' '
	 action=QUIT }
button={ label="Or click here to cancel" action=QUIT }
