<Grid>
   <Cfg id="ContinuousRun" NoVScroll="1" IdChars="0123456789" NumberId="1"/>
   <Cfg DefaultDate="1/1/2010"/>
   <Cfg FastGantt="0"/>
   <LeftCols>
      <C Name="id" Type="Int" CanEdit="0" CanSort="0"/>
      <C Name="START" Type="Date"/>
      <C Name="RUN" Type="Text" Width="200"/>
   </LeftCols>
   <Cols>
      <C Name="GANTT" Type="Gantt"
         GanttDataUnits="d" GanttUnits="d" GanttWidth="18"
         GanttLeft="1" GanttRight="1"
         GanttHeader1="d#%d"
         GanttRun="RUN" GanttRunStart="START"
         />
   </Cols>
   <Body>
      <B>
         <I id="0"/>
         <I id="1" 
            START="5/6/2010" 
            RUN="8,Box,One normal box with tooltip,,Tooltip for the box"
            />
         <I id="3"
            START="5/4/2010" 
            RUN="8,,Normal boxes with length: %n;;2,,%n;;4,,%n;;5,,%n days;;1,,%n;;2,,%n" 
            GANTTGanttRunFormat=""
            />
         <I id="4"
            START="5/4/2010" 
            RUN="8,,Normal boxes with time: %d;;2,,%d;;4,,%d;;5,,time %d;;1,,%d;;2,,%d" 
            GANTTGanttRunFormat="hhh:mm"
            />
         <I id="5"
            START="5/2/2010" 
            RUN="6,,Not adjacent boxes;2,empty;3;1,empty;4;1,empty;3;0,empty;2;2,empty;1;2,empty,Empty;4"
            />
         <I id="6"
            START="5/5/2010" 
            RUN="6,,Joined boxes;3;4;5;2;3;4"
            />
         <I id="7"
            START="5/2/2010" 
            RUN="7,,Joined boxes with spaces;2,nbsp;3;1,nbsp;4;1,nbsp;5;2;3,nbsp,Empty;3"
            />
         <I id="8"
            START="5/6/2010" 
            RUN="2,end,Start;;6,Box,Task with start;3;;2;;2,empty;2;7,empty;2"
            />
         <I id="9"
            START="5/6/2010" 
            RUN="6,Box,Task with end;3;;2;;4,empty;2;5,empty;2;;2,end,End"
            />
         <I id="10"
            START="5/6/2010" 
            RUN="2,end,Start;;6,Box,Task with both;3;;2;6,empty;2;3,empty;2;;2,end,End"
            />
         <I id="11"
            START="5/6/2010" 
            RUN="2,bound,Start;;9,Box,Task with fixed start and end;;2;8,empty;2;1,empty;2;;2,bound,End"
            />
         <I id="12"
            START="5/2/2010" 
            RUN="4,,Fixed boxes;1,empty;2,fixed,Fixed;1,empty;3;1,empty;2;1,empty;3,Left,Fixed left;1,empty;2;1,empty;4,Right,Fixed right;1,empty;2"
            />
         <I id="13"
            START="5/2/2010" 
            RUN="4,,Solid boxes;2,empty;3,solid,Solid;1,empty;4,solid,Solid;1,empty;3;0,empty;2,solid,Solid;2,empty;1;2,empty;4,solid,Solid"
            />
         <I id="14"
            START="5/2/2010" 
            RUN="7,,Errors - overlaying boxes;2,empty;3,,1.;-2;3,,2. Error;2,empty;5,,3.;-4;3,,4. Error;5,empty;5,,5.;-6;3,,6. Error;2,empty;3,,7. Error"
            />
         <I id="15"
            START="5/2/2010" 
            RUN="6,,Boxes with classes;;2,,Red,Red;;2,,Blue,Blue;;2,,Green,Green;1,empty;3,,Fuchsia,Fuchsia;;2,,Aqua,Aqua;;2,,Lime,Lime;1,empty;3,,Maroon,Maroon;;2,,Navy,Navy;;2,,Olive,Olive;1,empty;3,,Custom 1,Custom1"
            />
         <I id="16"
            START="5/2/2010" 
            RUN="6,,Boxes with classes;;3,,Orange,Orange;1,empty;2,,Purple,Purple;;2,,Silver,Silver;1,empty;2,,Teal,Teal;;3,,Yellow,Yellow;1,empty;2,,Black,Black;;2,,Gray,Gray;;2,,White,White;1,empty;4,,Custom 2,Custom2"
            />
         <I id="17"
            START="5/2/2010" 
            RUN="6,,Classes for spaces;2,empty,,Yellow;3;1,empty,,Yellow;4;1,empty,,Yellow;3;0,empty,,Yellow;2;2,nbsp,,Silver;1;2,empty,Empty,Lime;4"
            />
         <I id="18"
            START="5/2/2010"
            RUN="#*12**Run defined with different separators than , ;#2*empty#4*solid##5"
            />
      </B>
   </Body>
   <Header id="id"/>
</Grid>
