개정판 53deabaf
- markup list 전체 선택 체크박스 추가
- Export 기능 수정
Change-Id: Id37ea925d0296c7bb2115ff00df280b13258f9bd
KCOM/Controls/PrintControl.xaml | ||
---|---|---|
71 | 71 |
<!--<Border Grid.Row="1" Background="#5F5F5F" MinWidth="200">--> |
72 | 72 |
<Border Grid.Row="1" Background="#5F5F5F" MinWidth="200"> |
73 | 73 |
<!--잠시 제외 뷰어 부분--> |
74 |
<Viewbox x:Name="PrintView" >
|
|
74 |
<Viewbox x:Name="PrintView"> |
|
75 | 75 |
<!--<Canvas x:Name="printCanvas" Background="{Binding Source={x:Static local:DataModel.Instance}, Path=BackgroundImage, Mode=OneWay}">--> |
76 | 76 |
<!--<Canvas x:Name="printCanvas" Background="{Binding Path=Back_Image}">--> |
77 | 77 |
<Canvas x:Name="printCanvas"> |
... | ... | |
361 | 361 |
</Border> |
362 | 362 |
</Grid> |
363 | 363 |
</Border> |
364 |
<telerik:RadBusyIndicator x:Name="printIndy" Visibility="{Binding IsBusy, Converter={StaticResource BoolToVisibleConverter}, RelativeSource={RelativeSource Self}}"
|
|
365 |
Grid.Row="1"
|
|
364 |
<telerik:RadBusyIndicator x:Name="printIndy" Visibility="{Binding IsBusy, Converter={StaticResource BoolToVisibleConverter}, RelativeSource={RelativeSource Self}}" |
|
365 |
Grid.RowSpan="3"
|
|
366 | 366 |
Grid.ColumnSpan="2" |
367 | 367 |
VerticalAlignment="Stretch" |
368 | 368 |
BorderThickness="0" |
내보내기 Unified diff