-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathSettings.settings
99 lines (99 loc) · 4.15 KB
/
Settings.settings
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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
<?xml version='1.0' encoding='utf-8'?>
<SettingsFile xmlns="http://schemas.microsoft.com/VisualStudio/2004/01/settings" CurrentProfile="(Default)" GeneratedClassNamespace="DirectPaint" GeneratedClassName="Settings">
<Profiles />
<Settings>
<Setting Name="Escala" Type="System.Single" Scope="User">
<Value Profile="(Default)">1</Value>
</Setting>
<Setting Name="Herr" Type="System.Int32" Scope="User">
<Value Profile="(Default)">0</Value>
</Setting>
<Setting Name="AnchoLin" Type="System.Single" Scope="User">
<Value Profile="(Default)">1</Value>
</Setting>
<Setting Name="ArcAng" Type="System.Single" Scope="User">
<Value Profile="(Default)">0</Value>
</Setting>
<Setting Name="BrFondo" Type="System.String" Scope="User">
<Value Profile="(Default)" />
</Setting>
<Setting Name="BrRelleno" Type="System.String" Scope="User">
<Value Profile="(Default)" />
</Setting>
<Setting Name="BrBorde" Type="System.String" Scope="User">
<Value Profile="(Default)" />
</Setting>
<Setting Name="LsTrazo" Type="System.String" Scope="User">
<Value Profile="(Default)" />
</Setting>
<Setting Name="VerHerrs" Type="System.Boolean" Scope="User">
<Value Profile="(Default)">True</Value>
</Setting>
<Setting Name="VerColores" Type="System.Boolean" Scope="User">
<Value Profile="(Default)">True</Value>
</Setting>
<Setting Name="VerEfectos" Type="System.Boolean" Scope="User">
<Value Profile="(Default)">False</Value>
</Setting>
<Setting Name="VerCfg" Type="System.Boolean" Scope="User">
<Value Profile="(Default)">False</Value>
</Setting>
<Setting Name="Borde" Type="System.Boolean" Scope="User">
<Value Profile="(Default)">False</Value>
</Setting>
<Setting Name="Cerrado" Type="System.Boolean" Scope="User">
<Value Profile="(Default)">False</Value>
</Setting>
<Setting Name="Rellenar" Type="System.Boolean" Scope="User">
<Value Profile="(Default)">True</Value>
</Setting>
<Setting Name="Borrar" Type="System.Boolean" Scope="User">
<Value Profile="(Default)">False</Value>
</Setting>
<Setting Name="FntNomb" Type="System.String" Scope="User">
<Value Profile="(Default)">Arial</Value>
</Setting>
<Setting Name="FntTam" Type="System.Single" Scope="User">
<Value Profile="(Default)">12</Value>
</Setting>
<Setting Name="FntWeight" Type="Wew.Media.eFontWeight" Scope="User">
<Value Profile="(Default)">Normal</Value>
</Setting>
<Setting Name="FntEstilo" Type="Wew.Media.eFontStyle" Scope="User">
<Value Profile="(Default)">Normal</Value>
</Setting>
<Setting Name="FntStretch" Type="Wew.Media.eFontStretch" Scope="User">
<Value Profile="(Default)">Normal</Value>
</Setting>
<Setting Name="WindowState" Type="Wew.Control.cWindow.eWindowState" Scope="User">
<Value Profile="(Default)">Maximized</Value>
</Setting>
<Setting Name="BrFuente" Type="System.String" Scope="User">
<Value Profile="(Default)" />
</Setting>
<Setting Name="Tam" Type="Wew.Media.Point" Scope="User">
<Value Profile="(Default)">100;100</Value>
</Setting>
<Setting Name="RrEsquina" Type="Wew.Media.Point" Scope="User">
<Value Profile="(Default)">5;5</Value>
</Setting>
<Setting Name="ArcRadio" Type="Wew.Media.Point" Scope="User">
<Value Profile="(Default)">10;10</Value>
</Setting>
<Setting Name="Redondear" Type="System.Boolean" Scope="User">
<Value Profile="(Default)">False</Value>
</Setting>
<Setting Name="Grid" Type="System.Boolean" Scope="User">
<Value Profile="(Default)">False</Value>
</Setting>
<Setting Name="Antialias" Type="System.Boolean" Scope="User">
<Value Profile="(Default)">True</Value>
</Setting>
<Setting Name="SnapLin" Type="System.Boolean" Scope="User">
<Value Profile="(Default)">False</Value>
</Setting>
<Setting Name="VerFmes" Type="System.Boolean" Scope="User">
<Value Profile="(Default)">False</Value>
</Setting>
</Settings>
</SettingsFile>