?.title: Zmodem Send (Xrz3D 0.2)
?.iconName: XSz 3D
#?.iconPixmap: "xsz.xpm"
#?.iconMask: "frame.xpm"

*totalTitle.fromHoriz: fileTitle
*thruput.fromHoriz:	totalTitle
*Taikuk.fromHoriz:	thruput
*fileBytes.fromVert: fileTitle
*fileBytesSent.fromVert: fileBytes
*fileBar.fromHoriz:	fileBytes
*fileBar.fromVert:	fileTitle
*fileTimeElapsed.fromHoriz: fileBar
*fileTimeElapsed.fromVert: Taikuk
*fileTimeLeft.fromVert: fileTimeElapsed
*fileTimeLeft.fromHoriz: fileBar
*totalBytes.fromVert: fileBytesSent
*totalBytesSent.fromVert: totalBytes
*totalBar.fromVert: fileBar
*totalBar.fromHoriz: totalBytes
*totalTimeElapsed.fromVert: fileTimeLeft
*totalTimeElapsed.fromHoriz: totalBar
*totalTimeLeft.fromVert: totalTimeElapsed
*totalTimeLeft.fromHoriz: totalBar
*message.fromVert: totalBytesSent
!*mBytesSentessage.fromHoriz: totalTimeElapsed

*quit.fromVert: message

*Lcd.background: DimGrey
*BarGraph.background: DimGrey
*BarGraph.width: 308
*LedButton.background: DimGrey
*SimpleButton.background: DarkSlateGrey

*LedButton.width: 150
*LedButton.height: 50
*LedButton.font: variable
*LedButton.interval: 0
*LedButton.stateVisible: true
*LedButton.ledVisible: false

*Lcd.width: 150
*Lcd.height: 50
*Lcd.font: 5x7
*Lcd.dataType: lval
*Lcd.upperBound: 99999
*Lcd.lowerBound: 0
*Lcd.value: 0
*Lcd.valueLength: 5
*Lcd.interval: 1000
*Lcd.labelColor: white
*Lcd.valueBackground: black

*fileTitle.label: File Name
*fileTitle.state: unknown

*totalTitle.label: Files Remainig
*totalTitle.state: unknown

*fileBytesSent.label: KB Sent of File
*fileBytesSent.valueForeground: red
*fileBytesSent*height: 50

*totalBytesSent.label: Total KB Sent 
*totalBytesSent.valueForeground: green

*thruput.label: Throughput
*thruput.valueForeground: blue

*fileBytes.label: Current File KB
*fileBytes.state: unknown
*fileBytes.height: 50

*totalBytes.label: Total KB Left
*totalBytes.state: unknown
#*totalBytes.height: 50

*fileTimeElapsed.label: Time Elapsed for File
*fileTimeElapsed.state: unknown
*fileTimeElapsed.height: 50

*totalTimeElapsed.label: Total Time Elapsed
*totalTimeElapsed.state: unknown
*totalTimeElapsed.height: 50

*BarGraph.height: 105
*BarGraph.orient: horizontal
*BarGraph.font: variable
*BarGraph.dataType: lval
*BarGrapg.upperBound: 100
*BarGraph.lowerBound: 0
*BarGraph.value: 0
*BarGraph.interval: 0
*BarGraph.scaleSegments: 7
*BarGraph.scaleColor: white
*BarGraph.valueBackground: white
*BarGraph.barBackground: black
*BarGraph.labelColor: white

*fileBar.label: Percentage of File Sent
*fileBar.barForeground: red
*fileBar.valueForeground: red
*fileBar.valueBackground: black

*totalBar.label: Percentage of Total Sent
*totalBar.barForeground: green
*totalBar.valueForeground: green
*totalBar.valueBackground: black

*message.width: 618
*message.height: 48
*message.label: Status 
*message.font: variable
*message.ledVisible: false
*message.stateVisible: true
*message.state: Receiving File
*message.interval: 0

*fileTimeLeft.label: File Time Left
*fileTimeLeft.state: unknown
*fileTimeLeft.height: 50

*totalTimeLeft.label: Total Time Left
*totalTimeLeft.state: unknown
*totalTimeLeft.height: 50

*stateForeground: yellow
*stateBackground: black
*labelColor: white
*background: DimGrey

*Taikuk.width:	152
*Taikuk.height:	48
*Taikuk.foreground: IndianRed
*Taikuk.background: SkyBlue

*mainbox.background: DarkSlateGrey
