개정판 4fcb686a
issue #000 font가 적용 되지 않아 box size가 작게 출력되는 문제
Change-Id: Ie07531db96d56e8d5c2bbdbf0786d053ad39747c
KCOM/Resources/RadConfirmStyle.xaml | ||
---|---|---|
1 |
<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" |
|
2 |
xmlns:telerik="http://schemas.telerik.com/2008/xaml/presentation" |
|
3 |
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"> |
|
4 |
<!-- telerikNavigation:RadConfirm --> |
|
1 |
<ResourceDictionary |
|
2 |
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" |
|
3 |
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" |
|
4 |
xmlns:telerik="http://schemas.telerik.com/2008/xaml/presentation"> |
|
5 |
<!-- telerikNavigation:RadConfirm --> |
|
5 | 6 |
<telerik:VisualStudio2013Theme x:Key="Theme" /> |
6 | 7 |
<SolidColorBrush x:Key="BorderLineOuterColor" Color="#26000000" /> |
7 | 8 |
<SolidColorBrush x:Key="BorderLineInnerColor" Color="#FFFFFFFF" /> |
8 |
<Style TargetType="telerik:RadConfirm" x:Key="RadConfirmYNCStyle">
|
|
9 |
<Setter Property="IsTabStop" Value="False"/> |
|
10 |
<Setter Property="MinWidth" Value="275"/> |
|
11 |
<Setter Property="MaxWidth" Value="500"/> |
|
12 |
<Setter Property="SnapsToDevicePixels" Value="True"/> |
|
9 |
<Style x:Key="RadConfirmYNCStyle" TargetType="telerik:RadConfirm">
|
|
10 |
<Setter Property="IsTabStop" Value="False" />
|
|
11 |
<Setter Property="MinWidth" Value="275" />
|
|
12 |
<Setter Property="MaxWidth" Value="500" />
|
|
13 |
<Setter Property="SnapsToDevicePixels" Value="True" />
|
|
13 | 14 |
<Setter Property="Template"> |
14 | 15 |
<Setter.Value> |
15 | 16 |
<ControlTemplate TargetType="{x:Type telerik:RadConfirm}"> |
16 | 17 |
<Grid x:Name="LayoutRoot"> |
17 | 18 |
<Grid.ColumnDefinitions> |
18 |
<ColumnDefinition Width="Auto"/> |
|
19 |
<ColumnDefinition Width="*"/> |
|
19 |
<ColumnDefinition Width="Auto" />
|
|
20 |
<ColumnDefinition Width="*" />
|
|
20 | 21 |
</Grid.ColumnDefinitions> |
21 | 22 |
<Grid.RowDefinitions> |
22 |
<RowDefinition Height="*"/> |
|
23 |
<RowDefinition Height="Auto"/> |
|
23 |
<RowDefinition Height="*" />
|
|
24 |
<RowDefinition Height="Auto" />
|
|
24 | 25 |
</Grid.RowDefinitions> |
25 |
<ContentPresenter x:Name="Icon" Content="{TemplateBinding Content}" Margin="16,8,8,8" VerticalAlignment="Top"> |
|
26 |
<ContentPresenter |
|
27 |
x:Name="Icon" |
|
28 |
Margin="16,8,8,8" |
|
29 |
VerticalAlignment="Top" |
|
30 |
Content="{TemplateBinding Content}"> |
|
26 | 31 |
<ContentPresenter.ContentTemplate> |
27 | 32 |
<DataTemplate> |
28 |
<Grid Height="44" Width="44">
|
|
33 |
<Grid Width="44" Height="44">
|
|
29 | 34 |
<Ellipse Width="44"> |
30 | 35 |
<Ellipse.Fill> |
31 |
<LinearGradientBrush EndPoint="0.718,0.95" StartPoint="0.282,0.05">
|
|
32 |
<GradientStop Color="#FF67A1F4" Offset="0.107"/>
|
|
33 |
<GradientStop Color="#FF1660C0" Offset="0.691"/>
|
|
36 |
<LinearGradientBrush StartPoint="0.282,0.05" EndPoint="0.718,0.95">
|
|
37 |
<GradientStop Offset="0.107" Color="#FF67A1F4" />
|
|
38 |
<GradientStop Offset="0.691" Color="#FF1660C0" />
|
|
34 | 39 |
</LinearGradientBrush> |
35 | 40 |
</Ellipse.Fill> |
36 | 41 |
</Ellipse> |
37 |
<Path Data="M289.00311,92.619354C289.00311,92.619354 299.31836,80.597733 329.41049,81.075485 329.88766,81.083061 332.65619,107.10075 308.88998,107.10075 296.08267,107.10075 289.00311,92.619354 289.00311,92.619354z" Margin="1.512,16.495,0.765,0.399" Stretch="Fill"> |
|
42 |
<Path |
|
43 |
Margin="1.512,16.495,0.765,0.399" |
|
44 |
Data="M289.00311,92.619354C289.00311,92.619354 299.31836,80.597733 329.41049,81.075485 329.88766,81.083061 332.65619,107.10075 308.88998,107.10075 296.08267,107.10075 289.00311,92.619354 289.00311,92.619354z" |
|
45 |
Stretch="Fill"> |
|
38 | 46 |
<Path.Fill> |
39 |
<LinearGradientBrush EndPoint="0.61,0.964" StartPoint="0.39,0.036">
|
|
40 |
<GradientStop Color="#FF1660C0" Offset="0"/>
|
|
41 |
<GradientStop Color="#FF084EAB" Offset="1"/>
|
|
47 |
<LinearGradientBrush StartPoint="0.39,0.036" EndPoint="0.61,0.964">
|
|
48 |
<GradientStop Offset="0" Color="#FF1660C0" />
|
|
49 |
<GradientStop Offset="1" Color="#FF084EAB" />
|
|
42 | 50 |
</LinearGradientBrush> |
43 | 51 |
</Path.Fill> |
44 | 52 |
</Path> |
45 | 53 |
<Ellipse Margin="1,1,0,0" Stroke="#FF9AC2FA"> |
46 | 54 |
<Ellipse.OpacityMask> |
47 |
<LinearGradientBrush EndPoint="0.5,1" StartPoint="0.5,0">
|
|
48 |
<GradientStop Color="#7C1D99EC" Offset="0"/>
|
|
49 |
<GradientStop Color="#7EAFDDFC" Offset="1"/>
|
|
50 |
<GradientStop Color="#C45EB6F1" Offset="0.382"/>
|
|
55 |
<LinearGradientBrush StartPoint="0.5,0" EndPoint="0.5,1">
|
|
56 |
<GradientStop Offset="0" Color="#7C1D99EC" />
|
|
57 |
<GradientStop Offset="1" Color="#7EAFDDFC" />
|
|
58 |
<GradientStop Offset="0.382" Color="#C45EB6F1" />
|
|
51 | 59 |
</LinearGradientBrush> |
52 | 60 |
</Ellipse.OpacityMask> |
53 | 61 |
</Ellipse> |
54 |
<Path Data="M300.16647,72.508377L300.20032,76.801308C300.20032,76.801308 303.76443,74.208626 308.57635,75.053101 312.64224,75.766647 312.37244,80.342621 311.28177,81.957657 307.64908,87.336853 306.09219,88.091827 306.09219,89.696152 306.09219,91.561272 306.08142,92.930161 306.08142,92.930161L311.46021,92.930161 311.46597,89.720444C311.46597,89.720444 312.49261,89.006256 315.2182,85.837914 316.81396,83.982925 318.0397,81.959572 318.45352,80.790619 319.04788,79.111671 319.7117,74.514389 315.04593,72.119629 313.44992,71.300461 311.46005,70.473305 307.15707,70.607811 302.8541,70.742317 300.16647,72.508377 300.16647,72.508377z" Fill="White" Margin="13.257,6.592,12.036,15.073" Stretch="Fill"/> |
|
55 |
<Rectangle Fill="White" Height="6" Margin="19,0,19,6" VerticalAlignment="Bottom"/> |
|
62 |
<Path |
|
63 |
Margin="13.257,6.592,12.036,15.073" |
|
64 |
Data="M300.16647,72.508377L300.20032,76.801308C300.20032,76.801308 303.76443,74.208626 308.57635,75.053101 312.64224,75.766647 312.37244,80.342621 311.28177,81.957657 307.64908,87.336853 306.09219,88.091827 306.09219,89.696152 306.09219,91.561272 306.08142,92.930161 306.08142,92.930161L311.46021,92.930161 311.46597,89.720444C311.46597,89.720444 312.49261,89.006256 315.2182,85.837914 316.81396,83.982925 318.0397,81.959572 318.45352,80.790619 319.04788,79.111671 319.7117,74.514389 315.04593,72.119629 313.44992,71.300461 311.46005,70.473305 307.15707,70.607811 302.8541,70.742317 300.16647,72.508377 300.16647,72.508377z" |
|
65 |
Fill="White" |
|
66 |
Stretch="Fill" /> |
|
67 |
<Rectangle |
|
68 |
Height="6" |
|
69 |
Margin="19,0,19,6" |
|
70 |
VerticalAlignment="Bottom" |
|
71 |
Fill="White" /> |
|
56 | 72 |
<Ellipse Width="44"> |
57 | 73 |
<Ellipse.Stroke> |
58 |
<LinearGradientBrush EndPoint="0.5,1" StartPoint="0.5,0">
|
|
59 |
<GradientStop Color="#FF2F6FC4" Offset="0"/>
|
|
60 |
<GradientStop Color="#FF084FAB" Offset="1"/>
|
|
74 |
<LinearGradientBrush StartPoint="0.5,0" EndPoint="0.5,1">
|
|
75 |
<GradientStop Offset="0" Color="#FF2F6FC4" />
|
|
76 |
<GradientStop Offset="1" Color="#FF084FAB" />
|
|
61 | 77 |
</LinearGradientBrush> |
62 | 78 |
</Ellipse.Stroke> |
63 | 79 |
</Ellipse> |
... | ... | |
65 | 81 |
</DataTemplate> |
66 | 82 |
</ContentPresenter.ContentTemplate> |
67 | 83 |
</ContentPresenter> |
68 |
<ScrollViewer Grid.Column="1" HorizontalScrollBarVisibility="Auto" Margin="0,0,0,8" Grid.Row="0" VerticalScrollBarVisibility="Auto" BorderBrush="{x:Null}"> |
|
84 |
<ScrollViewer |
|
85 |
Grid.Row="0" |
|
86 |
Grid.Column="1" |
|
87 |
Margin="0,0,0,8" |
|
88 |
BorderBrush="{x:Null}" |
|
89 |
HorizontalScrollBarVisibility="Auto" |
|
90 |
VerticalScrollBarVisibility="Auto"> |
|
69 | 91 |
<telerik:StyleManager.Theme> |
70 |
<telerik:VisualStudio2013Theme/> |
|
92 |
<telerik:VisualStudio2013Theme />
|
|
71 | 93 |
</telerik:StyleManager.Theme> |
72 |
<ContentPresenter x:Name="ConfirmText" ContentTemplate="{TemplateBinding ContentTemplate}" Content="{TemplateBinding Content}" ContentStringFormat="{TemplateBinding ContentStringFormat}" Margin="8,8,8,0" VerticalAlignment="Center"/> |
|
94 |
<ContentPresenter |
|
95 |
x:Name="ConfirmText" |
|
96 |
Margin="8,8,8,0" |
|
97 |
VerticalAlignment="Center" |
|
98 |
Content="{TemplateBinding Content}" |
|
99 |
ContentStringFormat="{TemplateBinding ContentStringFormat}" |
|
100 |
ContentTemplate="{TemplateBinding ContentTemplate}" /> |
|
73 | 101 |
</ScrollViewer> |
74 |
<Border x:Name="HorizontalRule" BorderBrush="White" BorderThickness="0,0,0,1" Background="#26000000" Grid.ColumnSpan="2" Height="2" Grid.Row="1" VerticalAlignment="Top"/> |
|
75 |
<StackPanel x:Name="DialogButtons" Grid.ColumnSpan="2" HorizontalAlignment="Right" Orientation="Horizontal" Grid.Row="2"> |
|
76 |
<telerik:RadButton x:Name="OK" Content="OK" Margin="0,10,8,8" |
|
77 |
MinWidth="100" telerik:LocalizationManager.ResourceKey="Ok" Command="{x:Static telerik:WindowCommands.Confirm}" telerik:RadWindow.ResponseButton="Accept"> |
|
102 |
<Border |
|
103 |
x:Name="HorizontalRule" |
|
104 |
Grid.Row="1" |
|
105 |
Grid.ColumnSpan="2" |
|
106 |
Height="2" |
|
107 |
VerticalAlignment="Top" |
|
108 |
Background="#26000000" |
|
109 |
BorderBrush="White" |
|
110 |
BorderThickness="0,0,0,1" /> |
|
111 |
<StackPanel |
|
112 |
x:Name="DialogButtons" |
|
113 |
Grid.Row="2" |
|
114 |
Grid.ColumnSpan="2" |
|
115 |
HorizontalAlignment="Right" |
|
116 |
Orientation="Horizontal"> |
|
117 |
<telerik:RadButton |
|
118 |
x:Name="OK" |
|
119 |
MinWidth="100" |
|
120 |
Margin="0,10,8,8" |
|
121 |
telerik:LocalizationManager.ResourceKey="Ok" |
|
122 |
telerik:RadWindow.ResponseButton="Accept" |
|
123 |
Command="{x:Static telerik:WindowCommands.Confirm}" |
|
124 |
Content="OK"> |
|
78 | 125 |
<telerik:StyleManager.Theme> |
79 |
<telerik:VisualStudio2013Theme/> |
|
126 |
<telerik:VisualStudio2013Theme />
|
|
80 | 127 |
</telerik:StyleManager.Theme> |
81 | 128 |
</telerik:RadButton> |
82 |
<telerik:RadButton x:Name="NO" Content="NO" Margin="0,10,8,8" MinWidth="100" telerik:LocalizationManager.ResourceKey="Cancel" Command="{x:Static telerik:WindowCommands.Cancel}" > |
|
129 |
<telerik:RadButton |
|
130 |
x:Name="NO" |
|
131 |
MinWidth="100" |
|
132 |
Margin="0,10,8,8" |
|
133 |
telerik:LocalizationManager.ResourceKey="Cancel" |
|
134 |
Command="{x:Static telerik:WindowCommands.Cancel}" |
|
135 |
Content="NO"> |
|
83 | 136 |
<telerik:StyleManager.Theme> |
84 |
<telerik:VisualStudio2013Theme/> |
|
137 |
<telerik:VisualStudio2013Theme />
|
|
85 | 138 |
</telerik:StyleManager.Theme> |
86 | 139 |
</telerik:RadButton> |
87 |
<telerik:RadButton x:Name="Cancel" Content="Cancel" Margin="0,10,8,8" MinWidth="100" telerik:LocalizationManager.ResourceKey="Close" Command="{x:Static telerik:WindowCommands.Close}" > |
|
140 |
<telerik:RadButton |
|
141 |
x:Name="Cancel" |
|
142 |
MinWidth="100" |
|
143 |
Margin="0,10,8,8" |
|
144 |
telerik:LocalizationManager.ResourceKey="Close" |
|
145 |
Command="{x:Static telerik:WindowCommands.Close}" |
|
146 |
Content="Cancel"> |
|
88 | 147 |
<telerik:StyleManager.Theme> |
89 |
<telerik:VisualStudio2013Theme/> |
|
148 |
<telerik:VisualStudio2013Theme />
|
|
90 | 149 |
</telerik:StyleManager.Theme> |
91 | 150 |
</telerik:RadButton> |
92 | 151 |
</StackPanel> |
... | ... | |
95 | 154 |
</Setter.Value> |
96 | 155 |
</Setter> |
97 | 156 |
</Style> |
98 |
<Style TargetType="telerik:RadConfirm" x:Key="RadConfirmYCStyle">
|
|
99 |
<Setter Property="IsTabStop" Value="False"/> |
|
100 |
<Setter Property="MinWidth" Value="275"/> |
|
101 |
<Setter Property="MaxWidth" Value="500"/> |
|
102 |
<Setter Property="SnapsToDevicePixels" Value="True"/> |
|
157 |
<Style x:Key="RadConfirmYCStyle" TargetType="telerik:RadConfirm">
|
|
158 |
<Setter Property="IsTabStop" Value="False" />
|
|
159 |
<Setter Property="MinWidth" Value="275" />
|
|
160 |
<Setter Property="MaxWidth" Value="500" />
|
|
161 |
<Setter Property="SnapsToDevicePixels" Value="True" />
|
|
103 | 162 |
<Setter Property="Template"> |
104 | 163 |
<Setter.Value> |
105 | 164 |
<ControlTemplate TargetType="{x:Type telerik:RadConfirm}"> |
106 | 165 |
<Grid x:Name="LayoutRoot"> |
107 | 166 |
<Grid.ColumnDefinitions> |
108 |
<ColumnDefinition Width="Auto"/> |
|
109 |
<ColumnDefinition Width="*"/> |
|
167 |
<ColumnDefinition Width="Auto" />
|
|
168 |
<ColumnDefinition Width="*" />
|
|
110 | 169 |
</Grid.ColumnDefinitions> |
111 | 170 |
<Grid.RowDefinitions> |
112 |
<RowDefinition Height="*"/> |
|
113 |
<RowDefinition Height="Auto"/> |
|
171 |
<RowDefinition Height="*" />
|
|
172 |
<RowDefinition Height="Auto" />
|
|
114 | 173 |
</Grid.RowDefinitions> |
115 |
<ContentPresenter x:Name="Icon" Content="{TemplateBinding Content}" Margin="16,8,8,8" VerticalAlignment="Top"> |
|
174 |
<ContentPresenter |
|
175 |
x:Name="Icon" |
|
176 |
Margin="16,8,8,8" |
|
177 |
VerticalAlignment="Top" |
|
178 |
Content="{TemplateBinding Content}"> |
|
116 | 179 |
<ContentPresenter.ContentTemplate> |
117 | 180 |
<DataTemplate> |
118 |
<Grid Height="44" Width="44">
|
|
181 |
<Grid Width="44" Height="44">
|
|
119 | 182 |
<Ellipse Width="44"> |
120 | 183 |
<Ellipse.Fill> |
121 |
<LinearGradientBrush EndPoint="0.718,0.95" StartPoint="0.282,0.05">
|
|
122 |
<GradientStop Color="#FF67A1F4" Offset="0.107"/>
|
|
123 |
<GradientStop Color="#FF1660C0" Offset="0.691"/>
|
|
184 |
<LinearGradientBrush StartPoint="0.282,0.05" EndPoint="0.718,0.95">
|
|
185 |
<GradientStop Offset="0.107" Color="#FF67A1F4" />
|
|
186 |
<GradientStop Offset="0.691" Color="#FF1660C0" />
|
|
124 | 187 |
</LinearGradientBrush> |
125 | 188 |
</Ellipse.Fill> |
126 | 189 |
</Ellipse> |
127 |
<Path Data="M289.00311,92.619354C289.00311,92.619354 299.31836,80.597733 329.41049,81.075485 329.88766,81.083061 332.65619,107.10075 308.88998,107.10075 296.08267,107.10075 289.00311,92.619354 289.00311,92.619354z" Margin="1.512,16.495,0.765,0.399" Stretch="Fill"> |
|
190 |
<Path |
|
191 |
Margin="1.512,16.495,0.765,0.399" |
|
192 |
Data="M289.00311,92.619354C289.00311,92.619354 299.31836,80.597733 329.41049,81.075485 329.88766,81.083061 332.65619,107.10075 308.88998,107.10075 296.08267,107.10075 289.00311,92.619354 289.00311,92.619354z" |
|
193 |
Stretch="Fill"> |
|
128 | 194 |
<Path.Fill> |
129 |
<LinearGradientBrush EndPoint="0.61,0.964" StartPoint="0.39,0.036">
|
|
130 |
<GradientStop Color="#FF1660C0" Offset="0"/>
|
|
131 |
<GradientStop Color="#FF084EAB" Offset="1"/>
|
|
195 |
<LinearGradientBrush StartPoint="0.39,0.036" EndPoint="0.61,0.964">
|
|
196 |
<GradientStop Offset="0" Color="#FF1660C0" />
|
|
197 |
<GradientStop Offset="1" Color="#FF084EAB" />
|
|
132 | 198 |
</LinearGradientBrush> |
133 | 199 |
</Path.Fill> |
134 | 200 |
</Path> |
135 | 201 |
<Ellipse Margin="1,1,0,0" Stroke="#FF9AC2FA"> |
136 | 202 |
<Ellipse.OpacityMask> |
137 |
<LinearGradientBrush EndPoint="0.5,1" StartPoint="0.5,0">
|
|
138 |
<GradientStop Color="#7C1D99EC" Offset="0"/>
|
|
139 |
<GradientStop Color="#7EAFDDFC" Offset="1"/>
|
|
140 |
<GradientStop Color="#C45EB6F1" Offset="0.382"/>
|
|
203 |
<LinearGradientBrush StartPoint="0.5,0" EndPoint="0.5,1">
|
|
204 |
<GradientStop Offset="0" Color="#7C1D99EC" />
|
|
205 |
<GradientStop Offset="1" Color="#7EAFDDFC" />
|
|
206 |
<GradientStop Offset="0.382" Color="#C45EB6F1" />
|
|
141 | 207 |
</LinearGradientBrush> |
142 | 208 |
</Ellipse.OpacityMask> |
143 | 209 |
</Ellipse> |
144 |
<Path Data="M300.16647,72.508377L300.20032,76.801308C300.20032,76.801308 303.76443,74.208626 308.57635,75.053101 312.64224,75.766647 312.37244,80.342621 311.28177,81.957657 307.64908,87.336853 306.09219,88.091827 306.09219,89.696152 306.09219,91.561272 306.08142,92.930161 306.08142,92.930161L311.46021,92.930161 311.46597,89.720444C311.46597,89.720444 312.49261,89.006256 315.2182,85.837914 316.81396,83.982925 318.0397,81.959572 318.45352,80.790619 319.04788,79.111671 319.7117,74.514389 315.04593,72.119629 313.44992,71.300461 311.46005,70.473305 307.15707,70.607811 302.8541,70.742317 300.16647,72.508377 300.16647,72.508377z" Fill="White" Margin="13.257,6.592,12.036,15.073" Stretch="Fill"/> |
|
145 |
<Rectangle Fill="White" Height="6" Margin="19,0,19,6" VerticalAlignment="Bottom"/> |
|
210 |
<Path |
|
211 |
Margin="13.257,6.592,12.036,15.073" |
|
212 |
Data="M300.16647,72.508377L300.20032,76.801308C300.20032,76.801308 303.76443,74.208626 308.57635,75.053101 312.64224,75.766647 312.37244,80.342621 311.28177,81.957657 307.64908,87.336853 306.09219,88.091827 306.09219,89.696152 306.09219,91.561272 306.08142,92.930161 306.08142,92.930161L311.46021,92.930161 311.46597,89.720444C311.46597,89.720444 312.49261,89.006256 315.2182,85.837914 316.81396,83.982925 318.0397,81.959572 318.45352,80.790619 319.04788,79.111671 319.7117,74.514389 315.04593,72.119629 313.44992,71.300461 311.46005,70.473305 307.15707,70.607811 302.8541,70.742317 300.16647,72.508377 300.16647,72.508377z" |
|
213 |
Fill="White" |
|
214 |
Stretch="Fill" /> |
|
215 |
<Rectangle |
|
216 |
Height="6" |
|
217 |
Margin="19,0,19,6" |
|
218 |
VerticalAlignment="Bottom" |
|
219 |
Fill="White" /> |
|
146 | 220 |
<Ellipse Width="44"> |
147 | 221 |
<Ellipse.Stroke> |
148 |
<LinearGradientBrush EndPoint="0.5,1" StartPoint="0.5,0">
|
|
149 |
<GradientStop Color="#FF2F6FC4" Offset="0"/>
|
|
150 |
<GradientStop Color="#FF084FAB" Offset="1"/>
|
|
222 |
<LinearGradientBrush StartPoint="0.5,0" EndPoint="0.5,1">
|
|
223 |
<GradientStop Offset="0" Color="#FF2F6FC4" />
|
|
224 |
<GradientStop Offset="1" Color="#FF084FAB" />
|
|
151 | 225 |
</LinearGradientBrush> |
152 | 226 |
</Ellipse.Stroke> |
153 | 227 |
</Ellipse> |
... | ... | |
155 | 229 |
</DataTemplate> |
156 | 230 |
</ContentPresenter.ContentTemplate> |
157 | 231 |
</ContentPresenter> |
158 |
<ScrollViewer Grid.Column="1" HorizontalScrollBarVisibility="Auto" Margin="0,0,0,8" Grid.Row="0" VerticalScrollBarVisibility="Auto" BorderBrush="{x:Null}"> |
|
232 |
<ScrollViewer |
|
233 |
Grid.Row="0" |
|
234 |
Grid.Column="1" |
|
235 |
Margin="0,0,0,8" |
|
236 |
BorderBrush="{x:Null}" |
|
237 |
HorizontalScrollBarVisibility="Auto" |
|
238 |
VerticalScrollBarVisibility="Auto"> |
|
159 | 239 |
<telerik:StyleManager.Theme> |
160 |
<telerik:VisualStudio2013Theme/> |
|
240 |
<telerik:VisualStudio2013Theme />
|
|
161 | 241 |
</telerik:StyleManager.Theme> |
162 |
<ContentPresenter x:Name="ConfirmText" ContentTemplate="{TemplateBinding ContentTemplate}" Content="{TemplateBinding Content}" ContentStringFormat="{TemplateBinding ContentStringFormat}" Margin="8,8,8,0" VerticalAlignment="Center"/> |
|
242 |
<ContentPresenter |
|
243 |
x:Name="ConfirmText" |
|
244 |
Margin="8,8,8,0" |
|
245 |
VerticalAlignment="Center" |
|
246 |
Content="{TemplateBinding Content}" |
|
247 |
ContentStringFormat="{TemplateBinding ContentStringFormat}" |
|
248 |
ContentTemplate="{TemplateBinding ContentTemplate}" /> |
|
163 | 249 |
</ScrollViewer> |
164 |
<Border x:Name="HorizontalRule" BorderBrush="White" BorderThickness="0,0,0,1" Background="#26000000" Grid.ColumnSpan="2" Height="2" Grid.Row="1" VerticalAlignment="Top"/> |
|
165 |
<StackPanel x:Name="DialogButtons" Grid.ColumnSpan="2" HorizontalAlignment="Right" Orientation="Horizontal" Grid.Row="2"> |
|
166 |
<telerik:RadButton x:Name="OK" Content="OK" Margin="0,10,8,8" |
|
167 |
MinWidth="100" telerik:LocalizationManager.ResourceKey="Ok" Command="{x:Static telerik:WindowCommands.Confirm}" telerik:RadWindow.ResponseButton="Accept"> |
|
250 |
<Border |
|
251 |
x:Name="HorizontalRule" |
|
252 |
Grid.Row="1" |
|
253 |
Grid.ColumnSpan="2" |
|
254 |
Height="2" |
|
255 |
VerticalAlignment="Top" |
|
256 |
Background="#26000000" |
|
257 |
BorderBrush="White" |
|
258 |
BorderThickness="0,0,0,1" /> |
|
259 |
<StackPanel |
|
260 |
x:Name="DialogButtons" |
|
261 |
Grid.Row="2" |
|
262 |
Grid.ColumnSpan="2" |
|
263 |
HorizontalAlignment="Right" |
|
264 |
Orientation="Horizontal"> |
|
265 |
<telerik:RadButton |
|
266 |
x:Name="OK" |
|
267 |
MinWidth="100" |
|
268 |
Margin="0,10,8,8" |
|
269 |
telerik:LocalizationManager.ResourceKey="Ok" |
|
270 |
telerik:RadWindow.ResponseButton="Accept" |
|
271 |
Command="{x:Static telerik:WindowCommands.Confirm}" |
|
272 |
Content="OK"> |
|
168 | 273 |
<telerik:StyleManager.Theme> |
169 |
<telerik:VisualStudio2013Theme/> |
|
274 |
<telerik:VisualStudio2013Theme />
|
|
170 | 275 |
</telerik:StyleManager.Theme> |
171 | 276 |
</telerik:RadButton> |
172 |
<telerik:RadButton x:Name="Cancel" Content="Cancel" Margin="0,10,8,8" MinWidth="100" telerik:LocalizationManager.ResourceKey="Close" Command="{x:Static telerik:WindowCommands.Close}" > |
|
277 |
<telerik:RadButton |
|
278 |
x:Name="Cancel" |
|
279 |
MinWidth="100" |
|
280 |
Margin="0,10,8,8" |
|
281 |
telerik:LocalizationManager.ResourceKey="Close" |
|
282 |
Command="{x:Static telerik:WindowCommands.Close}" |
|
283 |
Content="Cancel"> |
|
173 | 284 |
<telerik:StyleManager.Theme> |
174 |
<telerik:VisualStudio2013Theme/> |
|
285 |
<telerik:VisualStudio2013Theme />
|
|
175 | 286 |
</telerik:StyleManager.Theme> |
176 | 287 |
</telerik:RadButton> |
177 | 288 |
</StackPanel> |
내보내기 Unified diff