SimUILayout2.xml 992 B

123456789101112
  1. <?xml version="1.0" encoding="utf-8" ?>
  2. <MECFUI Width="1920" TopPanelHeight="1" CenterPanelHeight="900" BottomPanelHeight="1" >
  3. <Title Id="Top" Name="" ViewClass="MECF.Framework.UI.Core.E95Template.DefaultTopView" Assembly="MECF.Framework.UI.Core"/>
  4. <Navigation Id="platform" Name="Platform" >
  5. <SubView Id="io1" Name="Card1" ViewClass="EfemSimulator.Views.SimulatorCard1View" Assembly="EfemSimulator"/>
  6. <SubView Id="robot" Name="Robot" ViewClass="EfemSimulator.Device.Robot.Rorze.RorzeRobot751View" Assembly="EfemSimulator" Port="10110"/>
  7. <SubView Id="lp1" Name="LoadPort1" ViewClass="EfemSimulator.Device.LoadPorts.Hirata.HirataView" Assembly="EfemSimulator" Port="COM12"/>
  8. <SubView Id="lp2" Name="LoadPort2" ViewClass="EfemSimulator.Device.LoadPorts.Hirata.HirataView" Assembly="EfemSimulator" Port="COM14"/>
  9. <SubView Id="ffu1" Name="FFU" ViewClass="MECF.Framework.Simulator.Core.FFUs.FfuView" Assembly="MECF.Framework.Simulator.Core" Port="COM20"/>
  10. </Navigation>
  11. </MECFUI>