개정판 85f68fef
GridViewToggleRowDetailsColumn 변경
Change-Id: I10b9c3cc95e812ad3a93e4ff84123aebe005209d
ConvertService/ServiceBase/Markus.Service.StationController/Views/ConvertAddDialog.xaml | ||
---|---|---|
7 | 7 |
<telerik:RadWindow.DataContext> |
8 | 8 |
<VM:ConvertAddDialogViewModel/> |
9 | 9 |
</telerik:RadWindow.DataContext> |
10 |
<Grid Height="200" Width="400">
|
|
10 |
<Grid Height="130" Width="480">
|
|
11 | 11 |
<Grid.Resources> |
12 | 12 |
<ResourceDictionary> |
13 | 13 |
|
... | ... | |
62 | 62 |
<Grid.ColumnDefinitions> |
63 | 63 |
<ColumnDefinition Width="90" /> |
64 | 64 |
<ColumnDefinition Width="10" /> |
65 |
<ColumnDefinition /> |
|
65 |
<ColumnDefinition Width="*"/> |
|
66 |
<ColumnDefinition Width="10" /> |
|
67 |
<ColumnDefinition Width="90" /> |
|
68 |
<ColumnDefinition Width="10" /> |
|
69 |
<ColumnDefinition Width="1.5*"/> |
|
66 | 70 |
</Grid.ColumnDefinitions> |
67 | 71 |
<Grid.RowDefinitions> |
68 |
<RowDefinition /> |
|
69 |
<RowDefinition /> |
|
70 |
<RowDefinition /> |
|
72 |
<RowDefinition Height="25"/> |
|
73 |
<RowDefinition Height="25"/> |
|
71 | 74 |
</Grid.RowDefinitions> |
72 |
|
|
73 |
<TextBlock Grid.Row="0" Text="Project NO" /> |
|
74 |
<TextBlock Grid.Row="1" Text="DOCUMENT ID" /> |
|
75 |
<TextBlock Grid.Row="2" Text="Document URL" /> |
|
75 |
<TextBlock Grid.Row="0" Text="Project NO" /> |
|
76 |
<TextBlock Grid.Row="0" Grid.Column="4" Text="DOCUMENT ID" /> |
|
77 |
<TextBlock Grid.Row="1" Grid.Column="0" Text="Document URL" /> |
|
76 | 78 |
|
77 | 79 |
<TextBox Text="{Binding ConverAdd_Project_NO, Mode=TwoWay, UpdateSourceTrigger=PropertyChanged}" Grid.Row="0" Grid.Column="2" /> |
78 |
<TextBox Text="{Binding ConverAdd_DOCUMENT_ID, Mode=TwoWay, UpdateSourceTrigger=PropertyChanged}" Grid.Row="1" Grid.Column="2" /> |
|
79 |
<TextBox Text="{Binding ConverAdd_DOCUMENT_URL, Mode=TwoWay, UpdateSourceTrigger=PropertyChanged}" Grid.Row="2" Grid.Column="2" /> |
|
80 |
|
|
80 |
<TextBox Text="{Binding ConverAdd_DOCUMENT_ID, Mode=TwoWay, UpdateSourceTrigger=PropertyChanged}" Grid.Row="0" Grid.Column="6" /> |
|
81 |
<TextBox Text="{Binding ConverAdd_DOCUMENT_URL, Mode=TwoWay, UpdateSourceTrigger=PropertyChanged}" Grid.Row="1" Grid.Column="2" Grid.ColumnSpan="5"/> |
|
81 | 82 |
</Grid> |
82 | 83 |
<StackPanel Orientation="Horizontal" Grid.Row="1" HorizontalAlignment="Right" Margin="0 0 0 10"> |
83 | 84 |
|
내보내기 Unified diff