From 4712b448bedfe82dc78671d24e831bde8a2f50c3 Mon Sep 17 00:00:00 2001 From: Jakob Date: Fri, 6 Jul 2018 16:29:40 +0200 Subject: [PATCH] still working on automatic mode --- download-resources/qcma.reg | Bin 982 -> 976 bytes h-encore-auto/App.xaml | 2 +- h-encore-auto/AutoMode.xaml | 13 +- h-encore-auto/AutoMode.xaml.cs | 330 +++++++++++++++------------ h-encore-auto/MainWindow.xaml | 33 --- h-encore-auto/MainWindow.xaml.cs | 343 ----------------------------- h-encore-auto/Util.cs | 56 ++++- h-encore-auto/VitaGuide.xaml | 10 +- h-encore-auto/VitaGuide.xaml.cs | 18 +- h-encore-auto/h-encore-auto.csproj | 20 +- h-encore-auto/img/15.png | Bin 0 -> 367002 bytes h-encore-auto/img/16.png | Bin 0 -> 72616 bytes h-encore-auto/img/17.png | Bin 0 -> 25528 bytes h-encore-auto/img/18.png | Bin 0 -> 87088 bytes h-encore-auto/img/19.png | Bin 0 -> 93657 bytes h-encore-auto/img/9.PNG | Bin 10008 -> 9823 bytes h-encore-auto/img/ajax-loader.gif | Bin 0 -> 3208 bytes h-encore-auto/lang.cs | 47 ++++ h-encore-auto/ref.cs | 25 ++- 19 files changed, 353 insertions(+), 544 deletions(-) delete mode 100644 h-encore-auto/MainWindow.xaml delete mode 100644 h-encore-auto/MainWindow.xaml.cs create mode 100644 h-encore-auto/img/15.png create mode 100644 h-encore-auto/img/16.png create mode 100644 h-encore-auto/img/17.png create mode 100644 h-encore-auto/img/18.png create mode 100644 h-encore-auto/img/19.png create mode 100644 h-encore-auto/img/ajax-loader.gif create mode 100644 h-encore-auto/lang.cs diff --git a/download-resources/qcma.reg b/download-resources/qcma.reg index c7bb6763dd440c0797267fc0f5a413cbf95eb8ba..e38a074c11bc203cf2f1d62df51e4c1e02994413 100644 GIT binary patch delta 18 acmcb{et~_$wTU;(CJQjyZ4O{;V*&t9;s+=I delta 24 gcmcb>evN&?HAel3SIrsqCv!8}GwN^lWNc>w0B`6AtN;K2 diff --git a/h-encore-auto/App.xaml b/h-encore-auto/App.xaml index 7fb5fd7..2f27785 100644 --- a/h-encore-auto/App.xaml +++ b/h-encore-auto/App.xaml @@ -2,7 +2,7 @@ xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:local="clr-namespace:h_encore_auto" - StartupUri="MainWindow.xaml"> + StartupUri="AutoMode.xaml"> diff --git a/h-encore-auto/AutoMode.xaml b/h-encore-auto/AutoMode.xaml index 7ff5a96..b62362f 100644 --- a/h-encore-auto/AutoMode.xaml +++ b/h-encore-auto/AutoMode.xaml @@ -5,9 +5,16 @@ xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" xmlns:local="clr-namespace:h_encore_auto" mc:Ignorable="d" - Title="AutoMode" Height="512" Width="512" ResizeMode="CanMinimize" Closed="Window_Closed"> - -