From 641e9bc2e6465a3ded1f29bfd17690c72b082c1b Mon Sep 17 00:00:00 2001 From: Josef Marek Date: Wed, 9 Apr 2025 15:19:58 +0200 Subject: [PATCH] =?UTF-8?q?prvn=C3=AD=20commit?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 3 + App.xaml | 9 ++ App.xaml.cs | 14 +++ AssemblyInfo.cs | 10 ++ MainWindow.xaml | 59 +++++++++++ MainWindow.xaml.cs | 204 +++++++++++++++++++++++++++++++++++++++ PdfRozdelovac.cs | 40 ++++++++ PomocneMetody.cs | 138 ++++++++++++++++++++++++++ SlucovaniRozpisek.csproj | 43 +++++++++ Slučování rozpisek.sln | 25 +++++ help.docx | Bin 0 -> 41674 bytes help.pdf | Bin 0 -> 68440 bytes icopdf.ico | Bin 0 -> 102139 bytes 13 files changed, 545 insertions(+) create mode 100644 .gitignore create mode 100644 App.xaml create mode 100644 App.xaml.cs create mode 100644 AssemblyInfo.cs create mode 100644 MainWindow.xaml create mode 100644 MainWindow.xaml.cs create mode 100644 PdfRozdelovac.cs create mode 100644 PomocneMetody.cs create mode 100644 SlucovaniRozpisek.csproj create mode 100644 Slučování rozpisek.sln create mode 100644 help.docx create mode 100644 help.pdf create mode 100644 icopdf.ico diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..5003052 --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +.vs +bin +obj \ No newline at end of file diff --git a/App.xaml b/App.xaml new file mode 100644 index 0000000..35759a2 --- /dev/null +++ b/App.xaml @@ -0,0 +1,9 @@ + + + + + diff --git a/App.xaml.cs b/App.xaml.cs new file mode 100644 index 0000000..95ca443 --- /dev/null +++ b/App.xaml.cs @@ -0,0 +1,14 @@ +using System.Configuration; +using System.Data; +using System.Windows; + +namespace Slučování_rozpisek +{ + /// + /// Interaction logic for App.xaml + /// + public partial class App : Application + { + } + +} diff --git a/AssemblyInfo.cs b/AssemblyInfo.cs new file mode 100644 index 0000000..b0ec827 --- /dev/null +++ b/AssemblyInfo.cs @@ -0,0 +1,10 @@ +using System.Windows; + +[assembly: ThemeInfo( + ResourceDictionaryLocation.None, //where theme specific resource dictionaries are located + //(used if a resource is not found in the page, + // or application resource dictionaries) + ResourceDictionaryLocation.SourceAssembly //where the generic resource dictionary is located + //(used if a resource is not found in the page, + // app, or any theme specific resource dictionaries) +)] diff --git a/MainWindow.xaml b/MainWindow.xaml new file mode 100644 index 0000000..6ffa485 --- /dev/null +++ b/MainWindow.xaml @@ -0,0 +1,59 @@ + + + + + + + + + + + + + + + + + + +