GabrielTofvesson eeaf8c708f Revised and refactored OutputFormatter
- OutputFormatter is now renamed to CommandHandler
CommandHandler now supports full command management
  - Dynamically generates command list (for "help")
  - Added Command class which specifies the structure of a command
  - Added struct specifying the structure of a command parameter
Added exception handling to networking
Moved shared layout resource to Common layout file
2018-05-02 22:26:19 +02:00

25 lines
627 B
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>
</Resources>