
 ImagesList Maker v.1.7
 ~~~~~~~~~~~~~~~~~~~~~~
                            
 Do you want to use "ImagesList Maker" more effectively? Then please read
 this small text. Some useful tips and tricks are described below.

 
 Command line parameters:
 ________________________

 1. New "ImagesList" creating
    Ex. : ilm.exe "c:\my galledy\dir1\"
    In this case will be created a new "ImagesList" inside "c:\my galledy\dir1\"
    Note: Please don't forget about last "\" 

 2. Opening an existing "ImagesList"
    Ex. : ilm.exe "c:\my\galledy\dir1\ImagesList.txt"
    In this case will be opened file "c:\my\galledy\dir1\ImagesList.txt"

 ILM.INI:
 ________

 You can delete this file at any time for restoring the default settings.
 This file does not contain very important data.

 Double-click:
 _____________

 For moving files from the left list to the right list, and back,
 you can use double-click with the left mouse button on needed file.
  Hint: If the name of file very long and does not fit on list, then move
        mouse cursor over this line and you will see hint with the full filename.

 Change windows size and position:
 _________________________________

 You can change height of the main window at any time. Move mouse cursor
 on the top or bottom window border and you will see the standard mouse
 resize-cursor.                
 For "Thumb" and "Log" windows you can change height, width and position
 as you wish.
 All windows positions and sizes will be automatically saved at end of work
 of the program.

 Cursor mode:
 ____________

 The program supports two types of cursors: "Simple" and "Magnifying Glass".
 For change of a mode simply press the right mouse button on "Thumb"-window.

 ShortCuts:
 __________

 Main window: F1 - About ...
              F2 - Save "ImagesList" ...
              F3 - New "ImagesList" ...
              F4 - Open "ImagesList" ...
              F5 - Save "ImagesList" as ...
              F9 - Options ...
              F10 or ESC - Quit ...
              F11 - External process

 "ImegesList" listbox:
              F6 - Rename file
              F8 - Delete file
              INSERT - create the optimal "ThumbFrame" 
              CTRL+INSERT - create the optimal "ThumbFrame" for all images
                   Note: this function available only if "Thumb"-window are visible
              DELETE - remove "ThumbFrame" (if it exists) for current image
              CTRL+DELETE - remove "ThumbFrame" (if it exists) for all images
              CTRL+1 - editing "Table"-comment ("Table"-comment window must be visible)
              CTRL+2 - editing "Shell"-comment ("Shell"-comment window must be visible)
              Grey "+" - move file up
              Grey "-" - move file down

 "Thumb"-window:
              ESC or DELETE - remove "ThumbFrame" (if this exist) for current image
              INSERT - create the optimal "ThumbFrame" 
              CTRL+mouse move - precision move of mouse
              Right mouse button click - changing current cursor mode

 External process:
 _________________

 Press "F11" key and your external process will be automatically executed.
 Command line for this process can contain four parameters:
  1 - ILM home directory
  2 - Current worked directory
  3 - Current ImagesList filename
  4 - Current image filename
      Sample "test.bat":
      ===================================
      @echo off
      echo           ILM directory: %1
      echo       Current directory: %2
      echo Current ImagesList name: %3
      echo      Current image name: %4
      start /w calc.exe
      start /w c:\my\cool.exe %1 %2 %3 %4
      exit
      ===================================
 Note: Windows not always correctly started and terminated DOS applications
       and .bat files, so will be careful!
                                                                
 Comment-windows:
 ________________ 

 When you lose focus for comment window (mouse clicked to other window) then 
 text of comment will be automatically saved.
 If you change comments and don't want to save this changes then press "ESC" key.
 Press "F2" for immediate saving the current comment state.
 If you clear text of comment and after it press "F2" then empty comment-file
 will be automatically deleted and main window focused.
   Warning: Don't forget to set/remove "ReadOnly" checkboxs in your options window!
