<?xml version="1.0"?>
<Grid>
   <Cfg id='Prices' SaveValues='1' NoVScroll='1'
      NoFormatEscape='1' SuppressMessage='1' 
      Sorting='0' Deleting='0' Adding='0' Selecting='0' Dragging='0' ColMoving='0'
      SuppressCfg='1' InEditMode='1'
      />
   <Colors Changed='255,255,128'/>
   <Def>
      <D Name='R' MinHeight='19'/>
      <D Name='T' Spanned='1' ISpan='2' IMerge='I,I2' IMergeType='3'
         IHtmlPrefix='&lt;SPAN style="font-size:15px;font-weight:bold">' IHtmlPostfix='&lt;/SPAN>'
         I2HtmlPrefix='&lt;I>' I2HtmlPostfix='&lt;/I>'
         />
   </Def>
   <LeftCols>
      <C Name='I' Width='350' Type='Html' CanEdit='0' CanResize='0'/>
      <C Name='I2' Type='Html' CanEdit='0' Visible='0'/>
   </LeftCols>
   <Cols>
      <C Name='BP' Type='Int' CanEdit='0' Format='#####' Width='40'/>
      <C Name='B' Type='Enum' Enum='||1|2|3|4|5|6|7|8|9|10'/>

      <C Name='PP' Type='Int' CanEdit='0' Format='#####' Width='40'/>
      <C Name='P' Type='Enum' Enum='||1|2|3|4|5|6|7|8|9|10'/>
      
      <C Name='SP' Type='Int' CanEdit='0' Format='#####' Width='40'/>
      <C Name='S' Type='Enum' Enum='||1|2|3|4|5|6|7|8|9|10'/>
      
      <C Name='GP' Type='Int' CanEdit='0' Format='#####' Width='40'/>
      <C Name='G' Type='Enum' Enum='||1|2|3|4|5|6|7|8|9|10'/>
   </Cols>
   <RightCols>
      <C Name='O' Type='Int' Format='$&lt;B>######&lt;/B>;;' Width='50' Formula='BP*B+PP*P+SP*S+GP*G'/>
   </RightCols>
   <Head>
      <Header NoEscape='1' Spanned='1'
         ISpan="2" I="&lt;CENTER style='font-size:11pt;font-weight:700;'>License&lt;/CENTER>"
         BPSpan="2" BP="&lt;CENTER style='font-size:11pt;font-weight:700;'>Basic&lt;/CENTER>"
         PPSpan="2" PP="&lt;CENTER style='font-size:11pt;font-weight:700;'>Personal&lt;/CENTER>"
         SPSpan="2" SP="&lt;CENTER style='font-size:11pt;font-weight:700;'>Standard&lt;/CENTER>"
         GPSpan="2" GP="&lt;CENTER style='font-size:11pt;font-weight:700;'>Grand&lt;/CENTER>"
         O="&lt;CENTER style='font-size:11pt;font-weight:700;'>Order&lt;/CENTER>"
         />
      <Header id="Header"
         I="Item to purchase"
         BP="Price" B="Amount"
         PP="Price" P="Amount"
         SP="Price" S="Amount"
         GP="Price" G="Amount"
         O="Price"
         />
   </Head>
   <Foot>
      <I id='Results' Spanned='1' I="&lt;B>Final order&lt;/B>" 
         BPType='Html' BPSpan='8' BP='&lt;I>No order yet&lt;/I>' 
         Calculated='1' OFormula = 'sum()' OFormat='"$&lt;B style=&apos;color:blue;&apos;>"######"&lt;/B>";;'/>   
   </Foot>
   <Toolbar Visible='0'/>
</Grid>
