Settings.settings 1.4 KB

123456789101112131415161718192021222324252627282930
  1. <?xml version='1.0' encoding='utf-8'?>
  2. <SettingsFile xmlns="http://schemas.microsoft.com/VisualStudio/2004/01/settings" CurrentProfile="(Default)" GeneratedClassNamespace="BmffViewer.Properties" GeneratedClassName="Settings">
  3. <Profiles />
  4. <Settings>
  5. <Setting Name="MainWindow_Height" Type="System.Double" Scope="User">
  6. <Value Profile="(Default)">400</Value>
  7. </Setting>
  8. <Setting Name="MainWindow_Width" Type="System.Double" Scope="User">
  9. <Value Profile="(Default)">640</Value>
  10. </Setting>
  11. <Setting Name="MainWindow_WindowState" Type="System.Windows.WindowState" Scope="User">
  12. <Value Profile="(Default)">Normal</Value>
  13. </Setting>
  14. <Setting Name="MainWindow_TreeWidth" Type="System.Windows.GridLength" Scope="User">
  15. <Value Profile="(Default)">150</Value>
  16. </Setting>
  17. <Setting Name="MainWindow_ContentHeight" Type="System.Windows.GridLength" Scope="User">
  18. <Value Profile="(Default)">*</Value>
  19. </Setting>
  20. <Setting Name="MainWindow_PropertyNameWidth" Type="System.Double" Scope="User">
  21. <Value Profile="(Default)">NaN</Value>
  22. </Setting>
  23. <Setting Name="MainWindow_PropertyValueWidth" Type="System.Double" Scope="User">
  24. <Value Profile="(Default)">NaN</Value>
  25. </Setting>
  26. <Setting Name="MainWindow_PropertiesHeight" Type="System.Windows.GridLength" Scope="User">
  27. <Value Profile="(Default)">*</Value>
  28. </Setting>
  29. </Settings>
  30. </SettingsFile>