Advertisement
Guest User

EDCB

a guest
Apr 17th, 2013
205
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.01 KB | None | 0 0
  1. diff --git "a/T:\\TEMP\\MainWindow.xaml" "b/D:\\Original\\git\\EDCB\\EpgTimer\\EpgTimer\\MainWindow.xaml"
  2. index 6e93914..f880de3 100644
  3. --- "a/T:\\TEMP\\MainWindow.xaml"
  4. +++ "b/D:\\Original\\git\\EDCB\\EpgTimer\\EpgTimer\\MainWindow.xaml"
  5. @@ -3,7 +3,7 @@ TextOptions.TextFormattingMode="Display"
  6. xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
  7. xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
  8. xmlns:local="clr-namespace:EpgTimer"
  9. - Title="EpgTimer" Height="480" Width="640" Loaded="Window_Loaded" Closing="Window_Closing" SizeChanged="Window_SizeChanged" LocationChanged="Window_LocationChanged" StateChanged="Window_StateChanged" PreviewDragEnter="Window_PreviewDragEnter" PreviewDrop="Window_PreviewDrop" AllowDrop="True" FontSize="12">
  10. + Title="EpgTimer" Height="480" Width="791" Loaded="Window_Loaded" Closing="Window_Closing" SizeChanged="Window_SizeChanged" LocationChanged="Window_LocationChanged" StateChanged="Window_StateChanged" PreviewDragEnter="Window_PreviewDragEnter" PreviewDrop="Window_PreviewDrop" AllowDrop="True" FontSize="12">
  11. <!--
  12. <Window.Resources>
  13. <ResourceDictionary Source="/PresentationFramework.Aero, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35;component/themes/aero.normalcolor.xaml" />
  14. @@ -15,11 +15,11 @@ TextOptions.TextFormattingMode="Display"
  15. <RowDefinition Height="*" />
  16. </Grid.RowDefinitions>
  17. <Grid Grid.Row="0">
  18. - <StackPanel Name="stackPanel_button" Orientation="Horizontal" FlowDirection="LeftToRight"></StackPanel>
  19. + <StackPanel Name="stackPanel_button" Orientation="Horizontal" FlowDirection="RightToLeft"></StackPanel>
  20. </Grid>
  21.  
  22.  
  23. - <TabControl Name="tabControl_main" Grid.Row="1">
  24. + <TabControl Name="tabControl_main" Grid.RowSpan="2" Margin="0,6,0,0">
  25. <TabItem Header="δΊˆη΄„δΈ€θ¦§" Name="tabItem_reserve">
  26. <Grid>
  27. <local:ReserveView x:Name="reserveView" />
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement