view WarFoundryPref.xml @ 151:540c8aa6e565

Re #269: Handle multiple stat lines * Start to rebuild UI using DataGridView, as we can get the header height from that and it replaces the original DataGrid
author IBBoard <dev@ibboard.co.uk>
date Thu, 06 May 2010 20:05:43 +0000
parents fcfe7e12616a
children
line wrap: on
line source

<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE preferences[
  <!ELEMENT preference (CDATA|preferenceArr+)> 
  <!ELEMENT preferenceArr (CDATA)>
  <!ATTLIST preference id ID #REQUIRED>
  <!ATTLIST preference type CDATA #REQUIRED>
  <!ATTLIST preferenceArr id ID #REQUIRED>
]>
<preferences>
	<preference id="language" type="System.String">en</preference>
	<preference id="currSystem" type="System.String">wh</preference>
	<preference id="logLevel" type="System.String">Info</preference>
</preferences>