개정판 90d1dee0
Button Style 수정
init gridViewMarkup select all 추가
Change-Id: I1dabc4876f1e49f5e661dc904cd3745df766a9d9
KCOM/Resources/RadConfirmStyle.xaml | ||
---|---|---|
118 | 118 |
x:Name="OK" |
119 | 119 |
MinWidth="100" |
120 | 120 |
Margin="0,10,8,8" |
121 |
telerik:LocalizationManager.ResourceKey="Ok"
|
|
121 |
telerik:LocalizationManager.ResourceKey="Yes"
|
|
122 | 122 |
telerik:RadWindow.ResponseButton="Accept" |
123 | 123 |
Command="{x:Static telerik:WindowCommands.Confirm}" |
124 | 124 |
Content="OK"> |
... | ... | |
130 | 130 |
x:Name="NO" |
131 | 131 |
MinWidth="100" |
132 | 132 |
Margin="0,10,8,8" |
133 |
telerik:LocalizationManager.ResourceKey="Cancel"
|
|
133 |
telerik:LocalizationManager.ResourceKey="No"
|
|
134 | 134 |
Command="{x:Static telerik:WindowCommands.Cancel}" |
135 | 135 |
Content="NO"> |
136 | 136 |
<telerik:StyleManager.Theme> |
137 | 137 |
<telerik:VisualStudio2013Theme /> |
138 | 138 |
</telerik:StyleManager.Theme> |
139 | 139 |
</telerik:RadButton> |
140 |
<telerik:RadButton |
|
140 |
<!--<telerik:RadButton
|
|
141 | 141 |
x:Name="Cancel" |
142 | 142 |
MinWidth="100" |
143 | 143 |
Margin="0,10,8,8" |
... | ... | |
147 | 147 |
<telerik:StyleManager.Theme> |
148 | 148 |
<telerik:VisualStudio2013Theme /> |
149 | 149 |
</telerik:StyleManager.Theme> |
150 |
</telerik:RadButton> |
|
150 |
</telerik:RadButton>-->
|
|
151 | 151 |
</StackPanel> |
152 | 152 |
</Grid> |
153 | 153 |
</ControlTemplate> |
... | ... | |
266 | 266 |
x:Name="OK" |
267 | 267 |
MinWidth="100" |
268 | 268 |
Margin="0,10,8,8" |
269 |
telerik:LocalizationManager.ResourceKey="Ok"
|
|
269 |
telerik:LocalizationManager.ResourceKey="Yes"
|
|
270 | 270 |
telerik:RadWindow.ResponseButton="Accept" |
271 | 271 |
Command="{x:Static telerik:WindowCommands.Confirm}" |
272 | 272 |
Content="OK"> |
... | ... | |
278 | 278 |
x:Name="Cancel" |
279 | 279 |
MinWidth="100" |
280 | 280 |
Margin="0,10,8,8" |
281 |
telerik:LocalizationManager.ResourceKey="Close"
|
|
282 |
Command="{x:Static telerik:WindowCommands.Close}"
|
|
281 |
telerik:LocalizationManager.ResourceKey="No"
|
|
282 |
Command="{x:Static telerik:WindowCommands.Cancel}"
|
|
283 | 283 |
Content="Cancel"> |
284 | 284 |
<telerik:StyleManager.Theme> |
285 | 285 |
<telerik:VisualStudio2013Theme /> |
내보내기 Unified diff