markus / KCOM / Views / MainMenu.xaml @ b627aa5a
이력 | 보기 | 이력해설 | 다운로드 (112 KB)
1 | 6a19b48d | taeseongkim | <UserControl
|
---|---|---|---|
2 | x:Class="KCOM.Views.MainMenu" |
||
3 | xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" |
||
4 | xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" |
||
5 | xmlns:Angle="clr-namespace:MarkupToPDF.Controls.Angle;assembly=MarkupToPDF" |
||
6 | xmlns:ZoomAndPan="clr-namespace:ZoomAndPan;assembly=ZoomAndPan" |
||
7 | xmlns:common="clr-namespace:KCOM.Common" |
||
8 | xmlns:controls="clr-namespace:KCOM.Controls" |
||
9 | xmlns:converter="clr-namespace:KCOM.Common.Converter" |
||
10 | xmlns:d="http://schemas.microsoft.com/expression/blend/2008" |
||
11 | xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" |
||
12 | xmlns:messanger="clr-namespace:KCOM.Messenger" |
||
13 | xmlns:telerik="http://schemas.telerik.com/2008/xaml/presentation" |
||
14 | xmlns:telerikGrid="clr-namespace:Telerik.Windows.Controls.GridView;assembly=Telerik.Windows.Controls.GridView" |
||
15 | xmlns:toggle="clr-namespace:ToggleSwitch;assembly=ToggleSwitch" |
||
16 | d:DesignHeight="768" |
||
17 | d:DesignWidth="1080" |
||
18 | IsTabStop="True" |
||
19 | mc:Ignorable="d"> |
||
20 | 787a4489 | KangIngu | <UserControl.Resources>
|
21 | 6a19b48d | taeseongkim | <converter:ZeroToCollapsedConverter x:Key="ZeroToCollapsedConverter" /> |
22 | <Style x:Key="GridViewHeaderStyle" TargetType="{x:Type telerikGrid:GridViewHeaderCell}"> |
||
23 | <Setter Property="VerticalContentAlignment" Value="Center" /> |
||
24 | <Setter Property="HorizontalContentAlignment" Value="Center" /> |
||
25 | <Setter Property="BorderThickness" Value="0" /> |
||
26 | 787a4489 | KangIngu | <Setter Property="Background"> |
27 | <Setter.Value>
|
||
28 | 6a19b48d | taeseongkim | <SolidColorBrush Opacity="0.5" Color="Black" /> |
29 | 787a4489 | KangIngu | </Setter.Value>
|
30 | </Setter>
|
||
31 | <!--<Setter Property="Background" Value="Black"/>-->
|
||
32 | 6a19b48d | taeseongkim | <Setter Property="BorderBrush" Value="White" /> |
33 | <Setter Property="Foreground" Value="White" /> |
||
34 | <Setter Property="telerik:StyleManager.Theme" Value="Office2013" /> |
||
35 | 787a4489 | KangIngu | <!--<Setter Property="FontWeight" Value="Black"/>-->
|
36 | </Style>
|
||
37 | f87dfb18 | taeseongkim | <Style x:Key="GridViewAlign" TargetType="{x:Type telerikGrid:GridViewCell}"> |
38 | 787a4489 | KangIngu | <Setter Property="HorizontalContentAlignment" Value="Center" /> |
39 | <Setter Property="TextBlock.TextDecorations"> |
||
40 | <Setter.Value>
|
||
41 | <TextDecorationCollection>
|
||
42 | <TextDecoration Location="Underline" /> |
||
43 | <TextDecoration Location="Overline" /> |
||
44 | 6a19b48d | taeseongkim | <TextDecoration PenThicknessUnit="FontRecommended"> |
45 | 787a4489 | KangIngu | <TextDecoration.Pen>
|
46 | <Pen Thickness="1.0"> |
||
47 | <Pen.Brush>
|
||
48 | 6a19b48d | taeseongkim | <LinearGradientBrush Opacity="0.5" StartPoint="0,0.5" EndPoint="1,0.5"> |
49 | <GradientStop Offset="0" Color="Yellow" /> |
||
50 | <GradientStop Offset="1" Color="Red" /> |
||
51 | 787a4489 | KangIngu | </LinearGradientBrush>
|
52 | </Pen.Brush>
|
||
53 | </Pen>
|
||
54 | </TextDecoration.Pen>
|
||
55 | </TextDecoration>
|
||
56 | </TextDecorationCollection>
|
||
57 | </Setter.Value>
|
||
58 | </Setter>
|
||
59 | </Style>
|
||
60 | 6a19b48d | taeseongkim | <converter:PDFVisibleConverter x:Key="PDFVisibleConverter" /> |
61 | 787a4489 | KangIngu | <converter:ConsolidationBackgroudConverter x:Key="ConsolidationBackgroudConverter" /> |
62 | 6a19b48d | taeseongkim | <converter:StringToColorConverter x:Key="StringToColorConverter" /> |
63 | 787a4489 | KangIngu | <converter:AvoidStringConverter x:Key="AvoidStringConverter" /> |
64 | <converter:TeamConsolidateStringConverter x:Key="TeamConsoliStringConverter" /> |
||
65 | <converter:ConsolidationStringConverter x:Key="ConsoliStringConverter" /> |
||
66 | <converter:BoolToVisibleConverter x:Key="BoolToVisibleConverter" /> |
||
67 | 6a19b48d | taeseongkim | <converter:PreviewerVisibleConverter x:Key="previewerVisibleConverter" /> |
68 | c8dd192f | taeseongkim | <ControlTemplate x:Key="RadSplitContainerControlTemplate" TargetType="{x:Type telerik:RadSplitContainer}"> |
69 | <Grid>
|
||
70 | 6a19b48d | taeseongkim | <Border
|
71 | x:Name="border" |
||
72 | Padding="{TemplateBinding Padding}" |
||
73 | Background="{TemplateBinding Background}" |
||
74 | BorderBrush="{TemplateBinding BorderBrush}" |
||
75 | BorderThickness="{TemplateBinding BorderThickness}"> |
||
76 | <ItemsPresenter /> |
||
77 | </Border>
|
||
78 | <telerik:RadGridResizer
|
||
79 | x:Name="DockResizer" |
||
80 | HorizontalAlignment="Left" |
||
81 | VerticalAlignment="Stretch" |
||
82 | Cursor="SizeWE" |
||
83 | Focusable="False" |
||
84 | Placement="Left" |
||
85 | ShowsPreview="True" |
||
86 | Visibility="Collapsed" /> |
||
87 | c8dd192f | taeseongkim | <VisualStateManager.VisualStateGroups>
|
88 | <VisualStateGroup x:Name="ResizerStates"> |
||
89 | <VisualState x:Name="ResizerLeft"> |
||
90 | <Storyboard>
|
||
91 | 6a19b48d | taeseongkim | <ObjectAnimationUsingKeyFrames
|
92 | Storyboard.TargetName="DockResizer" |
||
93 | Storyboard.TargetProperty="Visibility" |
||
94 | Duration="0"> |
||
95 | c8dd192f | taeseongkim | <DiscreteObjectKeyFrame KeyTime="0"> |
96 | <DiscreteObjectKeyFrame.Value>
|
||
97 | <Visibility>Visible</Visibility> |
||
98 | </DiscreteObjectKeyFrame.Value>
|
||
99 | </DiscreteObjectKeyFrame>
|
||
100 | </ObjectAnimationUsingKeyFrames>
|
||
101 | 6a19b48d | taeseongkim | <DoubleAnimation
|
102 | BeginTime="0" |
||
103 | Storyboard.TargetName="DockResizer" |
||
104 | Storyboard.TargetProperty="MinWidth" |
||
105 | From="4" |
||
106 | To="4" /> |
||
107 | <ObjectAnimationUsingKeyFrames
|
||
108 | Storyboard.TargetName="border" |
||
109 | Storyboard.TargetProperty="Margin" |
||
110 | Duration="0"> |
||
111 | c8dd192f | taeseongkim | <DiscreteObjectKeyFrame KeyTime="0"> |
112 | <DiscreteObjectKeyFrame.Value>
|
||
113 | <Thickness>4,0,0,0</Thickness> |
||
114 | </DiscreteObjectKeyFrame.Value>
|
||
115 | </DiscreteObjectKeyFrame>
|
||
116 | </ObjectAnimationUsingKeyFrames>
|
||
117 | </Storyboard>
|
||
118 | </VisualState>
|
||
119 | <VisualState x:Name="ResizerTop"> |
||
120 | <Storyboard>
|
||
121 | 6a19b48d | taeseongkim | <ObjectAnimationUsingKeyFrames
|
122 | Storyboard.TargetName="DockResizer" |
||
123 | Storyboard.TargetProperty="Visibility" |
||
124 | Duration="0"> |
||
125 | c8dd192f | taeseongkim | <DiscreteObjectKeyFrame KeyTime="0"> |
126 | <DiscreteObjectKeyFrame.Value>
|
||
127 | <Visibility>Visible</Visibility> |
||
128 | </DiscreteObjectKeyFrame.Value>
|
||
129 | </DiscreteObjectKeyFrame>
|
||
130 | </ObjectAnimationUsingKeyFrames>
|
||
131 | 6a19b48d | taeseongkim | <ObjectAnimationUsingKeyFrames
|
132 | Storyboard.TargetName="DockResizer" |
||
133 | Storyboard.TargetProperty="VerticalAlignment" |
||
134 | Duration="0"> |
||
135 | c8dd192f | taeseongkim | <DiscreteObjectKeyFrame KeyTime="0"> |
136 | <DiscreteObjectKeyFrame.Value>
|
||
137 | <VerticalAlignment>Top</VerticalAlignment> |
||
138 | </DiscreteObjectKeyFrame.Value>
|
||
139 | </DiscreteObjectKeyFrame>
|
||
140 | </ObjectAnimationUsingKeyFrames>
|
||
141 | 6a19b48d | taeseongkim | <ObjectAnimationUsingKeyFrames
|
142 | Storyboard.TargetName="DockResizer" |
||
143 | Storyboard.TargetProperty="HorizontalAlignment" |
||
144 | Duration="0"> |
||
145 | c8dd192f | taeseongkim | <DiscreteObjectKeyFrame KeyTime="0"> |
146 | <DiscreteObjectKeyFrame.Value>
|
||
147 | <HorizontalAlignment>Stretch</HorizontalAlignment> |
||
148 | </DiscreteObjectKeyFrame.Value>
|
||
149 | </DiscreteObjectKeyFrame>
|
||
150 | </ObjectAnimationUsingKeyFrames>
|
||
151 | 6a19b48d | taeseongkim | <ObjectAnimationUsingKeyFrames
|
152 | Storyboard.TargetName="DockResizer" |
||
153 | Storyboard.TargetProperty="Placement" |
||
154 | Duration="0"> |
||
155 | c8dd192f | taeseongkim | <DiscreteObjectKeyFrame KeyTime="0"> |
156 | <DiscreteObjectKeyFrame.Value>
|
||
157 | <Dock>Top</Dock> |
||
158 | </DiscreteObjectKeyFrame.Value>
|
||
159 | </DiscreteObjectKeyFrame>
|
||
160 | </ObjectAnimationUsingKeyFrames>
|
||
161 | 6a19b48d | taeseongkim | <DoubleAnimation
|
162 | BeginTime="0" |
||
163 | Storyboard.TargetName="DockResizer" |
||
164 | Storyboard.TargetProperty="MinHeight" |
||
165 | From="4" |
||
166 | To="4" /> |
||
167 | <ObjectAnimationUsingKeyFrames
|
||
168 | Storyboard.TargetName="border" |
||
169 | Storyboard.TargetProperty="Margin" |
||
170 | Duration="0"> |
||
171 | c8dd192f | taeseongkim | <DiscreteObjectKeyFrame KeyTime="0"> |
172 | <DiscreteObjectKeyFrame.Value>
|
||
173 | <Thickness>0,4,0,0</Thickness> |
||
174 | </DiscreteObjectKeyFrame.Value>
|
||
175 | </DiscreteObjectKeyFrame>
|
||
176 | </ObjectAnimationUsingKeyFrames>
|
||
177 | </Storyboard>
|
||
178 | </VisualState>
|
||
179 | <VisualState x:Name="ResizerRight"> |
||
180 | <Storyboard>
|
||
181 | 6a19b48d | taeseongkim | <ObjectAnimationUsingKeyFrames
|
182 | Storyboard.TargetName="DockResizer" |
||
183 | Storyboard.TargetProperty="Visibility" |
||
184 | Duration="0"> |
||
185 | c8dd192f | taeseongkim | <DiscreteObjectKeyFrame KeyTime="0"> |
186 | <DiscreteObjectKeyFrame.Value>
|
||
187 | <Visibility>Visible</Visibility> |
||
188 | </DiscreteObjectKeyFrame.Value>
|
||
189 | </DiscreteObjectKeyFrame>
|
||
190 | </ObjectAnimationUsingKeyFrames>
|
||
191 | 6a19b48d | taeseongkim | <DoubleAnimation
|
192 | BeginTime="0" |
||
193 | Storyboard.TargetName="DockResizer" |
||
194 | Storyboard.TargetProperty="MinWidth" |
||
195 | From="4" |
||
196 | To="4" /> |
||
197 | <ObjectAnimationUsingKeyFrames
|
||
198 | Storyboard.TargetName="border" |
||
199 | Storyboard.TargetProperty="Margin" |
||
200 | Duration="0"> |
||
201 | c8dd192f | taeseongkim | <DiscreteObjectKeyFrame KeyTime="0"> |
202 | <DiscreteObjectKeyFrame.Value>
|
||
203 | <Thickness>0,0,4,0</Thickness> |
||
204 | </DiscreteObjectKeyFrame.Value>
|
||
205 | </DiscreteObjectKeyFrame>
|
||
206 | </ObjectAnimationUsingKeyFrames>
|
||
207 | 6a19b48d | taeseongkim | <ObjectAnimationUsingKeyFrames
|
208 | Storyboard.TargetName="DockResizer" |
||
209 | Storyboard.TargetProperty="HorizontalAlignment" |
||
210 | Duration="0"> |
||
211 | c8dd192f | taeseongkim | <DiscreteObjectKeyFrame KeyTime="0"> |
212 | <DiscreteObjectKeyFrame.Value>
|
||
213 | <HorizontalAlignment>Right</HorizontalAlignment> |
||
214 | </DiscreteObjectKeyFrame.Value>
|
||
215 | </DiscreteObjectKeyFrame>
|
||
216 | </ObjectAnimationUsingKeyFrames>
|
||
217 | 6a19b48d | taeseongkim | <ObjectAnimationUsingKeyFrames
|
218 | Storyboard.TargetName="DockResizer" |
||
219 | Storyboard.TargetProperty="Placement" |
||
220 | Duration="0"> |
||
221 | c8dd192f | taeseongkim | <DiscreteObjectKeyFrame KeyTime="0"> |
222 | <DiscreteObjectKeyFrame.Value>
|
||
223 | <Dock>Right</Dock> |
||
224 | </DiscreteObjectKeyFrame.Value>
|
||
225 | </DiscreteObjectKeyFrame>
|
||
226 | </ObjectAnimationUsingKeyFrames>
|
||
227 | </Storyboard>
|
||
228 | </VisualState>
|
||
229 | <VisualState x:Name="ResizerBottom"> |
||
230 | <Storyboard>
|
||
231 | 6a19b48d | taeseongkim | <ObjectAnimationUsingKeyFrames
|
232 | Storyboard.TargetName="DockResizer" |
||
233 | Storyboard.TargetProperty="Visibility" |
||
234 | Duration="0"> |
||
235 | c8dd192f | taeseongkim | <DiscreteObjectKeyFrame KeyTime="0"> |
236 | <DiscreteObjectKeyFrame.Value>
|
||
237 | <Visibility>Visible</Visibility> |
||
238 | </DiscreteObjectKeyFrame.Value>
|
||
239 | </DiscreteObjectKeyFrame>
|
||
240 | </ObjectAnimationUsingKeyFrames>
|
||
241 | 6a19b48d | taeseongkim | <ObjectAnimationUsingKeyFrames
|
242 | Storyboard.TargetName="DockResizer" |
||
243 | Storyboard.TargetProperty="VerticalAlignment" |
||
244 | Duration="0"> |
||
245 | c8dd192f | taeseongkim | <DiscreteObjectKeyFrame KeyTime="0"> |
246 | <DiscreteObjectKeyFrame.Value>
|
||
247 | <VerticalAlignment>Bottom</VerticalAlignment> |
||
248 | </DiscreteObjectKeyFrame.Value>
|
||
249 | </DiscreteObjectKeyFrame>
|
||
250 | </ObjectAnimationUsingKeyFrames>
|
||
251 | 6a19b48d | taeseongkim | <ObjectAnimationUsingKeyFrames
|
252 | Storyboard.TargetName="DockResizer" |
||
253 | Storyboard.TargetProperty="HorizontalAlignment" |
||
254 | Duration="0"> |
||
255 | c8dd192f | taeseongkim | <DiscreteObjectKeyFrame KeyTime="0"> |
256 | <DiscreteObjectKeyFrame.Value>
|
||
257 | <HorizontalAlignment>Stretch</HorizontalAlignment> |
||
258 | </DiscreteObjectKeyFrame.Value>
|
||
259 | </DiscreteObjectKeyFrame>
|
||
260 | </ObjectAnimationUsingKeyFrames>
|
||
261 | 6a19b48d | taeseongkim | <ObjectAnimationUsingKeyFrames
|
262 | Storyboard.TargetName="DockResizer" |
||
263 | Storyboard.TargetProperty="Placement" |
||
264 | Duration="0"> |
||
265 | c8dd192f | taeseongkim | <DiscreteObjectKeyFrame KeyTime="0"> |
266 | <DiscreteObjectKeyFrame.Value>
|
||
267 | <Dock>Bottom</Dock> |
||
268 | </DiscreteObjectKeyFrame.Value>
|
||
269 | </DiscreteObjectKeyFrame>
|
||
270 | </ObjectAnimationUsingKeyFrames>
|
||
271 | 6a19b48d | taeseongkim | <DoubleAnimation
|
272 | BeginTime="0" |
||
273 | Storyboard.TargetName="DockResizer" |
||
274 | Storyboard.TargetProperty="MinHeight" |
||
275 | From="4" |
||
276 | To="4" /> |
||
277 | <ObjectAnimationUsingKeyFrames
|
||
278 | Storyboard.TargetName="border" |
||
279 | Storyboard.TargetProperty="Margin" |
||
280 | Duration="0"> |
||
281 | c8dd192f | taeseongkim | <DiscreteObjectKeyFrame KeyTime="0"> |
282 | <DiscreteObjectKeyFrame.Value>
|
||
283 | <Thickness>0,0,0,4</Thickness> |
||
284 | </DiscreteObjectKeyFrame.Value>
|
||
285 | </DiscreteObjectKeyFrame>
|
||
286 | </ObjectAnimationUsingKeyFrames>
|
||
287 | </Storyboard>
|
||
288 | </VisualState>
|
||
289 | 6a19b48d | taeseongkim | <VisualState x:Name="HideResizer" /> |
290 | c8dd192f | taeseongkim | </VisualStateGroup>
|
291 | </VisualStateManager.VisualStateGroups>
|
||
292 | </Grid>
|
||
293 | </ControlTemplate>
|
||
294 | 787a4489 | KangIngu | </UserControl.Resources>
|
295 | 90e7968d | ljiyeon | <Grid Background="{DynamicResource KCOMColor_MainBrush}"> |
296 | 787a4489 | KangIngu | <!--<Grid.ColumnDefinitions>
|
297 | <ColumnDefinition Width="Auto"/>
|
||
298 | <ColumnDefinition Width="*"/>
|
||
299 | </Grid.ColumnDefinitions>-->
|
||
300 | <!--<Border Background="#fff5f5f5" BorderBrush="#d5d5d5" BorderThickness="0">
|
||
301 | 6a19b48d | taeseongkim | -->
|
302 | 787a4489 | KangIngu | <!--<controls:PageNavigator x:Name="pageNavigator" Grid.Row="1" Width="200"/>-->
|
303 | <!--
|
||
304 | <telerik:RadLayoutControl SelectedItem="{x:Null}" VirtualizingStackPanel.VirtualizationMode="Recycling" ScrollViewer.VerticalScrollBarVisibility="Hi">
|
||
305 | <telerik:LayoutControlTabGroup Template="{DynamicResource TabControlTemplate}" telerik:StyleManager.Theme="Office2016">
|
||
306 | <telerik:LayoutControlTabGroupItem Header="Thumbnail">
|
||
307 | 6a19b48d | taeseongkim | <telerik:LayoutControlGroup BorderBrush="Transparent" Padding="5" Margin="0,-3">
|
308 | <controls:PageNavigator x:Name="pageNavigator" Grid.Row="1" Width="300"/>
|
||
309 | 787a4489 | KangIngu | </telerik:LayoutControlGroup>
|
310 | </telerik:LayoutControlTabGroupItem>
|
||
311 | <telerik:LayoutControlTabGroupItem Header="Bookmark">
|
||
312 | <telerik:LayoutControlGroup BorderBrush="Transparent">
|
||
313 | <Border Background="Blue"/>
|
||
314 | </telerik:LayoutControlGroup>
|
||
315 | </telerik:LayoutControlTabGroupItem>
|
||
316 | </telerik:LayoutControlTabGroup>
|
||
317 | </telerik:RadLayoutControl>
|
||
318 | </Border>-->
|
||
319 | <!--<Grid.ColumnDefinitions>
|
||
320 | <ColumnDefinition Width="Auto"/>
|
||
321 | <ColumnDefinition Width="*"/>
|
||
322 | <ColumnDefinition Width="Auto"/>
|
||
323 | </Grid.ColumnDefinitions>-->
|
||
324 | <!--<Border Background="{DynamicResource Office2016Color_PrimaryBrush}">
|
||
325 | <Border Background="White" Margin="50"/>
|
||
326 | </Border>-->
|
||
327 | 6a19b48d | taeseongkim | <telerik:RadDocking
|
328 | Grid.Column="1" |
||
329 | Padding="0" |
||
330 | Background="{DynamicResource KCOMColor_MainBrush}" |
||
331 | BorderThickness="0"> |
||
332 | 787a4489 | KangIngu | <telerik:RadDocking.DocumentHost>
|
333 | 6a19b48d | taeseongkim | <telerik:RadSplitContainer
|
334 | x:Name="splitContainerMain" |
||
335 | Margin="0,-1,0,0" |
||
336 | Background="Transparent" |
||
337 | Template="{DynamicResource RadSplitContainerControlTemplate}"> |
||
338 | 787a4489 | KangIngu | <telerik:RadPaneGroup Style="{DynamicResource Style_RadPanelGroup}"> |
339 | 6a19b48d | taeseongkim | <telerik:RadDocumentPane
|
340 | x:Name="MainDocumentPanel" |
||
341 | Title="Document 1" |
||
342 | Margin="0,-20,0,0" |
||
343 | CanFloat="False" |
||
344 | CanUserClose="False" |
||
345 | Header="VP-320A-728063" |
||
346 | PaneHeaderVisibility="Collapsed"> |
||
347 | 787a4489 | KangIngu | <telerik:RadDocumentPane.HeaderTemplate>
|
348 | <DataTemplate>
|
||
349 | 6a19b48d | taeseongkim | <Border Margin="0,0,0,0" /> |
350 | 787a4489 | KangIngu | </DataTemplate>
|
351 | </telerik:RadDocumentPane.HeaderTemplate>
|
||
352 | <!--<Grid Background="{DynamicResource KCOMColor_AlternativeBrush}">-->
|
||
353 | <Grid Background="{DynamicResource KCOMColor_DocumnetBackgroundBrush}"> |
||
354 | 6a19b48d | taeseongkim | <Rectangle
|
355 | Name="rect" |
||
356 | Width="100" |
||
357 | Height="100" |
||
358 | Margin="50,50,0,0" |
||
359 | Fill="LightBlue" /> |
||
360 | <Popup
|
||
361 | Name="floatingTip" |
||
362 | AllowsTransparency="True" |
||
363 | Placement="Relative" |
||
364 | PlacementTarget="{Binding ElementName=rect}"> |
||
365 | <TextBlock
|
||
366 | x:Name="txtBatch" |
||
367 | FontSize="20" |
||
368 | Foreground="Red" |
||
369 | Text="Mark Control을 그립니다." /> |
||
370 | 787a4489 | KangIngu | </Popup>
|
371 | 6a19b48d | taeseongkim | <ZoomAndPan:ZoomAndPanControl
|
372 | x:Name="zoomAndPanControl" |
||
373 | Background="LightGray" |
||
374 | ConstrainedContentViewportHeight="{Binding ContentViewportHeight, Mode=TwoWay, Source={x:Static common:ViewerDataModel.Instance}}" |
||
375 | ConstrainedContentViewportWidth="{Binding ContentViewportWidth, Mode=TwoWay, Source={x:Static common:ViewerDataModel.Instance}}" |
||
376 | ContentOffsetX="{Binding ContentOffsetX, Mode=TwoWay, Source={x:Static common:ViewerDataModel.Instance}}" |
||
377 | ContentOffsetY="{Binding ContentOffsetY, Mode=TwoWay, Source={x:Static common:ViewerDataModel.Instance}}" |
||
378 | ContentScale="{Binding ContentScale, Mode=TwoWay, Source={x:Static common:ViewerDataModel.Instance}}" |
||
379 | MouseDoubleClick="zoomAndPanControl_MouseDoubleClick" |
||
380 | MouseDown="zoomAndPanControl_MouseDown" |
||
381 | MouseLeave="zoomAndPanControl_MouseLeave" |
||
382 | MouseMove="zoomAndPanControl_MouseMove" |
||
383 | MouseUp="zoomAndPanControl_MouseUp" |
||
384 | MouseWheel="zoomAndPanControl_MouseWheel" |
||
385 | ScaleChanged="ZoomAndPanControl_ScaleChanged"> |
||
386 | <Canvas
|
||
387 | x:Name="zoomAndPanCanvas" |
||
388 | Background="White" |
||
389 | Opacity="1"> |
||
390 | 90e7968d | ljiyeon | |
391 | 6a19b48d | taeseongkim | <Canvas
|
392 | x:Name="drawingRotateCanvas" |
||
393 | Panel.ZIndex="1" |
||
394 | Background="{Binding BackgroundImage, Mode=OneWay, Source={x:Static common:ViewerDataModel.Instance}}"> |
||
395 | 787a4489 | KangIngu | <Canvas.RenderTransform>
|
396 | <TransformGroup>
|
||
397 | 6a19b48d | taeseongkim | <RotateTransform x:Name="rotate" Angle="0" /> |
398 | <TranslateTransform x:Name="translate" X="0" Y="0" /> |
||
399 | 787a4489 | KangIngu | </TransformGroup>
|
400 | </Canvas.RenderTransform>
|
||
401 | f65e6c02 | taeseongkim | |
402 | 6a19b48d | taeseongkim | <ItemsControl Panel.ZIndex="1" ItemsSource="{Binding MarkupControls, Source={x:Static common:ViewerDataModel.Instance}}"> |
403 | 787a4489 | KangIngu | <ItemsControl.ItemsPanel>
|
404 | <ItemsPanelTemplate>
|
||
405 | <Canvas /> |
||
406 | </ItemsPanelTemplate>
|
||
407 | </ItemsControl.ItemsPanel>
|
||
408 | </ItemsControl>
|
||
409 | 6a19b48d | taeseongkim | <ItemsControl Panel.ZIndex="30" ItemsSource="{Binding MarkupControls_USER, Source={x:Static common:ViewerDataModel.Instance}}"> |
410 | 787a4489 | KangIngu | <ItemsControl.ItemsPanel>
|
411 | <ItemsPanelTemplate>
|
||
412 | <Canvas /> |
||
413 | </ItemsPanelTemplate>
|
||
414 | </ItemsControl.ItemsPanel>
|
||
415 | </ItemsControl>
|
||
416 | 6a19b48d | taeseongkim | <InkPresenter
|
417 | x:Name="inkBoard" |
||
418 | HorizontalAlignment="Stretch" |
||
419 | VerticalAlignment="Stretch" |
||
420 | Panel.ZIndex="1" /> |
||
421 | <InkCanvas
|
||
422 | x:Name="inkDrawingCanvas" |
||
423 | Width="1" |
||
424 | Height="1" |
||
425 | Panel.ZIndex="1" |
||
426 | Background="Transparent" |
||
427 | IsEnabled="False" |
||
428 | Strokes="{Binding MarkupPens, Source={x:Static common:ViewerDataModel.Instance}}"> |
||
429 | 787a4489 | KangIngu | <!--<Rectangle Height="41" HorizontalAlignment="Left" Name="rectangle1" Stroke="Black" VerticalAlignment="Top" Width="69" Fill="#FFDB1111" />-->
|
430 | <!--<Ellipse Height="41" HorizontalAlignment="Left" Name="rectangle1" Stroke="Black" VerticalAlignment="Top" Width="69" Fill="#FFDB1111" />-->
|
||
431 | |||
432 | <!--<MarkupToPDF:RectangleControl Height="200" HorizontalAlignment="Center" Name="rectangle2" StrokeColor="Black" VerticalAlignment="Top" Width="00" FillColor="Red"/>-->
|
||
433 | </InkCanvas>
|
||
434 | 6a19b48d | taeseongkim | <!-- 강인구 추가 -->
|
435 | f65e6c02 | taeseongkim | <!--<controls:ScaleDecodeImage Panel.ZIndex="0" x:Name="mainPanel"
|
436 | 6a19b48d | taeseongkim | Source="{Binding ImageViewPath,Mode=TwoWay, Source={x:Static common:ViewerDataModel.Instance}}"
|
437 | 92442e4a | taeseongkim | Width="{Binding ImageViewWidth,Mode=TwoWay, Source={x:Static common:ViewerDataModel.Instance}}"
|
438 | cdfb57ff | taeseongkim | Height="{Binding ImageViewHeight,Mode=TwoWay, Source={x:Static common:ViewerDataModel.Instance}}">
|
439 | 7e2d682c | taeseongkim | </controls:ScaleDecodeImage>-->
|
440 | 6a19b48d | taeseongkim | <Image
|
441 | x:Name="mainPanel" |
||
442 | Width="{Binding ImageViewWidth, Mode=TwoWay, Source={x:Static common:ViewerDataModel.Instance}}" |
||
443 | Height="{Binding ImageViewHeight, Mode=TwoWay, Source={x:Static common:ViewerDataModel.Instance}}" |
||
444 | Panel.ZIndex="0" |
||
445 | RenderOptions.BitmapScalingMode="HighQuality" |
||
446 | RenderOptions.ClearTypeHint="Enabled" |
||
447 | RenderOptions.EdgeMode="Unspecified" |
||
448 | Source="{Binding ImageViewPath, Mode=OneWay, Source={x:Static common:ViewerDataModel.Instance}}" /> |
||
449 | <Canvas
|
||
450 | x:Name="SelectLayer" |
||
451 | HorizontalAlignment="Stretch" |
||
452 | VerticalAlignment="Stretch" |
||
453 | Panel.ZIndex="32766" /> |
||
454 | <Border
|
||
455 | x:Name="dragSelectionBorder" |
||
456 | Panel.ZIndex="1" |
||
457 | Background="LightBlue" |
||
458 | BorderBrush="Blue" |
||
459 | BorderThickness="1" |
||
460 | CornerRadius="1" |
||
461 | Opacity="0.5" |
||
462 | Visibility="Collapsed" /> |
||
463 | <Border
|
||
464 | x:Name="dragCaptureBorder" |
||
465 | Panel.ZIndex="1" |
||
466 | Background="Blue" |
||
467 | BorderBrush="Blue" |
||
468 | BorderThickness="1" |
||
469 | CornerRadius="1" |
||
470 | Opacity="0.5" |
||
471 | Visibility="Collapsed" /> |
||
472 | f65e6c02 | taeseongkim | |
473 | 6a19b48d | taeseongkim | <Border
|
474 | x:Name="dragZoomBorder" |
||
475 | Panel.ZIndex="1" |
||
476 | Background="Transparent" |
||
477 | BorderThickness="3" |
||
478 | CornerRadius="1" |
||
479 | Opacity="1" |
||
480 | Visibility="Collapsed"> |
||
481 | 9f473fb7 | KangIngu | <Border.BorderBrush>
|
482 | <VisualBrush>
|
||
483 | <VisualBrush.Visual>
|
||
484 | 6a19b48d | taeseongkim | <Rectangle
|
485 | Width="{Binding RelativeSource={RelativeSource AncestorType={x:Type Border}}, Path=ActualWidth}" |
||
486 | Height="{Binding RelativeSource={RelativeSource AncestorType={x:Type Border}}, Path=ActualHeight}" |
||
487 | Stroke="Gray" |
||
488 | StrokeDashArray="4 2" |
||
489 | StrokeThickness="1" /> |
||
490 | 9f473fb7 | KangIngu | </VisualBrush.Visual>
|
491 | </VisualBrush>
|
||
492 | </Border.BorderBrush>
|
||
493 | </Border>
|
||
494 | <!--<Border x:Name="dragZoomBorder"
|
||
495 | BorderBrush="Black"
|
||
496 | BorderThickness="1"
|
||
497 | 6a19b48d | taeseongkim | |
498 | Background="Transparent"
|
||
499 | 9f473fb7 | KangIngu | CornerRadius="1"
|
500 | Panel.ZIndex="1"
|
||
501 | Opacity="0.5"/>-->
|
||
502 | 6a19b48d | taeseongkim | <Canvas
|
503 | x:Name="SearchFocusBorder" |
||
504 | Panel.ZIndex="99999" |
||
505 | Background="#50FF5D00" |
||
506 | IsHitTestVisible="False" |
||
507 | Visibility="Collapsed"> |
||
508 | <Border
|
||
509 | Width="{Binding Width, RelativeSource={RelativeSource FindAncestor, AncestorType={x:Type Canvas}}}" |
||
510 | Height="{Binding Height, RelativeSource={RelativeSource FindAncestor, AncestorType={x:Type Canvas}}}" |
||
511 | Panel.ZIndex="99999" |
||
512 | Background="#50FF5D00" |
||
513 | f4ec4218 | taeseongkim | BorderThickness="1" |
514 | CornerRadius="1" |
||
515 | 6a19b48d | taeseongkim | IsHitTestVisible="False" |
516 | Visibility="Collapsed" /> |
||
517 | f65e6c02 | taeseongkim | </Canvas>
|
518 | <!--<Border Background="Red" Panel.ZIndex="1" Opacity="0.5" Visibility="Visible" Width="100" Height="100" />-->
|
||
519 | 787a4489 | KangIngu | </Canvas>
|
520 | |||
521 | <!--<Border Background="Red" Panel.ZIndex="1" Opacity="0.5" Visibility="Visible" Width="1000" Height="1000" IsHitTestVisible="False"/>-->
|
||
522 | |||
523 | <!--<Leadtools_Windows_Controls:RasterImageViewer x:Name="_imageViewer" Grid.Row="1" BorderThickness="0"/>-->
|
||
524 | </Canvas>
|
||
525 | </ZoomAndPan:ZoomAndPanControl>
|
||
526 | 6a19b48d | taeseongkim | <telerik:RadBusyIndicator
|
527 | x:Name="busyIndicator" |
||
528 | BusyContent="Saving..." |
||
529 | IsBusy="False" |
||
530 | Visibility="{Binding IsBusy, Converter={StaticResource BoolToVisibleConverter}, RelativeSource={RelativeSource Self}}" /> |
||
531 | <!-- 캡쳐 화면을 위한 보더 -->
|
||
532 | <Border
|
||
533 | Background="LightGray" |
||
534 | IsHitTestVisible="False" |
||
535 | Opacity="{Binding Capture_Opacity, Source={x:Static common:ViewerDataModel.Instance}}"> |
||
536 | <TextBlock
|
||
537 | HorizontalAlignment="Right" |
||
538 | FontSize="30" |
||
539 | Foreground="Red" |
||
540 | Text="캡쳐 진행 화면" /> |
||
541 | 787a4489 | KangIngu | </Border>
|
542 | 6a19b48d | taeseongkim | <Angle:AngleControl
|
543 | x:Name="MainAngle" |
||
544 | Grid.Column="1" |
||
545 | Grid.ColumnSpan="2" |
||
546 | Margin="10" |
||
547 | HorizontalAlignment="Right" |
||
548 | VerticalAlignment="Top" |
||
549 | AngleValue="{Binding MarkupAngle, Mode=TwoWay, StringFormat=\{0:F0\}°, Source={x:Static common:ViewerDataModel.Instance}}" |
||
550 | IsHitTestVisible="False" |
||
551 | Visibility="{Binding MarkupAngleVisibility, Mode=TwoWay, Source={x:Static common:ViewerDataModel.Instance}}" /> |
||
552 | 787a4489 | KangIngu | </Grid>
|
553 | </telerik:RadDocumentPane>
|
||
554 | </telerik:RadPaneGroup>
|
||
555 | 43d2041c | taeseongkim | <telerik:RadPaneGroup Style="{DynamicResource Style_RadPanelGroup}"> |
556 | 6a19b48d | taeseongkim | <telerik:RadPane
|
557 | x:Name="testPanel2" |
||
558 | Title="Document 1" |
||
559 | Margin="0,-20,0,0" |
||
560 | CanFloat="False" |
||
561 | CanUserClose="False" |
||
562 | IsHidden="True" |
||
563 | PaneHeaderVisibility="Collapsed"> |
||
564 | 787a4489 | KangIngu | <Grid Background="{DynamicResource KCOMColor_DocumnetBackgroundBrush}"> |
565 | 6a19b48d | taeseongkim | <ZoomAndPan:ZoomAndPanControl
|
566 | x:Name="zoomAndPanControl2" |
||
567 | AllowDrop="True" |
||
568 | Background="LightGray" |
||
569 | ConstrainedContentViewportHeight="{Binding ContentViewportHeight, Mode=TwoWay, Source={x:Static common:ViewerDataModel.Instance}}" |
||
570 | ConstrainedContentViewportWidth="{Binding ContentViewportWidth, Mode=TwoWay, Source={x:Static common:ViewerDataModel.Instance}}" |
||
571 | ContentOffsetX="{Binding Sync_ContentOffsetX, Mode=TwoWay, Source={x:Static common:ViewerDataModel.Instance}}" |
||
572 | ContentOffsetY="{Binding Sync_ContentOffsetY, Mode=TwoWay, Source={x:Static common:ViewerDataModel.Instance}}" |
||
573 | ContentScale="{Binding Sync_ContentScale, Mode=TwoWay, Source={x:Static common:ViewerDataModel.Instance}}" |
||
574 | MouseDown="zoomAndPanControl2_MouseDown" |
||
575 | MouseLeave="zoomAndPanControl_MouseLeave" |
||
576 | MouseMove="zoomAndPanControl2_MouseMove" |
||
577 | MouseUp="zoomAndPanControl2_MouseUp" |
||
578 | MouseWheel="zoomAndPanControl2_MouseWheel"> |
||
579 | <Canvas
|
||
580 | x:Name="zoomAndPanCanvas2" |
||
581 | Background="Transparent" |
||
582 | Opacity="1"> |
||
583 | <Canvas
|
||
584 | x:Name="drawingRotateCanvas2" |
||
585 | Panel.ZIndex="1" |
||
586 | Background="{Binding BackgroundImage, Mode=OneWay, Source={x:Static common:ViewerDataModel.Instance}}"> |
||
587 | 787a4489 | KangIngu | <Canvas.RenderTransform>
|
588 | <TransformGroup>
|
||
589 | 6a19b48d | taeseongkim | <RotateTransform x:Name="rotate2" Angle="0" /> |
590 | <TranslateTransform x:Name="translate2" X="0" Y="0" /> |
||
591 | 787a4489 | KangIngu | </TransformGroup>
|
592 | </Canvas.RenderTransform>
|
||
593 | 6a19b48d | taeseongkim | <ItemsControl
|
594 | x:Name="itemsControl" |
||
595 | Panel.ZIndex="1" |
||
596 | ItemsSource="{Binding MarkupControls_Sync, Source={x:Static common:ViewerDataModel.Instance}}"> |
||
597 | 787a4489 | KangIngu | <ItemsControl.ItemsPanel>
|
598 | <ItemsPanelTemplate>
|
||
599 | 6a19b48d | taeseongkim | <Canvas /> |
600 | 787a4489 | KangIngu | </ItemsPanelTemplate>
|
601 | </ItemsControl.ItemsPanel>
|
||
602 | </ItemsControl>
|
||
603 | 6a19b48d | taeseongkim | <Image
|
604 | x:Name="ComparePanel" |
||
605 | Width="{Binding ImageViewWidth_C, Source={x:Static common:ViewerDataModel.Instance}}" |
||
606 | Height="{Binding ImageViewHeight_C, Source={x:Static common:ViewerDataModel.Instance}}" |
||
607 | Source="{Binding ImageViewPath_C, Source={x:Static common:ViewerDataModel.Instance}}" /> |
||
608 | <Canvas
|
||
609 | x:Name="canvas_compareBorder" |
||
610 | Width="{Binding ActualWidth, ElementName=zoomAndPanCanvas2}" |
||
611 | Height="{Binding ActualHeight, ElementName=zoomAndPanCanvas2}" |
||
612 | Panel.ZIndex="1" |
||
613 | IsHitTestVisible="False"> |
||
614 | <!-- RenderTransform="{Binding RenderTransform, ElementName=zoomAndPanControl2}" -->
|
||
615 | 43d2041c | taeseongkim | <Canvas.RenderTransform>
|
616 | <TransformGroup>
|
||
617 | 6a19b48d | taeseongkim | <RotateTransform x:Name="rotate2CompareBorder" Angle="0" /> |
618 | <TranslateTransform x:Name="translate2CompareBorder" X="0" Y="0" /> |
||
619 | 43d2041c | taeseongkim | </TransformGroup>
|
620 | </Canvas.RenderTransform>
|
||
621 | 787a4489 | KangIngu | <!--<Canvas.RenderTransform>
|
622 | 43d2041c | taeseongkim | <RotateTransform Angle="{Binding RenderTransform, ElementName=zoomAndPanControl2}"/>
|
623 | 787a4489 | KangIngu | </Canvas.RenderTransform>-->
|
624 | </Canvas>
|
||
625 | 6a19b48d | taeseongkim | <!-- 강인구 추가 -->
|
626 | 787a4489 | KangIngu | </Canvas>
|
627 | </Canvas>
|
||
628 | </ZoomAndPan:ZoomAndPanControl>
|
||
629 | 6a19b48d | taeseongkim | <Grid
|
630 | Background="#FF353535" |
||
631 | IsHitTestVisible="False" |
||
632 | Opacity="0.1" /> |
||
633 | 787a4489 | KangIngu | |
634 | 9b9de5b2 | ljiyeon | <!--<Viewbox VerticalAlignment="Stretch" HorizontalAlignment="Stretch" StretchDirection="DownOnly" Stretch="Uniform" IsHitTestVisible="False">
|
635 | 787a4489 | KangIngu | <TextBlock Text="Previous Document" HorizontalAlignment="Center" VerticalAlignment="Center" RenderTransformOrigin="0.5, 0.5" FontSize="50"
|
636 | Foreground="White" Opacity="0.5" FontWeight="Bold">
|
||
637 | <TextBlock.RenderTransform>
|
||
638 | <RotateTransform Angle="-25"/>
|
||
639 | </TextBlock.RenderTransform>
|
||
640 | </TextBlock>
|
||
641 | 9b9de5b2 | ljiyeon | </Viewbox>-->
|
642 | 787a4489 | KangIngu | |
643 | <!--<telerik:RadExpander Header="OPEN" Background="Transparent" telerik:StyleManager.Theme="Office2016"
|
||
644 | ExpandDirection="Right" VerticalAlignment="Top" HorizontalAlignment="Left">-->
|
||
645 | 6a19b48d | taeseongkim | <Grid Height="Auto" VerticalAlignment="Top"> |
646 | 787a4489 | KangIngu | <Grid.RowDefinitions>
|
647 | 6a19b48d | taeseongkim | <RowDefinition /> |
648 | <RowDefinition /> |
||
649 | 787a4489 | KangIngu | </Grid.RowDefinitions>
|
650 | <!--<Border Background="#3b3838" VerticalAlignment="Stretch" HorizontalAlignment="Stretch" Opacity="0.5" Grid.RowSpan="2"/>-->
|
||
651 | 6a19b48d | taeseongkim | <Border
|
652 | Grid.RowSpan="2" |
||
653 | HorizontalAlignment="Stretch" |
||
654 | VerticalAlignment="Stretch" |
||
655 | Background="Black" |
||
656 | BorderThickness="0" |
||
657 | Opacity="0.5" /> |
||
658 | <StackPanel HorizontalAlignment="Left" Orientation="Horizontal"> |
||
659 | 787a4489 | KangIngu | <!--<TextBlock Text="ReadOnly Mode" Foreground="#FFFF9A25" VerticalAlignment="Center" Margin="10"/>-->
|
660 | 6a19b48d | taeseongkim | <TextBlock
|
661 | x:Name="tlSyncRev" |
||
662 | Margin="10" |
||
663 | VerticalAlignment="Center" |
||
664 | Foreground="#FFFF9A25" |
||
665 | Text="Rev.A" /> |
||
666 | <TextBlock
|
||
667 | x:Name="tlSyncPageNum" |
||
668 | VerticalAlignment="Center" |
||
669 | Foreground="White" |
||
670 | Text="Current Page : 1" /> |
||
671 | 787a4489 | KangIngu | </StackPanel>
|
672 | 6a19b48d | taeseongkim | <StackPanel HorizontalAlignment="Right" Orientation="Horizontal"> |
673 | 787a4489 | KangIngu | <!--<telerik:RadToggleButton x:Name="CompareMode" IsChecked="False" Content="Compare" Margin="5" Checked="SyncCompare_Click" Unchecked="SyncCompare_Click" BorderThickness="0" telerik:StyleManager.Theme="Office2013"
|
674 | Style="{DynamicResource RadToggleSwtichButtonStyle}" Width="Auto" Padding="10,0"/>-->
|
||
675 | <!--<telerik:RadRibbonToggleButton x:Name="UserList" Content="User List" Foreground="white" Margin="5" Click="SyncUserListExpender_Click" BorderThickness="0" telerik:StyleManager.Theme="Office2013" VerticalAlignment="Center"/>-->
|
||
676 | 9cd2865b | KangIngu | |
677 | 6a19b48d | taeseongkim | <toggle:HorizontalToggleSwitch
|
678 | x:Name="Sync" |
||
679 | Width="75" |
||
680 | Margin="5" |
||
681 | telerik:StyleManager.Theme="Office2013" |
||
682 | BorderBrush="Transparent" |
||
683 | BorderThickness="0" |
||
684 | Checked="Sync_Click" |
||
685 | CheckedContent="Sync" |
||
686 | FontSize="10" |
||
687 | FontWeight="Normal" |
||
688 | IsChecked="False" |
||
689 | Opacity="0.6" |
||
690 | ThumbSize="25" |
||
691 | Unchecked="Sync_Click" |
||
692 | UncheckedContent="Sync" /> |
||
693 | 9cd2865b | KangIngu | |
694 | 6a19b48d | taeseongkim | <toggle:HorizontalToggleSwitch
|
695 | x:Name="UserList" |
||
696 | Width="75" |
||
697 | Margin="5" |
||
698 | telerik:StyleManager.Theme="Office2013" |
||
699 | BorderBrush="Transparent" |
||
700 | BorderThickness="0" |
||
701 | Checked="SyncUserListExpender_Click" |
||
702 | CheckedContent="User List" |
||
703 | FontSize="10" |
||
704 | FontWeight="Normal" |
||
705 | IsChecked="False" |
||
706 | Opacity="0.6" |
||
707 | ThumbSize="25" |
||
708 | Unchecked="SyncUserListExpender_Click" |
||
709 | UncheckedContent="User List" /> |
||
710 | 787a4489 | KangIngu | |
711 | 6a19b48d | taeseongkim | <toggle:HorizontalToggleSwitch
|
712 | x:Name="CompareMode" |
||
713 | Width="90" |
||
714 | Margin="5" |
||
715 | telerik:StyleManager.Theme="Office2013" |
||
716 | BorderBrush="Transparent" |
||
717 | BorderThickness="0" |
||
718 | Checked="SyncCompare_Click" |
||
719 | CheckedContent="Compare On" |
||
720 | FontSize="10" |
||
721 | FontWeight="Normal" |
||
722 | IsChecked="False" |
||
723 | Opacity="0.6" |
||
724 | ThumbSize="25" |
||
725 | Unchecked="SyncCompare_Click" |
||
726 | UncheckedContent="Compare Off" /> |
||
727 | 787a4489 | KangIngu | |
728 | 6a19b48d | taeseongkim | <toggle:HorizontalToggleSwitch
|
729 | x:Name="MarkupMode" |
||
730 | Width="75" |
||
731 | Margin="5" |
||
732 | telerik:StyleManager.Theme="Office2013" |
||
733 | BorderBrush="Transparent" |
||
734 | BorderThickness="0" |
||
735 | Checked="SyncChange_Click" |
||
736 | CheckedContent="Pdf" |
||
737 | FontSize="10" |
||
738 | FontWeight="Normal" |
||
739 | IsChecked="False" |
||
740 | Opacity="0.6" |
||
741 | ThumbSize="25" |
||
742 | Unchecked="SyncChange_Click" |
||
743 | UncheckedContent="Markup" |
||
744 | Visibility="Collapsed" /> |
||
745 | 787a4489 | KangIngu | |
746 | 6a19b48d | taeseongkim | <toggle:HorizontalToggleSwitch
|
747 | x:Name="BalanceMode" |
||
748 | Width="90" |
||
749 | Margin="5" |
||
750 | telerik:StyleManager.Theme="Office2013" |
||
751 | BorderBrush="Transparent" |
||
752 | BorderThickness="0" |
||
753 | Checked="SyncPageBalance_Click" |
||
754 | CheckedContent="Balance On" |
||
755 | FontSize="10" |
||
756 | FontWeight="Normal" |
||
757 | IsChecked="False" |
||
758 | Opacity="0.6" |
||
759 | ThumbSize="25" |
||
760 | Unchecked="SyncPageBalance_Click" |
||
761 | UncheckedContent="Balance Off" |
||
762 | Visibility="Collapsed" /> |
||
763 | <toggle:HorizontalToggleSwitch
|
||
764 | x:Name="OriginalSizeMode" |
||
765 | Width="90" |
||
766 | Margin="5" |
||
767 | telerik:StyleManager.Theme="Office2013" |
||
768 | BorderBrush="Transparent" |
||
769 | BorderThickness="0" |
||
770 | Checked="OriginalSizeMode_Click" |
||
771 | CheckedContent="Original Size" |
||
772 | FontSize="10" |
||
773 | FontWeight="Normal" |
||
774 | IsChecked="False" |
||
775 | Opacity="0.6" |
||
776 | ThumbSize="25" |
||
777 | Unchecked="OriginalSizeMode_Click" |
||
778 | UncheckedContent="Uniform Size" /> |
||
779 | 787a4489 | KangIngu | |
780 | <!--<telerik:RadRibbonToggleButton x:Name="MArkupMode" Content="Markup Mode" Foreground="White" Margin="5" Click="SyncChange_Click" BorderThickness="0" telerik:StyleManager.Theme="Office2013"/>-->
|
||
781 | <!--<telerik:RadRibbonToggleButton x:Name="BalanceMode" Content="Balance Mode" Foreground="White" Margin="5" Click="SyncPageBalance_Click" BorderThickness="0" telerik:StyleManager.Theme="Office2013"/>-->
|
||
782 | 6a19b48d | taeseongkim | <telerik:RadPathButton
|
783 | Width="20" |
||
784 | Height="10" |
||
785 | Margin="5" |
||
786 | VerticalAlignment="Center" |
||
787 | telerik:StyleManager.Theme="Office2013" |
||
788 | Click="SyncPageChange_Click" |
||
789 | PathGeometry="{telerik:RadGlyph Glyph={StaticResource GlyphArrowChevronUp}}" |
||
790 | Style="{StaticResource IconPathButton}" |
||
791 | Tag="-1"> |
||
792 | 43d2041c | taeseongkim | <!--<Image Height="20"
|
793 | 787a4489 | KangIngu | Source="/KCOM;component/Resources/Images/MenuImage_New/up-arrow.png"
|
794 | 43d2041c | taeseongkim | Stretch="Uniform" />-->
|
795 | </telerik:RadPathButton>
|
||
796 | 6a19b48d | taeseongkim | <telerik:RadPathButton
|
797 | Width="20" |
||
798 | Height="10" |
||
799 | Margin="5" |
||
800 | VerticalAlignment="Center" |
||
801 | telerik:StyleManager.Theme="Office2013" |
||
802 | Click="SyncPageChange_Click" |
||
803 | PathGeometry="{telerik:RadGlyph Glyph={StaticResource GlyphArrowChevronDown}}" |
||
804 | Style="{StaticResource IconPathButton}" |
||
805 | Tag="1"> |
||
806 | 43d2041c | taeseongkim | <!--<Image Height="20"
|
807 | 787a4489 | KangIngu | Source="/KCOM;component/Resources/Images/MenuImage_New/up-arrow.png" RenderTransformOrigin="0.5 0.5"
|
808 | Stretch="Uniform">
|
||
809 | <Image.RenderTransform>
|
||
810 | <RotateTransform Angle="180"/>
|
||
811 | </Image.RenderTransform>
|
||
812 | 43d2041c | taeseongkim | </Image>-->
|
813 | </telerik:RadPathButton>
|
||
814 | 6a19b48d | taeseongkim | <telerik:RadPathButton
|
815 | Width="20" |
||
816 | Height="10" |
||
817 | Margin="5" |
||
818 | VerticalAlignment="Center" |
||
819 | telerik:StyleManager.Theme="Office2013" |
||
820 | Click="SyncRotation_Click" |
||
821 | PathGeometry="{telerik:RadGlyph Glyph={StaticResource GlyphReloadSmall}}" |
||
822 | Style="{StaticResource IconPathButton}" |
||
823 | Tag="1" /> |
||
824 | <telerik:RadPathButton
|
||
825 | Width="20" |
||
826 | Height="10" |
||
827 | Margin="5" |
||
828 | VerticalAlignment="Center" |
||
829 | telerik:StyleManager.Theme="Office2013" |
||
830 | Click="SyncRotation_Click" |
||
831 | PathGeometry="{telerik:RadGlyph Glyph={StaticResource GlyphResetSmall}}" |
||
832 | Style="{StaticResource IconPathButton}" |
||
833 | Tag="-1" /> |
||
834 | <telerik:RadPathButton
|
||
835 | Width="20" |
||
836 | Height="10" |
||
837 | Margin="5" |
||
838 | VerticalAlignment="Center" |
||
839 | telerik:StyleManager.Theme="Office2013" |
||
840 | Click="SyncExit_Click" |
||
841 | PathGeometry="{telerik:RadGlyph Glyph={StaticResource GlyphClose}}" |
||
842 | Style="{StaticResource IconPathButton}"> |
||
843 | 43d2041c | taeseongkim | <!--<Image Height="20"
|
844 | 787a4489 | KangIngu | Source="/KCOM;component/Resources/Images/MenuImage_New/cancel.png"
|
845 | 43d2041c | taeseongkim | Stretch="Uniform" />-->
|
846 | </telerik:RadPathButton>
|
||
847 | 787a4489 | KangIngu | </StackPanel>
|
848 | 6a19b48d | taeseongkim | <telerik:RadGridView
|
849 | x:Name="gridViewRevMarkup" |
||
850 | Grid.Row="1" |
||
851 | HorizontalContentAlignment="Center" |
||
852 | telerik:StyleManager.Theme="Office2013" |
||
853 | AutoExpandGroups="False" |
||
854 | AutoGenerateColumns="False" |
||
855 | BorderThickness="0" |
||
856 | CanUserDeleteRows="True" |
||
857 | CanUserFreezeColumns="False" |
||
858 | CanUserInsertRows="False" |
||
859 | GridLinesVisibility="None" |
||
860 | IsFilteringAllowed="False" |
||
861 | RowIndicatorVisibility="Collapsed" |
||
862 | SelectionChanged="gridViewRevMarkup_SelectionChanged" |
||
863 | SelectionMode="Multiple" |
||
864 | ShowGroupFooters="False" |
||
865 | ShowGroupPanel="False" |
||
866 | Visibility="Collapsed"> |
||
867 | 787a4489 | KangIngu | <telerik:RadGridView.HeaderRowStyle>
|
868 | <Style TargetType="telerik:GridViewHeaderRow"> |
||
869 | 6a19b48d | taeseongkim | <Setter Property="BorderThickness" Value="0" /> |
870 | <Setter Property="Background" Value="Red" /> |
||
871 | <Setter Property="Foreground" Value="White" /> |
||
872 | <Setter Property="HorizontalContentAlignment" Value="Center" /> |
||
873 | <Setter Property="FontWeight" Value="Black" /> |
||
874 | <Setter Property="telerik:StyleManager.Theme" Value="Office2013" /> |
||
875 | 787a4489 | KangIngu | </Style>
|
876 | </telerik:RadGridView.HeaderRowStyle>
|
||
877 | <telerik:RadGridView.RowStyle>
|
||
878 | <Style TargetType="telerik:GridViewRow"> |
||
879 | 6a19b48d | taeseongkim | <Setter Property="HorizontalContentAlignment" Value="Center" /> |
880 | 787a4489 | KangIngu | <Setter Property="Background" Value="{Binding Path=Consolidate, Converter={StaticResource ConsolidationBackgroudConverter}}" /> |
881 | 6a19b48d | taeseongkim | <Setter Property="Foreground" Value="White" /> |
882 | 787a4489 | KangIngu | </Style>
|
883 | </telerik:RadGridView.RowStyle>
|
||
884 | <telerik:RadGridView.Columns>
|
||
885 | 6a19b48d | taeseongkim | <telerik:GridViewSelectColumn Width="Auto" HeaderCellStyle="{StaticResource GridViewHeaderStyle}"> |
886 | 787a4489 | KangIngu | <telerik:GridViewSelectColumn.Header>
|
887 | 6a19b48d | taeseongkim | <telerik:RadRibbonToggleButton
|
888 | Width="Auto" |
||
889 | telerik:StyleManager.Theme="Office2016" |
||
890 | Visibility="Collapsed"> |
||
891 | 787a4489 | KangIngu | <telerik:RadRibbonToggleButton.Content>
|
892 | 6a19b48d | taeseongkim | <Image
|
893 | HorizontalAlignment="Center" |
||
894 | VerticalAlignment="Center" |
||
895 | Source="/KCOM;component/Resources/Images/MenuImage_New/check.png" /> |
||
896 | 787a4489 | KangIngu | </telerik:RadRibbonToggleButton.Content>
|
897 | </telerik:RadRibbonToggleButton>
|
||
898 | </telerik:GridViewSelectColumn.Header>
|
||
899 | </telerik:GridViewSelectColumn>
|
||
900 | 6a19b48d | taeseongkim | <telerik:GridViewDataColumn
|
901 | Width="Auto" |
||
902 | Header="Color" |
||
903 | HeaderCellStyle="{StaticResource GridViewHeaderStyle}" |
||
904 | IsReadOnly="True"> |
||
905 | 787a4489 | KangIngu | <telerik:GridViewDataColumn.CellTemplate>
|
906 | <DataTemplate>
|
||
907 | <Grid>
|
||
908 | <Grid>
|
||
909 | <Rectangle Margin="0,2,2,2" Fill="{Binding DisplayColor, Converter={StaticResource StringToColorConverter}}" /> |
||
910 | <TextBlock Foreground="#00000000" Text="Color" /> |
||
911 | </Grid>
|
||
912 | <Grid VerticalAlignment="Center" Visibility="{Binding AvoidConsolidate, Converter={StaticResource BoolToVisibleConverter}}"> |
||
913 | 6a19b48d | taeseongkim | <Image
|
914 | Height="15" |
||
915 | Source="/KCOM;component/Resources/Images/MenuImage_New/lock_2.png" |
||
916 | Stretch="Uniform" /> |
||
917 | 787a4489 | KangIngu | </Grid>
|
918 | </Grid>
|
||
919 | |||
920 | </DataTemplate>
|
||
921 | </telerik:GridViewDataColumn.CellTemplate>
|
||
922 | </telerik:GridViewDataColumn>
|
||
923 | 6a19b48d | taeseongkim | <telerik:GridViewDataColumn
|
924 | Width="Auto" |
||
925 | Header="DEPT" |
||
926 | HeaderCellStyle="{StaticResource GridViewHeaderStyle}" |
||
927 | IsReadOnly="True"> |
||
928 | 787a4489 | KangIngu | <telerik:GridViewDataColumn.CellTemplate>
|
929 | <DataTemplate>
|
||
930 | 6a19b48d | taeseongkim | <TextBlock FontSize="12" Text="{Binding Depatment}" /> |
931 | 787a4489 | KangIngu | </DataTemplate>
|
932 | </telerik:GridViewDataColumn.CellTemplate>
|
||
933 | </telerik:GridViewDataColumn>
|
||
934 | 6a19b48d | taeseongkim | <telerik:GridViewDataColumn
|
935 | Width="Auto" |
||
936 | Header="NAME" |
||
937 | HeaderCellStyle="{StaticResource GridViewHeaderStyle}" |
||
938 | IsReadOnly="True"> |
||
939 | 787a4489 | KangIngu | <telerik:GridViewDataColumn.CellTemplate>
|
940 | <DataTemplate>
|
||
941 | 6a19b48d | taeseongkim | <TextBlock FontSize="10" Text="{Binding UserName, Mode=TwoWay}" /> |
942 | 787a4489 | KangIngu | </DataTemplate>
|
943 | </telerik:GridViewDataColumn.CellTemplate>
|
||
944 | </telerik:GridViewDataColumn>
|
||
945 | 6a19b48d | taeseongkim | <telerik:GridViewDataColumn
|
946 | Width="Auto" |
||
947 | Header="CONSOLIDATION" |
||
948 | HeaderCellStyle="{StaticResource GridViewHeaderStyle}" |
||
949 | IsReadOnly="True"> |
||
950 | 787a4489 | KangIngu | <telerik:GridViewDataColumn.CellTemplate>
|
951 | <DataTemplate>
|
||
952 | <!--<TextBlock Text="{Binding Consolidate}"/>-->
|
||
953 | <Grid>
|
||
954 | <Grid.ColumnDefinitions>
|
||
955 | <ColumnDefinition Width="Auto" /> |
||
956 | <ColumnDefinition Width="Auto" /> |
||
957 | <ColumnDefinition Width="Auto" /> |
||
958 | </Grid.ColumnDefinitions>
|
||
959 | |||
960 | 6a19b48d | taeseongkim | <TextBlock
|
961 | Grid.Column="0" |
||
962 | Foreground="Red" |
||
963 | Text="{Binding AvoidConsolidate, Converter={StaticResource AvoidStringConverter}}" /> |
||
964 | <TextBlock
|
||
965 | Grid.Column="1" |
||
966 | Foreground="Blue" |
||
967 | Text="{Binding PartConsolidate, Converter={StaticResource TeamConsoliStringConverter}}" /> |
||
968 | 787a4489 | KangIngu | <TextBlock Grid.Column="2" Text="{Binding Consolidate, Converter={StaticResource ConsoliStringConverter}}" /> |
969 | <!--
|
||
970 | <TextBlock HorizontalAlignment="Center" Grid.Column="2">
|
||
971 | <TextBlock.Text>
|
||
972 | <Binding Converter="{StaticResource ConsoliStringConverter}"/>
|
||
973 | </TextBlock.Text>
|
||
974 | </TextBlock>
|
||
975 | 6a19b48d | taeseongkim | -->
|
976 | 787a4489 | KangIngu | </Grid>
|
977 | </DataTemplate>
|
||
978 | </telerik:GridViewDataColumn.CellTemplate>
|
||
979 | </telerik:GridViewDataColumn>
|
||
980 | |||
981 | 6a19b48d | taeseongkim | <telerik:GridViewDataColumn
|
982 | Width="Auto" |
||
983 | Header="Comment Move" |
||
984 | HeaderCellStyle="{StaticResource GridViewHeaderStyle}" |
||
985 | IsReadOnly="True"> |
||
986 | 787a4489 | KangIngu | <telerik:GridViewDataColumn.CellTemplate>
|
987 | <DataTemplate>
|
||
988 | 6a19b48d | taeseongkim | <telerik:RadButton
|
989 | HorizontalAlignment="Stretch" |
||
990 | VerticalAlignment="Stretch" |
||
991 | telerik:StyleManager.Theme="Office2016" |
||
992 | Content="COPY" |
||
993 | PreviewMouseDown="Comment_Move" /> |
||
994 | 787a4489 | KangIngu | <!--<TextBlock Text="{Binding UserName, Mode=TwoWay}" FontSize="10"/>-->
|
995 | </DataTemplate>
|
||
996 | </telerik:GridViewDataColumn.CellTemplate>
|
||
997 | </telerik:GridViewDataColumn>
|
||
998 | |||
999 | 6a19b48d | taeseongkim | <telerik:GridViewDataColumn
|
1000 | Width="*" |
||
1001 | Header="" |
||
1002 | HeaderCellStyle="{StaticResource GridViewHeaderStyle}" |
||
1003 | IsReadOnly="True" /> |
||
1004 | 787a4489 | KangIngu | </telerik:RadGridView.Columns>
|
1005 | </telerik:RadGridView>
|
||
1006 | </Grid>
|
||
1007 | <!--</telerik:RadExpander>-->
|
||
1008 | |||
1009 | |||
1010 | </Grid>
|
||
1011 | </telerik:RadPane>
|
||
1012 | </telerik:RadPaneGroup>
|
||
1013 | </telerik:RadSplitContainer>
|
||
1014 | </telerik:RadDocking.DocumentHost>
|
||
1015 | 6a19b48d | taeseongkim | <telerik:RadSplitContainer
|
1016 | x:Name="thumbnailPanel" |
||
1017 | InitialPosition="DockedLeft" |
||
1018 | Orientation="Vertical" |
||
1019 | SizeChanged="thumbnailPanel_SizeChanged" |
||
1020 | b627aa5a | taeseongkim | Template="{DynamicResource RadSplitContainerControlTemplate}" |
1021 | Visibility="Collapsed"> |
||
1022 | 6a19b48d | taeseongkim | <!-- Width="250" MinWidth="250" -->
|
1023 | 787a4489 | KangIngu | <!--<telerik:RadPaneGroup Margin="0" Style="{DynamicResource Style_RadPanelGroup}">-->
|
1024 | 6a19b48d | taeseongkim | <telerik:RadPaneGroup
|
1025 | x:Name="PN_Navi" |
||
1026 | Margin="0" |
||
1027 | telerik:StyleManager.Theme="Office2016"> |
||
1028 | <telerik:RadPane
|
||
1029 | x:Name="radPanelPageNavi" |
||
1030 | telerik:RadDocking.FloatingSize="50,NaN" |
||
1031 | telerik:StyleManager.Theme="Office2016" |
||
1032 | CanFloat="False" |
||
1033 | CanUserClose="False" |
||
1034 | CanUserPin="True" |
||
1035 | ContextMenuTemplate="{x:Null}" |
||
1036 | Header="DOCUMENT" |
||
1037 | b627aa5a | taeseongkim | PaneHeaderVisibility="Collapsed"> |
1038 | 787a4489 | KangIngu | <!--<telerik:RadPane.TitleTemplate>
|
1039 | <DataTemplate>
|
||
1040 | <Grid>
|
||
1041 | <Grid.ColumnDefinitions>
|
||
1042 | <ColumnDefinition Width="Auto" />
|
||
1043 | <ColumnDefinition />
|
||
1044 | </Grid.ColumnDefinitions>
|
||
1045 | <ContentPresenter Content="{Binding}"
|
||
1046 | Margin="0,0,75,0" />
|
||
1047 | <telerik:RadButton Grid.Column="1" Content="PIN"/>
|
||
1048 | </Grid>
|
||
1049 | </DataTemplate>
|
||
1050 | </telerik:RadPane.TitleTemplate>-->
|
||
1051 | <!--<Grid VerticalAlignment="Stretch" Margin="0">
|
||
1052 | <Grid.RowDefinitions>
|
||
1053 | <RowDefinition Height="30"/>
|
||
1054 | <RowDefinition Height="*"/>
|
||
1055 | </Grid.RowDefinitions>
|
||
1056 | <Border BorderBrush="{Binding ElementName=leftPanel}" BorderThickness="0,1">
|
||
1057 | <TextBlock Text="Thumbnail" Margin="5"/>
|
||
1058 | </Border>
|
||
1059 | <controls:PageNavigator x:Name="pageNavigator" Grid.Row="1"/>
|
||
1060 | </Grid>-->
|
||
1061 | <Grid>
|
||
1062 | <!--<controls:PageNavigator x:Name="pageNavigator" Grid.Row="1" Visibility="Collapsed"/>-->
|
||
1063 | <!--<Grid.RowDefinitions>
|
||
1064 | <RowDefinition Height="Auto"/>
|
||
1065 | <RowDefinition Height="*"/>
|
||
1066 | </Grid.RowDefinitions>-->
|
||
1067 | <!--<telerik:RadButton Content="Panorama" telerik:StyleManager.Theme="Office2016" FontSize="8" Background="#FF0054B9" Foreground="White"
|
||
1068 | BorderThickness="0" CornerRadius="3" HorizontalAlignment="Right" Padding="5" Margin="5,10"/>-->
|
||
1069 | 6a19b48d | taeseongkim | <controls:Sample x:Name="pageNavigator" /> |
1070 | 787a4489 | KangIngu | </Grid>
|
1071 | |||
1072 | </telerik:RadPane>
|
||
1073 | eeb0a39c | taeseongkim | <!--<telerik:RadPane Header="test" CanFloat="False" telerik:RadDocking.FloatingSize="50,NaN" CanUserClose="False" CanUserPin="True"
|
1074 | f65e6c02 | taeseongkim | ContextMenuTemplate="{x:Null}" PaneHeaderVisibility="Visible" telerik:StyleManager.Theme="Office2016">
|
1075 | |||
1076 | <Grid xmlns:drag="clr-namespace:Telerik.Windows.DragDrop.Behaviors;assembly=Telerik.Windows.Controls" >
|
||
1077 | <Grid.Resources>
|
||
1078 | <Style TargetType="telerik:RadListBoxItem" BasedOn="{StaticResource RadListBoxItemStyle}">
|
||
1079 | <Setter Property="telerik:DragDropManager.AllowCapturedDrag" Value="True"/>
|
||
1080 | </Style>
|
||
1081 | </Grid.Resources>
|
||
1082 | <telerik:RadListBox x:Name="lstSymbolPrivate" Background="#f5f5f5" FontWeight="Normal" AllowDrop="True">
|
||
1083 | <telerik:RadListBox.DragDropBehavior>
|
||
1084 | <telerik:ListBoxDragDropBehavior AllowReorder="True" />
|
||
1085 | </telerik:RadListBox.DragDropBehavior>
|
||
1086 | <telerik:RadListBox.DragVisualProvider >
|
||
1087 | <telerik:ListBoxDragVisualProvider />
|
||
1088 | </telerik:RadListBox.DragVisualProvider>
|
||
1089 | </telerik:RadListBox>
|
||
1090 | </Grid>
|
||
1091 | |||
1092 | eeb0a39c | taeseongkim | </telerik:RadPane>-->
|
1093 | f65e6c02 | taeseongkim | |
1094 | 787a4489 | KangIngu | </telerik:RadPaneGroup>
|
1095 | </telerik:RadSplitContainer>
|
||
1096 | |||
1097 | 6a19b48d | taeseongkim | <telerik:RadSplitContainer
|
1098 | Width="300" |
||
1099 | MaxWidth="300" |
||
1100 | InitialPosition="DockedRight" |
||
1101 | Orientation="Vertical"> |
||
1102 | <telerik:RadPaneGroup telerik:StyleManager.Theme="Office2016" IsTabStop="False"> |
||
1103 | <telerik:RadPane
|
||
1104 | x:Name="searchPane" |
||
1105 | telerik:StyleManager.Theme="Office2016" |
||
1106 | CanFloat="False" |
||
1107 | CanUserClose="False" |
||
1108 | ContextMenuTemplate="{x:Null}" |
||
1109 | Header="SEARCH" |
||
1110 | IsPinned="False" |
||
1111 | b627aa5a | taeseongkim | Visibility="Collapsed"> |
1112 | 6a19b48d | taeseongkim | <controls:SearchPanel x:Name="searchPanel_Instance" /> |
1113 | 787a4489 | KangIngu | </telerik:RadPane>
|
1114 | </telerik:RadPaneGroup>
|
||
1115 | 6a19b48d | taeseongkim | <telerik:RadPaneGroup telerik:StyleManager.Theme="Office2016" IsTabStop="False"> |
1116 | <telerik:RadPane
|
||
1117 | x:Name="talkPane" |
||
1118 | telerik:StyleManager.Theme="Office2016" |
||
1119 | CanFloat="False" |
||
1120 | CanUserClose="False" |
||
1121 | ContextMenuTemplate="{x:Null}" |
||
1122 | Header="M-TALK" |
||
1123 | IsPinned="False"> |
||
1124 | <messanger:ConversationView /> |
||
1125 | 787a4489 | KangIngu | </telerik:RadPane>
|
1126 | </telerik:RadPaneGroup>
|
||
1127 | 6a19b48d | taeseongkim | <telerik:RadPaneGroup
|
1128 | telerik:StyleManager.Theme="Office2016" |
||
1129 | IsTabStop="False" |
||
1130 | Visibility="Visible"> |
||
1131 | <telerik:RadPane
|
||
1132 | x:Name="SymbolPane" |
||
1133 | telerik:StyleManager.Theme="Office2016" |
||
1134 | CanFloat="False" |
||
1135 | CanUserClose="False" |
||
1136 | ContextMenuTemplate="{x:Null}" |
||
1137 | Header="SYMBOL" |
||
1138 | IsPinned="False" |
||
1139 | Visibility="Visible"> |
||
1140 | 53880c83 | ljiyeon | <!--<controls:Symbol />-->
|
1141 | 6a19b48d | taeseongkim | <controls:Symbol x:Name="symbolPanel_Instance" /> |
1142 | 787a4489 | KangIngu | <!--<telerik:RadButton Click="Create_Symbol">Create</telerik:RadButton>-->
|
1143 | </telerik:RadPane>
|
||
1144 | </telerik:RadPaneGroup>
|
||
1145 | 6a19b48d | taeseongkim | <telerik:RadPaneGroup
|
1146 | telerik:ProportionalStackPanel.RelativeSize="60, 100" |
||
1147 | telerik:StyleManager.Theme="Office2016" |
||
1148 | IsTabStop="False"> |
||
1149 | <telerik:RadPane
|
||
1150 | x:Name="FavoritePane" |
||
1151 | telerik:StyleManager.Theme="Office2016" |
||
1152 | CanFloat="False" |
||
1153 | CanUserClose="False" |
||
1154 | ContextMenuTemplate="{x:Null}" |
||
1155 | Header="FAVORITE" |
||
1156 | IsPinned="False" |
||
1157 | Visibility="Visible"> |
||
1158 | <controls:FavoritePanel /> |
||
1159 | 992a98b4 | KangIngu | </telerik:RadPane>
|
1160 | </telerik:RadPaneGroup>
|
||
1161 | 787a4489 | KangIngu | </telerik:RadSplitContainer>
|
1162 | 6a19b48d | taeseongkim | <telerik:RadSplitContainer InitialPosition="DockedBottom" Orientation="Horizontal"> |
1163 | <telerik:RadPaneGroup
|
||
1164 | telerik:ProportionalStackPanel.RelativeSize="140, 100" |
||
1165 | telerik:StyleManager.Theme="Office2016" |
||
1166 | AllowDrop="False" |
||
1167 | IsTabStop="False"> |
||
1168 | <telerik:RadPane
|
||
1169 | x:Name="infoListPane" |
||
1170 | telerik:StyleManager.Theme="Office2016" |
||
1171 | CanFloat="False" |
||
1172 | CanUserClose="False" |
||
1173 | ContextMenuTemplate="{x:Null}" |
||
1174 | Header="User information List"> |
||
1175 | 787a4489 | KangIngu | <telerik:RadPane.TitleTemplate>
|
1176 | <DataTemplate>
|
||
1177 | <Grid>
|
||
1178 | <Grid.ColumnDefinitions>
|
||
1179 | <ColumnDefinition Width="*" /> |
||
1180 | <ColumnDefinition Width="Auto" /> |
||
1181 | </Grid.ColumnDefinitions>
|
||
1182 | |||
1183 | <StackPanel Orientation="Horizontal"> |
||
1184 | 6a19b48d | taeseongkim | <TextBlock
|
1185 | Margin="1" |
||
1186 | VerticalAlignment="Center" |
||
1187 | Text="{Binding}" /> |
||
1188 | <telerik:RadRibbonButton
|
||
1189 | x:Name="btnConsolidate" |
||
1190 | VerticalAlignment="Center" |
||
1191 | telerik:StyleManager.Theme="Office2016" |
||
1192 | Click="btnConsolidate_Click" |
||
1193 | Loaded="btnConsolidate_Loaded" |
||
1194 | ToolTipService.ToolTip="Consolidate"> |
||
1195 | <Border
|
||
1196 | Background="#E9F0F8" |
||
1197 | BorderBrush="#839AB3" |
||
1198 | BorderThickness="1"> |
||
1199 | 787a4489 | KangIngu | <StackPanel Margin="1" Orientation="Horizontal"> |
1200 | <!--<Image Width="15" Source="/DeepView;component/Images/MenuImage/document-new.png" />-->
|
||
1201 | 6a19b48d | taeseongkim | <TextBlock
|
1202 | Margin="1" |
||
1203 | VerticalAlignment="Center" |
||
1204 | Foreground="Black" |
||
1205 | Text="Consolidate" /> |
||
1206 | 787a4489 | KangIngu | </StackPanel>
|
1207 | </Border>
|
||
1208 | </telerik:RadRibbonButton>
|
||
1209 | 6a19b48d | taeseongkim | <telerik:RadRibbonButton
|
1210 | x:Name="btnTeamConsolidate" |
||
1211 | VerticalAlignment="Center" |
||
1212 | telerik:StyleManager.Theme="Office2016" |
||
1213 | Click="btnTeamConsolidate_Click" |
||
1214 | Loaded="btnTeamConsolidate_Loaded" |
||
1215 | ToolTipService.ToolTip="Consolidate"> |
||
1216 | <Border
|
||
1217 | Background="#E9F0F8" |
||
1218 | BorderBrush="#839AB3" |
||
1219 | BorderThickness="1"> |
||
1220 | 787a4489 | KangIngu | <StackPanel Margin="1" Orientation="Horizontal"> |
1221 | <!--<Image Width="15" Source="/DeepView;component/Images/MenuImage/document-team.png" />-->
|
||
1222 | 6a19b48d | taeseongkim | <TextBlock
|
1223 | Margin="1" |
||
1224 | VerticalAlignment="Center" |
||
1225 | Foreground="Black" |
||
1226 | Text="Team Consolidate" /> |
||
1227 | 787a4489 | KangIngu | </StackPanel>
|
1228 | </Border>
|
||
1229 | </telerik:RadRibbonButton>
|
||
1230 | 6a19b48d | taeseongkim | <telerik:RadRibbonButton
|
1231 | x:Name="btnFinalPDF" |
||
1232 | VerticalAlignment="Center" |
||
1233 | telerik:StyleManager.Theme="Office2016" |
||
1234 | Click="FinalPDFEvent" |
||
1235 | Loaded="btnFinalPDF_Loaded" |
||
1236 | ToolTipService.ToolTip="FinalPDF"> |
||
1237 | <Border
|
||
1238 | Background="#E9F0F8" |
||
1239 | BorderBrush="#839AB3" |
||
1240 | BorderThickness="1"> |
||
1241 | 787a4489 | KangIngu | <StackPanel Margin="1" Orientation="Horizontal"> |
1242 | <!--<Image Width="15" Source="/DeepView;component/Images/MenuImage/final_pdf2.png" />-->
|
||
1243 | 6a19b48d | taeseongkim | <TextBlock
|
1244 | Margin="1" |
||
1245 | VerticalAlignment="Center" |
||
1246 | Foreground="Black" |
||
1247 | Text="Merged PDF" /> |
||
1248 | 787a4489 | KangIngu | </StackPanel>
|
1249 | </Border>
|
||
1250 | </telerik:RadRibbonButton>
|
||
1251 | 6a19b48d | taeseongkim | <telerik:RadRibbonButton
|
1252 | x:Name="btnConsolidateFinalPDF" |
||
1253 | VerticalAlignment="Center" |
||
1254 | telerik:StyleManager.Theme="Office2016" |
||
1255 | Click="ConsolidateFinalPDFEvent" |
||
1256 | Loaded="btnConsolidateFinalPDF_Loaded" |
||
1257 | ToolTipService.ToolTip="Consolidate & FinalPDF" |
||
1258 | Visibility="Collapsed"> |
||
1259 | <Border
|
||
1260 | Background="#E9F0F8" |
||
1261 | BorderBrush="#839AB3" |
||
1262 | BorderThickness="1"> |
||
1263 | 80458c15 | ljiyeon | <StackPanel Margin="1" Orientation="Horizontal"> |
1264 | <!--<Image Width="15" Source="/DeepView;component/Images/MenuImage/final_pdf2.png" />-->
|
||
1265 | 6a19b48d | taeseongkim | <TextBlock
|
1266 | Margin="1" |
||
1267 | VerticalAlignment="Center" |
||
1268 | Foreground="Black" |
||
1269 | Text="Consolidate & Merged PDF" /> |
||
1270 | 80458c15 | ljiyeon | </StackPanel>
|
1271 | </Border>
|
||
1272 | </telerik:RadRibbonButton>
|
||
1273 | 787a4489 | KangIngu | </StackPanel>
|
1274 | <!--<StackPanel Grid.Column="1"
|
||
1275 | HorizontalAlignment="Right"
|
||
1276 | Orientation="Horizontal">
|
||
1277 | <telerik:RadRibbonButton VerticalAlignment="Center"
|
||
1278 | Click="ExpandButtonEvent_Click"
|
||
1279 | Tag="CLOSE"
|
||
1280 | telerik:StyleManager.Theme="Windows8"
|
||
1281 | ToolTipService.ToolTip="Expand On">
|
||
1282 | </telerik:RadRibbonButton>
|
||
1283 | |||
1284 | <telerik:RadRibbonButton VerticalAlignment="Center"
|
||
1285 | Click="ExpandButtonEvent_Click"
|
||
1286 | Tag="OPEN"
|
||
1287 | telerik:StyleManager.Theme="Windows8"
|
||
1288 | ToolTipService.ToolTip="Expand Off">
|
||
1289 | <Image Width="15"
|
||
1290 | RenderTransformOrigin="0.5,0.5">
|
||
1291 | <Image.RenderTransform>
|
||
1292 | <RotateTransform Angle="180" />
|
||
1293 | </Image.RenderTransform>
|
||
1294 | </Image>
|
||
1295 | </telerik:RadRibbonButton>
|
||
1296 | </StackPanel>-->
|
||
1297 | </Grid>
|
||
1298 | </DataTemplate>
|
||
1299 | </telerik:RadPane.TitleTemplate>
|
||
1300 | 6a19b48d | taeseongkim | <telerik:RadGridView
|
1301 | x:Name="gridViewMarkup" |
||
1302 | HorizontalContentAlignment="Center" |
||
1303 | telerik:StyleManager.Theme="Office2013" |
||
1304 | AutoExpandGroups="True" |
||
1305 | AutoGenerateColumns="False" |
||
1306 | CanUserDeleteRows="True" |
||
1307 | CanUserInsertRows="False" |
||
1308 | CanUserSortColumns="True" |
||
1309 | IsFilteringAllowed="False" |
||
1310 | IsReadOnly="True" |
||
1311 | RowIndicatorVisibility="Collapsed" |
||
1312 | SelectionChanged="gridViewMarkup_SelectionChanged" |
||
1313 | SelectionMode="Multiple" |
||
1314 | ShowGroupFooters="False" |
||
1315 | ShowGroupPanel="True" |
||
1316 | Sorted="GridViewMarkup_Sorted" |
||
1317 | Sorting="GridViewMarkup_Sorting"> |
||
1318 | be72bfd6 | taeseongkim | <!--<telerik:RadGridView.GroupDescriptors>
|
1319 | fddb48f7 | ljiyeon | <telerik:GroupDescriptor Member="Depatment" SortDirection="Ascending" DisplayContent = "DEPT" x:Name="gDept">
|
1320 | 5538eb5a | ljiyeon | <telerik:GroupDescriptor.AggregateFunctions>
|
1321 | <telerik:CountFunction Caption="Entries count : " />
|
||
1322 | </telerik:GroupDescriptor.AggregateFunctions>
|
||
1323 | </telerik:GroupDescriptor>
|
||
1324 | be72bfd6 | taeseongkim | </telerik:RadGridView.GroupDescriptors>-->
|
1325 | 787a4489 | KangIngu | <telerik:RadGridView.RowStyle>
|
1326 | <Style TargetType="telerik:GridViewRow"> |
||
1327 | 6a19b48d | taeseongkim | <Setter Property="HorizontalContentAlignment" Value="Center" /> |
1328 | 787a4489 | KangIngu | <Setter Property="Background" Value="{Binding Path=Consolidate, Converter={StaticResource ConsolidationBackgroudConverter}}" /> |
1329 | 6a19b48d | taeseongkim | <Setter Property="Visibility" Value="{Binding Path=IsPreviewUser, Converter={StaticResource previewerVisibleConverter}}" /> |
1330 | 787a4489 | KangIngu | <!--<Setter Property="Template" Value="{StaticResource GridViewRowTemplate}" />-->
|
1331 | </Style>
|
||
1332 | </telerik:RadGridView.RowStyle>
|
||
1333 | <telerik:RadGridView.Columns>
|
||
1334 | <telerik:GridViewSelectColumn Width="Auto"> |
||
1335 | <telerik:GridViewSelectColumn.Header>
|
||
1336 | 6a19b48d | taeseongkim | <CheckBox telerik:StyleManager.Theme="Office_Black" Click="gridViewMarkupAllSelect_Click" /> |
1337 | 787a4489 | KangIngu | </telerik:GridViewSelectColumn.Header>
|
1338 | </telerik:GridViewSelectColumn>
|
||
1339 | 6a19b48d | taeseongkim | <telerik:GridViewDataColumn
|
1340 | Width="Auto" |
||
1341 | Header="Color" |
||
1342 | IsReadOnly="True"> |
||
1343 | 787a4489 | KangIngu | <telerik:GridViewDataColumn.CellTemplate>
|
1344 | <DataTemplate>
|
||
1345 | <Grid>
|
||
1346 | <Grid>
|
||
1347 | <Rectangle Margin="0,2,2,2" Fill="{Binding DisplayColor, Converter={StaticResource StringToColorConverter}}" /> |
||
1348 | <TextBlock Foreground="#00000000" Text="Color" /> |
||
1349 | </Grid>
|
||
1350 | <Grid VerticalAlignment="Center" Visibility="{Binding AvoidConsolidate, Converter={StaticResource BoolToVisibleConverter}}"> |
||
1351 | 6a19b48d | taeseongkim | <Image
|
1352 | Height="15" |
||
1353 | Source="/KCOM;component/Resources/Images/MenuImage_New/lock_2.png" |
||
1354 | Stretch="Uniform" /> |
||
1355 | 787a4489 | KangIngu | </Grid>
|
1356 | </Grid>
|
||
1357 | |||
1358 | </DataTemplate>
|
||
1359 | </telerik:GridViewDataColumn.CellTemplate>
|
||
1360 | </telerik:GridViewDataColumn>
|
||
1361 | 6a19b48d | taeseongkim | <telerik:GridViewDataColumn
|
1362 | Width="Auto" |
||
1363 | DataMemberBinding="{Binding Depatment}" |
||
1364 | Header="DEPT" |
||
1365 | IsReadOnly="True"> |
||
1366 | 787a4489 | KangIngu | <telerik:GridViewDataColumn.CellTemplate>
|
1367 | <DataTemplate>
|
||
1368 | 6a19b48d | taeseongkim | <TextBlock Text="{Binding Depatment}" /> |
1369 | 787a4489 | KangIngu | </DataTemplate>
|
1370 | </telerik:GridViewDataColumn.CellTemplate>
|
||
1371 | </telerik:GridViewDataColumn>
|
||
1372 | 6a19b48d | taeseongkim | <telerik:GridViewDataColumn
|
1373 | Width="Auto" |
||
1374 | DataMemberBinding="{Binding UserName}" |
||
1375 | Header="NAME" |
||
1376 | IsReadOnly="True"> |
||
1377 | 787a4489 | KangIngu | <telerik:GridViewDataColumn.CellTemplate>
|
1378 | <DataTemplate>
|
||
1379 | 6a19b48d | taeseongkim | <TextBlock Text="{Binding UserName, Mode=TwoWay}" /> |
1380 | 787a4489 | KangIngu | </DataTemplate>
|
1381 | </telerik:GridViewDataColumn.CellTemplate>
|
||
1382 | </telerik:GridViewDataColumn>
|
||
1383 | 6a19b48d | taeseongkim | <telerik:GridViewDataColumn
|
1384 | Width="Auto" |
||
1385 | Header="UPDATETIME" |
||
1386 | IsReadOnly="True"> |
||
1387 | 787a4489 | KangIngu | <telerik:GridViewDataColumn.CellTemplate>
|
1388 | <DataTemplate>
|
||
1389 | 6a19b48d | taeseongkim | <TextBlock Text="{Binding UpdateTime}" /> |
1390 | 787a4489 | KangIngu | </DataTemplate>
|
1391 | </telerik:GridViewDataColumn.CellTemplate>
|
||
1392 | </telerik:GridViewDataColumn>
|
||
1393 | 6a19b48d | taeseongkim | <telerik:GridViewDataColumn
|
1394 | Width="Auto" |
||
1395 | Header="CONSOLIDATION" |
||
1396 | IsReadOnly="True"> |
||
1397 | 787a4489 | KangIngu | <telerik:GridViewDataColumn.CellTemplate>
|
1398 | <DataTemplate>
|
||
1399 | <!--<TextBlock Text="{Binding Consolidate}"/>-->
|
||
1400 | <Grid>
|
||
1401 | <Grid.ColumnDefinitions>
|
||
1402 | <ColumnDefinition Width="Auto" /> |
||
1403 | <ColumnDefinition Width="Auto" /> |
||
1404 | <ColumnDefinition Width="Auto" /> |
||
1405 | </Grid.ColumnDefinitions>
|
||
1406 | |||
1407 | 6a19b48d | taeseongkim | <TextBlock
|
1408 | Grid.Column="0" |
||
1409 | Foreground="Red" |
||
1410 | Text="{Binding AvoidConsolidate, Converter={StaticResource AvoidStringConverter}}" /> |
||
1411 | <TextBlock
|
||
1412 | Grid.Column="1" |
||
1413 | Foreground="Blue" |
||
1414 | Text="{Binding PartConsolidate, Converter={StaticResource TeamConsoliStringConverter}}" /> |
||
1415 | 787a4489 | KangIngu | <TextBlock Grid.Column="2" Text="{Binding Consolidate, Converter={StaticResource ConsoliStringConverter}}" /> |
1416 | <!--
|
||
1417 | <TextBlock HorizontalAlignment="Center" Grid.Column="2">
|
||
1418 | <TextBlock.Text>
|
||
1419 | <Binding Converter="{StaticResource ConsoliStringConverter}"/>
|
||
1420 | </TextBlock.Text>
|
||
1421 | </TextBlock>
|
||
1422 | 6a19b48d | taeseongkim | -->
|
1423 | 787a4489 | KangIngu | </Grid>
|
1424 | </DataTemplate>
|
||
1425 | </telerik:GridViewDataColumn.CellTemplate>
|
||
1426 | </telerik:GridViewDataColumn>
|
||
1427 | c8dd192f | taeseongkim | |
1428 | 6a19b48d | taeseongkim | <telerik:GridViewDataColumn
|
1429 | Width="Auto" |
||
1430 | Header="DELETE" |
||
1431 | IsReadOnly="True"> |
||
1432 | 787a4489 | KangIngu | <telerik:GridViewDataColumn.CellTemplate>
|
1433 | <DataTemplate>
|
||
1434 | 6a19b48d | taeseongkim | <Button
|
1435 | Click="DeleteCommentEvent" |
||
1436 | CommandParameter="{Binding}" |
||
1437 | Content="DELETE" |
||
1438 | Visibility="{Binding userDelete, Converter={StaticResource BooleanToVisibilityConverter}}" /> |
||
1439 | 787a4489 | KangIngu | </DataTemplate>
|
1440 | </telerik:GridViewDataColumn.CellTemplate>
|
||
1441 | </telerik:GridViewDataColumn>
|
||
1442 | </telerik:RadGridView.Columns>
|
||
1443 | </telerik:RadGridView>
|
||
1444 | </telerik:RadPane>
|
||
1445 | </telerik:RadPaneGroup>
|
||
1446 | 6a19b48d | taeseongkim | <telerik:RadPaneGroup
|
1447 | telerik:ProportionalStackPanel.RelativeSize="100, 100" |
||
1448 | telerik:StyleManager.Theme="Office2016" |
||
1449 | IsTabStop="False"> |
||
1450 | <telerik:RadPane
|
||
1451 | x:Name="historyPane" |
||
1452 | telerik:StyleManager.Theme="Office2016" |
||
1453 | CanFloat="False" |
||
1454 | CanUserClose="False" |
||
1455 | ContextMenuTemplate="{x:Null}" |
||
1456 | Header="Document History" |
||
1457 | Visibility="{Binding IsDocumentHistory, Source={x:Static common:ViewerDataModel.Instance}, Mode=TwoWay, Converter={StaticResource BoolToVisibleConverter}}"> |
||
1458 | 787a4489 | KangIngu | <Grid>
|
1459 | 6a19b48d | taeseongkim | <telerik:RadGridView
|
1460 | x:Name="gridViewHistory" |
||
1461 | telerik:StyleManager.Theme="Office2013" |
||
1462 | AutoExpandGroups="False" |
||
1463 | AutoGenerateColumns="False" |
||
1464 | CanUserDeleteRows="True" |
||
1465 | CanUserInsertRows="False" |
||
1466 | IsFilteringAllowed="False" |
||
1467 | IsReadOnly="True" |
||
1468 | RowIndicatorVisibility="Collapsed" |
||
1469 | ShowGroupFooters="False" |
||
1470 | ShowGroupPanel="False"> |
||
1471 | 787a4489 | KangIngu | <telerik:RadGridView.Columns>
|
1472 | 6a19b48d | taeseongkim | <telerik:GridViewDataColumn
|
1473 | Width="Auto" |
||
1474 | Header="Slip No" |
||
1475 | IsReadOnly="True" |
||
1476 | IsVisible="{Binding IsDocumentHistory, Source={x:Static common:ViewerDataModel.Instance}, Mode=TwoWay}"> |
||
1477 | 787a4489 | KangIngu | <telerik:GridViewDataColumn.CellTemplate>
|
1478 | <DataTemplate>
|
||
1479 | 6a19b48d | taeseongkim | <telerik:RadButton
|
1480 | Margin="5" |
||
1481 | Background="Transparent" |
||
1482 | BorderThickness="0" |
||
1483 | Click="EnsembleLink_Button_Click" |
||
1484 | Content="{Binding GroupNo}" |
||
1485 | Tag="{Binding EnsembleLink}" /> |
||
1486 | 787a4489 | KangIngu | </DataTemplate>
|
1487 | </telerik:GridViewDataColumn.CellTemplate>
|
||
1488 | </telerik:GridViewDataColumn>
|
||
1489 | 6a19b48d | taeseongkim | <telerik:GridViewDataColumn
|
1490 | Width="Auto" |
||
1491 | Header="Doc No" |
||
1492 | IsReadOnly="True"> |
||
1493 | 787a4489 | KangIngu | <telerik:GridViewDataColumn.CellTemplate>
|
1494 | <DataTemplate>
|
||
1495 | 6a19b48d | taeseongkim | <TextBlock HorizontalAlignment="Center" Text="{Binding DocNo}" /> |
1496 | c91f45f3 | djkim | </DataTemplate>
|
1497 | </telerik:GridViewDataColumn.CellTemplate>
|
||
1498 | </telerik:GridViewDataColumn>
|
||
1499 | 6a19b48d | taeseongkim | <telerik:GridViewDataColumn
|
1500 | Width="Auto" |
||
1501 | Header="Rev No" |
||
1502 | IsReadOnly="True"> |
||
1503 | c91f45f3 | djkim | <telerik:GridViewDataColumn.CellTemplate>
|
1504 | <DataTemplate>
|
||
1505 | 6a19b48d | taeseongkim | <TextBlock HorizontalAlignment="Center" Text="{Binding RevNo}" /> |
1506 | 787a4489 | KangIngu | </DataTemplate>
|
1507 | </telerik:GridViewDataColumn.CellTemplate>
|
||
1508 | </telerik:GridViewDataColumn>
|
||
1509 | 6a19b48d | taeseongkim | <telerik:GridViewDataColumn
|
1510 | Width="Auto" |
||
1511 | Header="RESULT" |
||
1512 | IsReadOnly="True" |
||
1513 | IsVisible="{Binding IsDocumentHistory, Source={x:Static common:ViewerDataModel.Instance}, Mode=TwoWay}"> |
||
1514 | 787a4489 | KangIngu | <telerik:GridViewDataColumn.CellTemplate>
|
1515 | <DataTemplate>
|
||
1516 | 6a19b48d | taeseongkim | <TextBlock HorizontalAlignment="Center" Text="{Binding RESULT}" /> |
1517 | 787a4489 | KangIngu | </DataTemplate>
|
1518 | </telerik:GridViewDataColumn.CellTemplate>
|
||
1519 | </telerik:GridViewDataColumn>
|
||
1520 | 6a19b48d | taeseongkim | <telerik:GridViewDataColumn
|
1521 | telerik:StyleManager.Theme="Office2013" |
||
1522 | CellStyle="{StaticResource GridViewAlign}" |
||
1523 | DataMemberBinding="{Binding FROM_VENDOR}" |
||
1524 | Header="File(in)" |
||
1525 | HeaderTextAlignment="Center" |
||
1526 | IsReadOnly="True" |
||
1527 | IsVisible="{Binding IsDocumentHistory, Source={x:Static common:ViewerDataModel.Instance}, Mode=TwoWay}"> |
||
1528 | 787a4489 | KangIngu | <telerik:GridViewDataColumn.CellTemplate>
|
1529 | <DataTemplate>
|
||
1530 | 6a19b48d | taeseongkim | <Image
|
1531 | Height="22" |
||
1532 | MouseLeftButtonDown="PdfLink_ButtonDown" |
||
1533 | Source="/KCOM;component/Resources/Images/MenuImage_New/PDF.png" |
||
1534 | Tag="{Binding FROM_VENDOR}" |
||
1535 | Visibility="{Binding FROM_VENDOR, Converter={StaticResource PDFVisibleConverter}}" /> |
||
1536 | 787a4489 | KangIngu | </DataTemplate>
|
1537 | </telerik:GridViewDataColumn.CellTemplate>
|
||
1538 | </telerik:GridViewDataColumn>
|
||
1539 | 6a19b48d | taeseongkim | <telerik:GridViewDataColumn
|
1540 | telerik:StyleManager.Theme="Office2013" |
||
1541 | CellStyle="{StaticResource GridViewAlign}" |
||
1542 | DataMemberBinding="{Binding TO_VENDOR}" |
||
1543 | Header="File(out)" |
||
1544 | HeaderTextAlignment="Center" |
||
1545 | IsReadOnly="True" |
||
1546 | IsVisible="{Binding IsDocumentHistory, Source={x:Static common:ViewerDataModel.Instance}, Mode=TwoWay}"> |
||
1547 | 787a4489 | KangIngu | <telerik:GridViewDataColumn.CellTemplate>
|
1548 | <DataTemplate>
|
||
1549 | 6a19b48d | taeseongkim | <Image
|
1550 | Height="22" |
||
1551 | MouseLeftButtonDown="PdfLink_ButtonDown" |
||
1552 | Source="/KCOM;component/Resources/Images/MenuImage_New/PDF.png" |
||
1553 | Tag="{Binding TO_VENDOR}" |
||
1554 | Visibility="{Binding TO_VENDOR, Converter={StaticResource PDFVisibleConverter}}" /> |
||
1555 | 787a4489 | KangIngu | </DataTemplate>
|
1556 | </telerik:GridViewDataColumn.CellTemplate>
|
||
1557 | </telerik:GridViewDataColumn>
|
||
1558 | |||
1559 | |||
1560 | <!--<telerik:GridViewDataColumn Header="FROM_VENDOR" IsReadOnly="True" Width="Auto">
|
||
1561 | <telerik:GridViewDataColumn.CellTemplate>
|
||
1562 | <DataTemplate>
|
||
1563 | <telerik:RadRibbonButton telerik:StyleManager.Theme="Office2016">
|
||
1564 | <
|
||
1565 | <TextBlock Text="{Binding FROM_VENDOR}" HorizontalAlignment="Center"/>
|
||
1566 | 6a19b48d | taeseongkim | </telerik:RadRibbonButton>
|
1567 | 787a4489 | KangIngu | </DataTemplate>
|
1568 | </telerik:GridViewDataColumn.CellTemplate>
|
||
1569 | </telerik:GridViewDataColumn>-->
|
||
1570 | <!--<telerik:GridViewDataColumn Header="TO_VENDOR" IsReadOnly="True" Width="Auto">
|
||
1571 | <telerik:GridViewDataColumn.CellTemplate>
|
||
1572 | <DataTemplate>
|
||
1573 | <TextBlock Text="{Binding TO_VENDOR}" HorizontalAlignment="Center"/>
|
||
1574 | </DataTemplate>
|
||
1575 | </telerik:GridViewDataColumn.CellTemplate>
|
||
1576 | </telerik:GridViewDataColumn>-->
|
||
1577 | 6a19b48d | taeseongkim | <telerik:GridViewDataColumn
|
1578 | Width="Auto" |
||
1579 | CellStyle="{StaticResource GridViewAlign}" |
||
1580 | Header="SYNC" |
||
1581 | HeaderTextAlignment="Center" |
||
1582 | IsReadOnly="True"> |
||
1583 | 787a4489 | KangIngu | <telerik:GridViewDataColumn.CellTemplate>
|
1584 | <DataTemplate>
|
||
1585 | <!--<Border Grid.Column="1" Background="#FF0054B9" CornerRadius="5" Margin="5" VerticalAlignment="Center" MinHeight="20"
|
||
1586 | Visibility="{Binding IsSyncPossible, Converter={StaticResource BoolToVisibleConverter}}">
|
||
1587 | <telerik:RadButton Content="OPEN" telerik:StyleManager.Theme="Office2016" Foreground="White"
|
||
1588 | Background="Transparent" HorizontalAlignment="Stretch" Click="RadButton_Click" CommandParameter="{Binding}"/>
|
||
1589 | </Border>-->
|
||
1590 | 6a19b48d | taeseongkim | <telerik:RadButton
|
1591 | Margin="5" |
||
1592 | Background="Transparent" |
||
1593 | BorderThickness="0" |
||
1594 | Click="btnSync_Click" |
||
1595 | CommandParameter="{Binding}" |
||
1596 | Visibility="{Binding IsSyncPossible, Converter={StaticResource BoolToVisibleConverter}}"> |
||
1597 | 787a4489 | KangIngu | <telerik:RadButton.Content>
|
1598 | 6a19b48d | taeseongkim | <Image
|
1599 | Width="20" |
||
1600 | Height="20" |
||
1601 | Source="/KCOM;component/Resources/Images/MenuImage_new/file.png" |
||
1602 | Stretch="Uniform" /> |
||
1603 | 787a4489 | KangIngu | </telerik:RadButton.Content>
|
1604 | </telerik:RadButton>
|
||
1605 | |||
1606 | <!--<TextBlock Text="{Binding IsSyncPossible}" HorizontalAlignment="Center"/>-->
|
||
1607 | </DataTemplate>
|
||
1608 | </telerik:GridViewDataColumn.CellTemplate>
|
||
1609 | </telerik:GridViewDataColumn>
|
||
1610 | 6a19b48d | taeseongkim | <telerik:GridViewDataColumn
|
1611 | telerik:StyleManager.Theme="Office2013" |
||
1612 | CellStyle="{StaticResource GridViewAlign}" |
||
1613 | DataMemberBinding="{Binding EnsembleLink}" |
||
1614 | Header="Attachments" |
||
1615 | HeaderTextAlignment="Center" |
||
1616 | IsReadOnly="True" |
||
1617 | IsVisible="{Binding IsDocumentHistory, Source={x:Static common:ViewerDataModel.Instance}, Mode=TwoWay}"> |
||
1618 | 94b7c12c | djkim | <telerik:GridViewDataColumn.CellTemplate>
|
1619 | <DataTemplate>
|
||
1620 | 6a19b48d | taeseongkim | <telerik:RadButton
|
1621 | Margin="5" |
||
1622 | Background="Transparent" |
||
1623 | BorderThickness="0" |
||
1624 | Click="EnsembleLink_Button_Click" |
||
1625 | Content="Link" |
||
1626 | Tag="{Binding EnsembleLink}" /> |
||
1627 | 94b7c12c | djkim | </DataTemplate>
|
1628 | </telerik:GridViewDataColumn.CellTemplate>
|
||
1629 | </telerik:GridViewDataColumn>
|
||
1630 | 787a4489 | KangIngu | </telerik:RadGridView.Columns>
|
1631 | </telerik:RadGridView>
|
||
1632 | 6a19b48d | taeseongkim | <telerik:RadBusyIndicator
|
1633 | x:Name="gridViewHistory_Busy" |
||
1634 | telerik:StyleManager.Theme="Office2016" |
||
1635 | BusyContent="Sync Data Loading" |
||
1636 | IsBusy="False" /> |
||
1637 | 787a4489 | KangIngu | </Grid>
|
1638 | </telerik:RadPane>
|
||
1639 | </telerik:RadPaneGroup>
|
||
1640 | </telerik:RadSplitContainer>
|
||
1641 | |||
1642 | |||
1643 | </telerik:RadDocking>
|
||
1644 | </Grid>
|
||
1645 | </UserControl> |