개정판 19d6b221
Exception is not null 콤보박스 & Excel Export수정
Change-Id: I72953fb153aca7869b88110667986238f5c8b431
ConvertService/ServiceBase/Markus.Service.StationController/Views/FinalPDFExcelDialog.xaml | ||
---|---|---|
4 | 4 |
xmlns:d="http://schemas.microsoft.com/expression/blend/2008" |
5 | 5 |
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" |
6 | 6 |
xmlns:local="clr-namespace:Markus.Service.StationController.Views" |
7 |
mc:Ignorable="d" |
|
8 |
Height="300" Width="500" telerik:StyleManager.Theme="VisualStudio2013"> |
|
7 |
xmlns:telerik="http://schemas.telerik.com/2008/xaml/presentation" |
|
8 |
xmlns:VM="clr-namespace:Markus.Service.StationController.ViewModel" |
|
9 |
mc:Ignorable="d" Header="FinalPDF Items Excel Export" Background="White" |
|
10 |
Height="344" Width="369" telerik:StyleManager.Theme="VisualStudio2013"> |
|
11 |
<telerik:RadWindow.DataContext> |
|
12 |
<VM:FinalPDFExcelDialogViewModel/> |
|
13 |
</telerik:RadWindow.DataContext> |
|
9 | 14 |
<Grid> |
10 |
|
|
15 |
<Grid.ColumnDefinitions> |
|
16 |
<ColumnDefinition /> |
|
17 |
<ColumnDefinition/> |
|
18 |
</Grid.ColumnDefinitions> |
|
19 |
<telerik:RadListBox Grid.Column="0" ItemsSource="{Binding ItemsSource}" IsEnabled="True" HorizontalContentAlignment="Left" HorizontalAlignment="Center" Background="White"> |
|
20 |
<telerik:RadListBox.ItemTemplate> |
|
21 |
<DataTemplate> |
|
22 |
<StackPanel Orientation="Horizontal"> |
|
23 |
<CheckBox IsChecked="{Binding IsChecked, Mode=TwoWay}" /> |
|
24 |
<TextBlock Text="{Binding Name}" /> |
|
25 |
</StackPanel> |
|
26 |
</DataTemplate> |
|
27 |
</telerik:RadListBox.ItemTemplate> |
|
28 |
</telerik:RadListBox> |
|
29 |
|
|
30 |
<StackPanel HorizontalAlignment="Center" Grid.Column="1" > |
|
31 |
<telerik:RadButton Content=" 전체 선택" Margin="0,50,0,10" Command="{Binding ALL_SelectedCommand , Mode=TwoWay}" /> |
|
32 |
|
|
33 |
<telerik:RadButton Content=" 전체 해제" Margin="0,0,0,10" Command="{Binding ALL_DeletedCommand , Mode=TwoWay}" /> |
|
34 |
<telerik:RadButton Content=" 저 장" Command="{Binding SaveCommand , Mode=TwoWay}" /> |
|
35 |
<telerik:RadButton Content=" 닫 기" Margin="0,80,0,0" VerticalAlignment="Center" IsCancel="True" /> |
|
36 |
</StackPanel> |
|
11 | 37 |
</Grid> |
12 | 38 |
</telerik:RadWindow> |
내보내기 Unified diff