<?xml version="1.0"?>
<SECTIONS>
	<EW_HEADER>
		<VERSION Number="2020.0.0.0"/>
		<VERSIONS>
			<DataProjectVersion>268</DataProjectVersion>
			<AppVersion>2020.0.0.31</AppVersion>
		</VERSIONS>
		<FILENAME>Filling_Ratio_Of_Duct_Metric</FILENAME>
		<DESCRIPTION>
			<LANGUAGE xml:lang="en">filling ratio of ducts</LANGUAGE>
			<LANGUAGE xml:lang="fr">taux de remplissage des goulottes</LANGUAGE>
			<LANGUAGE xml:lang="cs">plnicí poměr kanálů</LANGUAGE>
			<LANGUAGE xml:lang="de">Füllgrad von Kanälen</LANGUAGE>
			<LANGUAGE xml:lang="it">Rapporto riempimento delle canaline</LANGUAGE>
			<LANGUAGE xml:lang="ja">ダクトの充填率</LANGUAGE>
			<LANGUAGE xml:lang="ko">덕트 채우기 비율</LANGUAGE>
			<LANGUAGE xml:lang="pl">współczynnik wypełnienia kanału</LANGUAGE>
			<LANGUAGE xml:lang="zh">线槽填充率</LANGUAGE>
			<LANGUAGE xml:lang="pt">razão de carga de dutos</LANGUAGE>
			<LANGUAGE xml:lang="ru">степень заполнения кабель-каналов</LANGUAGE>
			<LANGUAGE xml:lang="es">tasa de llenado de canaletas</LANGUAGE>
			<LANGUAGE xml:lang="tr">kanalların doldurma oranı</LANGUAGE>
			<LANGUAGE xml:lang="zh-tw">線槽填充率</LANGUAGE>
		</DESCRIPTION>
		<FILE_TYPE>10</FILE_TYPE>
		<OBJECT_TYPE>3</OBJECT_TYPE>
		<MEASURMENT>1</MEASURMENT>
		<Datatype>0</Datatype>
	</EW_HEADER>
	<QUERY>
		<FileData>
			<FileNameFormula/>
			<TZ_0>
				<LANGUAGE xml:lang="en">REP_DESC</LANGUAGE>
				<LANGUAGE xml:lang="fr">REP_DESC</LANGUAGE>
				<LANGUAGE xml:lang="cs">REP_DESC</LANGUAGE>
				<LANGUAGE xml:lang="de">REP_DESC</LANGUAGE>
				<LANGUAGE xml:lang="it">REP_DESC</LANGUAGE>
				<LANGUAGE xml:lang="ja">REP_DESC</LANGUAGE>
				<LANGUAGE xml:lang="ko">REP_DESC</LANGUAGE>
				<LANGUAGE xml:lang="pl">REP_DESC</LANGUAGE>
				<LANGUAGE xml:lang="zh">REP_DESC</LANGUAGE>
				<LANGUAGE xml:lang="pt">REP_DESC</LANGUAGE>
				<LANGUAGE xml:lang="ru">REP_DESC</LANGUAGE>
				<LANGUAGE xml:lang="es">REP_DESC</LANGUAGE>
				<LANGUAGE xml:lang="tr">REP_DESC</LANGUAGE>
				<LANGUAGE xml:lang="zh-tw">REP_DESC</LANGUAGE>
			</TZ_0>
			<AutoFilterDesc>1</AutoFilterDesc>
		</FileData>
		<SQLQuery>
      SELECT
      query.bom_fillingratio AS bom_fillingratio
	  , query.bom_nodecomtype  AS bom_nodecomtype 
      , query.bom_id AS bom_id
      , query.com_tagpath AS com_tagpath
      , query.com_tag AS com_tag
      , query.bom_manufacturer AS bom_manufacturer
      , query.bom_reference AS bom_reference
      , query.loc_bun_id AS loc_bun_id
      FROM
      (
      SELECT
      
      tew_buildofmaterial.bom_fillingratio AS bom_fillingratio
	  , tew_buildofmaterial.bom_nodecomtype AS bom_nodecomtype
      , tew_buildofmaterial.bom_id AS bom_id
      , tew_component.com_tagpath AS com_tagpath
      , tew_component.com_tag AS com_tag
      , tew_buildofmaterial.bom_manufacturer AS bom_manufacturer
      , tew_buildofmaterial.bom_reference AS bom_reference
      , tew_location.loc_bun_id AS loc_bun_id
      FROM tew_buildofmaterial
      LEFT JOIN tew_component ON tew_buildofmaterial.bom_objectid = tew_component.com_id
      LEFT JOIN tew_location ON tew_component.com_loc_id = tew_location.loc_id
      WHERE (tew_location.loc_bun_id = %CUR_BUNDLE_ID%)


      UNION ALL

      SELECT
      
      tew_buildofmaterial.bom_fillingratio AS bom_fillingratio
	  , tew_buildofmaterial.bom_nodecomtype AS bom_nodecomtype
      , tew_buildofmaterial.bom_id AS bom_id
      , tew_location.loc_tagpath AS com_tagpath
      , tew_location.loc_text AS com_tag
      , tew_buildofmaterial.bom_manufacturer AS bom_manufacturer
      , tew_buildofmaterial.bom_reference AS bom_reference
      , tew_location.loc_bun_id AS loc_bun_id
      FROM tew_buildofmaterial
      LEFT JOIN tew_location ON tew_buildofmaterial.bom_objectid = tew_location.loc_id
      WHERE (tew_location.loc_bun_id = %CUR_BUNDLE_ID%)
      ) AS query
      WHERE (query.bom_nodecomtype = 7)
      ORDER BY com_tagpath
    </SQLQuery>
		<BreakFormula/>
		<ORDERS>
			<ORDER>
				<No>0</No>
				<FieldName>com_tagpath</FieldName>
				<IsBreak>0</IsBreak>
			</ORDER>
		</ORDERS>
		<ObjectType>1</ObjectType>
	</QUERY>
	<LAYOUT>
		<HeadingFormula>[AUTO]""</HeadingFormula>
		<IsHeadingVisible>1</IsHeadingVisible>
		<IsTitleVisible>1</IsTitleVisible>
		<IsHorzSeparationVisible>1</IsHorzSeparationVisible>
		<IsTotalVisible>0</IsTotalVisible>
		<COLUMNS>
			<COLUMN>
				<Title>
					<LANGUAGE xml:lang="cs">Značka součásti</LANGUAGE>
					<LANGUAGE xml:lang="de">Bauteilkennzeichen</LANGUAGE>
					<LANGUAGE xml:lang="en">Component mark</LANGUAGE>
					<LANGUAGE xml:lang="es">Numeración de componente</LANGUAGE>
					<LANGUAGE xml:lang="fr">Repère de composant</LANGUAGE>
					<LANGUAGE xml:lang="it">Contrassegno componente</LANGUAGE>
					<LANGUAGE xml:lang="ja">コンポーネント マーク</LANGUAGE>
					<LANGUAGE xml:lang="ko">부품 표시</LANGUAGE>
					<LANGUAGE xml:lang="pl">Oznaczenie komponentu</LANGUAGE>
					<LANGUAGE xml:lang="pt">Tag do componente</LANGUAGE>
					<LANGUAGE xml:lang="ru">составляющий указатель</LANGUAGE>
					<LANGUAGE xml:lang="tr">Bileşen işareti</LANGUAGE>
					<LANGUAGE xml:lang="zh">设备标注</LANGUAGE>
					<LANGUAGE xml:lang="zh-tw">元件標注</LANGUAGE>
				</Title>
				<BreakColumn>0</BreakColumn>
				<columnIndex>0</columnIndex>
				<ContentFormula>com_tagpath</ContentFormula>
				<EnumerationDelimiter/>
				<HasTotal>0</HasTotal>
				<IsMultiline>0</IsMultiline>
				<IsNumerical>0</IsNumerical>
				<EnumerationType>0</EnumerationType>
				<IsVertSeparationVisible>0</IsVertSeparationVisible>
				<Width>70.000000</Width>
				<HorzTitleAlignment>1</HorzTitleAlignment>
				<HorzContentAlignment>1</HorzContentAlignment>
				<IsVisible>1</IsVisible>
				<NumericalColumnInDatabase>0</NumericalColumnInDatabase>
				<UserDataDescriptionNo>-1</UserDataDescriptionNo>
				<IsTranslatedUserData>0</IsTranslatedUserData>
				<UserDataFormulaFile/>
				<GotoId/>
				<GotoType>-1</GotoType>
			</COLUMN>
			<COLUMN>
				<Title>
					<LANGUAGE xml:lang="cs">Reference</LANGUAGE>
					<LANGUAGE xml:lang="de">Teilenummer</LANGUAGE>
					<LANGUAGE xml:lang="en">Reference</LANGUAGE>
					<LANGUAGE xml:lang="es">Referencia</LANGUAGE>
					<LANGUAGE xml:lang="fr">Référence</LANGUAGE>
					<LANGUAGE xml:lang="it">Riferimento</LANGUAGE>
					<LANGUAGE xml:lang="ja">参照</LANGUAGE>
					<LANGUAGE xml:lang="ko">참고</LANGUAGE>
					<LANGUAGE xml:lang="pl">Odniesienie</LANGUAGE>
					<LANGUAGE xml:lang="pt">Peça</LANGUAGE>
					<LANGUAGE xml:lang="ru">Образец</LANGUAGE>
					<LANGUAGE xml:lang="tr">Referans</LANGUAGE>
					<LANGUAGE xml:lang="zh">型号</LANGUAGE>
					<LANGUAGE xml:lang="zh-tw">參考</LANGUAGE>
				</Title>
				<BreakColumn>0</BreakColumn>
				<columnIndex>1</columnIndex>
				<ContentFormula>bom_reference</ContentFormula>
				<GotoId/>
				<GotoType>-1</GotoType>
				<EnumerationDelimiter/>
				<HasTotal>0</HasTotal>
				<IsMultiline>0</IsMultiline>
				<IsNumerical>0</IsNumerical>
				<EnumerationType>0</EnumerationType>
				<IsVertSeparationVisible>0</IsVertSeparationVisible>
				<Width>60.000000</Width>
				<HorzTitleAlignment>1</HorzTitleAlignment>
				<HorzContentAlignment>1</HorzContentAlignment>
				<IsVisible>1</IsVisible>
				<NumericalColumnInDatabase>0</NumericalColumnInDatabase>
				<UserDataDescriptionNo>-1</UserDataDescriptionNo>
				<IsTranslatedUserData>0</IsTranslatedUserData>
				<UserDataFormulaFile/>
				<GotoId/>
				<GotoType>-1</GotoType>
			</COLUMN>
			<COLUMN>
				<Title>
					<LANGUAGE xml:lang="cs">Výrobce</LANGUAGE>
					<LANGUAGE xml:lang="de">Hersteller</LANGUAGE>
					<LANGUAGE xml:lang="en">Manufacturer</LANGUAGE>
					<LANGUAGE xml:lang="es">Fabricante</LANGUAGE>
					<LANGUAGE xml:lang="fr">Constructeur</LANGUAGE>
					<LANGUAGE xml:lang="it">Costruttore</LANGUAGE>
					<LANGUAGE xml:lang="ja">ﾒｰｶｰ</LANGUAGE>
					<LANGUAGE xml:lang="ko">제조업체</LANGUAGE>
					<LANGUAGE xml:lang="pl">Producent</LANGUAGE>
					<LANGUAGE xml:lang="pt">Fabricante</LANGUAGE>
					<LANGUAGE xml:lang="ru">Производитель</LANGUAGE>
					<LANGUAGE xml:lang="tr">Üretici</LANGUAGE>
					<LANGUAGE xml:lang="zh">制造商</LANGUAGE>
					<LANGUAGE xml:lang="zh-tw">製造商</LANGUAGE>
				</Title>
				<BreakColumn>0</BreakColumn>
				<columnIndex>2</columnIndex>
				<ContentFormula>bom_manufacturer</ContentFormula>
				<GotoId/>
				<GotoType>-1</GotoType>
				<EnumerationDelimiter/>
				<HasTotal>0</HasTotal>
				<IsMultiline>0</IsMultiline>
				<IsNumerical>0</IsNumerical>
				<EnumerationType>0</EnumerationType>
				<IsVertSeparationVisible>0</IsVertSeparationVisible>
				<Width>70.000000</Width>
				<HorzTitleAlignment>1</HorzTitleAlignment>
				<HorzContentAlignment>1</HorzContentAlignment>
				<IsVisible>1</IsVisible>
				<NumericalColumnInDatabase>0</NumericalColumnInDatabase>
				<UserDataDescriptionNo>-1</UserDataDescriptionNo>
				<IsTranslatedUserData>0</IsTranslatedUserData>
				<UserDataFormulaFile/>
				<GotoId/>
				<GotoType>-1</GotoType>
			</COLUMN>
			<COLUMN>
				<Title>
					<LANGUAGE xml:lang="cs">Plnicí poměr (%)</LANGUAGE>
					<LANGUAGE xml:lang="de">Füllgrad (%)</LANGUAGE>
					<LANGUAGE xml:lang="en">Filling ratio (%)</LANGUAGE>
					<LANGUAGE xml:lang="es">Tasa de llenado (%)</LANGUAGE>
					<LANGUAGE xml:lang="fr">Taux de remplissage (%)</LANGUAGE>
					<LANGUAGE xml:lang="it">Rapporto riempimento (%)</LANGUAGE>
					<LANGUAGE xml:lang="ja">充填率 (%)</LANGUAGE>
					<LANGUAGE xml:lang="ko">채우기 비율(%)</LANGUAGE>
					<LANGUAGE xml:lang="pl">Współczynnik wypełnienia (%)</LANGUAGE>
					<LANGUAGE xml:lang="pt">Razão de carga (%)</LANGUAGE>
					<LANGUAGE xml:lang="ru">Степень заполнения (%)</LANGUAGE>
					<LANGUAGE xml:lang="tr">Doldurma oranı  (%)</LANGUAGE>
					<LANGUAGE xml:lang="zh">填充率 (%)</LANGUAGE>
					<LANGUAGE xml:lang="zh-tw">填充率 (%)</LANGUAGE>
				</Title>
				<BreakColumn>0</BreakColumn>
				<columnIndex>3</columnIndex>
				<ContentFormula>STR(bom_fillingratio, 10, 2)</ContentFormula>
				<GotoId/>
				<GotoType>-1</GotoType>
				<EnumerationDelimiter/>
				<HasTotal>0</HasTotal>
				<IsMultiline>0</IsMultiline>
				<IsNumerical>0</IsNumerical>
				<EnumerationType>0</EnumerationType>
				<IsVertSeparationVisible>0</IsVertSeparationVisible>
				<Width>40.000000</Width>
				<HorzTitleAlignment>1</HorzTitleAlignment>
				<HorzContentAlignment>1</HorzContentAlignment>
				<IsVisible>1</IsVisible>
				<NumericalColumnInDatabase>0</NumericalColumnInDatabase>
				<UserDataDescriptionNo>-1</UserDataDescriptionNo>
				<IsTranslatedUserData>0</IsTranslatedUserData>
				<UserDataFormulaFile/>
				<GotoId/>
				<GotoType>-1</GotoType>
			</COLUMN>
			<COLUMN>
				<Title>
					<LANGUAGE xml:lang="cs">Varování</LANGUAGE>
					<LANGUAGE xml:lang="de">Achtung</LANGUAGE>
					<LANGUAGE xml:lang="en">Warning</LANGUAGE>
					<LANGUAGE xml:lang="es">Atención</LANGUAGE>
					<LANGUAGE xml:lang="fr">Attention</LANGUAGE>
					<LANGUAGE xml:lang="it">Attenzione</LANGUAGE>
					<LANGUAGE xml:lang="ja">警告</LANGUAGE>
					<LANGUAGE xml:lang="ko">경고</LANGUAGE>
					<LANGUAGE xml:lang="pl">Ostrzeżenie</LANGUAGE>
					<LANGUAGE xml:lang="pt">Aviso</LANGUAGE>
					<LANGUAGE xml:lang="ru">Предупреждение</LANGUAGE>
					<LANGUAGE xml:lang="tr">Uyarı</LANGUAGE>
					<LANGUAGE xml:lang="zh">警告</LANGUAGE>
					<LANGUAGE xml:lang="zh-tw">警告</LANGUAGE>
				</Title>
				<BreakColumn>0</BreakColumn>
				<columnIndex>4</columnIndex>
				<ContentFormula> IIF(bom_fillingratio &gt; 60 &amp;&amp; bom_fillingratio &lt; 80, "&gt; 60%" , "")</ContentFormula>
				<GotoId/>
				<GotoType>-1</GotoType>
				<EnumerationDelimiter/>
				<HasTotal>0</HasTotal>
				<IsMultiline>0</IsMultiline>
				<IsNumerical>0</IsNumerical>
				<EnumerationType>0</EnumerationType>
				<IsVertSeparationVisible>0</IsVertSeparationVisible>
				<Width>50.000000</Width>
				<HorzTitleAlignment>1</HorzTitleAlignment>
				<HorzContentAlignment>1</HorzContentAlignment>
				<IsVisible>1</IsVisible>
				<NumericalColumnInDatabase>0</NumericalColumnInDatabase>
				<UserDataDescriptionNo>-1</UserDataDescriptionNo>
				<IsTranslatedUserData>0</IsTranslatedUserData>
				<UserDataFormulaFile/>
				<GotoId/>
				<GotoType>-1</GotoType>
			</COLUMN>
			<COLUMN>
				<Title>
					<LANGUAGE xml:lang="cs">Chyba</LANGUAGE>
					<LANGUAGE xml:lang="de">Fehler</LANGUAGE>
					<LANGUAGE xml:lang="en">Error</LANGUAGE>
					<LANGUAGE xml:lang="es">Error</LANGUAGE>
					<LANGUAGE xml:lang="fr">Erreur</LANGUAGE>
					<LANGUAGE xml:lang="it">Errore</LANGUAGE>
					<LANGUAGE xml:lang="ja">エラー</LANGUAGE>
					<LANGUAGE xml:lang="ko">오류</LANGUAGE>
					<LANGUAGE xml:lang="pl">Błąd</LANGUAGE>
					<LANGUAGE xml:lang="pt">Erro</LANGUAGE>
					<LANGUAGE xml:lang="ru">Ошибка</LANGUAGE>
					<LANGUAGE xml:lang="tr">Hata</LANGUAGE>
					<LANGUAGE xml:lang="zh">错误</LANGUAGE>
					<LANGUAGE xml:lang="zh-tw">錯誤</LANGUAGE>
				</Title>
				<BreakColumn>0</BreakColumn>
				<columnIndex>5</columnIndex>
				<ContentFormula> IIF( bom_fillingratio &gt; 80, "&gt; 80%", "")</ContentFormula>
				<GotoId/>
				<GotoType>-1</GotoType>
				<EnumerationDelimiter/>
				<HasTotal>0</HasTotal>
				<IsMultiline>0</IsMultiline>
				<IsNumerical>0</IsNumerical>
				<EnumerationType>0</EnumerationType>
				<IsVertSeparationVisible>0</IsVertSeparationVisible>
				<Width>50.000000</Width>
				<HorzTitleAlignment>1</HorzTitleAlignment>
				<HorzContentAlignment>1</HorzContentAlignment>
				<IsVisible>1</IsVisible>
				<NumericalColumnInDatabase>0</NumericalColumnInDatabase>
				<UserDataDescriptionNo>-1</UserDataDescriptionNo>
				<IsTranslatedUserData>0</IsTranslatedUserData>
				<UserDataFormulaFile/>
				<GotoId/>
				<GotoType>-1</GotoType>
			</COLUMN>
			<COLUMN>
				<Title>
					<LANGUAGE xml:lang="en">Mark</LANGUAGE>
					<LANGUAGE xml:lang="fr">Repère</LANGUAGE>
					<LANGUAGE xml:lang="zh">标注</LANGUAGE>
					<LANGUAGE xml:lang="cs">Značka</LANGUAGE>
					<LANGUAGE xml:lang="de">Beschriftung</LANGUAGE>
					<LANGUAGE xml:lang="it">Contrassegno</LANGUAGE>
					<LANGUAGE xml:lang="ja">マーク</LANGUAGE>
					<LANGUAGE xml:lang="ko">표시</LANGUAGE>
					<LANGUAGE xml:lang="pl">Znacznik</LANGUAGE>
					<LANGUAGE xml:lang="pt">Tag</LANGUAGE>
					<LANGUAGE xml:lang="ru">Метка</LANGUAGE>
					<LANGUAGE xml:lang="es">Etiqueta</LANGUAGE>
					<LANGUAGE xml:lang="tr">İşaret</LANGUAGE>
					<LANGUAGE xml:lang="zh-tw">標注</LANGUAGE>
				</Title>
				<BreakColumn>0</BreakColumn>
				<columnIndex>6</columnIndex>
				<ContentFormula>com_tag</ContentFormula>
				<GotoId/>
				<GotoType>-1</GotoType>
				<EnumerationDelimiter/>
				<HasTotal>0</HasTotal>
				<IsMultiline>1</IsMultiline>
				<IsNumerical>0</IsNumerical>
				<EnumerationType>0</EnumerationType>
				<IsVertSeparationVisible>1</IsVertSeparationVisible>
				<Width>20.000000</Width>
				<HorzTitleAlignment>0</HorzTitleAlignment>
				<HorzContentAlignment>0</HorzContentAlignment>
				<IsVisible>0</IsVisible>
				<NumericalColumnInDatabase>0</NumericalColumnInDatabase>
				<UserDataDescriptionNo>-1</UserDataDescriptionNo>
				<IsTranslatedUserData>0</IsTranslatedUserData>
				<UserDataFormulaFile/>
				<GotoId/>
				<GotoType>-1</GotoType>
			</COLUMN>
			<COLUMN>
				<BreakColumn>1</BreakColumn>
				<columnIndex>7</columnIndex>
				<ContentFormula>""</ContentFormula>
				<GotoId/>
				<GotoType>-1</GotoType>
				<EnumerationDelimiter>,</EnumerationDelimiter>
				<HasTotal>0</HasTotal>
				<IsMultiline>0</IsMultiline>
				<IsNumerical>0</IsNumerical>
				<EnumerationType>0</EnumerationType>
				<IsVertSeparationVisible>0</IsVertSeparationVisible>
				<Width>400.000000</Width>
				<HorzTitleAlignment>1</HorzTitleAlignment>
				<HorzContentAlignment>1</HorzContentAlignment>
				<IsVisible>0</IsVisible>
				<NumericalColumnInDatabase>0</NumericalColumnInDatabase>
				<UserDataDescriptionNo>-1</UserDataDescriptionNo>
				<IsTranslatedUserData>0</IsTranslatedUserData>
				<UserDataFormulaFile/>
				<GotoId/>
				<GotoType>-1</GotoType>
			</COLUMN>
		</COLUMNS>
		<DefaultCodeLg>
		</DefaultCodeLg>
		<DefaultGoto/>
		<HorizontalCellMargin>-1</HorizontalCellMargin>
		<VerticalCellMargin>0</VerticalCellMargin>
	</LAYOUT>
	<VARIABLES/>
	<FONT>
		<HeadingFont>
			<TxtHeight>2.000000</TxtHeight>
			<TxtFontName>Tahoma</TxtFontName>
			<TxtSize>10</TxtSize>
			<IsTxtBold>0</IsTxtBold>
			<IsTxtItalic>0</IsTxtItalic>
			<IsTxtUnderline>0</IsTxtUnderline>
			<DwgHeight>2.000000</DwgHeight>
			<DwgFontName>Tahoma</DwgFontName>
			<DwgColor>150</DwgColor>
			<DwgFontHeight>5.000000</DwgFontHeight>
			<RowStyle>0</RowStyle>
			<RowHeight>6.000000</RowHeight>
		</HeadingFont>
		<TitleFont>
			<TxtHeight>2.000000</TxtHeight>
			<TxtFontName>Tahoma</TxtFontName>
			<TxtSize>10</TxtSize>
			<IsTxtBold>0</IsTxtBold>
			<IsTxtItalic>0</IsTxtItalic>
			<IsTxtUnderline>0</IsTxtUnderline>
			<DwgHeight>2.000000</DwgHeight>
			<DwgFontName>Tahoma</DwgFontName>
			<DwgColor>150</DwgColor>
			<DwgFontHeight>5.000000</DwgFontHeight>
		</TitleFont>
		<ContentFont>
			<TxtHeight>2.000000</TxtHeight>
			<TxtFontName>Tahoma</TxtFontName>
			<TxtSize>10</TxtSize>
			<IsTxtBold>0</IsTxtBold>
			<IsTxtItalic>0</IsTxtItalic>
			<IsTxtUnderline>0</IsTxtUnderline>
			<DwgHeight>2.000000</DwgHeight>
			<DwgFontName>Tahoma</DwgFontName>
			<DwgColor>7</DwgColor>
			<DwgFontHeight>5.000000</DwgFontHeight>
			<RowStyle>0</RowStyle>
			<RowHeight>6.000000</RowHeight>
		</ContentFont>
		<TotalFont>
			<TxtHeight>2.000000</TxtHeight>
			<TxtFontName>Tahoma</TxtFontName>
			<TxtSize>10</TxtSize>
			<IsTxtBold>1</IsTxtBold>
			<IsTxtItalic>0</IsTxtItalic>
			<IsTxtUnderline>0</IsTxtUnderline>
			<DwgHeight>2.000000</DwgHeight>
			<DwgFontName>Tahoma</DwgFontName>
			<DwgColor>1</DwgColor>
			<DwgFontHeight>5.000000</DwgFontHeight>
			<RowStyle>0</RowStyle>
			<RowHeight>6.000000</RowHeight>
		</TotalFont>
	</FONT>
	<OPTIONS>
		<IsTxtOneArrayPerPage>1</IsTxtOneArrayPerPage>
		<DwgBOMHeight>245.000000</DwgBOMHeight>
		<DwgBOMWidth>380.000000</DwgBOMWidth>
		<IsReverseOrder>0</IsReverseOrder>
		<XDwgBOMOrigine>25.000000</XDwgBOMOrigine>
		<YDwgBOMOrigine>40.000000</YDwgBOMOrigine>
		<DwgHorzOffset>10.000000</DwgHorzOffset>
		<DwgVertOffset>10.000000</DwgVertOffset>
		<IsDwgOneArrayPerPage>0</IsDwgOneArrayPerPage>
		<IsDwgFollowingOnSameSheet>0</IsDwgFollowingOnSameSheet>
		<IsDwgOneArrayPerColumn>0</IsDwgOneArrayPerColumn>
		<TITLEBLOCK_NAME/>
		<OneArrayPerBundle>1</OneArrayPerBundle>
		<TakeIntoGeneratedFile>0</TakeIntoGeneratedFile>
		<MargeBetweenLabelAndTable>2.000000</MargeBetweenLabelAndTable>
		<UsePipeCharacter>1</UsePipeCharacter>
		<BreakTextIntoGeneratedFile>0</BreakTextIntoGeneratedFile>
	</OPTIONS>
	<FILTERS/>
</SECTIONS>
