| 1234567891011121314151617 | <UserControl    x:Class="FurnaceSimulator.Views.PLCView"    xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"    xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"    xmlns:local="clr-namespace:FurnaceSimulator.Views"    Background="{StaticResource viewBackgroundColor}">    <TabControl Style="{StaticResource LargeTab}">        <TabItem Header="Tube">            <local:SimulatorPlcFloatIOView                IoMapFile="SiBCN\\_ioDefinePM.xml"                Module="PM1"                Port="6740"                Source="System.PM1" />        </TabItem>    </TabControl></UserControl>
 |