; This is a basic INI file used ; To setup a language for a LDV ; Module for VISION 4.0 or older ; For example, if your module is ; Named SOGOOD.LDV, you should create ; SOGOOD.INI (default file, this may be the English version) in LDV folder ; SOGOOD.INI in the FRANCAIS folder for the French version ; SOGOOD.INI in the ENGLISH folder for the English version ; SOGOOD.INI in the SVENSKA folder for the Swedish version ; ... and so on ... ; Now you just have to fill in the ShortName, LongName and Description fields ; Note that VISION will search for the INI file associated to the LDV file ; In the folder defined by the language setup (same as in LANGUES folder) [Informations] ; ShortName should not exceed 15 caracters ShortName = Inversion (XOR)... ; LongName should not exceed 31 caracters LongName = Inversion bit a bit d'un raster ; Description should not exceed 79 caracters Description = Ce LDV (exemple) inverse chaque bit de l'image raster ; Viennent maintenant les dependances pour les parametres ;[Parameter1] ;Name = Axe X ;Type = 1 ;MinValue = -10 ;DefaultValue = 1 ;MaxValue = 10 ;[Parameter2] ;Name = Axe Y ;[Parameter3] ;Name = Axe Z ;[Parameter4] ;Name = Axe T