SubStationManageWindow.xaml 720 B

12345678910111213
  1. <Window x:Class="NEIntelligentControl2.Windows.BoostStation.SubStationManageWindow"
  2. xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
  3. xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
  4. xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
  5. xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
  6. xmlns:local="clr-namespace:NEIntelligentControl2.Windows.BoostStation"
  7. mc:Ignorable="d"
  8. Title="二次图管理" Height="675" Width="1200" WindowStartupLocation="CenterScreen">
  9. <ScrollViewer Template="{DynamicResource ScrollViewerTemplate}">
  10. <UniformGrid Columns="3" x:Name="_ug"/>
  11. </ScrollViewer>
  12. </Window>