System Lock

[git-p4: depot-paths = "//Abdaw/dev_main/tracks/": change = 463351]
This commit is contained in:
Product Management Group 2014-05-26 05:59:39 -05:00
parent a83ac224c2
commit c15970f03f

View file

@ -1,22 +1,22 @@
<?xml version="1.0" encoding="UTF-8"?>
<Dialog title="Session Lock" resizeable="false">
<style name="generic_control" font ="Arial 10"/>
<Dialog title=" " resizeable="False">
<style name="generic_control" font ="Arial Bold 16"/>
<style name="generic_button"
style="generic_control"
fgnormal="#BFBFBF"
bgnormal="#007c7e"
fgnormal="#FFffff"
bgnormal="#FF0000"
fgactive="#BFBFBF"
bgactive="#454545"
fghover="#CCCCCC"
bghover="#898989"
fgdisabled ="#959595"
bordercolor="#7E7E7E"
borderwidth="1 1 0 0" />
<Layout width="442" height="660">
<icon source="sessionlock.png"/>
<Button style="generic_button"
bordercolor="#FF0000"
borderwidth="0 0 0 0" />
<Layout width="400" height="66">
<icon source="systemlock.png"/>
<Button style="generic_button"
id="ok_button"
text="UNLOCK"
x="75" y="368" width="72" height="32"/>
x="280" y="3" width="120" height="59"/>
</Layout>
</Dialog>