Skip to content
This repository was archived by the owner on Sep 11, 2023. It is now read-only.

Commit 400e0eb

Browse files
Added window position and size auto-saving functionality
1 parent 86f6a4c commit 400e0eb

File tree

6 files changed

+658
-529
lines changed

6 files changed

+658
-529
lines changed

Properties/Settings.Designer.cs

Lines changed: 74 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Properties/Settings.settings

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
<?xml version='1.0' encoding='utf-8'?>
2+
<SettingsFile xmlns="http://schemas.microsoft.com/VisualStudio/2004/01/settings" CurrentProfile="(Default)" GeneratedClassNamespace="Spcode.Properties" GeneratedClassName="Settings">
3+
<Profiles />
4+
<Settings>
5+
<Setting Name="Height" Type="System.Double" Scope="User">
6+
<Value Profile="(Default)">1500</Value>
7+
</Setting>
8+
<Setting Name="Width" Type="System.Double" Scope="User">
9+
<Value Profile="(Default)">1500</Value>
10+
</Setting>
11+
<Setting Name="Top" Type="System.Double" Scope="User">
12+
<Value Profile="(Default)">700</Value>
13+
</Setting>
14+
<Setting Name="Left" Type="System.Double" Scope="User">
15+
<Value Profile="(Default)">700</Value>
16+
</Setting>
17+
</Settings>
18+
</SettingsFile>

0 commit comments

Comments
 (0)