?.title: Zmodem Receive (Xrz3D 0.5)
?.iconName: Xrz 3D
?.iconPixmap: "xrz.ico"
?.iconMask: "frame.ico"

*totalTitle.fromHoriz: fileTitle
*fileBytesReceived.fromVert: fileTitle
*totalBytesReceived.fromVert: totalTitle
*totalBytesReceived.fromHoriz: fileBytesReceived
*fileBytesExpected.fromVert: fileBytesReceived
*totalBytesExpected.fromVert: fileBytesExpected
*thruput.fromVert: totalBytesReceived
*thruput.fromHoriz: fileBytesExpected
*fileBar.fromHoriz: totalTitle
*message.fromVert: fileTimeLeft
*message.fromHoriz: totalTimeElapsed
*totalBar.fromVert: fileBar
*totalBar.fromHoriz: thruput

*fileTimeElapsed.fromVert: totalBytesExpected
*totalTimeElapsed.fromVert: totalBytesExpected
*totalTimeElapsed.fromHoriz: fileTimeElapsed

*totalTimeLeft.fromHoriz: fileTimeLeft
*totalTimeLeft.fromVert: totalBar

*fileTimeLeft.fromVert: totalBar
*fileTimeLeft.fromHoriz: thruput

*quit.fromVert: message

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

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

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

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

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

*fileBytesReceived.label: KB Received of File
*fileBytesReceived.valueForeground: red

*totalBytesReceived.label: Total KB Received
*totalBytesReceived.valueForeground: green

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

*fileBytesExpected.label: Expected of File
*fileBytesExpected.state: unknown
*fileBytesExpected.height: 42

*totalBytesExpected.label: Total Expected
*totalBytesExpected.state: unknown
*totalBytesExpected.height: 42

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

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

*BarGraph.height: 91
*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 Received
*fileBar.barForeground: red
*fileBar.valueForeground: red
*fileBar.valueBackground: black

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

*message.width: 306
*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: 42

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

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

*quit.height: 20
*quit.width: 618
*quit.label: Abort Transfer
*quit.labelColor: white
*quit.font: variable
*quit.top: ChainTop
*quit.left: ChainLeft

*mainbox.background: DarkSlateGrey

