Settings.settings 847 B

123456789101112131415161718
  1. <?xml version='1.0' encoding='utf-8'?>
  2. <SettingsFile xmlns="http://schemas.microsoft.com/VisualStudio/2004/01/settings" CurrentProfile="(Default)" GeneratedClassNamespace="TsViewer.Properties" GeneratedClassName="Settings">
  3. <Profiles />
  4. <Settings>
  5. <Setting Name="MainWindow_Height" Type="System.Double" Scope="User">
  6. <Value Profile="(Default)">480</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_TreeWidth" Type="System.Windows.GridLength" Scope="User">
  12. <Value Profile="(Default)">200</Value>
  13. </Setting>
  14. <Setting Name="MainWindow_ContentHeight" Type="System.Windows.GridLength" Scope="User">
  15. <Value Profile="(Default)">*</Value>
  16. </Setting>
  17. </Settings>
  18. </SettingsFile>