<?xml version="1.0" encoding="ISO-8859-1"?>
<file>
  <!--===================================-->
  <!-- general configuration information -->
  <!--===================================-->
  <configuration>
    <backup_directory>C:/temp/</backup_directory>
    <target_directory></target_directory>
    <module_list>
       <name>C:/Projects/Forms/DND2.fmb</name>
       <name>C:/Projects/Forms/TEST.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>true</compile_module>
    <comment>module modified by JDAPIUtil on :SYSDATE</comment>
    <libraries_case>to_lower_case</libraries_case>
  </configuration>
  <!--==============================-->
  <!-- properties for every modules -->
  <!--==============================-->
  <all_modules>
    <library>
      <action>ATTACH</action>
      <name>laf</name>
    </library>
    <library>
      <action>DETACH</action>
      <name>LAF2</name>
    </library>
    <!-- all blocks -->
    <blocks>
      <block>
        <property>setComment</property>
        <value>block comment</value>
      </block> 
    </blocks>   
    <!-- all canvases -->
    <canvases>
      <canvas>
        <property>setBackColor</property>
        <value>blue</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 alerts -->
    <alerts>  
      <alert>
        <property>setTitle</property>
        <value>The Super Title</value>
      </alert> 
      <alert>
        <property>setButton1Label</property>
        <value>Libellé du bouton 1</value>
      </alert>
    </alerts>       
    <!-- all items -->
    <items>
      <item>
        <type>all</type>
        <property>setComment</property>
        <value>Commentaire</value>
      </item>
      <item>
        <type>CheckBox</type>
        <property>setComment</property>
        <value>Commentaire CheckBox</value>
      </item>
    </items>  
  </all_modules>
  <!--========================================-->
  <!-- properties for single specified module -->
  <!--========================================-->
  <single_modules>
    <module>
      <name>C:/Projects/Forms/TEST.fmb</name>
      <compile>true</compile>
      <alert>
        <name>ALERTE2</name>
        <property>setButton2Label</property>
        <value>Libellé du bouton 2</value>
      </alert>
      <!-- canvas -->
      <canvas>
        <name>CV</name>
        <property>setWidth</property>
        <value>400</value>
      </canvas>    
      <canvas>
        <name>CV</name>
        <property>setHeight</property>
        <value>300</value>
      </canvas>        
      <!-- olb subclassing -->
      <subclass_olb>
        <lib_name>D:/Oracle9i/forms90/webutil.olb</lib_name>
        <tab_name>MAIN</tab_name>
        <object_num>1</object_num>
        <target_name>WEBUTILCONFIG</target_name>
      </subclass_olb>
      <!-- program unit -->
      <program_unit>
         <action>ADD</action>
         <position>start</position>
         <name>P1</name>
         <text>
  Procedure P1
  Is
  Begin
     Null ;
     -- comment line --
  End P1;  
         </text>
      </program_unit>    
      <program_unit>
        <!-- delete some code -->
        <action>DELETE_CODE</action>
        <name>P1</name>
        <text>-- comment line --</text>    
      </program_unit>
      <trigger>
         <action>ADD</action>
         <position>end</position>
         <name>WHEN-NEW-FORM-INSTANCE</name>
         <text>
  -- Call the P1 procedure --
  Begin
     P1 ;
  End;  
         </text>
      </trigger>
      <trigger>
         <action>REPLACE</action>
         <name>ON-LOGON</name>
         <replace>
            Null;
         </replace>
         <text>
           P1;
         </text>
      </trigger>    
      <trigger_>
         <action>DELETE_CODE</action>
         <name>ON-LOGON</name>
         <text>P1;</text>
      </trigger_>    
      <trigger_2>
         <action>REMOVE</action>
         <name>ON-LOGON</name>
         <on_error>continue</on_error>
      </trigger_2>
      <trigger>
         <action>HIERARCHY</action>
         <name>ON-LOGON</name>
         <text>after</text>
         <on_error>continue</on_error>
      </trigger>   
    </module>         
  </single_modules>  
</file>