개정판 78cffba9
Insert Dialog Final & Convert Validation 완료
Change-Id: I1132b9a0c0e9e3aab0bf5e79770529f81bec4a81
ConvertService/ServiceBase/Markus.Service.StationController/Views/FinalPDFAddDialog.xaml | ||
---|---|---|
69 | 69 |
<ColumnDefinition Width="1.5*"/> |
70 | 70 |
</Grid.ColumnDefinitions> |
71 | 71 |
<Grid.RowDefinitions> |
72 |
<RowDefinition Height="25"/> |
|
73 |
<RowDefinition Height="25"/> |
|
72 |
<RowDefinition Height="12"/> |
|
73 |
<RowDefinition /> |
|
74 |
<RowDefinition Height="12"/> |
|
75 |
<RowDefinition /> |
|
74 | 76 |
</Grid.RowDefinitions> |
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="DocInfo_ID" />
|
|
77 |
<TextBlock Grid.Row="1" Text="Project NO" />
|
|
78 |
<TextBlock Grid.Row="1" Grid.Column="4" Text="Document ID" />
|
|
79 |
<TextBlock Grid.Row="3" Grid.Column="0" Text="DocInfo_ID" />
|
|
78 | 80 |
|
79 |
<TextBox Text="{Binding FinalPDFAdd_Project_NO, Mode=TwoWay, UpdateSourceTrigger=PropertyChanged}" Grid.Row="0" Grid.Column="2" /> |
|
80 |
<TextBox Text="{Binding FinalPDFAdd_Document_ID, Mode=TwoWay, UpdateSourceTrigger=PropertyChanged}" Grid.Row="0" Grid.Column="6" /> |
|
81 |
<TextBox Text="{Binding FinalPDFAdd_DocInfo_ID, Mode=TwoWay, UpdateSourceTrigger=PropertyChanged}" Grid.Row="1" Grid.Column="2" Grid.ColumnSpan="5"/> |
|
81 |
<TextBox Text="{Binding FinalPDFAdd_Project_NO, Mode=TwoWay, UpdateSourceTrigger=PropertyChanged}" Grid.Row="1" Grid.Column="2" BorderBrush="{Binding Project_NO_Border}" /> |
|
82 |
<TextBox Text="{Binding FinalPDFAdd_Document_ID, Mode=TwoWay, UpdateSourceTrigger=PropertyChanged}" Grid.Row="1" Grid.Column="6" BorderBrush="{Binding DOCUMENT_ID_Border}" /> |
|
83 |
<TextBox Text="{Binding FinalPDFAdd_DocInfo_ID, Mode=TwoWay, UpdateSourceTrigger=PropertyChanged}" Grid.Row="3" Grid.Column="2" Grid.ColumnSpan="5" BorderBrush="{Binding DocInfo_ID_Border}"/> |
|
84 |
|
|
85 |
<DockPanel Grid.Column="2" Grid.Row="0"> |
|
86 |
<StackPanel Orientation="Horizontal" DockPanel.Dock="Top"> |
|
87 |
<Grid Width="12" Height="12"> |
|
88 |
<Ellipse Width="12" Height="12" Fill="{Binding Project_NO_Color}" HorizontalAlignment="Center" VerticalAlignment="Center" ></Ellipse> |
|
89 |
<TextBlock Foreground="White" FontWeight="Heavy" FontSize="8" HorizontalAlignment="Center" VerticalAlignment="Center" TextAlignment="Center" |
|
90 |
ToolTip="{Binding ElementName=ErrorAdorner, Path=AdornedElement.(Validation.Errors)[0].ErrorContent}" >!</TextBlock> |
|
91 |
</Grid> |
|
92 |
<TextBlock HorizontalAlignment="Left" VerticalAlignment="Top" Text="ProjectNO empty" FontSize="9" Foreground="{Binding Project_NO_Color}" /> |
|
93 |
</StackPanel> |
|
94 |
</DockPanel> |
|
95 |
<DockPanel Grid.Column="6" Grid.Row="0"> |
|
96 |
<StackPanel Orientation="Horizontal" DockPanel.Dock="Top"> |
|
97 |
<Grid Width="12" Height="12"> |
|
98 |
<Ellipse Width="12" Height="12" HorizontalAlignment="Center" VerticalAlignment="Center" |
|
99 |
Fill="{Binding DOCUMENT_ID_Color}"/> |
|
100 |
<TextBlock Foreground="White" FontWeight="Heavy" FontSize="8" HorizontalAlignment="Center" VerticalAlignment="Center" TextAlignment="Center" |
|
101 |
ToolTip="{Binding ElementName=ErrorAdorner, Path=AdornedElement.(Validation.Errors)[0].ErrorContent}" >!</TextBlock> |
|
102 |
</Grid> |
|
103 |
<TextBlock HorizontalAlignment="Left" VerticalAlignment="Top" Text="DOCUMENT ID empty" FontSize="9" Foreground="{Binding DOCUMENT_ID_Color}" /> |
|
104 |
</StackPanel> |
|
105 |
</DockPanel> |
|
106 |
|
|
107 |
<DockPanel Grid.Column="2" Grid.Row="2" Grid.ColumnSpan="5" > |
|
108 |
<StackPanel Orientation="Horizontal" DockPanel.Dock="Top"> |
|
109 |
<Grid Width="12" Height="12"> |
|
110 |
<Ellipse Width="12" Height="12" Fill="{Binding DocInfo_ID_Color}" HorizontalAlignment="Center" VerticalAlignment="Center" /> |
|
111 |
<TextBlock Foreground="White" FontWeight="Heavy" FontSize="8" HorizontalAlignment="Center" VerticalAlignment="Center" TextAlignment="Center" |
|
112 |
ToolTip="{Binding ElementName=ErrorAdorner, Path=AdornedElement.(Validation.Errors)[0].ErrorContent}" >!</TextBlock> |
|
113 |
</Grid> |
|
114 |
<TextBlock HorizontalAlignment="Left" VerticalAlignment="Top" Text="Document ID empty" FontSize="9" Foreground="{Binding DocInfo_ID_Color}" /> |
|
115 |
</StackPanel> |
|
116 |
</DockPanel> |
|
82 | 117 |
</Grid> |
83 | 118 |
<StackPanel Orientation="Horizontal" Grid.Row="1" HorizontalAlignment="Right" Margin="0 0 0 10"> |
84 | 119 |
<telerik:RadButton Content=" SEND" MinWidth="50" Margin="8 0" VerticalAlignment="Center" |
내보내기 Unified diff