*****************************************************
* Help:                                             *
*****************************************************

Main Dialog Window
===================

Active Windows:
Shows a list of all active (visible) windows

Refresh List:
Refreshes the Active Window list

Show Info:
Displays information about the window selected in the Active Window list

Tagged Windows:
Shows a list of all tagged windows

Tag Window:
Adds the window selected in the Active Window list to the list of Tagged Windows

Remove Tag:
Removes the window selected in the Tagged Window list

Edit Tag:
Opens a dialog to edit the tag options for the window selected in the Tagged Window list

Apply Tags:
Apply the actual tag settings

Save Tags:
Saves the tagged windows

Options:
Opens the AutoWinSize Options dialog

About:
Opens the AutoWinSize About dialog

Close Dialog:
Closes the Dialog Window


Options Dialog Window
=====================

AutoApply Interval:
The time interval that is used by AutoWinSize to apply the settings to the tagged windows (range is 250 to 10000 ms)

Show TrayIcon:
Turn the tray icon on or off

Ignore all Dialogs:
Check this to make AutoWinsize ignore matching dialog windows

Hotkeys:
	Show Dialog Hotkey:
	Define the hotkey to show the AutoWinSize main 
	dialog window

	On Top Hotkey:
	Define hotkey to make the active window stay on
	top of all other windows

	Not On Top Hotkey:
	Define hotkey to make the active window not stay
	on top of all other windows

	Hide Window Hotkey:
	Define hotkey to hide the active window. All hidden
	windows can be made unhidden via the tray menu.

	Fn = Function key with n = 1 to 12
	^ = Ctrl-Key
	! = Alt-Key
	# = Win-Key
	+ = Shift-Key

	Example: ^F10 is the Ctrl-F10 key command

Edit Tag Dialog Window
======================

Tag Comment:
Define tag comment as a description (enter any descriptive text)

Title to Match:
Define the window title to match (enter text that has to match)

Match Mode:
Define the window title match mode (exact match, starts with, anywhere, RegExp)

Actions:
This defines the action that is applied to a window with a matching title.

	Center Window:
	Check to center the window

	Apply only once:
	Check to apply the setting only once to each
	matching window

	State:
	Select a command to be applied to the window
	(None, Minimize, Maximize, Restore, Hide, Close)
	
	Command:
	Define either a "Send" or a "Run" command that is executed.
	The command can include the word '%WinID%' which will be 
	replaced by the unique id of the actual tagged window before
	the command is being executed.
	
		The "Send" command is used to define keys that are sent 
		to the window
		
			Syntax: Send, <keys>
	
				keys:
					Fn = Function key with n = 1 to 12
					^ = Ctrl-Key
					! = Alt-Key
					# = Win-Key
					+ = Shift-Key
					{Enter}

			Example: Send, Hello{Enter}  sends Hello and the Enter key
					 Send, !F4           sends the Alt-F4 command keys

		The "Run" command is used to execute an external command.
		
			Syntax: Run, <command>

			Example: Run, Explorer.exe   executes the windows explorer

Position:
X/Y-Position: Define window position which will be applied
Width/Height: Define window dimensions which will be applied
              If width/height is negative, the dimensions will
              be limited to this value.


Explorer Settings:
Define special settings for explorer windows
