rawaccel/grapher/Properties/Settings.settings
Ruud Schouten 499add5806 Added Closing and Load events
These events will store and retrieve the windows position and size, so the windows size and position on startup will be the same as when the user closed them.
2022-05-09 17:03:58 +02:00

12 lines
No EOL
546 B
XML

<?xml version='1.0' encoding='utf-8'?>
<SettingsFile xmlns="http://schemas.microsoft.com/VisualStudio/2004/01/settings" CurrentProfile="(Default)" GeneratedClassNamespace="grapher.Properties" GeneratedClassName="Settings">
<Profiles />
<Settings>
<Setting Name="Location" Type="System.Drawing.Point" Scope="User">
<Value Profile="(Default)">0, 0</Value>
</Setting>
<Setting Name="Size" Type="System.Drawing.Size" Scope="User">
<Value Profile="(Default)">930, 990</Value>
</Setting>
</Settings>
</SettingsFile>