终端一体化运控平台
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

36 lines
1.7 KiB

  1. <Window x:Name="window" x:Class="BeDesignerSCADA.MainWindow"
  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:BeDesignerSCADA"
  7. xmlns:s="clr-namespace:BeDesignerSCADA.Converters"
  8. xmlns:icon="http://metro.mahapps.com/winfx/xaml/iconpacks"
  9. xmlns:avae="http://icsharpcode.net/sharpdevelop/avalonedit"
  10. xmlns:ctl="clr-namespace:BeDesignerSCADA.Controls"
  11. xmlns:mypro="http://schemas.xceed.com/wpf/xaml/toolkit"
  12. mc:Ignorable="d"
  13. WindowStartupLocation="CenterScreen" Height="900" Width="1400"
  14. Title="黑菠萝科技-[组态软件1.0]" Icon="/Images/ico.ico" >
  15. <Window.Resources>
  16. <ResourceDictionary>
  17. <ResourceDictionary.MergedDictionaries>
  18. <ResourceDictionary Source="/可视化配置工具;component/Themes/Styles.xaml"></ResourceDictionary>
  19. <ResourceDictionary Source="/BPASmartClient.SCADAControl;component/Themes/Generic.xaml" />
  20. </ResourceDictionary.MergedDictionaries>
  21. </ResourceDictionary>
  22. </Window.Resources>
  23. <!--<TabControl x:Name="ReditSeleceTab" SelectedIndex="0">
  24. <TabItem Header="可视化界面编辑器" >
  25. <Border x:Name="grid">
  26. </Border>
  27. </TabItem>
  28. <TabItem Header="图形化服务编辑器" >
  29. <Border x:Name="gridCode">
  30. </Border>
  31. </TabItem>
  32. </TabControl>-->
  33. <Border x:Name="grid">
  34. </Border>
  35. </Window>