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.
|
- <Window x:Name="window" x:Class="BeDesignerSCADA.MainWindow"
- 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:BeDesignerSCADA"
- xmlns:s="clr-namespace:BeDesignerSCADA.Converters"
- xmlns:icon="http://metro.mahapps.com/winfx/xaml/iconpacks"
- xmlns:avae="http://icsharpcode.net/sharpdevelop/avalonedit"
- xmlns:ctl="clr-namespace:BeDesignerSCADA.Controls"
- xmlns:mypro="http://schemas.xceed.com/wpf/xaml/toolkit"
- mc:Ignorable="d"
- WindowStartupLocation="CenterScreen"
- Title="黑菠萝科技-[组态软件1.0]" Height="900" Width="1400" Icon="/Images/ico.ico" >
- <Border x:Name="grid">
- </Border>
- </Window>
|