개정판 80458c15
issue #753 Consolidation 기능과 Merge PDF 기능을 한번에 할 수 있는 버튼 추가
KCOM/Views/MainMenu.xaml | ||
---|---|---|
621 | 621 |
</StackPanel> |
622 | 622 |
</Border> |
623 | 623 |
</telerik:RadRibbonButton> |
624 |
<telerik:RadRibbonButton x:Name="btnConsolidateFinalPDF" |
|
625 |
VerticalAlignment="Center" |
|
626 |
Click="ConsolidateFinalPDFEvent" |
|
627 |
Loaded="btnConsolidateFinalPDF_Loaded" |
|
628 |
telerik:StyleManager.Theme="Office2016" |
|
629 |
ToolTipService.ToolTip="Consolidate & FinalPDF"> |
|
630 |
<Border Background="#E9F0F8" |
|
631 |
BorderBrush="#839AB3" |
|
632 |
BorderThickness="1"> |
|
633 |
<StackPanel Margin="1" Orientation="Horizontal"> |
|
634 |
<!--<Image Width="15" Source="/DeepView;component/Images/MenuImage/final_pdf2.png" />--> |
|
635 |
<TextBlock Margin="1" |
|
636 |
VerticalAlignment="Center" |
|
637 |
Foreground="Black" |
|
638 |
Text="Consolidate & Merged PDF" /> |
|
639 |
</StackPanel> |
|
640 |
</Border> |
|
641 |
</telerik:RadRibbonButton> |
|
624 | 642 |
</StackPanel> |
625 | 643 |
<!--<StackPanel Grid.Column="1" |
626 | 644 |
HorizontalAlignment="Right" |
내보내기 Unified diff