To do: ('+' = need to do	/	'-' = has been fixed)
+ Add the wildcard ('*') search (can have 1 wildcard only)
+ Add the option to search with exact word
+ Need to do more error checking
+ Add Option "Save the last country loaded as a default country"
+ When changing country, set the cursor to "suburb" field
+ Underline the suburb/state/postcode shortcut (ALT + U/T/P)
+ Bug: Data is not read properly when "Number of lines skip" is set > 0
+ Make state comparison case insensitive
+ Change the "Select all states" to "All"

------------------------------------------------------------------------
Config file
------------------------------------------------------------------------

All lines that start with ';' are ignored.


"[GENERAL]" Section
DefCountry		The default country that will be loaded in the first place
nCountries		Number of countries available
CountryN		Information about the country. 'N' starts from 1 to 'nCountries'


"[<Data>]" Section
DataFile		The postcode data file. It has the following format:
						<postcode>,<suburb>,<state>,<info>
				The <info> part is optional.
LinesSkip		Number of the first few lines to be skipped. It might
				be the header. Default is 0.
RemoveQuotes	Want to remove the double quotes in the beginning
				and the end of each field in the datafile?
				0 = No, 1 = Yes. Default is 1.
nStates			 Number of states available
StateN			The state. 'N' is starting from 1 to 'nStates'
AbbrN			The abbreviation of state. This is an optional.


To add a new data, you will need to modify the file "Postcode.ini".
Example: add a data called "ABCDE"
- First, go to under the "[GENERAL]".
- Add 1 to the 'nData'.
  If the previous 'nData' is 1, then modify the following:  nData=1
  Change 1 to 2. So, the line will read as follows:	nData=2
- Insert a new line below the "Data1=....."
  The line should be read as follows: Data2=ABCDE
- Next, go to the last line of file, add a new section called
  [ABCDE]



------------------------------------------------------------------------
Shortcut Keys
------------------------------------------------------------------------

Alt+U			Move the cursor to "Suburb" field
Alt+T			Move the cursor to "State" field
Alt+E			Search the suburb
Alt+P			Move the cursor to "Postcode" field
Alt+A			Search the postcode
Ctrl+UP			Scroll the result 1 line up
Ctrl+DOWN		Scroll the result 1 line down
Ctrl+PAGEUP		Scroll the result 1 page up
Ctrl+PAGEDOWN	Scroll the result 1 page down
ENTER			Search the suburb if the cursor is in "Suburb" field
				Search the postcode if the cursor is in "Postcode" field


------------------------------------------------------------------------
Links to postcode data
------------------------------------------------------------------------

Australia - http://www.australiapost.com.au/
United Kingdom - http://www.brainstorm.co.uk/uk_post_code_search.htm
New Zealand - http://www.nzpost.co.nz/
