개정판 0b75c341
PEMSS의 정합성 코멘트는 제외하고 Export 되도록 수정
Change-Id: I289cc872cf12b9d43fb415d0381271acca61f00a
KCOM/Controls/PrintControl.xaml | ||
---|---|---|
118 | 118 |
<Grid.RowDefinitions> |
119 | 119 |
<RowDefinition Height="100"/> |
120 | 120 |
<RowDefinition Height="60"/> |
121 |
<RowDefinition Height="60"/> |
|
121 | 122 |
<RowDefinition Height="80"/> |
122 | 123 |
<RowDefinition Height="80"/> |
123 | 124 |
<RowDefinition Height="7*"/> |
... | ... | |
166 | 167 |
|
167 | 168 |
</Grid> |
168 | 169 |
</telerik:GroupBox> |
170 |
<telerik:GroupBox x:Name="Selected_PEMSS" telerik:StyleManager.Theme="Office2016" Grid.Row="1" Header="Selected PEMSS" Margin="3"> |
|
171 |
<Grid> |
|
172 |
<Grid.ColumnDefinitions> |
|
173 |
<ColumnDefinition/> |
|
174 |
<ColumnDefinition/> |
|
175 |
</Grid.ColumnDefinitions> |
|
176 |
<StackPanel Orientation="Horizontal"> |
|
177 |
<TextBlock Text="정합성 Comment 출력" VerticalAlignment="Center"/> |
|
178 |
<CheckBox VerticalAlignment="Center" Margin="10,0" x:Name="IsRequirement"/> |
|
179 |
</StackPanel> |
|
180 |
<StackPanel Orientation="Horizontal" Grid.Column="1"> |
|
181 |
<TextBlock Text="Bidders Comment 출력" VerticalAlignment="Center"/> |
|
182 |
<CheckBox VerticalAlignment="Center" Margin="10,0" x:Name="IsBidders"/> |
|
183 |
</StackPanel> |
|
184 |
</Grid> |
|
185 |
</telerik:GroupBox> |
|
169 | 186 |
<!--프린트 범위--> |
170 |
<telerik:GroupBox x:Name="Selected_Print" telerik:StyleManager.Theme="Office2016" Grid.Row="1" Header="Selected Print" Margin="3">
|
|
187 |
<telerik:GroupBox x:Name="Selected_Print" telerik:StyleManager.Theme="Office2016" Grid.Row="2" Header="Selected Print" Margin="3">
|
|
171 | 188 |
<Grid> |
172 | 189 |
<telerik:RadComboBox x:Name="cbPrint" Width="300" telerik:StyleManager.Theme="Office2016" HorizontalAlignment="Left"></telerik:RadComboBox> |
173 | 190 |
</Grid> |
174 | 191 |
</telerik:GroupBox> |
175 | 192 |
|
176 |
<telerik:GroupBox telerik:StyleManager.Theme="Office2016" Grid.Row="2" Header="Print Range" Margin="3">
|
|
193 |
<telerik:GroupBox telerik:StyleManager.Theme="Office2016" Grid.Row="3" Header="Print Range" Margin="3">
|
|
177 | 194 |
<Grid x:Name="rangeView"> |
178 | 195 |
<!--Current Grid Start--> |
179 | 196 |
<Grid Name="GridCurrentPage" VerticalAlignment="Center" HorizontalAlignment="Center" Margin="0,0,0,0" |
... | ... | |
258 | 275 |
</telerik:GroupBox> |
259 | 276 |
<!--프린트 범위--> |
260 | 277 |
|
261 |
<telerik:GroupBox telerik:StyleManager.Theme="Office2016" Grid.Row="3" Margin="3" Header="Commented Pages(Click To Select Page)">
|
|
278 |
<telerik:GroupBox telerik:StyleManager.Theme="Office2016" Grid.Row="4" Margin="3" Header="Commented Pages(Click To Select Page)">
|
|
262 | 279 |
<ListBox telerik:StyleManager.Theme="Office2016" x:Name="CommentPageList" Foreground="Black" |
263 | 280 |
ScrollViewer.HorizontalScrollBarVisibility="Auto" |
264 | 281 |
SelectionChanged="CommentPageList_SelectionChanged"> |
... | ... | |
278 | 295 |
</ListBox> |
279 | 296 |
</telerik:GroupBox> |
280 | 297 |
|
281 |
<Border Grid.Row="4" Margin="3">
|
|
298 |
<Border Grid.Row="5" Margin="3">
|
|
282 | 299 |
<Grid> |
283 | 300 |
<Grid.RowDefinitions> |
284 | 301 |
<RowDefinition Height="8.5*"/> |
... | ... | |
366 | 383 |
BorderThickness="0" |
367 | 384 |
BusyContent="Printing. . ." |
368 | 385 |
IsBusy="False" |
369 |
telerik:StyleManager.Theme="Office2016" />
|
|
386 |
telerik:StyleManager.Theme="Office2016"/> |
|
370 | 387 |
</Grid> |
371 | 388 |
</UserControl> |
내보내기 Unified diff