mirror of
https://github.com/RawAccelOfficial/rawaccel.git
synced 2025-05-14 05:14:01 +02:00
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.
12 lines
No EOL
546 B
XML
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> |