Skip to content

Commit a555186

Browse files
authored
Add files via upload
1 parent 6f2f8d1 commit a555186

14 files changed

+587
-17
lines changed

Julian and his dates/Properties/AssemblyInfo.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
[assembly: AssemblyConfiguration("")]
1111
[assembly: AssemblyCompany("Mijo Software")]
1212
[assembly: AssemblyProduct("Julian and his dates")]
13-
[assembly: AssemblyCopyright("Copyright © 2017")]
13+
[assembly: AssemblyCopyright("Copyright © 2017-2018")]
1414
[assembly: AssemblyTrademark("Julian and his dates")]
1515
[assembly: AssemblyCulture("")]
1616

@@ -32,5 +32,5 @@
3232
// Sie können alle Werte angeben oder die standardmäßigen Build- und Revisionsnummern
3333
// übernehmen, indem Sie "*" eingeben:
3434
// [assembly: AssemblyVersion("1.0.*")]
35-
[assembly: AssemblyVersion("1.1.0.2")]
36-
[assembly: AssemblyFileVersion("1.1.0.2")]
35+
[assembly: AssemblyVersion("1.2.0.3")]
36+
[assembly: AssemblyFileVersion("1.2.0.3")]
Binary file not shown.
Binary file not shown.
Binary file not shown.

Julian and his dates/Properties/Resources.Designer.cs

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

Julian and his dates/Properties/Resources.resx

Lines changed: 120 additions & 3 deletions
Large diffs are not rendered by default.

Julian and his dates/Properties/Settings.Designer.cs

Lines changed: 92 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 26 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,27 @@
11
<?xml version='1.0' encoding='utf-8'?>
2-
<SettingsFile xmlns="http://schemas.microsoft.com/VisualStudio/2004/01/settings" CurrentProfile="(Default)">
3-
<Profiles>
4-
<Profile Name="(Default)" />
5-
</Profiles>
6-
<Settings />
7-
</SettingsFile>
2+
<SettingsFile xmlns="http://schemas.microsoft.com/VisualStudio/2004/01/settings" CurrentProfile="(Default)" GeneratedClassNamespace="Julian_and_his_dates.Properties" GeneratedClassName="Settings">
3+
<Profiles />
4+
<Settings>
5+
<Setting Name="isDarkmodeEnabled" Description="Darkmode flag" Type="System.Boolean" Scope="User">
6+
<Value Profile="(Default)">False</Value>
7+
</Setting>
8+
<Setting Name="BackgroundColor" Description="Background color of the application" Type="System.Drawing.Color" Scope="User">
9+
<Value Profile="(Default)">Control</Value>
10+
</Setting>
11+
<Setting Name="userTicks" Type="System.Int32" Scope="User">
12+
<Value Profile="(Default)">20</Value>
13+
</Setting>
14+
<Setting Name="ForegroundColor" Type="System.Drawing.Color" Scope="User">
15+
<Value Profile="(Default)">ControlText</Value>
16+
</Setting>
17+
<Setting Name="isAutomaticRefreshing" Type="System.Boolean" Scope="User">
18+
<Value Profile="(Default)">True</Value>
19+
</Setting>
20+
<Setting Name="isAlarmEnabled" Type="System.Boolean" Scope="User">
21+
<Value Profile="(Default)">True</Value>
22+
</Setting>
23+
<Setting Name="isStayOnTop" Type="System.Boolean" Scope="User">
24+
<Value Profile="(Default)">False</Value>
25+
</Setting>
26+
</Settings>
27+
</SettingsFile>
729 Bytes
Loading
764 Bytes
Loading
775 Bytes
Loading
622 Bytes
Loading
697 Bytes
Loading
573 Bytes
Loading

0 commit comments

Comments
 (0)