2015-02-07 17:38:41 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
|
|
|
|
<MyGUI type="Layout">
|
2017-09-20 20:53:59 +00:00
|
|
|
<Widget type="Window" skin="MW_Dialog" layer="LoadingScreen" position="0 0 300 48" align="Center" name="_Main">
|
2015-02-07 17:38:41 +00:00
|
|
|
|
2017-09-20 20:53:59 +00:00
|
|
|
<Widget type="TextBox" skin="SandText" position="16 4 260 18" align="Stretch" name="LoadingText">
|
2015-02-07 17:38:41 +00:00
|
|
|
<Property key="TextAlign" value="Center"/>
|
|
|
|
<Property key="Caption" value="#{sInPrisonTitle}"/>
|
|
|
|
</Widget>
|
|
|
|
|
2017-09-20 20:53:59 +00:00
|
|
|
<Widget type="ScrollBar" skin="MW_ProgressScroll_Loading" position="16 26 260 6" name="ProgressBar">
|
2015-02-07 17:38:41 +00:00
|
|
|
</Widget>
|
|
|
|
|
|
|
|
</Widget>
|
|
|
|
</MyGUI>
|