• 潘栩锋's avatar
    1.添加 称重添加 1111111_v5 · 7e8de107
    潘栩锋 authored
    2.添加 称重服务器可以在修复每层名称,测厚仪客户端显示称重的版本,(不需要修改布局)
    7e8de107
weighter.component.config 816 Bytes
<?xml version="1.0" encoding="utf-8"?>
<configuration>
  <configSections>
    <section name="unity" type="Microsoft.Practices.Unity.Configuration.UnityConfigurationSection,Unity.Configuration" />
  </configSections>
  <unity>
    <assembly name="FLY.Weight.UI.Client" />
    <namespace name="FLY.Weight.UI.Client.UiModule" />
    <alias alias="IUiModule2" type="MultiLayout.UiModule.IUiModule2, MultiLayout" />
    <container>
      <register type="IUiModule2" mapTo="UiModule2_MenuSetting" name="weighter_ms" />
      <register type="IUiModule2" mapTo="UiModule2_DynAreaWeight" name="weighter_da" />
      <register type="IUiModule2" mapTo="UiModule2_FlowGraph" name="weighter_fg" />
      <register type="IUiModule2" mapTo="UiModule2_MainGraph" name="weighter_mg" />
    </container>
  </unity>
</configuration>