* View close triggers don't require an action to be considered valid any more * Added exit prompt * Sorted SessionContext to be a smidge more readable * Added instance fields for referencing to views in SessionContext * BankNetInteractor now completely cleans its state when Logout() is called
55 lines
1.3 KiB
XML
55 lines
1.3 KiB
XML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<Resources xmlns="Client.ConsoleForms.Graphics">
|
|
<DialogView id="EmptyFieldError"
|
|
padding_left="2"
|
|
padding_right="2"
|
|
padding_top="1"
|
|
padding_bottom="1">
|
|
<Options>
|
|
<Option>@string/GENERIC_accept</Option>
|
|
</Options>
|
|
<Text>@string/ERR_empty</Text>
|
|
</DialogView>
|
|
|
|
<DialogView id="ConnectionError"
|
|
padding_left="2"
|
|
padding_right="2"
|
|
padding_top="1"
|
|
padding_bottom="1"
|
|
border="4">
|
|
<Options>
|
|
<Option>@string/GENERIC_accept</Option>
|
|
</Options>
|
|
<Text>@string/NC_connerr</Text>
|
|
</DialogView>
|
|
|
|
<TextView id="data_fetch"
|
|
padding_left="2"
|
|
padding_right="2"
|
|
padding_top="1"
|
|
padding_bottom="1">
|
|
<Text>@string/GENERIC_fetch</Text>
|
|
</TextView>
|
|
|
|
<TextView id="verify_stall"
|
|
padding_left="2"
|
|
padding_right="2"
|
|
padding_top="1"
|
|
padding_bottom="1">
|
|
<Text>@string/SE_checking</Text>
|
|
</TextView>
|
|
|
|
<DialogView id="quit"
|
|
padding_left="2"
|
|
padding_right="2"
|
|
padding_top="1"
|
|
padding_bottom="1"
|
|
border="4">
|
|
<Options>
|
|
<Option close="true">@string/GENERIC_negative</Option>
|
|
<Option exit="true">@string/GENERIC_positive</Option>
|
|
</Options>
|
|
<Text>@string/NC_quit</Text>
|
|
</DialogView>
|
|
|
|
</Resources> |