<file>
<!===================================>
<! general configuration information >
<!===================================>
<configuration>
<backup_directory></backup_directory>
<target_directory></target_directory>
<module_list>
  <name>test1.fmb</name>
</module_list>
<log_file_name>c:/jdapiutil.log</log_file_name>
<backup_ext>_bak</backup_ext>
<new_ext>_new</new_ext>
<connection_string>tuto/tuto@XE</connection_string>
<compile_module>false</compile_module>
<comment>module modified by JDAPIUtil on :SYSDATE</comment>
<libraries_case>to_lower_case</libraries_case>
</configuration>
<!==============================>
<! properties for every modules >
<!==============================>
<all_modules>
<!-- all blocks -->
<blocks>
<block>
  <property>setComment</property>
  <value>block comment</value>
</block>
</blocks>
<!-- all canvases -->
<canvases>
  <canvas><property>setBackColor</property><value>blue</value></canvas>
  <canvas><property>setForegroundColor</property><value>red</value></canvas>  
  <canvas><property>setComment</property><value>block comment</value></canvas>  
</canvases>
<!-- all windows -->
<windows>
<window>
<property>setBackColor</property>
<value>blue</value>
</window>
<window>
<property>setMoveAllowed</property>
<value>false</value>
</window>
<window>
<property>setComment</property>
<value>Window comment</value>
</window>
</windows>
</all_modules>
</file>
