-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSettings.settings
More file actions
51 lines (51 loc) · 2.16 KB
/
Settings.settings
File metadata and controls
51 lines (51 loc) · 2.16 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
<?xml version='1.0' encoding='utf-8'?>
<SettingsFile xmlns="http://schemas.microsoft.com/VisualStudio/2004/01/settings" CurrentProfile="(Default)" GeneratedClassNamespace="NotepadWPF" GeneratedClassName="Settings">
<Profiles />
<Settings>
<Setting Name="MyLocationX" Type="System.Double" Scope="User">
<Value Profile="(Default)">25</Value>
</Setting>
<Setting Name="MyLocationY" Type="System.Double" Scope="User">
<Value Profile="(Default)">25</Value>
</Setting>
<Setting Name="MyMaximized" Type="System.Boolean" Scope="User">
<Value Profile="(Default)">False</Value>
</Setting>
<Setting Name="MyWidth" Type="System.Double" Scope="User">
<Value Profile="(Default)">800</Value>
</Setting>
<Setting Name="MyHeight" Type="System.Double" Scope="User">
<Value Profile="(Default)">450</Value>
</Setting>
<Setting Name="MyFontFamily" Type="System.String" Scope="User">
<Value Profile="(Default)">Consolas</Value>
</Setting>
<Setting Name="MyFontSize" Type="System.Double" Scope="User">
<Value Profile="(Default)">16</Value>
</Setting>
<Setting Name="MyFontBold" Type="System.Boolean" Scope="User">
<Value Profile="(Default)">False</Value>
</Setting>
<Setting Name="MyFontItalic" Type="System.Boolean" Scope="User">
<Value Profile="(Default)">False</Value>
</Setting>
<Setting Name="MyForegroundColor" Type="System.String" Scope="User">
<Value Profile="(Default)">#FF000000</Value>
</Setting>
<Setting Name="MyBackgroundColor" Type="System.String" Scope="User">
<Value Profile="(Default)">#FFFFFFFF</Value>
</Setting>
<Setting Name="MyWordWrap" Type="System.Boolean" Scope="User">
<Value Profile="(Default)">False</Value>
</Setting>
<Setting Name="MyStatusBar" Type="System.Boolean" Scope="User">
<Value Profile="(Default)">True</Value>
</Setting>
<Setting Name="MyAutoSave" Type="System.Boolean" Scope="User">
<Value Profile="(Default)">False</Value>
</Setting>
<Setting Name="MyAppScale" Type="System.Double" Scope="User">
<Value Profile="(Default)">1</Value>
</Setting>
</Settings>
</SettingsFile>