<Grid>
   <Cfg id="Run" SuppressCfg="1"  MainCol="T" Undo="1"/> <!-- Displays tree in column T (Task / Subtask) -->
   <Cfg MaxHeight="1" HideRootTree="1"/>
   <Cfg StyleDependencyModifier="0" MinMidWidth="200"/>
   <LeftCols>
      <C Name="T" Width="90" Type="Text"/> <!-- Column Task / Section-->
      <C Name="S" Width="85" Type="Date" Format="MMM dd"/> <!-- Column Start date-->
      <C Name="R" Width="100" Type="Text" Range="1"/> <!-- Column Run -->
   </LeftCols>
   <Def>
      <D Name="R" CDef="" AcceptDef=""/>
      <D Name="Task" CDef="R" AcceptDef="R" GGanttEdit="" GGanttIcons="1" SCanEdit="0" RCanEdit="0"
         Calculated="1" CalcOrder="GGanttStart,GGanttEnd" GGanttStartFormula="ganttrunminstart('G')" GGanttEndFormula="ganttrunmaxend('G')"
         />
   </Def>
   <Root CDef="Task" AcceptDef="Task"/>
   <Cols>
      <!-- Gantt chart column -->
      <C Name="G" Type="Gantt"
         GanttRunStart="S" GanttRun="R"
         GanttUnits="d" GanttChartRound="w" GanttEdit="All" GanttDataUnits="d"
         GanttRight="1" 
         GanttBackground="1/6/2008~1/6/2008 0:01" GanttBackgroundRepeat="w"
         GanttHeader1="w" GanttFormat1="dddddd MMMM yyyy"
         GanttHeader2="d" GanttFormat2="ddddd" 
         GanttRunNewStart="2,end,Start;;1,box;;2,end,End"
         GanttRunMove="slide" GanttRunAdjustCopy="resize,move,shrink,append,zoom" GanttRunAdjustSlide="shrink"
         GanttRunMoveCtrl="move" GanttRunAdjustMove="shrink,move,append"
         GanttRunMoveShift="move,single,all" GanttRunAdjustMoveShift="error"
         GanttRunResize="resize" GanttRunAdjustResize="shrink"
         GanttRunResizeCtrl="resize,all"
         GanttRunTypes="Box,Box;Box 1,Box,,Fuchsia;Box 2,Box,,Aqua;Box 3,Box,,Lime;Box 4,Box,,Orange;Solid box,Solid,, ;Solid box 1,Solid,,Gray;Solid box 2,Solid,,Black;Fixed left box,Left,, ;Fixed right box,Right,, ;Fixed box,Fixed,, "
         />
   </Cols>
   <Header id="ID" T="Task" R="Run" S="Start" G="Gantt"/> <!-- Column captions -->
   <Toolbar WinScroll="0"/> <!-- Hides WinScroll button on toolbar, because of the layout with two grids  -->
   <Media> <M MaxWidth="500"> <Cfg Size="Small"/> </M> </Media> <!-- Change for small displays -->
</Grid>