<Grid>
   <Cfg id="Main" NoVScroll="1" IdChars="0123456789" NumberId="1" Undo="1"/>
   <Cfg DefaultDate="1/1/2010"/>
   <LeftCols>
      <C Name="id" Type="Int" CanEdit="0" CanSort="0"/>
      <C Name="START" Type="Date"/>
      <C Name="END" Type="Date"/>
      <C Name="DUR" Type="Float" CanEmpty="1"/>
      <C Name="COMP" Type="Float"/>
      <C Name="TIP" Type="Text" Width="170"/>
   </LeftCols>
   <Cols>
      <C Name="GANTT" Type="Gantt"
         GanttDataUnits="d" GanttUnits="d" GanttWidth="16"
         GanttStart="START" GanttEnd="END" GanttDuration="DUR" GanttComplete="COMP" GanttText="TIP"
         GanttEndLast="1" GanttLeft="1" GanttRight="1"
         GanttHeader1="d#%d"
         GanttMainTip="*id*. *TIP*&lt;br>*START* - *END*" GanttMilestoneTip="*id*. *TIP* at *START*"
         GanttObject="Main"
         />
   </Cols>
   <Body>
      <B>
         <I id="0"/>
         <I id="1" START="1/1/2010" END="1/8/2010" TIP="Task set by start and end"/>
         <I id="2" START="1/4/2010" END="1/4/2010" TIP="Not started task"/>
         <I id="3" END="1/4/2010" TIP="Incomplete milestone, set by end"/>
         <I id="4" START="1/6/2010" END="1/14/2010" COMP="50" TIP="Incomplete task with icons" GANTTGanttIcons="1"/>
         <I id="5" START="1/12/2010" DUR="6" COMP="80" TIP="Task set by start and duration"/>
         <I id="6" START="1/8/2010" DUR="13" COMP="100" TIP="Complete task with icons" GANTTGanttIcons="1"/>
         <I id="7" START="1/18/2010" COMP="100" TIP="Completed milestone, set by start"/>
         <I id="8" START="1/6/2010" END="1/14/2010" COMP="70" TIP="Task with custom class and icons" GANTTGanttIcons="1" GANTTGanttClass="GanttAqua"/>
      </B>
   </Body>
   <Header id="id" COMP="%"/>
</Grid>
