?.title: X Zmodem 3D
?.iconName: Xrz 3D
?.iconPixmap: xrz.ico
?.iconMask: frame.ico

!XRz.geometry: 500x500

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

!*Lcd.shadeDepth: 2
*Lcd.background: sienna
*BarGraph.background: SlateBlue
!*BarGraph.shadeDepth: 2
*BarGraph.width: 308
!*LedButton.shadeDepth: 2
*LedButton.background: blue2
*SimpleButton.background: red

*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
*fileTitle.labelColor: gold
*fileTitle.stateForeground: mediumVioletRed
*fileTitle.stateBackground: white

*totalTitle.label: Files Remainig
*totalTitle.state: unknown
*totalTitle.labelColor: gold
*totalTitle.stateForeground: mediumVioletRed
*totalTitle.stateBackground: white

*Lcd.width: 150
*Lcd.height: 90
!fileBytesReceived.height: 0
*Lcd.font: 6x9
*Lcd.dataType: lval
*Lcd.upperBound: 99999
*Lcd.lowerBound: 0
*Lcd.value: 0
*Lcd.valueLength: 5
# 1 second interval for updating the LCD
*Lcd.interval: 1000
*Lcd.labelColor: gold
*Lcd.valueForeground: red
*Lcd.valueBackground: black
!*Lcd.left: ChainLeft
!*Lcd.right: ChainRight
!*Lcd.top: ChainTop

*fileBytesReceived.label: KB Received of File
*totalBytesReceived.label: Total KB Received

*thruput.label: Throughput
*thruput.valueBackground: grey60
*thruput.valueForeground: black

*fileBytesExpected.label: Expected of File
*fileBytesExpected.state: unknown
*fileBytesExpected.height: 42
*fileBytesExpected.bacXkground: darkGreen
*fileBytesExpected.labelColor: yellow

*totalBytesExpected.label: Total Expected
*totalBytesExpected.state: unknown
*totalBytesExpected.height: 42
*totalBytesExpected.background: darkGreen
*totalBytesExpected.labelColor: yellow

*fileTimeElapsed.label: Time Elapsed for File
*fileTimeElapsed.state: unknown
*fileTimeElapsed.height: 48
*fileTimeElapsed.labelColor: green
*fileTimeElapsed.stateForeground: blue
*fileTimeElapsed.stateBackground: white

*totalTimeElapsed.label: Total Time Elapsed
*totalTimeElapsed.state: unknown
*totalTimeElapsed.height: 48
*totalTimeElapsed.labelColor: green
*totalTimeElapsed.stateForeground: blue
*totalTimeElapsed.stateBackground: white

*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: cyan
*BarGraph.valueBackground: white
*BarGraph.barBackground: black
*BarGraph.labelColor: white

*fileBar.label: Percentage of File Received
!*fileBar.labelColor: yellow
*fileBar.barForeground: red
!*fileBar.barBackground: white
*fileBar.valueForeground: fireBrick
!*fileBar.left: ChainLeft
!*fileBar.right: ChainRight
!*fileBar.top: ChainTop

*totalBar.label: Percentage of Total Received
!*totalBar.labelColor: red
*totalBar.barForeground: green
!*totalBar.barBackground: white
*totalBar.valueForeground: red
!*totalBar.left: ChainLeft
!*totalBar.right: ChainRight
!*totalBar.top: ChainTop

*message.width: 306
*message.height: 48
*message.label: Status 
*message.labelColor: brown
*message.font: variable
*message.ledVisible: false
*message.stateVisible: true
*message.state: Receiving File
*message.background: gold
*message.stateForeground: blue
*message.stateBackground: white
*message.interval: 0

# Quit resources
*quit.width: 90
*quit.height: 42
*quit.label: Quit
*quit.labelColor: cyan
*quit.font: variable
!*quit.top: ChainTop
!*quit.left: ChainLeft

*about.width: 210
*about.height: 42
*about.label: Graphics brought to you by
*about.state: Muhammad M. Saggaf
!*about.state: unknown
*about.font: fixed
*about.labelColor: brown
*about.ledVisible: false
*about.stateVisible: true
*about.background: pink
*about.stateForeground: blue
*about.stateBackground: white
