개정판 8c128693
AliveItems MarkusLink And 원본파일 수정
Change-Id: I9a870479dc15f572e3576394ededee3a45a7c94a
ConvertService/ServiceBase/Markus.Service.StationController/Views/ConvertAddDialog.xaml | ||
---|---|---|
7 | 7 |
<telerik:RadWindow.DataContext> |
8 | 8 |
<VM:ConvertAddDialogViewModel/> |
9 | 9 |
</telerik:RadWindow.DataContext> |
10 |
<Grid> |
|
10 |
<Grid Height="200" Width="400">
|
|
11 | 11 |
<Grid.Resources> |
12 | 12 |
<ResourceDictionary> |
13 | 13 |
|
... | ... | |
77 | 77 |
<TextBox Text="{Binding ConverAdd_Project_NO, Mode=TwoWay, UpdateSourceTrigger=PropertyChanged}" Grid.Row="0" Grid.Column="2" /> |
78 | 78 |
<TextBox Text="{Binding ConverAdd_DOCUMENT_ID, Mode=TwoWay, UpdateSourceTrigger=PropertyChanged}" Grid.Row="1" Grid.Column="2" /> |
79 | 79 |
<TextBox Text="{Binding ConverAdd_DOCUMENT_URL, Mode=TwoWay, UpdateSourceTrigger=PropertyChanged}" Grid.Row="2" Grid.Column="2" /> |
80 |
<StackPanel Orientation="Horizontal" Grid.Row="2" Grid.Column="2" Height="30"> |
|
81 |
<TextBox Text="{Binding ConverAdd_DOCUMENT_URL, Mode=TwoWay}" Width="270" /> |
|
82 |
<telerik:RadButton Command="{Binding ConverAdd_Select_FoldCommand , Mode=TwoWay}" Width="90" > |
|
83 |
<TextBox Text="Select Folder" Style="{StaticResource InfoStyle}"/> |
|
84 |
</telerik:RadButton> |
|
85 |
</StackPanel> |
|
86 |
<!--<telerik:RadButton Grid.Row="2" Grid.Column="2" Click="SelectFolderClick" Width="207" Height="20"/>--> |
|
87 |
<!--<telerik:RadFilePathPicker Text="{Binding ConverAdd_DOCUMENT_URL, Mode=OneWayToSource}" ShowDialogButtonContent="" Grid.Row="2" Grid.Column="2" ClearButtonContent="" />--> |
|
88 | 80 |
|
89 | 81 |
</Grid> |
90 | 82 |
<StackPanel Orientation="Horizontal" Grid.Row="1" HorizontalAlignment="Right" Margin="0 0 0 10"> |
... | ... | |
92 | 84 |
<telerik:RadButton Content=" SEND" MinWidth="50" Margin="8 0" VerticalAlignment="Center" |
93 | 85 |
Command="{Binding ConverAdd_OKCommand , Mode=TwoWay}" /> |
94 | 86 |
|
95 |
<telerik:RadButton Content="CANCEL" MinWidth="80" Margin="0 0 10 0" VerticalAlignment="Center" |
|
96 |
IsCancel="True" /> |
|
87 |
<telerik:RadButton Content="CANCEL" MinWidth="80" Margin="0 0 10 0" VerticalAlignment="Center" IsCancel="True" Name="Close" /> |
|
97 | 88 |
</StackPanel> |
98 | 89 |
|
99 | 90 |
</Grid> |
내보내기 Unified diff