Advertisement
pushrbx

Untitled

Feb 16th, 2015
286
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 3.79 KB | None | 0 0
  1. <dxlc:LayoutControl Header="Header" Orientation="Vertical" UseLayoutRounding="True">
  2.             <dxlc:LayoutGroup Orientation="Vertical" ItemSpace="35">
  3.                 <dxlc:LayoutGroup Orientation="Horizontal" ItemSpace="24">
  4.                     <dxlc:LayoutItem>
  5.                         <Border Background="White" Height="128"></Border>
  6.                     </dxlc:LayoutItem>
  7.                     <dxlc:LayoutItem>
  8.                         <Border Background="White" Height="128"></Border>
  9.                     </dxlc:LayoutItem>
  10.                     <dxlc:LayoutItem>
  11.                         <Border Background="White" Height="128"></Border>
  12.                     </dxlc:LayoutItem>
  13.                     <dxlc:LayoutItem>
  14.                         <Border Background="White" Height="128"></Border>
  15.                     </dxlc:LayoutItem>
  16.                 </dxlc:LayoutGroup>
  17.                 <dxlc:LayoutGroup Orientation="Horizontal">
  18.                     <dxlc:LayoutGroup Orientation="Vertical">
  19.                         <dxlc:LayoutItem>
  20.                             <StackPanel>
  21.                                 <Border>
  22.                                     <TextBlock Text="Statistics" FontSize="18" Margin="0,0,0,18" Foreground="{StaticResource grayLightBrush}"></TextBlock>
  23.                                 </Border>
  24.                                 <dxlc:LayoutControl Margin="0,-4,5,16">
  25.                                     <dxlc:LayoutGroup Orientation="Vertical">
  26.                                         <dxlc:LayoutItem Label="xxxxxxxxxx:"></dxlc:LayoutItem>
  27.                                         <dxlc:LayoutItem Label="xxxxxxxxxx:"></dxlc:LayoutItem>
  28.                                         <dxlc:LayoutItem Label="xxxxxxxxxx:"></dxlc:LayoutItem>
  29.                                         <dxlc:LayoutItem Label="xxxxxxxxxx:"></dxlc:LayoutItem>
  30.                                         <dxlc:LayoutItem Label="xxxxxxxxxx:"></dxlc:LayoutItem>
  31.                                     </dxlc:LayoutGroup>
  32.                                 </dxlc:LayoutControl>
  33.                             </StackPanel>
  34.                         </dxlc:LayoutItem>
  35.                     </dxlc:LayoutGroup>
  36.                     <dxlc:LayoutGroup Orientation="Vertical">
  37.                         <dxlc:LayoutItem>
  38.                             <StackPanel>
  39.                                 <Border>
  40.                                     <TextBlock Text="Defects" FontSize="18" Margin="0,0,0,18" Foreground="{StaticResource grayLightBrush}"></TextBlock>
  41.                                 </Border>
  42.                                 <dxlc:LayoutControl Margin="0,-4,5,16">
  43.                                     <dxlc:LayoutGroup Orientation="Vertical">
  44.                                         <dxlc:LayoutItem Label="xxxxxxxxxx:"></dxlc:LayoutItem>
  45.                                         <dxlc:LayoutItem Label="xxxxxxxxxx:"></dxlc:LayoutItem>
  46.                                         <dxlc:LayoutItem Label="xxxxxxxxxx:"></dxlc:LayoutItem>
  47.                                     </dxlc:LayoutGroup>
  48.                                 </dxlc:LayoutControl>
  49.                             </StackPanel>
  50.                         </dxlc:LayoutItem>
  51.                     </dxlc:LayoutGroup>
  52.                     <dxlc:LayoutGroup Orientation="Vertical" ItemSpace="12" Margin="0,30,0,0">
  53.                         <dxlc:LayoutItem>
  54.                             <Button Content="Insert milepost data" MaxWidth="150"></Button>
  55.                         </dxlc:LayoutItem>
  56.                         <dxlc:LayoutItem>
  57.                             <Button Content="Insert track feature" MaxWidth="150"></Button>
  58.                         </dxlc:LayoutItem>
  59.                     </dxlc:LayoutGroup>
  60.                 </dxlc:LayoutGroup>
  61.             </dxlc:LayoutGroup>
  62.         </dxlc:LayoutControl>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement