프로젝트

일반

사용자정보

개정판 53880c83

ID53880c83defd8cc6468fd4130469156a289f4e62
상위 6472f348
하위 97e8ad04

이지연이(가) 5년 이상 전에 추가함

issue #886: Symbol legend 생성 작업 중....

차이점 보기:

KCOM/Views/MainMenu.xaml
58 58
        <converter:TeamConsolidateStringConverter x:Key="TeamConsoliStringConverter" />
59 59
        <converter:ConsolidationStringConverter x:Key="ConsoliStringConverter" />
60 60
        <converter:BoolToVisibleConverter x:Key="BoolToVisibleConverter" />
61
        <converter:PreviewerVisibleConverter x:Key="previewerVisibleConverter"/>
61
        <converter:PreviewerVisibleConverter x:Key="previewerVisibleConverter"/>        
62 62
    </UserControl.Resources>
63
    <Grid Background="{DynamicResource KCOMColor_MainBrush}">
63
    
64
    <Grid Background="{DynamicResource KCOMColor_MainBrush}">        
64 65
        <!--<Grid.ColumnDefinitions>
65 66
            <ColumnDefinition Width="Auto"/>
66 67
            <ColumnDefinition Width="*"/>
......
108 109
                                <Popup Name="floatingTip" AllowsTransparency="True" Placement="Relative" PlacementTarget="{Binding ElementName=rect}">
109 110
                                    <TextBlock x:Name="txtBatch" Foreground="Red" FontSize="20" Text="Mark Control을 그립니다."/>
110 111
                                </Popup>
112
                                
111 113
                                <telerik:RadBusyIndicator x:Name="busyIndicator" IsBusy="False" BusyContent="Saving...">
112 114
                                <ZoomAndPan:ZoomAndPanControl x:Name="zoomAndPanControl"
113 115
                                                              MouseWheel="zoomAndPanControl_MouseWheel"
......
122 124
                                                              ConstrainedContentViewportWidth="{Binding ContentViewportWidth, Mode=TwoWay, Source={x:Static common:ViewerDataModel.Instance}}"
123 125
                                                              ConstrainedContentViewportHeight="{Binding ContentViewportHeight, Mode=TwoWay, Source={x:Static common:ViewerDataModel.Instance}}"
124 126
                                                              Background="LightGray">
125
                                    <Canvas x:Name="zoomAndPanCanvas" Opacity="1" Background="White">
126

  
127
                                        <Canvas x:Name="drawingRotateCanvas"
127
                                    <Canvas x:Name="zoomAndPanCanvas" Opacity="1" Background="White">                                            
128
                                            <Canvas x:Name="drawingRotateCanvas"
128 129
                                                        Panel.ZIndex="1"
129 130
                                                        Background="{Binding BackgroundImage, Mode=OneWay, Source={x:Static common:ViewerDataModel.Instance}}">
130 131
                                            <Canvas.RenderTransform>
......
542 543
                </telerik:RadPaneGroup>
543 544
                <telerik:RadPaneGroup Visibility="Visible" telerik:StyleManager.Theme="Office2016">
544 545
                    <telerik:RadPane Header="SYMBOL" Visibility="Visible" CanFloat="False" CanUserClose="False"  ContextMenuTemplate="{x:Null}" IsPinned="False" telerik:StyleManager.Theme="Office2016"  x:Name="SymbolPane">
545
                        <controls:Symbol />
546
                        <!--<controls:Symbol />-->
547
                        <controls:Symbol x:Name="symbolPanel_Instance"/>
546 548
                        <!--<telerik:RadButton Click="Create_Symbol">Create</telerik:RadButton>-->
547 549
                    </telerik:RadPane>
548 550
                </telerik:RadPaneGroup>

내보내기 Unified diff

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