UnitTests_ibc.xaml 1.48 KB
Newer Older
潘栩锋's avatar
潘栩锋 committed
1 2
<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
                    xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
3
                    xmlns:local="clr-namespace:FLY.IBC.UI.Client.UnitTests"
潘栩锋's avatar
潘栩锋 committed
4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
                    xmlns:ibc_common="clr-namespace:FLY.IBC.Common;assembly=FLY.IBC">
    <ibc_common:IBCData x:Key="unitests_ibc"
                    IsIBCAuto = "True"
                    IsOutletAirOn="True"
                        
                    FilmWidth="1001.23"
                    FilmWidthSet="1000"
                    ErrorCorrection ="2" 
                    InletAirFreq="30.1"
                    OutletAirFreq="29"    
                        
                        InletAirFreqSet="30"
                    OutletAirFreqSet="28"
                        
                    BubbleCorrR="1234"
                    L="3002"
                    BubbleCorrA="23"
                    />
22 23 24 25 26 27 28 29 30 31
    <local:UnitTests_BufferWindow x:Key="unittests_bufferwindow" 
                                  IsFirstPage ="False"
                                  IsLastPage="True"
                                  IsKeepNewest="False"
                                  CurrentPage="10"
                                  TotalPages="10"
                                  />
    <local:UnitTests_FlowGraphModelView x:Key="unittests_flowgraphmv"
                                        AutoKeepNewestTimeRemaining ="10"
                                        />
潘栩锋's avatar
潘栩锋 committed
32
</ResourceDictionary>