acil app.xml hakkında bilgi
-
03 Mayıs 2012 Perşembe 08:38
mrb arkdaşlar ben app.xml dosyasında önceden bir textboxı renklendirdim için otomatik orada app.xml sayfasında kodlar yazılmış ancak ikinci bir işlemi ekliyorum o sayfaya eklemem gerek hata veriyor çalıştırmıyor ikinci işlemi app.xml sayfasına nasıl ekleyebilrim yada app.xml sayafası ikinci defa oluşturabilir mi basiit bir soru gibi gelebilir ancak ben yapmadım denedim yöntemleri hatalar veriyor size aşağıda kod olarak gönd<Application xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" x:Class="WpfApplication28.App" StartupUri="MainWindow.xaml"> <Application.Resources> <ResourceDictionary Source="Theme/DataGridStyles.xaml"> <ResourceDictionary.MergedDictionaries> <!--<ResourceDictionary Source="Theme/BureauBlue.xaml"/>--> </ResourceDictionary.MergedDictionaries> </ResourceDictionary> <Style TargetType="{x:Type TextBox}"> <Setter Property="Template"> <Setter.Value> <ControlTemplate TargetType="{x:Type TextBox}"> <Grid> <VisualStateManager.VisualStateGroups> <VisualStateGroup x:Name="FocusStates"> <VisualState x:Name="Unfocused"/> <VisualState x:Name="Focused"> <Storyboard> <DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="(UIElement.Effect).(DropShadowEffect.Opacity)" Storyboard.TargetName="border"> <EasingDoubleKeyFrame KeyTime="0:0:1" Value="1"/> </DoubleAnimationUsingKeyFrames> <ColorAnimationUsingKeyFrames Storyboard.TargetProperty="(Panel.Background).(SolidColorBrush.Color)" Storyboard.TargetName="border"> <EasingColorKeyFrame KeyTime="0:0:1" Value="#FFD45114"/> </ColorAnimationUsingKeyFrames> </Storyboard> </VisualState> </VisualStateGroup> </VisualStateManager.VisualStateGroups> <Border x:Name="border" BorderBrush="Black" BorderThickness="1" Background="#FFF9744F" CornerRadius="10"> <Border.Effect> <DropShadowEffect Opacity="0.01"/> </Border.Effect> <ScrollViewer x:Name="PART_ContentHost" Margin="7,7,-1,7" FontSize="18.667" Foreground="#FFF0E8E8"/> </Border> </Grid> </ControlTemplate> </Setter.Value> </Setter> </Style> </Application.Resources> </Application>
eriyorum şimdiden yardımlarnız için teşekkür ederim..en iyi programcı uyumayan programcıdır..