Develop and Download Open Source Software

Browse Subversion Repository

Diff of /branches/ProcessWatchImpl/Scone/Themes/Generic.xaml

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 43 by netseed, Mon Dec 14 14:56:59 2009 UTC revision 44 by netseed, Tue Dec 15 16:20:54 2009 UTC
# Line 39  Line 39 
39    
40          <Style TargetType="{x:Type local:FormatBox}" BasedOn="{StaticResource {x:Type base:BiStateTextBox}}">          <Style TargetType="{x:Type local:FormatBox}" BasedOn="{StaticResource {x:Type base:BiStateTextBox}}">
41                  <Style.Setters>                  <Style.Setters>
42                          <Setter Property="EmptyExpression" Value="Twitterのフォーマットを入力して下さい。"/>                          <Setter Property="EmptyExpression" Value="Twitterのフォーマットを入力して下さい。" />
43                          <Setter Property="EmbodimentText" Value="" />                          <Setter Property="EmbodimentText" Value="" />
44                  </Style.Setters>                  </Style.Setters>
45          </Style>          </Style>
 </ResourceDictionary>  
46    
47            <Style TargetType="{x:Type local:EventSurrogater}">
48                    <Style.Setters>
49                            <Setter Property="IsHitTestVisible" Value="false"/>
50                            <Setter Property="IsTabStop" Value="false"/>
51                            <Setter Property="MaxHeight" Value="1"/>
52                            <Setter Property="MaxWidth" Value="1"/>
53                            <Setter Property="Foreground" Value="{x:Null}"/>
54                            <Setter Property="Background" Value="{x:Null}"/>
55                            <Setter Property="BorderBrush" Value="{x:Null}"/>
56                            <Setter Property="Focusable" Value="false"/>
57                    </Style.Setters>
58            </Style>
59    
60    
61    </ResourceDictionary>

Legend:
Removed from v.43  
changed lines
  Added in v.44

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26