UctFrmParameterSet.xaml 941 B

123456789101112131415161718192021
  1. <wpfcontrol:BaseUctFrm
  2. xmlns:wpfcontrol="clr-namespace:SCADA.CommonCtrl.WpfControl;assembly=SCADA.CommonCtrl"
  3. x:Class="SCADA_DAQ.Customer.UctFrmParameterSet"
  4. xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
  5. xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
  6. xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
  7. xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
  8. xmlns:local="clr-namespace:SCADA_DAQ.Customer"
  9. mc:Ignorable="d"
  10. d:DesignHeight="450" d:DesignWidth="800">
  11. <Grid>
  12. <StackPanel Orientation="Horizontal">
  13. <StackPanel Orientation="Vertical">
  14. <GroupBox Margin="4" x:Name="Gp_Config" Header="参数设置">
  15. </GroupBox>
  16. </StackPanel>
  17. </StackPanel>
  18. </Grid>
  19. </wpfcontrol:BaseUctFrm>