AutoIdSettings.xaml 681 B

12345678910
  1. <Window x:Uid="Window_1" x:Class="OINA.Extender.WPF.Testharness.AutoIdSettings"
  2. xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
  3. xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
  4. xmlns:PeriodicTable="clr-namespace:OINA.Extender.Controls.PeriodicTable;assembly=OINA.Extender"
  5. xmlns:control="clr-namespace:OINA.Extender.Controls;assembly=OINA.Extender"
  6. Title="Auto Id Settings" Height="400" Width="600" WindowStyle="ToolWindow" ResizeMode="NoResize">
  7. <Grid x:Uid="Grid_1" >
  8. <control:PeriodicTableControl x:Uid="periodicTableAutoID" Name="periodicTableAutoID" Background="#FF232063"/>
  9. </Grid>
  10. </Window>