프로젝트

일반

사용자정보

개정판 31f18afa

ID31f18afacda68ba60d95e5211f566ee21ddeb222
상위 266a2d4f
하위 bfc43b61, b92f142f

김태성이(가) 5년 이상 전에 추가함

wcfClient App.config 추가

Change-Id: I12e683c43054cfac58bd8476d36f3dd16e3b670b

차이점 보기:

ConvertService/ServiceBase/Markus.Service.StationController/Views/MergeDataView.xaml
1
<UserControl xmlns:Views="clr-namespace:Markus.Service.StationController.Views"  x:Class="Markus.Service.StationController.Views.MergeDataView"
1
<UserControl xmlns:Views="clr-namespace:Markus.Service.StationController.Views" 
2
             x:Class="Markus.Service.StationController.Views.MergeDataView"
2 3
             xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
3 4
             xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
4 5
             xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" 
5 6
             xmlns:d="http://schemas.microsoft.com/expression/blend/2008" 
6
             xmlns:materialDesign="http://materialdesigninxaml.net/winfx/xaml/themes"
7
             xmlns:telerik="http://schemas.telerik.com/2008/xaml/presentation"
7 8
             xmlns:local="clr-namespace:Markus.Service.StationController.ViewModel"
8 9
             mc:Ignorable="d" 
9 10
             d:DesignHeight="450" d:DesignWidth="800">
......
15 16
            <RowDefinition Height="3.5*"/>
16 17
            <RowDefinition Height="3.5*"/>
17 18
        </Grid.RowDefinitions>
18
            <GroupBox Header="Service Alive Items" Style="{DynamicResource MaterialDesignGroupBox}" Margin="3" BorderThickness="0">
19
                <Views:AliveView /> 
20
            </GroupBox>
21
        <GroupBox  Header="Error Items" Grid.Row="1" materialDesign:ColorZoneAssist.Mode="Inverted"  Style="{DynamicResource MaterialDesignGroupBox}" Margin="3" BorderThickness="0">
22
            <Views:DataBaseByStatusView/>
19
            <GroupBox Header="Service Alive Items" Margin="3" BorderThickness="0">
20
                <!--<Views:AliveView />-->
23 21
        </GroupBox>
24
        <GroupBox Header="Completed Items"  Grid.Row="2" Style="{DynamicResource MaterialDesignGroupBox}"  Margin="3" BorderThickness="0">
25
            <Views:DataBaseByStatusView/>
22
        <GroupBox  Header="Error Items" Grid.Row="1" Margin="3" BorderThickness="0">
23
            <!--<Views:DataBaseByStatusView/>-->
24
        </GroupBox>
25
        <GroupBox Header="Completed Items"  Grid.Row="2" Margin="3" BorderThickness="0">
26
            <!--<Views:DataBaseByStatusView/>-->
26 27
        </GroupBox>
27 28
        
28 29
    </Grid>

내보내기 Unified diff

클립보드 이미지 추가 (최대 크기: 500 MB)