<Grid>
   <Cfg id="MainRun" 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" Format="MMM d" Width="65"/>
      <C Name="END" Type="Date" Format="MMM d" Width="65"/>
      <C Name="DUR" Type="Float" Width="30" CanEmpty="1"/>
      <C Name="COMP" Type="Float" Width="25" CanEmpty="1"/>
      <C Name="RUN" Width="67"/>
      <C Name="TIP" Width="170"/>
   </LeftCols>
   <Cols>
      <C Name="GANTT" Type="Gantt"
         GanttDataUnits="d" GanttUnits="d" GanttWidth="16"
         GanttRun="RUN"
         GanttRunStart="START" GanttRunEnd="END" GanttRunDuration="DUR" GanttRunComplete="COMP" GanttRunText="TIP"
         GanttEndLast="1" GanttLeft="1" GanttRight="1"
         GanttHeader1="d#%d"
         GanttRunTip="*id*. *RunText*&lt;br>*Text*"
         GanttObject="Run"
         GanttRunSave="4"
         GanttRunAdjustRight="slip" GanttRunAdjustCtrl="error" GanttRunAdjustCtrlRight="shrink" GanttRunError="sort,merge"
         />
   </Cols>
   <Body>
      <B>
         <I id="0"/>
         <I id="1"
            START="1/1/2010" 
            RUN="8" 
            TIP="Continuous task set by run"
            />
         <I id="2" 
            START="1/3/2010"
            RUN="4;2,;4;1,;5" 
            TIP="Discrete task"
            />
         <I id="3"
            START="1/5/2010"
            RUN="2;3,;6;1,;4"
            COMP="50" TIP="Incomplete discrete task"
            />
         <I id="4"
            START="1/13/2010"
            RUN="0,milestone"
            TIP="Incomplete milestone"
            />
         <I id="5"
            START="1/2/2010"
            RUN="2,,box 1;1,;0,milestone,,,Tip for the milestone;4,;6,,box 2 with tip,,This is the tip for the box 2;1,;4,,box 3;1,;0,milestone" 
            COMP="76" TIP="Task with box captions and tooltips"
            />
         <I id="6"
            START="1/2/2010"
            RUN="2,end,start;;2,,box 1;1,;0,milestone,,,Tip for the milestone;2,;6,,box 2 with tip,,This is the tip for the box 2;1,;4,,box 3;1,;0,milestone;;2,end,end"
            COMP="24" TIP="Task with start and end"
            />
         <I id="7"
            START="1/3/2010"
            RUN="2,,red,Red;1,;4,,green,Green;2,;0,milestone,Red.gif,Yellow.gif;1,;2,,blue,Blue;1,;2,,,Yellow;1,;0,milestone,Green.gif,Yellow.gif"
            TIP="Task with box custom classes"
            />
         <I id="8"
            START="1/3/2010"
            RUN="2,End,start;;2,Solid,solid;1,Empty;2,Fixed,fixed;1,Empty;3,Left,fixed left;1,Empty;2,Box,box;2,Nbsp,nbsp;2,Box,box;;2,End,end"
            TIP="Various types and constraints"
            />
         <I id="9"
            START="1/2/2010" GANTTGanttRunAdjust="Error" GANTTGanttRunError="Sort"
            RUN="5;-2,;1;4,;4;-2;5;-2,;0,Milestone;4,;2"
            COMP="50" TIP="Overflowed bars"
            />
         <I id="10"
            RUN="1/3/2010,1/6/2010;1/9/2010,1/12/2010;1/16/2010,1/18/2010" GANTTGanttRunSave="7"
            TIP="Run boxes set by their start + end"
            />
      </B>
   </Body>
   <Header id="id" COMP="%" SortIcons="2"/>
</Grid>
