Vous ne pouvez pas sélectionner plus de 25 sujets
Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
|
- <Window x:Class="BPASmartClient.ScreenLib.WindowShow"
- xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
- xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
- xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
- xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
- xmlns:local="clr-namespace:BPASmartClient.ScreenLib"
- mc:Ignorable="d"
- WindowStartupLocation="Manual"
- WindowState="Maximized"
- WindowStyle="None"
- Title="监控大屏" Height="1080" Width="1920">
- <Window.Resources>
- <ResourceDictionary>
- <ResourceDictionary.MergedDictionaries>
- <ResourceDictionary Source="/BPA.CustomResource;component/Themes/ProlineStyle.xaml" />
- </ResourceDictionary.MergedDictionaries>
- </ResourceDictionary>
- </Window.Resources>
- <Grid Background="{DynamicResource image大屏}">
- <Grid.RowDefinitions>
- <RowDefinition Height="100"/>
- <RowDefinition/>
- </Grid.RowDefinitions>
- <GroupBox x:Name="titlename" Header="攀华产线数据可视化大屏" Style="{DynamicResource TopStyle}" Tag="Start">
-
- </GroupBox>
- <Border x:Name="main" Grid.Row="1">
-
- </Border>
- </Grid>
- </Window>
|