8,757
社区成员
发帖
与我相关
我的任务
分享
<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
<s:String x:Key="PopupOptions">设置</s:String>
<Color x:Key="ListBoxItemBackground">#FF3c414f</Color>
<SolidColorBrush x:Key="redBrush" Color="Red"/>
<LinearGradientBrush x:Key="ComboBoxTitle" EndPoint="0,1" StartPoint="0,0">
<GradientStop Color="#FF525d69"/>
<GradientStop Color="#FF424A53" Offset="1"/>
</LinearGradientBrush>
<BitmapImage x:Key="TextBoxImageLeft" UriSource="/ns2000PicAndSub;component/Resources/Backgrounds/control_bg_textbox_left.png"/>