From ffde99f83d6a859bc7b65ec2bb97729b7a07e434 Mon Sep 17 00:00:00 2001 From: "m.heisig" Date: Mon, 9 Mar 2026 10:37:48 +0100 Subject: [PATCH] Some variable fixes --- uniper_hmi/UniperHMI/MainWindowVM.cs | 2 +- .../Pages/ViewModels/EtchingStationPage1VM.cs | 20 +-- .../Pages/ViewModels/EtchingStationPage2VM.cs | 20 +-- .../Pages/ViewModels/EventsPageVM.cs | 2 +- .../Pages/ViewModels/MachineOverviewPageVM.cs | 2 +- .../ViewModels/ProductionOverviewPageVM.cs | 2 +- .../Pages/ViewModels/ReceipePageVM.cs | 15 +- .../Pages/ViewModels/TrayFeederPageVM.cs | 4 +- ...CoreApp,Version=v8.0.AssemblyAttributes.cs | 4 + .../obj/Debug/net8.0-windows8.0/App.g.cs | 78 +++++++++++ .../Common/MediaContainer.g.cs | 102 ++++++++++++++ .../Common/ParamControlFloat.g.cs | 101 ++++++++++++++ .../Common/ParamControlInt.g.cs | 101 ++++++++++++++ .../GeneratedInternalTypeHelper.g.cs | 62 +++++++++ .../HMIToolkit/AnalogMotorWindow.g.cs | 76 ++++++++++ .../HMIToolkit/BinaryValveWindow.g.cs | 76 ++++++++++ .../AnalogMotorControl.g.cs | 131 ++++++++++++++++++ .../HMIObjects/AnalogValue/AnalogValue.g.cs | 90 ++++++++++++ .../AnalogValveControl.g.cs | 131 ++++++++++++++++++ .../BinaryValveControl.g.cs | 131 ++++++++++++++++++ .../InterlockControl/IntlkControl.g.cs | 77 ++++++++++ .../InterlockDetailsControl/IntlkDetails.g.cs | 77 ++++++++++ .../IntlkDetailsWindow.g.cs | 77 ++++++++++ .../InfineonHMI.AssemblyInfo.cs | 25 ++++ .../InfineonHMI.AssemblyInfoInputs.cache | 1 + ....GeneratedMSBuildEditorConfig.editorconfig | 16 +++ .../InfineonHMI.GlobalUsings.g.cs | 6 + ...InfineonHMI.csproj.AssemblyReference.cache | Bin 0 -> 377 bytes .../Debug/net8.0-windows8.0/MainWindow.g.cs | 101 ++++++++++++++ .../OwnControls/Views/SMUControlButton.g.cs | 101 ++++++++++++++ .../OwnControls/Views/UnitDetailsControl.g.cs | 109 +++++++++++++++ .../Pages/Views/AlignmentStationPage.g.cs | 84 +++++++++++ .../Pages/Views/AutomaticModePage.g.cs | 76 ++++++++++ .../Pages/Views/BatteryOverviewPage.g.cs | 98 +++++++++++++ .../Pages/Views/ChuckMagazinPage.g.cs | 76 ++++++++++ .../Pages/Views/EtchingStation1Page.g.cs | 84 +++++++++++ .../Pages/Views/EtchingStation2Page.g.cs | 84 +++++++++++ .../Pages/Views/EtchingStationPage.g.cs | 76 ++++++++++ .../Pages/Views/EventsPage.g.cs | 76 ++++++++++ .../Pages/Views/HighVoltageStationPage.g.cs | 84 +++++++++++ .../Pages/Views/HotCoolPlatePage.g.cs | 84 +++++++++++ .../Pages/Views/KukaRobotPage.g.cs | 76 ++++++++++ .../Pages/Views/MachineOverviewPage.g.cs | 90 ++++++++++++ .../Pages/Views/MediaCabinetPage.g.cs | 84 +++++++++++ .../Pages/Views/ModuleOverviewPage.g.cs | 97 +++++++++++++ .../Pages/Views/NIOStationPage.g.cs | 84 +++++++++++ .../Pages/Views/ProductionOverviewPage.g.cs | 90 ++++++++++++ .../Pages/Views/ReceipePage.g.cs | 120 ++++++++++++++++ .../Pages/Views/StringOverviewPage.g.cs | 97 +++++++++++++ .../Pages/Views/TrayFeederPage.g.cs | 76 ++++++++++ .../Pages/Views/UnitOverviewPage.g.cs | 97 +++++++++++++ .../SettingsPage/SettingsPage.g.cs | 102 ++++++++++++++ .../UniperHMI.AssemblyInfo.cs | 25 ++++ .../UniperHMI.AssemblyInfoInputs.cache | 1 + ....GeneratedMSBuildEditorConfig.editorconfig | 16 +++ .../UniperHMI.GlobalUsings.g.cs | 6 + .../UniperHMI.csproj.AssemblyReference.cache | Bin 0 -> 377 bytes ...CoreApp,Version=v8.0.AssemblyAttributes.cs | 4 + .../obj/Release/net8.0-windows8.0/App.g.cs | 78 +++++++++++ .../Common/MediaContainer.g.cs | 102 ++++++++++++++ .../Common/ParamControlFloat.g.cs | 101 ++++++++++++++ .../Common/ParamControlInt.g.cs | 101 ++++++++++++++ .../GeneratedInternalTypeHelper.g.cs | 62 +++++++++ .../HMIToolkit/AnalogMotorWindow.g.cs | 76 ++++++++++ .../HMIToolkit/BinaryValveWindow.g.cs | 76 ++++++++++ .../AnalogMotorControl.g.cs | 131 ++++++++++++++++++ .../HMIObjects/AnalogValue/AnalogValue.g.cs | 90 ++++++++++++ .../AnalogValveControl.g.cs | 131 ++++++++++++++++++ .../BinaryValveControl.g.cs | 131 ++++++++++++++++++ .../InterlockControl/IntlkControl.g.cs | 77 ++++++++++ .../InterlockDetailsControl/IntlkDetails.g.cs | 77 ++++++++++ .../IntlkDetailsWindow.g.cs | 77 ++++++++++ .../InfineonHMI.AssemblyInfo.cs | 25 ++++ .../InfineonHMI.AssemblyInfoInputs.cache | 1 + ....GeneratedMSBuildEditorConfig.editorconfig | 16 +++ .../InfineonHMI.GlobalUsings.g.cs | 6 + ...InfineonHMI.csproj.AssemblyReference.cache | Bin 0 -> 377 bytes .../InfineonHMI_MarkupCompile.cache | 20 +++ .../InfineonHMI_MarkupCompile.lref | 39 ++++++ .../Release/net8.0-windows8.0/MainWindow.g.cs | 101 ++++++++++++++ .../OwnControls/Views/SMUControlButton.g.cs | 101 ++++++++++++++ .../OwnControls/Views/UnitDetailsControl.g.cs | 109 +++++++++++++++ .../Pages/Views/AlignmentStationPage.g.cs | 84 +++++++++++ .../Pages/Views/AutomaticModePage.g.cs | 76 ++++++++++ .../Pages/Views/BatteryOverviewPage.g.cs | 98 +++++++++++++ .../Pages/Views/ChuckMagazinPage.g.cs | 76 ++++++++++ .../Pages/Views/EtchingStation1Page.g.cs | 84 +++++++++++ .../Pages/Views/EtchingStation2Page.g.cs | 84 +++++++++++ .../Pages/Views/EtchingStationPage.g.cs | 76 ++++++++++ .../Pages/Views/EventsPage.g.cs | 76 ++++++++++ .../Pages/Views/HighVoltageStationPage.g.cs | 84 +++++++++++ .../Pages/Views/HotCoolPlatePage.g.cs | 84 +++++++++++ .../Pages/Views/KukaRobotPage.g.cs | 76 ++++++++++ .../Pages/Views/MachineOverviewPage.g.cs | 90 ++++++++++++ .../Pages/Views/MediaCabinetPage.g.cs | 84 +++++++++++ .../Pages/Views/ModuleOverviewPage.g.cs | 97 +++++++++++++ .../Pages/Views/NIOStationPage.g.cs | 84 +++++++++++ .../Pages/Views/ProductionOverviewPage.g.cs | 90 ++++++++++++ .../Pages/Views/ReceipePage.g.cs | 120 ++++++++++++++++ .../Pages/Views/StringOverviewPage.g.cs | 97 +++++++++++++ .../Pages/Views/TrayFeederPage.g.cs | 76 ++++++++++ .../Pages/Views/UnitOverviewPage.g.cs | 97 +++++++++++++ .../SettingsPage/SettingsPage.g.cs | 102 ++++++++++++++ .../UniperHMI.AssemblyInfo.cs | 25 ++++ .../UniperHMI.AssemblyInfoInputs.cache | 1 + ....GeneratedMSBuildEditorConfig.editorconfig | 16 +++ .../UniperHMI.GlobalUsings.g.cs | 6 + .../UniperHMI.csproj.AssemblyReference.cache | Bin 0 -> 377 bytes .../UniperHMI_MarkupCompile.cache | 20 +++ .../UniperHMI_MarkupCompile.lref | 39 ++++++ 110 files changed, 7263 insertions(+), 34 deletions(-) create mode 100644 uniper_hmi_old/UniperHMI/obj/Debug/net8.0-windows8.0/.NETCoreApp,Version=v8.0.AssemblyAttributes.cs create mode 100644 uniper_hmi_old/UniperHMI/obj/Debug/net8.0-windows8.0/App.g.cs create mode 100644 uniper_hmi_old/UniperHMI/obj/Debug/net8.0-windows8.0/Common/MediaContainer.g.cs create mode 100644 uniper_hmi_old/UniperHMI/obj/Debug/net8.0-windows8.0/Common/ParamControlFloat.g.cs create mode 100644 uniper_hmi_old/UniperHMI/obj/Debug/net8.0-windows8.0/Common/ParamControlInt.g.cs create mode 100644 uniper_hmi_old/UniperHMI/obj/Debug/net8.0-windows8.0/GeneratedInternalTypeHelper.g.cs create mode 100644 uniper_hmi_old/UniperHMI/obj/Debug/net8.0-windows8.0/HMIToolkit/AnalogMotorWindow.g.cs create mode 100644 uniper_hmi_old/UniperHMI/obj/Debug/net8.0-windows8.0/HMIToolkit/BinaryValveWindow.g.cs create mode 100644 uniper_hmi_old/UniperHMI/obj/Debug/net8.0-windows8.0/HMIToolkit/HMIObjects/AnalogMotorControl/AnalogMotorControl.g.cs create mode 100644 uniper_hmi_old/UniperHMI/obj/Debug/net8.0-windows8.0/HMIToolkit/HMIObjects/AnalogValue/AnalogValue.g.cs create mode 100644 uniper_hmi_old/UniperHMI/obj/Debug/net8.0-windows8.0/HMIToolkit/HMIObjects/AnalogValveControl/AnalogValveControl.g.cs create mode 100644 uniper_hmi_old/UniperHMI/obj/Debug/net8.0-windows8.0/HMIToolkit/HMIObjects/BinaryValveControl/BinaryValveControl.g.cs create mode 100644 uniper_hmi_old/UniperHMI/obj/Debug/net8.0-windows8.0/HMIToolkit/HMIObjects/InterlockControl/IntlkControl.g.cs create mode 100644 uniper_hmi_old/UniperHMI/obj/Debug/net8.0-windows8.0/HMIToolkit/HMIObjects/InterlockDetailsControl/IntlkDetails.g.cs create mode 100644 uniper_hmi_old/UniperHMI/obj/Debug/net8.0-windows8.0/HMIToolkit/HMIObjects/InterlockDetailsControl/IntlkDetailsWindow.g.cs create mode 100644 uniper_hmi_old/UniperHMI/obj/Debug/net8.0-windows8.0/InfineonHMI.AssemblyInfo.cs create mode 100644 uniper_hmi_old/UniperHMI/obj/Debug/net8.0-windows8.0/InfineonHMI.AssemblyInfoInputs.cache create mode 100644 uniper_hmi_old/UniperHMI/obj/Debug/net8.0-windows8.0/InfineonHMI.GeneratedMSBuildEditorConfig.editorconfig create mode 100644 uniper_hmi_old/UniperHMI/obj/Debug/net8.0-windows8.0/InfineonHMI.GlobalUsings.g.cs create mode 100644 uniper_hmi_old/UniperHMI/obj/Debug/net8.0-windows8.0/InfineonHMI.csproj.AssemblyReference.cache create mode 100644 uniper_hmi_old/UniperHMI/obj/Debug/net8.0-windows8.0/MainWindow.g.cs create mode 100644 uniper_hmi_old/UniperHMI/obj/Debug/net8.0-windows8.0/OwnControls/Views/SMUControlButton.g.cs create mode 100644 uniper_hmi_old/UniperHMI/obj/Debug/net8.0-windows8.0/OwnControls/Views/UnitDetailsControl.g.cs create mode 100644 uniper_hmi_old/UniperHMI/obj/Debug/net8.0-windows8.0/Pages/Views/AlignmentStationPage.g.cs create mode 100644 uniper_hmi_old/UniperHMI/obj/Debug/net8.0-windows8.0/Pages/Views/AutomaticModePage.g.cs create mode 100644 uniper_hmi_old/UniperHMI/obj/Debug/net8.0-windows8.0/Pages/Views/BatteryOverviewPage.g.cs create mode 100644 uniper_hmi_old/UniperHMI/obj/Debug/net8.0-windows8.0/Pages/Views/ChuckMagazinPage.g.cs create mode 100644 uniper_hmi_old/UniperHMI/obj/Debug/net8.0-windows8.0/Pages/Views/EtchingStation1Page.g.cs create mode 100644 uniper_hmi_old/UniperHMI/obj/Debug/net8.0-windows8.0/Pages/Views/EtchingStation2Page.g.cs create mode 100644 uniper_hmi_old/UniperHMI/obj/Debug/net8.0-windows8.0/Pages/Views/EtchingStationPage.g.cs create mode 100644 uniper_hmi_old/UniperHMI/obj/Debug/net8.0-windows8.0/Pages/Views/EventsPage.g.cs create mode 100644 uniper_hmi_old/UniperHMI/obj/Debug/net8.0-windows8.0/Pages/Views/HighVoltageStationPage.g.cs create mode 100644 uniper_hmi_old/UniperHMI/obj/Debug/net8.0-windows8.0/Pages/Views/HotCoolPlatePage.g.cs create mode 100644 uniper_hmi_old/UniperHMI/obj/Debug/net8.0-windows8.0/Pages/Views/KukaRobotPage.g.cs create mode 100644 uniper_hmi_old/UniperHMI/obj/Debug/net8.0-windows8.0/Pages/Views/MachineOverviewPage.g.cs create mode 100644 uniper_hmi_old/UniperHMI/obj/Debug/net8.0-windows8.0/Pages/Views/MediaCabinetPage.g.cs create mode 100644 uniper_hmi_old/UniperHMI/obj/Debug/net8.0-windows8.0/Pages/Views/ModuleOverviewPage.g.cs create mode 100644 uniper_hmi_old/UniperHMI/obj/Debug/net8.0-windows8.0/Pages/Views/NIOStationPage.g.cs create mode 100644 uniper_hmi_old/UniperHMI/obj/Debug/net8.0-windows8.0/Pages/Views/ProductionOverviewPage.g.cs create mode 100644 uniper_hmi_old/UniperHMI/obj/Debug/net8.0-windows8.0/Pages/Views/ReceipePage.g.cs create mode 100644 uniper_hmi_old/UniperHMI/obj/Debug/net8.0-windows8.0/Pages/Views/StringOverviewPage.g.cs create mode 100644 uniper_hmi_old/UniperHMI/obj/Debug/net8.0-windows8.0/Pages/Views/TrayFeederPage.g.cs create mode 100644 uniper_hmi_old/UniperHMI/obj/Debug/net8.0-windows8.0/Pages/Views/UnitOverviewPage.g.cs create mode 100644 uniper_hmi_old/UniperHMI/obj/Debug/net8.0-windows8.0/SettingsPage/SettingsPage.g.cs create mode 100644 uniper_hmi_old/UniperHMI/obj/Debug/net8.0-windows8.0/UniperHMI.AssemblyInfo.cs create mode 100644 uniper_hmi_old/UniperHMI/obj/Debug/net8.0-windows8.0/UniperHMI.AssemblyInfoInputs.cache create mode 100644 uniper_hmi_old/UniperHMI/obj/Debug/net8.0-windows8.0/UniperHMI.GeneratedMSBuildEditorConfig.editorconfig create mode 100644 uniper_hmi_old/UniperHMI/obj/Debug/net8.0-windows8.0/UniperHMI.GlobalUsings.g.cs create mode 100644 uniper_hmi_old/UniperHMI/obj/Debug/net8.0-windows8.0/UniperHMI.csproj.AssemblyReference.cache create mode 100644 uniper_hmi_old/UniperHMI/obj/Release/net8.0-windows8.0/.NETCoreApp,Version=v8.0.AssemblyAttributes.cs create mode 100644 uniper_hmi_old/UniperHMI/obj/Release/net8.0-windows8.0/App.g.cs create mode 100644 uniper_hmi_old/UniperHMI/obj/Release/net8.0-windows8.0/Common/MediaContainer.g.cs create mode 100644 uniper_hmi_old/UniperHMI/obj/Release/net8.0-windows8.0/Common/ParamControlFloat.g.cs create mode 100644 uniper_hmi_old/UniperHMI/obj/Release/net8.0-windows8.0/Common/ParamControlInt.g.cs create mode 100644 uniper_hmi_old/UniperHMI/obj/Release/net8.0-windows8.0/GeneratedInternalTypeHelper.g.cs create mode 100644 uniper_hmi_old/UniperHMI/obj/Release/net8.0-windows8.0/HMIToolkit/AnalogMotorWindow.g.cs create mode 100644 uniper_hmi_old/UniperHMI/obj/Release/net8.0-windows8.0/HMIToolkit/BinaryValveWindow.g.cs create mode 100644 uniper_hmi_old/UniperHMI/obj/Release/net8.0-windows8.0/HMIToolkit/HMIObjects/AnalogMotorControl/AnalogMotorControl.g.cs create mode 100644 uniper_hmi_old/UniperHMI/obj/Release/net8.0-windows8.0/HMIToolkit/HMIObjects/AnalogValue/AnalogValue.g.cs create mode 100644 uniper_hmi_old/UniperHMI/obj/Release/net8.0-windows8.0/HMIToolkit/HMIObjects/AnalogValveControl/AnalogValveControl.g.cs create mode 100644 uniper_hmi_old/UniperHMI/obj/Release/net8.0-windows8.0/HMIToolkit/HMIObjects/BinaryValveControl/BinaryValveControl.g.cs create mode 100644 uniper_hmi_old/UniperHMI/obj/Release/net8.0-windows8.0/HMIToolkit/HMIObjects/InterlockControl/IntlkControl.g.cs create mode 100644 uniper_hmi_old/UniperHMI/obj/Release/net8.0-windows8.0/HMIToolkit/HMIObjects/InterlockDetailsControl/IntlkDetails.g.cs create mode 100644 uniper_hmi_old/UniperHMI/obj/Release/net8.0-windows8.0/HMIToolkit/HMIObjects/InterlockDetailsControl/IntlkDetailsWindow.g.cs create mode 100644 uniper_hmi_old/UniperHMI/obj/Release/net8.0-windows8.0/InfineonHMI.AssemblyInfo.cs create mode 100644 uniper_hmi_old/UniperHMI/obj/Release/net8.0-windows8.0/InfineonHMI.AssemblyInfoInputs.cache create mode 100644 uniper_hmi_old/UniperHMI/obj/Release/net8.0-windows8.0/InfineonHMI.GeneratedMSBuildEditorConfig.editorconfig create mode 100644 uniper_hmi_old/UniperHMI/obj/Release/net8.0-windows8.0/InfineonHMI.GlobalUsings.g.cs create mode 100644 uniper_hmi_old/UniperHMI/obj/Release/net8.0-windows8.0/InfineonHMI.csproj.AssemblyReference.cache create mode 100644 uniper_hmi_old/UniperHMI/obj/Release/net8.0-windows8.0/InfineonHMI_MarkupCompile.cache create mode 100644 uniper_hmi_old/UniperHMI/obj/Release/net8.0-windows8.0/InfineonHMI_MarkupCompile.lref create mode 100644 uniper_hmi_old/UniperHMI/obj/Release/net8.0-windows8.0/MainWindow.g.cs create mode 100644 uniper_hmi_old/UniperHMI/obj/Release/net8.0-windows8.0/OwnControls/Views/SMUControlButton.g.cs create mode 100644 uniper_hmi_old/UniperHMI/obj/Release/net8.0-windows8.0/OwnControls/Views/UnitDetailsControl.g.cs create mode 100644 uniper_hmi_old/UniperHMI/obj/Release/net8.0-windows8.0/Pages/Views/AlignmentStationPage.g.cs create mode 100644 uniper_hmi_old/UniperHMI/obj/Release/net8.0-windows8.0/Pages/Views/AutomaticModePage.g.cs create mode 100644 uniper_hmi_old/UniperHMI/obj/Release/net8.0-windows8.0/Pages/Views/BatteryOverviewPage.g.cs create mode 100644 uniper_hmi_old/UniperHMI/obj/Release/net8.0-windows8.0/Pages/Views/ChuckMagazinPage.g.cs create mode 100644 uniper_hmi_old/UniperHMI/obj/Release/net8.0-windows8.0/Pages/Views/EtchingStation1Page.g.cs create mode 100644 uniper_hmi_old/UniperHMI/obj/Release/net8.0-windows8.0/Pages/Views/EtchingStation2Page.g.cs create mode 100644 uniper_hmi_old/UniperHMI/obj/Release/net8.0-windows8.0/Pages/Views/EtchingStationPage.g.cs create mode 100644 uniper_hmi_old/UniperHMI/obj/Release/net8.0-windows8.0/Pages/Views/EventsPage.g.cs create mode 100644 uniper_hmi_old/UniperHMI/obj/Release/net8.0-windows8.0/Pages/Views/HighVoltageStationPage.g.cs create mode 100644 uniper_hmi_old/UniperHMI/obj/Release/net8.0-windows8.0/Pages/Views/HotCoolPlatePage.g.cs create mode 100644 uniper_hmi_old/UniperHMI/obj/Release/net8.0-windows8.0/Pages/Views/KukaRobotPage.g.cs create mode 100644 uniper_hmi_old/UniperHMI/obj/Release/net8.0-windows8.0/Pages/Views/MachineOverviewPage.g.cs create mode 100644 uniper_hmi_old/UniperHMI/obj/Release/net8.0-windows8.0/Pages/Views/MediaCabinetPage.g.cs create mode 100644 uniper_hmi_old/UniperHMI/obj/Release/net8.0-windows8.0/Pages/Views/ModuleOverviewPage.g.cs create mode 100644 uniper_hmi_old/UniperHMI/obj/Release/net8.0-windows8.0/Pages/Views/NIOStationPage.g.cs create mode 100644 uniper_hmi_old/UniperHMI/obj/Release/net8.0-windows8.0/Pages/Views/ProductionOverviewPage.g.cs create mode 100644 uniper_hmi_old/UniperHMI/obj/Release/net8.0-windows8.0/Pages/Views/ReceipePage.g.cs create mode 100644 uniper_hmi_old/UniperHMI/obj/Release/net8.0-windows8.0/Pages/Views/StringOverviewPage.g.cs create mode 100644 uniper_hmi_old/UniperHMI/obj/Release/net8.0-windows8.0/Pages/Views/TrayFeederPage.g.cs create mode 100644 uniper_hmi_old/UniperHMI/obj/Release/net8.0-windows8.0/Pages/Views/UnitOverviewPage.g.cs create mode 100644 uniper_hmi_old/UniperHMI/obj/Release/net8.0-windows8.0/SettingsPage/SettingsPage.g.cs create mode 100644 uniper_hmi_old/UniperHMI/obj/Release/net8.0-windows8.0/UniperHMI.AssemblyInfo.cs create mode 100644 uniper_hmi_old/UniperHMI/obj/Release/net8.0-windows8.0/UniperHMI.AssemblyInfoInputs.cache create mode 100644 uniper_hmi_old/UniperHMI/obj/Release/net8.0-windows8.0/UniperHMI.GeneratedMSBuildEditorConfig.editorconfig create mode 100644 uniper_hmi_old/UniperHMI/obj/Release/net8.0-windows8.0/UniperHMI.GlobalUsings.g.cs create mode 100644 uniper_hmi_old/UniperHMI/obj/Release/net8.0-windows8.0/UniperHMI.csproj.AssemblyReference.cache create mode 100644 uniper_hmi_old/UniperHMI/obj/Release/net8.0-windows8.0/UniperHMI_MarkupCompile.cache create mode 100644 uniper_hmi_old/UniperHMI/obj/Release/net8.0-windows8.0/UniperHMI_MarkupCompile.lref diff --git a/uniper_hmi/UniperHMI/MainWindowVM.cs b/uniper_hmi/UniperHMI/MainWindowVM.cs index 732fbb0..6c54e1d 100644 --- a/uniper_hmi/UniperHMI/MainWindowVM.cs +++ b/uniper_hmi/UniperHMI/MainWindowVM.cs @@ -428,7 +428,7 @@ public sealed partial class MainWindowVM : ObservableObject, IRecipient +using System; +using System.Reflection; +[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v8.0", FrameworkDisplayName = ".NET 8.0")] diff --git a/uniper_hmi_old/UniperHMI/obj/Debug/net8.0-windows8.0/App.g.cs b/uniper_hmi_old/UniperHMI/obj/Debug/net8.0-windows8.0/App.g.cs new file mode 100644 index 0000000..662061c --- /dev/null +++ b/uniper_hmi_old/UniperHMI/obj/Debug/net8.0-windows8.0/App.g.cs @@ -0,0 +1,78 @@ +#pragma checksum "..\..\..\App.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "ED9C0E5E2D970ACBB18C2C046AD385AD33D87AD5" +//------------------------------------------------------------------------------ +// +// This code was generated by a tool. +// Runtime Version:4.0.30319.42000 +// +// Changes to this file may cause incorrect behavior and will be lost if +// the code is regenerated. +// +//------------------------------------------------------------------------------ + +using InfineonHMI; +using System; +using System.Diagnostics; +using System.Windows; +using System.Windows.Automation; +using System.Windows.Controls; +using System.Windows.Controls.Primitives; +using System.Windows.Controls.Ribbon; +using System.Windows.Data; +using System.Windows.Documents; +using System.Windows.Ink; +using System.Windows.Input; +using System.Windows.Markup; +using System.Windows.Media; +using System.Windows.Media.Animation; +using System.Windows.Media.Effects; +using System.Windows.Media.Imaging; +using System.Windows.Media.Media3D; +using System.Windows.Media.TextFormatting; +using System.Windows.Navigation; +using System.Windows.Shapes; +using System.Windows.Shell; + + +namespace InfineonHMI { + + + /// + /// App + /// + public partial class App : System.Windows.Application { + + private bool _contentLoaded; + + /// + /// InitializeComponent + /// + [System.Diagnostics.DebuggerNonUserCodeAttribute()] + [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "9.0.13.0")] + public void InitializeComponent() { + if (_contentLoaded) { + return; + } + _contentLoaded = true; + System.Uri resourceLocater = new System.Uri("/InfineonHMI;V0.1.0;component/app.xaml", System.UriKind.Relative); + + #line 1 "..\..\..\App.xaml" + System.Windows.Application.LoadComponent(this, resourceLocater); + + #line default + #line hidden + } + + /// + /// Application Entry Point. + /// + [System.STAThreadAttribute()] + [System.Diagnostics.DebuggerNonUserCodeAttribute()] + [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "9.0.13.0")] + public static void Main() { + InfineonHMI.App app = new InfineonHMI.App(); + app.InitializeComponent(); + app.Run(); + } + } +} + diff --git a/uniper_hmi_old/UniperHMI/obj/Debug/net8.0-windows8.0/Common/MediaContainer.g.cs b/uniper_hmi_old/UniperHMI/obj/Debug/net8.0-windows8.0/Common/MediaContainer.g.cs new file mode 100644 index 0000000..10c3b76 --- /dev/null +++ b/uniper_hmi_old/UniperHMI/obj/Debug/net8.0-windows8.0/Common/MediaContainer.g.cs @@ -0,0 +1,102 @@ +#pragma checksum "..\..\..\..\Common\MediaContainer.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "CC9A27B109ABE9453E5A719A5AB7CAB0EF654DD7" +//------------------------------------------------------------------------------ +// +// This code was generated by a tool. +// Runtime Version:4.0.30319.42000 +// +// Changes to this file may cause incorrect behavior and will be lost if +// the code is regenerated. +// +//------------------------------------------------------------------------------ + +using Common; +using HMIToolkit; +using System; +using System.Diagnostics; +using System.Windows; +using System.Windows.Automation; +using System.Windows.Controls; +using System.Windows.Controls.Primitives; +using System.Windows.Controls.Ribbon; +using System.Windows.Data; +using System.Windows.Documents; +using System.Windows.Ink; +using System.Windows.Input; +using System.Windows.Markup; +using System.Windows.Media; +using System.Windows.Media.Animation; +using System.Windows.Media.Effects; +using System.Windows.Media.Imaging; +using System.Windows.Media.Media3D; +using System.Windows.Media.TextFormatting; +using System.Windows.Navigation; +using System.Windows.Shapes; +using System.Windows.Shell; + + +namespace Common { + + + /// + /// MediaContainer + /// + public partial class MediaContainer : System.Windows.Controls.UserControl, System.Windows.Markup.IComponentConnector { + + + #line 78 "..\..\..\..\Common\MediaContainer.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal System.Windows.Controls.Button btnFill; + + #line default + #line hidden + + + #line 79 "..\..\..\..\Common\MediaContainer.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal System.Windows.Controls.Button btnOpen; + + #line default + #line hidden + + private bool _contentLoaded; + + /// + /// InitializeComponent + /// + [System.Diagnostics.DebuggerNonUserCodeAttribute()] + [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "9.0.13.0")] + public void InitializeComponent() { + if (_contentLoaded) { + return; + } + _contentLoaded = true; + System.Uri resourceLocater = new System.Uri("/InfineonHMI;V0.1.0;component/common/mediacontainer.xaml", System.UriKind.Relative); + + #line 1 "..\..\..\..\Common\MediaContainer.xaml" + System.Windows.Application.LoadComponent(this, resourceLocater); + + #line default + #line hidden + } + + [System.Diagnostics.DebuggerNonUserCodeAttribute()] + [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "9.0.13.0")] + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")] + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")] + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")] + void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) { + switch (connectionId) + { + case 1: + this.btnFill = ((System.Windows.Controls.Button)(target)); + return; + case 2: + this.btnOpen = ((System.Windows.Controls.Button)(target)); + return; + } + this._contentLoaded = true; + } + } +} + diff --git a/uniper_hmi_old/UniperHMI/obj/Debug/net8.0-windows8.0/Common/ParamControlFloat.g.cs b/uniper_hmi_old/UniperHMI/obj/Debug/net8.0-windows8.0/Common/ParamControlFloat.g.cs new file mode 100644 index 0000000..a903e96 --- /dev/null +++ b/uniper_hmi_old/UniperHMI/obj/Debug/net8.0-windows8.0/Common/ParamControlFloat.g.cs @@ -0,0 +1,101 @@ +#pragma checksum "..\..\..\..\Common\ParamControlFloat.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "DF8577E836E70711D02A49B29340A7DF29106A6C" +//------------------------------------------------------------------------------ +// +// This code was generated by a tool. +// Runtime Version:4.0.30319.42000 +// +// Changes to this file may cause incorrect behavior and will be lost if +// the code is regenerated. +// +//------------------------------------------------------------------------------ + +using Common; +using System; +using System.Diagnostics; +using System.Windows; +using System.Windows.Automation; +using System.Windows.Controls; +using System.Windows.Controls.Primitives; +using System.Windows.Controls.Ribbon; +using System.Windows.Data; +using System.Windows.Documents; +using System.Windows.Ink; +using System.Windows.Input; +using System.Windows.Markup; +using System.Windows.Media; +using System.Windows.Media.Animation; +using System.Windows.Media.Effects; +using System.Windows.Media.Imaging; +using System.Windows.Media.Media3D; +using System.Windows.Media.TextFormatting; +using System.Windows.Navigation; +using System.Windows.Shapes; +using System.Windows.Shell; + + +namespace Common { + + + /// + /// ParamControlFloat + /// + public partial class ParamControlFloat : System.Windows.Controls.UserControl, System.Windows.Markup.IComponentConnector { + + + #line 28 "..\..\..\..\Common\ParamControlFloat.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal System.Windows.Controls.Label tbName; + + #line default + #line hidden + + + #line 29 "..\..\..\..\Common\ParamControlFloat.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal System.Windows.Controls.TextBox tbValue; + + #line default + #line hidden + + private bool _contentLoaded; + + /// + /// InitializeComponent + /// + [System.Diagnostics.DebuggerNonUserCodeAttribute()] + [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "9.0.13.0")] + public void InitializeComponent() { + if (_contentLoaded) { + return; + } + _contentLoaded = true; + System.Uri resourceLocater = new System.Uri("/InfineonHMI;V0.1.0;component/common/paramcontrolfloat.xaml", System.UriKind.Relative); + + #line 1 "..\..\..\..\Common\ParamControlFloat.xaml" + System.Windows.Application.LoadComponent(this, resourceLocater); + + #line default + #line hidden + } + + [System.Diagnostics.DebuggerNonUserCodeAttribute()] + [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "9.0.13.0")] + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")] + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")] + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")] + void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) { + switch (connectionId) + { + case 1: + this.tbName = ((System.Windows.Controls.Label)(target)); + return; + case 2: + this.tbValue = ((System.Windows.Controls.TextBox)(target)); + return; + } + this._contentLoaded = true; + } + } +} + diff --git a/uniper_hmi_old/UniperHMI/obj/Debug/net8.0-windows8.0/Common/ParamControlInt.g.cs b/uniper_hmi_old/UniperHMI/obj/Debug/net8.0-windows8.0/Common/ParamControlInt.g.cs new file mode 100644 index 0000000..eed892f --- /dev/null +++ b/uniper_hmi_old/UniperHMI/obj/Debug/net8.0-windows8.0/Common/ParamControlInt.g.cs @@ -0,0 +1,101 @@ +#pragma checksum "..\..\..\..\Common\ParamControlInt.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "22C26FD2A60ECE4ACA9FC694AD63DC632CCB5975" +//------------------------------------------------------------------------------ +// +// This code was generated by a tool. +// Runtime Version:4.0.30319.42000 +// +// Changes to this file may cause incorrect behavior and will be lost if +// the code is regenerated. +// +//------------------------------------------------------------------------------ + +using Common; +using System; +using System.Diagnostics; +using System.Windows; +using System.Windows.Automation; +using System.Windows.Controls; +using System.Windows.Controls.Primitives; +using System.Windows.Controls.Ribbon; +using System.Windows.Data; +using System.Windows.Documents; +using System.Windows.Ink; +using System.Windows.Input; +using System.Windows.Markup; +using System.Windows.Media; +using System.Windows.Media.Animation; +using System.Windows.Media.Effects; +using System.Windows.Media.Imaging; +using System.Windows.Media.Media3D; +using System.Windows.Media.TextFormatting; +using System.Windows.Navigation; +using System.Windows.Shapes; +using System.Windows.Shell; + + +namespace Common { + + + /// + /// ParamControlInt + /// + public partial class ParamControlInt : System.Windows.Controls.UserControl, System.Windows.Markup.IComponentConnector { + + + #line 28 "..\..\..\..\Common\ParamControlInt.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal System.Windows.Controls.Label tbName; + + #line default + #line hidden + + + #line 29 "..\..\..\..\Common\ParamControlInt.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal System.Windows.Controls.TextBox tbValue; + + #line default + #line hidden + + private bool _contentLoaded; + + /// + /// InitializeComponent + /// + [System.Diagnostics.DebuggerNonUserCodeAttribute()] + [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "9.0.13.0")] + public void InitializeComponent() { + if (_contentLoaded) { + return; + } + _contentLoaded = true; + System.Uri resourceLocater = new System.Uri("/InfineonHMI;V0.1.0;component/common/paramcontrolint.xaml", System.UriKind.Relative); + + #line 1 "..\..\..\..\Common\ParamControlInt.xaml" + System.Windows.Application.LoadComponent(this, resourceLocater); + + #line default + #line hidden + } + + [System.Diagnostics.DebuggerNonUserCodeAttribute()] + [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "9.0.13.0")] + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")] + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")] + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")] + void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) { + switch (connectionId) + { + case 1: + this.tbName = ((System.Windows.Controls.Label)(target)); + return; + case 2: + this.tbValue = ((System.Windows.Controls.TextBox)(target)); + return; + } + this._contentLoaded = true; + } + } +} + diff --git a/uniper_hmi_old/UniperHMI/obj/Debug/net8.0-windows8.0/GeneratedInternalTypeHelper.g.cs b/uniper_hmi_old/UniperHMI/obj/Debug/net8.0-windows8.0/GeneratedInternalTypeHelper.g.cs new file mode 100644 index 0000000..3191986 --- /dev/null +++ b/uniper_hmi_old/UniperHMI/obj/Debug/net8.0-windows8.0/GeneratedInternalTypeHelper.g.cs @@ -0,0 +1,62 @@ +//------------------------------------------------------------------------------ +// +// This code was generated by a tool. +// Runtime Version:4.0.30319.42000 +// +// Changes to this file may cause incorrect behavior and will be lost if +// the code is regenerated. +// +//------------------------------------------------------------------------------ + +namespace XamlGeneratedNamespace { + + + /// + /// GeneratedInternalTypeHelper + /// + [System.Diagnostics.DebuggerNonUserCodeAttribute()] + [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "9.0.13.0")] + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] + public sealed class GeneratedInternalTypeHelper : System.Windows.Markup.InternalTypeHelper { + + /// + /// CreateInstance + /// + protected override object CreateInstance(System.Type type, System.Globalization.CultureInfo culture) { + return System.Activator.CreateInstance(type, ((System.Reflection.BindingFlags.Public | System.Reflection.BindingFlags.NonPublic) + | (System.Reflection.BindingFlags.Instance | System.Reflection.BindingFlags.CreateInstance)), null, null, culture); + } + + /// + /// GetPropertyValue + /// + protected override object GetPropertyValue(System.Reflection.PropertyInfo propertyInfo, object target, System.Globalization.CultureInfo culture) { + return propertyInfo.GetValue(target, System.Reflection.BindingFlags.Default, null, null, culture); + } + + /// + /// SetPropertyValue + /// + protected override void SetPropertyValue(System.Reflection.PropertyInfo propertyInfo, object target, object value, System.Globalization.CultureInfo culture) { + propertyInfo.SetValue(target, value, System.Reflection.BindingFlags.Default, null, null, culture); + } + + /// + /// CreateDelegate + /// + protected override System.Delegate CreateDelegate(System.Type delegateType, object target, string handler) { + return ((System.Delegate)(target.GetType().InvokeMember("_CreateDelegate", (System.Reflection.BindingFlags.InvokeMethod + | (System.Reflection.BindingFlags.NonPublic | System.Reflection.BindingFlags.Instance)), null, target, new object[] { + delegateType, + handler}, null))); + } + + /// + /// AddEventHandler + /// + protected override void AddEventHandler(System.Reflection.EventInfo eventInfo, object target, System.Delegate handler) { + eventInfo.AddEventHandler(target, handler); + } + } +} + diff --git a/uniper_hmi_old/UniperHMI/obj/Debug/net8.0-windows8.0/HMIToolkit/AnalogMotorWindow.g.cs b/uniper_hmi_old/UniperHMI/obj/Debug/net8.0-windows8.0/HMIToolkit/AnalogMotorWindow.g.cs new file mode 100644 index 0000000..bc5148f --- /dev/null +++ b/uniper_hmi_old/UniperHMI/obj/Debug/net8.0-windows8.0/HMIToolkit/AnalogMotorWindow.g.cs @@ -0,0 +1,76 @@ +#pragma checksum "..\..\..\..\HMIToolkit\AnalogMotorWindow.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "7F21C349321B752D1FF2441E48EB305D10140E9A" +//------------------------------------------------------------------------------ +// +// This code was generated by a tool. +// Runtime Version:4.0.30319.42000 +// +// Changes to this file may cause incorrect behavior and will be lost if +// the code is regenerated. +// +//------------------------------------------------------------------------------ + +using HMIToolkit; +using System; +using System.Diagnostics; +using System.Windows; +using System.Windows.Automation; +using System.Windows.Controls; +using System.Windows.Controls.Primitives; +using System.Windows.Controls.Ribbon; +using System.Windows.Data; +using System.Windows.Documents; +using System.Windows.Ink; +using System.Windows.Input; +using System.Windows.Markup; +using System.Windows.Media; +using System.Windows.Media.Animation; +using System.Windows.Media.Effects; +using System.Windows.Media.Imaging; +using System.Windows.Media.Media3D; +using System.Windows.Media.TextFormatting; +using System.Windows.Navigation; +using System.Windows.Shapes; +using System.Windows.Shell; + + +namespace HMIToolkit { + + + /// + /// AnalogMotorWindow + /// + public partial class AnalogMotorWindow : System.Windows.Window, System.Windows.Markup.IComponentConnector { + + private bool _contentLoaded; + + /// + /// InitializeComponent + /// + [System.Diagnostics.DebuggerNonUserCodeAttribute()] + [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "9.0.13.0")] + public void InitializeComponent() { + if (_contentLoaded) { + return; + } + _contentLoaded = true; + System.Uri resourceLocater = new System.Uri("/InfineonHMI;V0.1.0;component/hmitoolkit/analogmotorwindow.xaml", System.UriKind.Relative); + + #line 1 "..\..\..\..\HMIToolkit\AnalogMotorWindow.xaml" + System.Windows.Application.LoadComponent(this, resourceLocater); + + #line default + #line hidden + } + + [System.Diagnostics.DebuggerNonUserCodeAttribute()] + [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "9.0.13.0")] + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")] + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")] + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")] + void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) { + this._contentLoaded = true; + } + } +} + diff --git a/uniper_hmi_old/UniperHMI/obj/Debug/net8.0-windows8.0/HMIToolkit/BinaryValveWindow.g.cs b/uniper_hmi_old/UniperHMI/obj/Debug/net8.0-windows8.0/HMIToolkit/BinaryValveWindow.g.cs new file mode 100644 index 0000000..2ce62b5 --- /dev/null +++ b/uniper_hmi_old/UniperHMI/obj/Debug/net8.0-windows8.0/HMIToolkit/BinaryValveWindow.g.cs @@ -0,0 +1,76 @@ +#pragma checksum "..\..\..\..\HMIToolkit\BinaryValveWindow.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "5DE8A9053A7579B7683008C3E05C292DE963B09D" +//------------------------------------------------------------------------------ +// +// This code was generated by a tool. +// Runtime Version:4.0.30319.42000 +// +// Changes to this file may cause incorrect behavior and will be lost if +// the code is regenerated. +// +//------------------------------------------------------------------------------ + +using HMIToolkit; +using System; +using System.Diagnostics; +using System.Windows; +using System.Windows.Automation; +using System.Windows.Controls; +using System.Windows.Controls.Primitives; +using System.Windows.Controls.Ribbon; +using System.Windows.Data; +using System.Windows.Documents; +using System.Windows.Ink; +using System.Windows.Input; +using System.Windows.Markup; +using System.Windows.Media; +using System.Windows.Media.Animation; +using System.Windows.Media.Effects; +using System.Windows.Media.Imaging; +using System.Windows.Media.Media3D; +using System.Windows.Media.TextFormatting; +using System.Windows.Navigation; +using System.Windows.Shapes; +using System.Windows.Shell; + + +namespace InfineonHMI { + + + /// + /// BinaryValveWindow + /// + public partial class BinaryValveWindow : System.Windows.Window, System.Windows.Markup.IComponentConnector { + + private bool _contentLoaded; + + /// + /// InitializeComponent + /// + [System.Diagnostics.DebuggerNonUserCodeAttribute()] + [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "9.0.13.0")] + public void InitializeComponent() { + if (_contentLoaded) { + return; + } + _contentLoaded = true; + System.Uri resourceLocater = new System.Uri("/InfineonHMI;V0.1.0;component/hmitoolkit/binaryvalvewindow.xaml", System.UriKind.Relative); + + #line 1 "..\..\..\..\HMIToolkit\BinaryValveWindow.xaml" + System.Windows.Application.LoadComponent(this, resourceLocater); + + #line default + #line hidden + } + + [System.Diagnostics.DebuggerNonUserCodeAttribute()] + [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "9.0.13.0")] + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")] + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")] + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")] + void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) { + this._contentLoaded = true; + } + } +} + diff --git a/uniper_hmi_old/UniperHMI/obj/Debug/net8.0-windows8.0/HMIToolkit/HMIObjects/AnalogMotorControl/AnalogMotorControl.g.cs b/uniper_hmi_old/UniperHMI/obj/Debug/net8.0-windows8.0/HMIToolkit/HMIObjects/AnalogMotorControl/AnalogMotorControl.g.cs new file mode 100644 index 0000000..3c4b5a8 --- /dev/null +++ b/uniper_hmi_old/UniperHMI/obj/Debug/net8.0-windows8.0/HMIToolkit/HMIObjects/AnalogMotorControl/AnalogMotorControl.g.cs @@ -0,0 +1,131 @@ +#pragma checksum "..\..\..\..\..\..\HMIToolkit\HMIObjects\AnalogMotorControl\AnalogMotorControl.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "467046B062EA583515F470A7469C3DBC9146581F" +//------------------------------------------------------------------------------ +// +// This code was generated by a tool. +// Runtime Version:4.0.30319.42000 +// +// Changes to this file may cause incorrect behavior and will be lost if +// the code is regenerated. +// +//------------------------------------------------------------------------------ + +using HMIToolkit; +using System; +using System.Diagnostics; +using System.Windows; +using System.Windows.Automation; +using System.Windows.Controls; +using System.Windows.Controls.Primitives; +using System.Windows.Controls.Ribbon; +using System.Windows.Data; +using System.Windows.Documents; +using System.Windows.Ink; +using System.Windows.Input; +using System.Windows.Markup; +using System.Windows.Media; +using System.Windows.Media.Animation; +using System.Windows.Media.Effects; +using System.Windows.Media.Imaging; +using System.Windows.Media.Media3D; +using System.Windows.Media.TextFormatting; +using System.Windows.Navigation; +using System.Windows.Shapes; +using System.Windows.Shell; + + +namespace HMIToolkit { + + + /// + /// AnalogMotorControl + /// + public partial class AnalogMotorControl : System.Windows.Controls.UserControl, System.Windows.Markup.IComponentConnector { + + + #line 69 "..\..\..\..\..\..\HMIToolkit\HMIObjects\AnalogMotorControl\AnalogMotorControl.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal System.Windows.Controls.Button btnOpen; + + #line default + #line hidden + + + #line 70 "..\..\..\..\..\..\HMIToolkit\HMIObjects\AnalogMotorControl\AnalogMotorControl.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal System.Windows.Controls.Button btnClose; + + #line default + #line hidden + + + #line 85 "..\..\..\..\..\..\HMIToolkit\HMIObjects\AnalogMotorControl\AnalogMotorControl.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal System.Windows.Controls.Button btnAuto; + + #line default + #line hidden + + + #line 86 "..\..\..\..\..\..\HMIToolkit\HMIObjects\AnalogMotorControl\AnalogMotorControl.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal System.Windows.Controls.Button btnManual; + + #line default + #line hidden + + private bool _contentLoaded; + + /// + /// InitializeComponent + /// + [System.Diagnostics.DebuggerNonUserCodeAttribute()] + [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "9.0.13.0")] + public void InitializeComponent() { + if (_contentLoaded) { + return; + } + _contentLoaded = true; + System.Uri resourceLocater = new System.Uri("/InfineonHMI;V0.1.0;component/hmitoolkit/hmiobjects/analogmotorcontrol/analogmoto" + + "rcontrol.xaml", System.UriKind.Relative); + + #line 1 "..\..\..\..\..\..\HMIToolkit\HMIObjects\AnalogMotorControl\AnalogMotorControl.xaml" + System.Windows.Application.LoadComponent(this, resourceLocater); + + #line default + #line hidden + } + + [System.Diagnostics.DebuggerNonUserCodeAttribute()] + [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "9.0.13.0")] + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] + internal System.Delegate _CreateDelegate(System.Type delegateType, string handler) { + return System.Delegate.CreateDelegate(delegateType, this, handler); + } + + [System.Diagnostics.DebuggerNonUserCodeAttribute()] + [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "9.0.13.0")] + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")] + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")] + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")] + void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) { + switch (connectionId) + { + case 1: + this.btnOpen = ((System.Windows.Controls.Button)(target)); + return; + case 2: + this.btnClose = ((System.Windows.Controls.Button)(target)); + return; + case 3: + this.btnAuto = ((System.Windows.Controls.Button)(target)); + return; + case 4: + this.btnManual = ((System.Windows.Controls.Button)(target)); + return; + } + this._contentLoaded = true; + } + } +} + diff --git a/uniper_hmi_old/UniperHMI/obj/Debug/net8.0-windows8.0/HMIToolkit/HMIObjects/AnalogValue/AnalogValue.g.cs b/uniper_hmi_old/UniperHMI/obj/Debug/net8.0-windows8.0/HMIToolkit/HMIObjects/AnalogValue/AnalogValue.g.cs new file mode 100644 index 0000000..22b63da --- /dev/null +++ b/uniper_hmi_old/UniperHMI/obj/Debug/net8.0-windows8.0/HMIToolkit/HMIObjects/AnalogValue/AnalogValue.g.cs @@ -0,0 +1,90 @@ +#pragma checksum "..\..\..\..\..\..\HMIToolkit\HMIObjects\AnalogValue\AnalogValue.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "B5F9A253A89ED411432B0C78ECB0AF1A35247AB2" +//------------------------------------------------------------------------------ +// +// This code was generated by a tool. +// Runtime Version:4.0.30319.42000 +// +// Changes to this file may cause incorrect behavior and will be lost if +// the code is regenerated. +// +//------------------------------------------------------------------------------ + +using HMIToolkit; +using System; +using System.Diagnostics; +using System.Windows; +using System.Windows.Automation; +using System.Windows.Controls; +using System.Windows.Controls.Primitives; +using System.Windows.Controls.Ribbon; +using System.Windows.Data; +using System.Windows.Documents; +using System.Windows.Ink; +using System.Windows.Input; +using System.Windows.Markup; +using System.Windows.Media; +using System.Windows.Media.Animation; +using System.Windows.Media.Effects; +using System.Windows.Media.Imaging; +using System.Windows.Media.Media3D; +using System.Windows.Media.TextFormatting; +using System.Windows.Navigation; +using System.Windows.Shapes; +using System.Windows.Shell; + + +namespace HMIToolkit { + + + /// + /// AnalogValue + /// + public partial class AnalogValue : System.Windows.Controls.UserControl, System.Windows.Markup.IComponentConnector { + + + #line 29 "..\..\..\..\..\..\HMIToolkit\HMIObjects\AnalogValue\AnalogValue.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal System.Windows.Controls.TextBox tbValue; + + #line default + #line hidden + + private bool _contentLoaded; + + /// + /// InitializeComponent + /// + [System.Diagnostics.DebuggerNonUserCodeAttribute()] + [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "9.0.13.0")] + public void InitializeComponent() { + if (_contentLoaded) { + return; + } + _contentLoaded = true; + System.Uri resourceLocater = new System.Uri("/InfineonHMI;V0.1.0;component/hmitoolkit/hmiobjects/analogvalue/analogvalue.xaml", System.UriKind.Relative); + + #line 1 "..\..\..\..\..\..\HMIToolkit\HMIObjects\AnalogValue\AnalogValue.xaml" + System.Windows.Application.LoadComponent(this, resourceLocater); + + #line default + #line hidden + } + + [System.Diagnostics.DebuggerNonUserCodeAttribute()] + [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "9.0.13.0")] + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")] + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")] + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")] + void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) { + switch (connectionId) + { + case 1: + this.tbValue = ((System.Windows.Controls.TextBox)(target)); + return; + } + this._contentLoaded = true; + } + } +} + diff --git a/uniper_hmi_old/UniperHMI/obj/Debug/net8.0-windows8.0/HMIToolkit/HMIObjects/AnalogValveControl/AnalogValveControl.g.cs b/uniper_hmi_old/UniperHMI/obj/Debug/net8.0-windows8.0/HMIToolkit/HMIObjects/AnalogValveControl/AnalogValveControl.g.cs new file mode 100644 index 0000000..761d244 --- /dev/null +++ b/uniper_hmi_old/UniperHMI/obj/Debug/net8.0-windows8.0/HMIToolkit/HMIObjects/AnalogValveControl/AnalogValveControl.g.cs @@ -0,0 +1,131 @@ +#pragma checksum "..\..\..\..\..\..\HMIToolkit\HMIObjects\AnalogValveControl\AnalogValveControl.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "3997E3F4EDDCDBE6682BEEA9BE0B861B81E91866" +//------------------------------------------------------------------------------ +// +// This code was generated by a tool. +// Runtime Version:4.0.30319.42000 +// +// Changes to this file may cause incorrect behavior and will be lost if +// the code is regenerated. +// +//------------------------------------------------------------------------------ + +using HMIToolkit; +using System; +using System.Diagnostics; +using System.Windows; +using System.Windows.Automation; +using System.Windows.Controls; +using System.Windows.Controls.Primitives; +using System.Windows.Controls.Ribbon; +using System.Windows.Data; +using System.Windows.Documents; +using System.Windows.Ink; +using System.Windows.Input; +using System.Windows.Markup; +using System.Windows.Media; +using System.Windows.Media.Animation; +using System.Windows.Media.Effects; +using System.Windows.Media.Imaging; +using System.Windows.Media.Media3D; +using System.Windows.Media.TextFormatting; +using System.Windows.Navigation; +using System.Windows.Shapes; +using System.Windows.Shell; + + +namespace HMIToolkit { + + + /// + /// AnalogValveControl + /// + public partial class AnalogValveControl : System.Windows.Controls.UserControl, System.Windows.Markup.IComponentConnector { + + + #line 65 "..\..\..\..\..\..\HMIToolkit\HMIObjects\AnalogValveControl\AnalogValveControl.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal System.Windows.Controls.Button btnOpen; + + #line default + #line hidden + + + #line 66 "..\..\..\..\..\..\HMIToolkit\HMIObjects\AnalogValveControl\AnalogValveControl.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal System.Windows.Controls.Button btnClose; + + #line default + #line hidden + + + #line 81 "..\..\..\..\..\..\HMIToolkit\HMIObjects\AnalogValveControl\AnalogValveControl.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal System.Windows.Controls.Button btnAuto; + + #line default + #line hidden + + + #line 82 "..\..\..\..\..\..\HMIToolkit\HMIObjects\AnalogValveControl\AnalogValveControl.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal System.Windows.Controls.Button btnManual; + + #line default + #line hidden + + private bool _contentLoaded; + + /// + /// InitializeComponent + /// + [System.Diagnostics.DebuggerNonUserCodeAttribute()] + [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "9.0.13.0")] + public void InitializeComponent() { + if (_contentLoaded) { + return; + } + _contentLoaded = true; + System.Uri resourceLocater = new System.Uri("/InfineonHMI;V0.1.0;component/hmitoolkit/hmiobjects/analogvalvecontrol/analogvalv" + + "econtrol.xaml", System.UriKind.Relative); + + #line 1 "..\..\..\..\..\..\HMIToolkit\HMIObjects\AnalogValveControl\AnalogValveControl.xaml" + System.Windows.Application.LoadComponent(this, resourceLocater); + + #line default + #line hidden + } + + [System.Diagnostics.DebuggerNonUserCodeAttribute()] + [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "9.0.13.0")] + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] + internal System.Delegate _CreateDelegate(System.Type delegateType, string handler) { + return System.Delegate.CreateDelegate(delegateType, this, handler); + } + + [System.Diagnostics.DebuggerNonUserCodeAttribute()] + [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "9.0.13.0")] + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")] + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")] + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")] + void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) { + switch (connectionId) + { + case 1: + this.btnOpen = ((System.Windows.Controls.Button)(target)); + return; + case 2: + this.btnClose = ((System.Windows.Controls.Button)(target)); + return; + case 3: + this.btnAuto = ((System.Windows.Controls.Button)(target)); + return; + case 4: + this.btnManual = ((System.Windows.Controls.Button)(target)); + return; + } + this._contentLoaded = true; + } + } +} + diff --git a/uniper_hmi_old/UniperHMI/obj/Debug/net8.0-windows8.0/HMIToolkit/HMIObjects/BinaryValveControl/BinaryValveControl.g.cs b/uniper_hmi_old/UniperHMI/obj/Debug/net8.0-windows8.0/HMIToolkit/HMIObjects/BinaryValveControl/BinaryValveControl.g.cs new file mode 100644 index 0000000..bdbe913 --- /dev/null +++ b/uniper_hmi_old/UniperHMI/obj/Debug/net8.0-windows8.0/HMIToolkit/HMIObjects/BinaryValveControl/BinaryValveControl.g.cs @@ -0,0 +1,131 @@ +#pragma checksum "..\..\..\..\..\..\HMIToolkit\HMIObjects\BinaryValveControl\BinaryValveControl.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "B249CFF3E925EF2927EF8D4A92D7084B05E57672" +//------------------------------------------------------------------------------ +// +// This code was generated by a tool. +// Runtime Version:4.0.30319.42000 +// +// Changes to this file may cause incorrect behavior and will be lost if +// the code is regenerated. +// +//------------------------------------------------------------------------------ + +using HMIToolkit; +using System; +using System.Diagnostics; +using System.Windows; +using System.Windows.Automation; +using System.Windows.Controls; +using System.Windows.Controls.Primitives; +using System.Windows.Controls.Ribbon; +using System.Windows.Data; +using System.Windows.Documents; +using System.Windows.Ink; +using System.Windows.Input; +using System.Windows.Markup; +using System.Windows.Media; +using System.Windows.Media.Animation; +using System.Windows.Media.Effects; +using System.Windows.Media.Imaging; +using System.Windows.Media.Media3D; +using System.Windows.Media.TextFormatting; +using System.Windows.Navigation; +using System.Windows.Shapes; +using System.Windows.Shell; + + +namespace HMIToolkit { + + + /// + /// BinaryValveControl + /// + public partial class BinaryValveControl : System.Windows.Controls.UserControl, System.Windows.Markup.IComponentConnector { + + + #line 55 "..\..\..\..\..\..\HMIToolkit\HMIObjects\BinaryValveControl\BinaryValveControl.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal System.Windows.Controls.Button btnOpen; + + #line default + #line hidden + + + #line 56 "..\..\..\..\..\..\HMIToolkit\HMIObjects\BinaryValveControl\BinaryValveControl.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal System.Windows.Controls.Button btnClose; + + #line default + #line hidden + + + #line 71 "..\..\..\..\..\..\HMIToolkit\HMIObjects\BinaryValveControl\BinaryValveControl.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal System.Windows.Controls.Button btnAuto; + + #line default + #line hidden + + + #line 72 "..\..\..\..\..\..\HMIToolkit\HMIObjects\BinaryValveControl\BinaryValveControl.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal System.Windows.Controls.Button btnManual; + + #line default + #line hidden + + private bool _contentLoaded; + + /// + /// InitializeComponent + /// + [System.Diagnostics.DebuggerNonUserCodeAttribute()] + [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "9.0.13.0")] + public void InitializeComponent() { + if (_contentLoaded) { + return; + } + _contentLoaded = true; + System.Uri resourceLocater = new System.Uri("/InfineonHMI;V0.1.0;component/hmitoolkit/hmiobjects/binaryvalvecontrol/binaryvalv" + + "econtrol.xaml", System.UriKind.Relative); + + #line 1 "..\..\..\..\..\..\HMIToolkit\HMIObjects\BinaryValveControl\BinaryValveControl.xaml" + System.Windows.Application.LoadComponent(this, resourceLocater); + + #line default + #line hidden + } + + [System.Diagnostics.DebuggerNonUserCodeAttribute()] + [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "9.0.13.0")] + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] + internal System.Delegate _CreateDelegate(System.Type delegateType, string handler) { + return System.Delegate.CreateDelegate(delegateType, this, handler); + } + + [System.Diagnostics.DebuggerNonUserCodeAttribute()] + [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "9.0.13.0")] + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")] + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")] + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")] + void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) { + switch (connectionId) + { + case 1: + this.btnOpen = ((System.Windows.Controls.Button)(target)); + return; + case 2: + this.btnClose = ((System.Windows.Controls.Button)(target)); + return; + case 3: + this.btnAuto = ((System.Windows.Controls.Button)(target)); + return; + case 4: + this.btnManual = ((System.Windows.Controls.Button)(target)); + return; + } + this._contentLoaded = true; + } + } +} + diff --git a/uniper_hmi_old/UniperHMI/obj/Debug/net8.0-windows8.0/HMIToolkit/HMIObjects/InterlockControl/IntlkControl.g.cs b/uniper_hmi_old/UniperHMI/obj/Debug/net8.0-windows8.0/HMIToolkit/HMIObjects/InterlockControl/IntlkControl.g.cs new file mode 100644 index 0000000..101f39e --- /dev/null +++ b/uniper_hmi_old/UniperHMI/obj/Debug/net8.0-windows8.0/HMIToolkit/HMIObjects/InterlockControl/IntlkControl.g.cs @@ -0,0 +1,77 @@ +#pragma checksum "..\..\..\..\..\..\HMIToolkit\HMIObjects\InterlockControl\IntlkControl.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "549C403DDC8525180C40BC9D1121B314E0200412" +//------------------------------------------------------------------------------ +// +// This code was generated by a tool. +// Runtime Version:4.0.30319.42000 +// +// Changes to this file may cause incorrect behavior and will be lost if +// the code is regenerated. +// +//------------------------------------------------------------------------------ + +using HMIToolkit; +using System; +using System.Diagnostics; +using System.Windows; +using System.Windows.Automation; +using System.Windows.Controls; +using System.Windows.Controls.Primitives; +using System.Windows.Controls.Ribbon; +using System.Windows.Data; +using System.Windows.Documents; +using System.Windows.Ink; +using System.Windows.Input; +using System.Windows.Markup; +using System.Windows.Media; +using System.Windows.Media.Animation; +using System.Windows.Media.Effects; +using System.Windows.Media.Imaging; +using System.Windows.Media.Media3D; +using System.Windows.Media.TextFormatting; +using System.Windows.Navigation; +using System.Windows.Shapes; +using System.Windows.Shell; + + +namespace HMIToolkit { + + + /// + /// IntlkButtonControl + /// + public partial class IntlkButtonControl : System.Windows.Controls.UserControl, System.Windows.Markup.IComponentConnector { + + private bool _contentLoaded; + + /// + /// InitializeComponent + /// + [System.Diagnostics.DebuggerNonUserCodeAttribute()] + [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "9.0.13.0")] + public void InitializeComponent() { + if (_contentLoaded) { + return; + } + _contentLoaded = true; + System.Uri resourceLocater = new System.Uri("/InfineonHMI;V0.1.0;component/hmitoolkit/hmiobjects/interlockcontrol/intlkcontrol" + + ".xaml", System.UriKind.Relative); + + #line 1 "..\..\..\..\..\..\HMIToolkit\HMIObjects\InterlockControl\IntlkControl.xaml" + System.Windows.Application.LoadComponent(this, resourceLocater); + + #line default + #line hidden + } + + [System.Diagnostics.DebuggerNonUserCodeAttribute()] + [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "9.0.13.0")] + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")] + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")] + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")] + void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) { + this._contentLoaded = true; + } + } +} + diff --git a/uniper_hmi_old/UniperHMI/obj/Debug/net8.0-windows8.0/HMIToolkit/HMIObjects/InterlockDetailsControl/IntlkDetails.g.cs b/uniper_hmi_old/UniperHMI/obj/Debug/net8.0-windows8.0/HMIToolkit/HMIObjects/InterlockDetailsControl/IntlkDetails.g.cs new file mode 100644 index 0000000..c86ace1 --- /dev/null +++ b/uniper_hmi_old/UniperHMI/obj/Debug/net8.0-windows8.0/HMIToolkit/HMIObjects/InterlockDetailsControl/IntlkDetails.g.cs @@ -0,0 +1,77 @@ +#pragma checksum "..\..\..\..\..\..\HMIToolkit\HMIObjects\InterlockDetailsControl\IntlkDetails.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "BED3D04604E3CE88F5C1ED366B92B5833680E17A" +//------------------------------------------------------------------------------ +// +// This code was generated by a tool. +// Runtime Version:4.0.30319.42000 +// +// Changes to this file may cause incorrect behavior and will be lost if +// the code is regenerated. +// +//------------------------------------------------------------------------------ + +using HMIToolkit; +using System; +using System.Diagnostics; +using System.Windows; +using System.Windows.Automation; +using System.Windows.Controls; +using System.Windows.Controls.Primitives; +using System.Windows.Controls.Ribbon; +using System.Windows.Data; +using System.Windows.Documents; +using System.Windows.Ink; +using System.Windows.Input; +using System.Windows.Markup; +using System.Windows.Media; +using System.Windows.Media.Animation; +using System.Windows.Media.Effects; +using System.Windows.Media.Imaging; +using System.Windows.Media.Media3D; +using System.Windows.Media.TextFormatting; +using System.Windows.Navigation; +using System.Windows.Shapes; +using System.Windows.Shell; + + +namespace HMIToolkit { + + + /// + /// IntlkDetails + /// + public partial class IntlkDetails : System.Windows.Controls.UserControl, System.Windows.Markup.IComponentConnector { + + private bool _contentLoaded; + + /// + /// InitializeComponent + /// + [System.Diagnostics.DebuggerNonUserCodeAttribute()] + [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "9.0.13.0")] + public void InitializeComponent() { + if (_contentLoaded) { + return; + } + _contentLoaded = true; + System.Uri resourceLocater = new System.Uri("/InfineonHMI;V0.1.0;component/hmitoolkit/hmiobjects/interlockdetailscontrol/intlk" + + "details.xaml", System.UriKind.Relative); + + #line 1 "..\..\..\..\..\..\HMIToolkit\HMIObjects\InterlockDetailsControl\IntlkDetails.xaml" + System.Windows.Application.LoadComponent(this, resourceLocater); + + #line default + #line hidden + } + + [System.Diagnostics.DebuggerNonUserCodeAttribute()] + [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "9.0.13.0")] + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")] + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")] + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")] + void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) { + this._contentLoaded = true; + } + } +} + diff --git a/uniper_hmi_old/UniperHMI/obj/Debug/net8.0-windows8.0/HMIToolkit/HMIObjects/InterlockDetailsControl/IntlkDetailsWindow.g.cs b/uniper_hmi_old/UniperHMI/obj/Debug/net8.0-windows8.0/HMIToolkit/HMIObjects/InterlockDetailsControl/IntlkDetailsWindow.g.cs new file mode 100644 index 0000000..1f9afac --- /dev/null +++ b/uniper_hmi_old/UniperHMI/obj/Debug/net8.0-windows8.0/HMIToolkit/HMIObjects/InterlockDetailsControl/IntlkDetailsWindow.g.cs @@ -0,0 +1,77 @@ +#pragma checksum "..\..\..\..\..\..\HMIToolkit\HMIObjects\InterlockDetailsControl\IntlkDetailsWindow.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "61A5CF901A32E147691EEDDB13E6CF327D3D6371" +//------------------------------------------------------------------------------ +// +// This code was generated by a tool. +// Runtime Version:4.0.30319.42000 +// +// Changes to this file may cause incorrect behavior and will be lost if +// the code is regenerated. +// +//------------------------------------------------------------------------------ + +using HMIToolkit; +using System; +using System.Diagnostics; +using System.Windows; +using System.Windows.Automation; +using System.Windows.Controls; +using System.Windows.Controls.Primitives; +using System.Windows.Controls.Ribbon; +using System.Windows.Data; +using System.Windows.Documents; +using System.Windows.Ink; +using System.Windows.Input; +using System.Windows.Markup; +using System.Windows.Media; +using System.Windows.Media.Animation; +using System.Windows.Media.Effects; +using System.Windows.Media.Imaging; +using System.Windows.Media.Media3D; +using System.Windows.Media.TextFormatting; +using System.Windows.Navigation; +using System.Windows.Shapes; +using System.Windows.Shell; + + +namespace HMIToolkit { + + + /// + /// IntlkDetailsWindow + /// + public partial class IntlkDetailsWindow : System.Windows.Window, System.Windows.Markup.IComponentConnector { + + private bool _contentLoaded; + + /// + /// InitializeComponent + /// + [System.Diagnostics.DebuggerNonUserCodeAttribute()] + [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "9.0.13.0")] + public void InitializeComponent() { + if (_contentLoaded) { + return; + } + _contentLoaded = true; + System.Uri resourceLocater = new System.Uri("/InfineonHMI;V0.1.0;component/hmitoolkit/hmiobjects/interlockdetailscontrol/intlk" + + "detailswindow.xaml", System.UriKind.Relative); + + #line 1 "..\..\..\..\..\..\HMIToolkit\HMIObjects\InterlockDetailsControl\IntlkDetailsWindow.xaml" + System.Windows.Application.LoadComponent(this, resourceLocater); + + #line default + #line hidden + } + + [System.Diagnostics.DebuggerNonUserCodeAttribute()] + [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "9.0.13.0")] + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")] + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")] + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")] + void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) { + this._contentLoaded = true; + } + } +} + diff --git a/uniper_hmi_old/UniperHMI/obj/Debug/net8.0-windows8.0/InfineonHMI.AssemblyInfo.cs b/uniper_hmi_old/UniperHMI/obj/Debug/net8.0-windows8.0/InfineonHMI.AssemblyInfo.cs new file mode 100644 index 0000000..eb0ebb4 --- /dev/null +++ b/uniper_hmi_old/UniperHMI/obj/Debug/net8.0-windows8.0/InfineonHMI.AssemblyInfo.cs @@ -0,0 +1,25 @@ +//------------------------------------------------------------------------------ +// +// This code was generated by a tool. +// Runtime Version:4.0.30319.42000 +// +// Changes to this file may cause incorrect behavior and will be lost if +// the code is regenerated. +// +//------------------------------------------------------------------------------ + +using System; +using System.Reflection; + +[assembly: System.Reflection.AssemblyCompanyAttribute("InfineonHMI")] +[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] +[assembly: System.Reflection.AssemblyFileVersionAttribute("0.1")] +[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+d2665d17faf70ba42f6e506656ac85815349488b")] +[assembly: System.Reflection.AssemblyProductAttribute("InfineonHMI")] +[assembly: System.Reflection.AssemblyTitleAttribute("InfineonHMI")] +[assembly: System.Reflection.AssemblyVersionAttribute("0.1.0")] +[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows8.0")] +[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows8.0")] + +// Generated by the MSBuild WriteCodeFragment class. + diff --git a/uniper_hmi_old/UniperHMI/obj/Debug/net8.0-windows8.0/InfineonHMI.AssemblyInfoInputs.cache b/uniper_hmi_old/UniperHMI/obj/Debug/net8.0-windows8.0/InfineonHMI.AssemblyInfoInputs.cache new file mode 100644 index 0000000..9edd2f4 --- /dev/null +++ b/uniper_hmi_old/UniperHMI/obj/Debug/net8.0-windows8.0/InfineonHMI.AssemblyInfoInputs.cache @@ -0,0 +1 @@ +cc5e1504b376e984d6a538dd0956b43fd73d26f61e9494979d8ff8b3ea254bc5 diff --git a/uniper_hmi_old/UniperHMI/obj/Debug/net8.0-windows8.0/InfineonHMI.GeneratedMSBuildEditorConfig.editorconfig b/uniper_hmi_old/UniperHMI/obj/Debug/net8.0-windows8.0/InfineonHMI.GeneratedMSBuildEditorConfig.editorconfig new file mode 100644 index 0000000..90f748e --- /dev/null +++ b/uniper_hmi_old/UniperHMI/obj/Debug/net8.0-windows8.0/InfineonHMI.GeneratedMSBuildEditorConfig.editorconfig @@ -0,0 +1,16 @@ +is_global = true +build_property.TargetFramework = net8.0-windows8.0 +build_property.TargetPlatformMinVersion = 8.0 +build_property.UsingMicrosoftNETSdkWeb = +build_property.ProjectTypeGuids = +build_property.InvariantGlobalization = +build_property.PlatformNeutralAssembly = +build_property.EnforceExtendedAnalyzerRules = +build_property._SupportedPlatformList = Linux,macOS,Windows +build_property.RootNamespace = InfineonHMI +build_property.ProjectDir = C:\Users\M.Heisig\Documents\CS_Projects\infineon_hmi\uniper_hmi_old\UniperHMI\ +build_property.EnableComHosting = +build_property.EnableGeneratedComInterfaceComImportInterop = +build_property.CsWinRTUseWindowsUIXamlProjections = false +build_property.EffectiveAnalysisLevelStyle = 8.0 +build_property.EnableCodeStyleSeverity = diff --git a/uniper_hmi_old/UniperHMI/obj/Debug/net8.0-windows8.0/InfineonHMI.GlobalUsings.g.cs b/uniper_hmi_old/UniperHMI/obj/Debug/net8.0-windows8.0/InfineonHMI.GlobalUsings.g.cs new file mode 100644 index 0000000..08bb19f --- /dev/null +++ b/uniper_hmi_old/UniperHMI/obj/Debug/net8.0-windows8.0/InfineonHMI.GlobalUsings.g.cs @@ -0,0 +1,6 @@ +// +global using global::System; +global using global::System.Collections.Generic; +global using global::System.Linq; +global using global::System.Threading; +global using global::System.Threading.Tasks; diff --git a/uniper_hmi_old/UniperHMI/obj/Debug/net8.0-windows8.0/InfineonHMI.csproj.AssemblyReference.cache b/uniper_hmi_old/UniperHMI/obj/Debug/net8.0-windows8.0/InfineonHMI.csproj.AssemblyReference.cache new file mode 100644 index 0000000000000000000000000000000000000000..385207dac00b88dfd2571da93852c14b1ec9e41f GIT binary patch literal 377 zcmY+A!AiqG5QcZ4ROwUX0YauFf*8o5#6v{_0j;Nn5R+-Uy4jUYR>(=;&v)=OJa}=t zv`w9b{r{O^c0P6rz!(F{629)pbUcq%Bs#I>x4O11slMacLs=O8LbdZkZGmKp}v-c}E6VKzt4f_KCQgT=T literal 0 HcmV?d00001 diff --git a/uniper_hmi_old/UniperHMI/obj/Debug/net8.0-windows8.0/MainWindow.g.cs b/uniper_hmi_old/UniperHMI/obj/Debug/net8.0-windows8.0/MainWindow.g.cs new file mode 100644 index 0000000..08ac100 --- /dev/null +++ b/uniper_hmi_old/UniperHMI/obj/Debug/net8.0-windows8.0/MainWindow.g.cs @@ -0,0 +1,101 @@ +#pragma checksum "..\..\..\MainWindow.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "371B13016F8F8B90EFDAA9D822BB515A098D30DF" +//------------------------------------------------------------------------------ +// +// This code was generated by a tool. +// Runtime Version:4.0.30319.42000 +// +// Changes to this file may cause incorrect behavior and will be lost if +// the code is regenerated. +// +//------------------------------------------------------------------------------ + +using InfineonHMI; +using System; +using System.Diagnostics; +using System.Windows; +using System.Windows.Automation; +using System.Windows.Controls; +using System.Windows.Controls.Primitives; +using System.Windows.Controls.Ribbon; +using System.Windows.Data; +using System.Windows.Documents; +using System.Windows.Ink; +using System.Windows.Input; +using System.Windows.Markup; +using System.Windows.Media; +using System.Windows.Media.Animation; +using System.Windows.Media.Effects; +using System.Windows.Media.Imaging; +using System.Windows.Media.Media3D; +using System.Windows.Media.TextFormatting; +using System.Windows.Navigation; +using System.Windows.Shapes; +using System.Windows.Shell; + + +namespace InfineonHMI { + + + /// + /// MainWindow + /// + public partial class MainWindow : System.Windows.Window, System.Windows.Markup.IComponentConnector { + + + #line 9 "..\..\..\MainWindow.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal InfineonHMI.MainWindow MainControlWindow; + + #line default + #line hidden + + + #line 125 "..\..\..\MainWindow.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal System.Windows.Controls.Frame MainFrame; + + #line default + #line hidden + + private bool _contentLoaded; + + /// + /// InitializeComponent + /// + [System.Diagnostics.DebuggerNonUserCodeAttribute()] + [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "9.0.13.0")] + public void InitializeComponent() { + if (_contentLoaded) { + return; + } + _contentLoaded = true; + System.Uri resourceLocater = new System.Uri("/InfineonHMI;V0.1.0;component/mainwindow.xaml", System.UriKind.Relative); + + #line 1 "..\..\..\MainWindow.xaml" + System.Windows.Application.LoadComponent(this, resourceLocater); + + #line default + #line hidden + } + + [System.Diagnostics.DebuggerNonUserCodeAttribute()] + [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "9.0.13.0")] + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")] + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")] + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")] + void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) { + switch (connectionId) + { + case 1: + this.MainControlWindow = ((InfineonHMI.MainWindow)(target)); + return; + case 2: + this.MainFrame = ((System.Windows.Controls.Frame)(target)); + return; + } + this._contentLoaded = true; + } + } +} + diff --git a/uniper_hmi_old/UniperHMI/obj/Debug/net8.0-windows8.0/OwnControls/Views/SMUControlButton.g.cs b/uniper_hmi_old/UniperHMI/obj/Debug/net8.0-windows8.0/OwnControls/Views/SMUControlButton.g.cs new file mode 100644 index 0000000..006210d --- /dev/null +++ b/uniper_hmi_old/UniperHMI/obj/Debug/net8.0-windows8.0/OwnControls/Views/SMUControlButton.g.cs @@ -0,0 +1,101 @@ +#pragma checksum "..\..\..\..\..\OwnControls\Views\SMUControlButton.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "50DDAC8BCD561D10B4DEF50D525330DEBBDAC912" +//------------------------------------------------------------------------------ +// +// This code was generated by a tool. +// Runtime Version:4.0.30319.42000 +// +// Changes to this file may cause incorrect behavior and will be lost if +// the code is regenerated. +// +//------------------------------------------------------------------------------ + +using InfineonHMI; +using System; +using System.Diagnostics; +using System.Windows; +using System.Windows.Automation; +using System.Windows.Controls; +using System.Windows.Controls.Primitives; +using System.Windows.Controls.Ribbon; +using System.Windows.Data; +using System.Windows.Documents; +using System.Windows.Ink; +using System.Windows.Input; +using System.Windows.Markup; +using System.Windows.Media; +using System.Windows.Media.Animation; +using System.Windows.Media.Effects; +using System.Windows.Media.Imaging; +using System.Windows.Media.Media3D; +using System.Windows.Media.TextFormatting; +using System.Windows.Navigation; +using System.Windows.Shapes; +using System.Windows.Shell; + + +namespace InfineonHMI { + + + /// + /// SMUControlButton + /// + public partial class SMUControlButton : System.Windows.Controls.Button, System.Windows.Markup.IComponentConnector { + + + #line 12 "..\..\..\..\..\OwnControls\Views\SMUControlButton.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal InfineonHMI.SMUControlButton root; + + #line default + #line hidden + + + #line 14 "..\..\..\..\..\OwnControls\Views\SMUControlButton.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal System.Windows.Controls.Grid mainGrid; + + #line default + #line hidden + + private bool _contentLoaded; + + /// + /// InitializeComponent + /// + [System.Diagnostics.DebuggerNonUserCodeAttribute()] + [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "9.0.13.0")] + public void InitializeComponent() { + if (_contentLoaded) { + return; + } + _contentLoaded = true; + System.Uri resourceLocater = new System.Uri("/InfineonHMI;V0.1.0;component/owncontrols/views/smucontrolbutton.xaml", System.UriKind.Relative); + + #line 1 "..\..\..\..\..\OwnControls\Views\SMUControlButton.xaml" + System.Windows.Application.LoadComponent(this, resourceLocater); + + #line default + #line hidden + } + + [System.Diagnostics.DebuggerNonUserCodeAttribute()] + [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "9.0.13.0")] + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")] + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")] + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")] + void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) { + switch (connectionId) + { + case 1: + this.root = ((InfineonHMI.SMUControlButton)(target)); + return; + case 2: + this.mainGrid = ((System.Windows.Controls.Grid)(target)); + return; + } + this._contentLoaded = true; + } + } +} + diff --git a/uniper_hmi_old/UniperHMI/obj/Debug/net8.0-windows8.0/OwnControls/Views/UnitDetailsControl.g.cs b/uniper_hmi_old/UniperHMI/obj/Debug/net8.0-windows8.0/OwnControls/Views/UnitDetailsControl.g.cs new file mode 100644 index 0000000..bb5f98e --- /dev/null +++ b/uniper_hmi_old/UniperHMI/obj/Debug/net8.0-windows8.0/OwnControls/Views/UnitDetailsControl.g.cs @@ -0,0 +1,109 @@ +#pragma checksum "..\..\..\..\..\OwnControls\Views\UnitDetailsControl.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "3F1DE3F181E1457FA2DDC4C555D4500C6319E8A2" +//------------------------------------------------------------------------------ +// +// This code was generated by a tool. +// Runtime Version:4.0.30319.42000 +// +// Changes to this file may cause incorrect behavior and will be lost if +// the code is regenerated. +// +//------------------------------------------------------------------------------ + +using HMIToolkit; +using InfineonHMI; +using System; +using System.Diagnostics; +using System.Windows; +using System.Windows.Automation; +using System.Windows.Controls; +using System.Windows.Controls.Primitives; +using System.Windows.Controls.Ribbon; +using System.Windows.Data; +using System.Windows.Documents; +using System.Windows.Ink; +using System.Windows.Input; +using System.Windows.Markup; +using System.Windows.Media; +using System.Windows.Media.Animation; +using System.Windows.Media.Effects; +using System.Windows.Media.Imaging; +using System.Windows.Media.Media3D; +using System.Windows.Media.TextFormatting; +using System.Windows.Navigation; +using System.Windows.Shapes; +using System.Windows.Shell; + + +namespace InfineonHMI { + + + /// + /// UnitDetailsControl + /// + public partial class UnitDetailsControl : System.Windows.Controls.UserControl, System.Windows.Markup.IComponentConnector { + + + #line 10 "..\..\..\..\..\OwnControls\Views\UnitDetailsControl.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal InfineonHMI.UnitDetailsControl root; + + #line default + #line hidden + + + #line 15 "..\..\..\..\..\OwnControls\Views\UnitDetailsControl.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal System.Windows.Controls.Grid mainGrid; + + #line default + #line hidden + + private bool _contentLoaded; + + /// + /// InitializeComponent + /// + [System.Diagnostics.DebuggerNonUserCodeAttribute()] + [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "9.0.13.0")] + public void InitializeComponent() { + if (_contentLoaded) { + return; + } + _contentLoaded = true; + System.Uri resourceLocater = new System.Uri("/UniperHMI;V0.1.0;component/owncontrols/views/unitdetailscontrol.xaml", System.UriKind.Relative); + + #line 1 "..\..\..\..\..\OwnControls\Views\UnitDetailsControl.xaml" + System.Windows.Application.LoadComponent(this, resourceLocater); + + #line default + #line hidden + } + + [System.Diagnostics.DebuggerNonUserCodeAttribute()] + [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "9.0.13.0")] + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] + internal System.Delegate _CreateDelegate(System.Type delegateType, string handler) { + return System.Delegate.CreateDelegate(delegateType, this, handler); + } + + [System.Diagnostics.DebuggerNonUserCodeAttribute()] + [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "9.0.13.0")] + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")] + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")] + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")] + void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) { + switch (connectionId) + { + case 1: + this.root = ((InfineonHMI.UnitDetailsControl)(target)); + return; + case 2: + this.mainGrid = ((System.Windows.Controls.Grid)(target)); + return; + } + this._contentLoaded = true; + } + } +} + diff --git a/uniper_hmi_old/UniperHMI/obj/Debug/net8.0-windows8.0/Pages/Views/AlignmentStationPage.g.cs b/uniper_hmi_old/UniperHMI/obj/Debug/net8.0-windows8.0/Pages/Views/AlignmentStationPage.g.cs new file mode 100644 index 0000000..282a0a6 --- /dev/null +++ b/uniper_hmi_old/UniperHMI/obj/Debug/net8.0-windows8.0/Pages/Views/AlignmentStationPage.g.cs @@ -0,0 +1,84 @@ +#pragma checksum "..\..\..\..\..\Pages\Views\AlignmentStationPage.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "2FD73D78DEE805B6726BEBC63BBCE49B538C9325" +//------------------------------------------------------------------------------ +// +// This code was generated by a tool. +// Runtime Version:4.0.30319.42000 +// +// Changes to this file may cause incorrect behavior and will be lost if +// the code is regenerated. +// +//------------------------------------------------------------------------------ + +using HMIToolkit; +using InfineonHMI; +using System; +using System.Diagnostics; +using System.Windows; +using System.Windows.Automation; +using System.Windows.Controls; +using System.Windows.Controls.Primitives; +using System.Windows.Controls.Ribbon; +using System.Windows.Data; +using System.Windows.Documents; +using System.Windows.Ink; +using System.Windows.Input; +using System.Windows.Markup; +using System.Windows.Media; +using System.Windows.Media.Animation; +using System.Windows.Media.Effects; +using System.Windows.Media.Imaging; +using System.Windows.Media.Media3D; +using System.Windows.Media.TextFormatting; +using System.Windows.Navigation; +using System.Windows.Shapes; +using System.Windows.Shell; + + +namespace InfineonHMI { + + + /// + /// AlignmentStationPage + /// + public partial class AlignmentStationPage : System.Windows.Controls.Page, System.Windows.Markup.IComponentConnector { + + private bool _contentLoaded; + + /// + /// InitializeComponent + /// + [System.Diagnostics.DebuggerNonUserCodeAttribute()] + [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "9.0.13.0")] + public void InitializeComponent() { + if (_contentLoaded) { + return; + } + _contentLoaded = true; + System.Uri resourceLocater = new System.Uri("/UniperHMI;V0.1.0;component/pages/views/alignmentstationpage.xaml", System.UriKind.Relative); + + #line 1 "..\..\..\..\..\Pages\Views\AlignmentStationPage.xaml" + System.Windows.Application.LoadComponent(this, resourceLocater); + + #line default + #line hidden + } + + [System.Diagnostics.DebuggerNonUserCodeAttribute()] + [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "9.0.13.0")] + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] + internal System.Delegate _CreateDelegate(System.Type delegateType, string handler) { + return System.Delegate.CreateDelegate(delegateType, this, handler); + } + + [System.Diagnostics.DebuggerNonUserCodeAttribute()] + [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "9.0.13.0")] + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")] + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")] + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")] + void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) { + this._contentLoaded = true; + } + } +} + diff --git a/uniper_hmi_old/UniperHMI/obj/Debug/net8.0-windows8.0/Pages/Views/AutomaticModePage.g.cs b/uniper_hmi_old/UniperHMI/obj/Debug/net8.0-windows8.0/Pages/Views/AutomaticModePage.g.cs new file mode 100644 index 0000000..9f7597c --- /dev/null +++ b/uniper_hmi_old/UniperHMI/obj/Debug/net8.0-windows8.0/Pages/Views/AutomaticModePage.g.cs @@ -0,0 +1,76 @@ +#pragma checksum "..\..\..\..\..\Pages\Views\AutomaticModePage.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "87F47E108B3A98E576CE05105E723993CC2EB6B2" +//------------------------------------------------------------------------------ +// +// This code was generated by a tool. +// Runtime Version:4.0.30319.42000 +// +// Changes to this file may cause incorrect behavior and will be lost if +// the code is regenerated. +// +//------------------------------------------------------------------------------ + +using System; +using System.Diagnostics; +using System.Windows; +using System.Windows.Automation; +using System.Windows.Controls; +using System.Windows.Controls.Primitives; +using System.Windows.Controls.Ribbon; +using System.Windows.Data; +using System.Windows.Documents; +using System.Windows.Ink; +using System.Windows.Input; +using System.Windows.Markup; +using System.Windows.Media; +using System.Windows.Media.Animation; +using System.Windows.Media.Effects; +using System.Windows.Media.Imaging; +using System.Windows.Media.Media3D; +using System.Windows.Media.TextFormatting; +using System.Windows.Navigation; +using System.Windows.Shapes; +using System.Windows.Shell; +using UniperHMI; + + +namespace UniperHMI { + + + /// + /// AutomaticModePage + /// + public partial class AutomaticModePage : System.Windows.Controls.Page, System.Windows.Markup.IComponentConnector { + + private bool _contentLoaded; + + /// + /// InitializeComponent + /// + [System.Diagnostics.DebuggerNonUserCodeAttribute()] + [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "9.0.13.0")] + public void InitializeComponent() { + if (_contentLoaded) { + return; + } + _contentLoaded = true; + System.Uri resourceLocater = new System.Uri("/UniperHMI;V0.1.0;component/pages/views/automaticmodepage.xaml", System.UriKind.Relative); + + #line 1 "..\..\..\..\..\Pages\Views\AutomaticModePage.xaml" + System.Windows.Application.LoadComponent(this, resourceLocater); + + #line default + #line hidden + } + + [System.Diagnostics.DebuggerNonUserCodeAttribute()] + [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "9.0.13.0")] + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")] + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")] + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")] + void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) { + this._contentLoaded = true; + } + } +} + diff --git a/uniper_hmi_old/UniperHMI/obj/Debug/net8.0-windows8.0/Pages/Views/BatteryOverviewPage.g.cs b/uniper_hmi_old/UniperHMI/obj/Debug/net8.0-windows8.0/Pages/Views/BatteryOverviewPage.g.cs new file mode 100644 index 0000000..45dc9c0 --- /dev/null +++ b/uniper_hmi_old/UniperHMI/obj/Debug/net8.0-windows8.0/Pages/Views/BatteryOverviewPage.g.cs @@ -0,0 +1,98 @@ +#pragma checksum "..\..\..\..\..\Pages\Views\BatteryOverviewPage.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "0E63511CBF26FF300DC3D56A181097C7990ECDC3" +//------------------------------------------------------------------------------ +// +// This code was generated by a tool. +// Runtime Version:4.0.30319.42000 +// +// Changes to this file may cause incorrect behavior and will be lost if +// the code is regenerated. +// +//------------------------------------------------------------------------------ + +using MahApps.Metro.Controls; +using System; +using System.Diagnostics; +using System.Windows; +using System.Windows.Automation; +using System.Windows.Controls; +using System.Windows.Controls.Primitives; +using System.Windows.Controls.Ribbon; +using System.Windows.Data; +using System.Windows.Documents; +using System.Windows.Ink; +using System.Windows.Input; +using System.Windows.Markup; +using System.Windows.Media; +using System.Windows.Media.Animation; +using System.Windows.Media.Effects; +using System.Windows.Media.Imaging; +using System.Windows.Media.Media3D; +using System.Windows.Media.TextFormatting; +using System.Windows.Navigation; +using System.Windows.Shapes; +using System.Windows.Shell; +using UniperHMI; + + +namespace UniperHMI { + + + /// + /// BatteryOverviewPage + /// + public partial class BatteryOverviewPage : System.Windows.Controls.Page, System.Windows.Markup.IComponentConnector { + + + #line 9 "..\..\..\..\..\Pages\Views\BatteryOverviewPage.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal UniperHMI.BatteryOverviewPage root; + + #line default + #line hidden + + private bool _contentLoaded; + + /// + /// InitializeComponent + /// + [System.Diagnostics.DebuggerNonUserCodeAttribute()] + [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "9.0.13.0")] + public void InitializeComponent() { + if (_contentLoaded) { + return; + } + _contentLoaded = true; + System.Uri resourceLocater = new System.Uri("/UniperHMI;V0.1.0;component/pages/views/batteryoverviewpage.xaml", System.UriKind.Relative); + + #line 1 "..\..\..\..\..\Pages\Views\BatteryOverviewPage.xaml" + System.Windows.Application.LoadComponent(this, resourceLocater); + + #line default + #line hidden + } + + [System.Diagnostics.DebuggerNonUserCodeAttribute()] + [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "9.0.13.0")] + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] + internal System.Delegate _CreateDelegate(System.Type delegateType, string handler) { + return System.Delegate.CreateDelegate(delegateType, this, handler); + } + + [System.Diagnostics.DebuggerNonUserCodeAttribute()] + [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "9.0.13.0")] + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")] + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")] + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")] + void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) { + switch (connectionId) + { + case 1: + this.root = ((UniperHMI.BatteryOverviewPage)(target)); + return; + } + this._contentLoaded = true; + } + } +} + diff --git a/uniper_hmi_old/UniperHMI/obj/Debug/net8.0-windows8.0/Pages/Views/ChuckMagazinPage.g.cs b/uniper_hmi_old/UniperHMI/obj/Debug/net8.0-windows8.0/Pages/Views/ChuckMagazinPage.g.cs new file mode 100644 index 0000000..9789cdf --- /dev/null +++ b/uniper_hmi_old/UniperHMI/obj/Debug/net8.0-windows8.0/Pages/Views/ChuckMagazinPage.g.cs @@ -0,0 +1,76 @@ +#pragma checksum "..\..\..\..\..\Pages\Views\ChuckMagazinPage.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "293113A67885AFD375E6B8CD1DBF1AB4C7777DD9" +//------------------------------------------------------------------------------ +// +// This code was generated by a tool. +// Runtime Version:4.0.30319.42000 +// +// Changes to this file may cause incorrect behavior and will be lost if +// the code is regenerated. +// +//------------------------------------------------------------------------------ + +using System; +using System.Diagnostics; +using System.Windows; +using System.Windows.Automation; +using System.Windows.Controls; +using System.Windows.Controls.Primitives; +using System.Windows.Controls.Ribbon; +using System.Windows.Data; +using System.Windows.Documents; +using System.Windows.Ink; +using System.Windows.Input; +using System.Windows.Markup; +using System.Windows.Media; +using System.Windows.Media.Animation; +using System.Windows.Media.Effects; +using System.Windows.Media.Imaging; +using System.Windows.Media.Media3D; +using System.Windows.Media.TextFormatting; +using System.Windows.Navigation; +using System.Windows.Shapes; +using System.Windows.Shell; +using UniperHMI; + + +namespace UniperHMI { + + + /// + /// ChuckMagazinPage + /// + public partial class ChuckMagazinPage : System.Windows.Controls.Page, System.Windows.Markup.IComponentConnector { + + private bool _contentLoaded; + + /// + /// InitializeComponent + /// + [System.Diagnostics.DebuggerNonUserCodeAttribute()] + [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "9.0.13.0")] + public void InitializeComponent() { + if (_contentLoaded) { + return; + } + _contentLoaded = true; + System.Uri resourceLocater = new System.Uri("/UniperHMI;V0.1.0;component/pages/views/chuckmagazinpage.xaml", System.UriKind.Relative); + + #line 1 "..\..\..\..\..\Pages\Views\ChuckMagazinPage.xaml" + System.Windows.Application.LoadComponent(this, resourceLocater); + + #line default + #line hidden + } + + [System.Diagnostics.DebuggerNonUserCodeAttribute()] + [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "9.0.13.0")] + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")] + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")] + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")] + void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) { + this._contentLoaded = true; + } + } +} + diff --git a/uniper_hmi_old/UniperHMI/obj/Debug/net8.0-windows8.0/Pages/Views/EtchingStation1Page.g.cs b/uniper_hmi_old/UniperHMI/obj/Debug/net8.0-windows8.0/Pages/Views/EtchingStation1Page.g.cs new file mode 100644 index 0000000..5e23702 --- /dev/null +++ b/uniper_hmi_old/UniperHMI/obj/Debug/net8.0-windows8.0/Pages/Views/EtchingStation1Page.g.cs @@ -0,0 +1,84 @@ +#pragma checksum "..\..\..\..\..\Pages\Views\EtchingStation1Page.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "8059D1CB7897ECFE1E4E558B23E006AE38A70F34" +//------------------------------------------------------------------------------ +// +// This code was generated by a tool. +// Runtime Version:4.0.30319.42000 +// +// Changes to this file may cause incorrect behavior and will be lost if +// the code is regenerated. +// +//------------------------------------------------------------------------------ + +using HMIToolkit; +using InfineonHMI; +using System; +using System.Diagnostics; +using System.Windows; +using System.Windows.Automation; +using System.Windows.Controls; +using System.Windows.Controls.Primitives; +using System.Windows.Controls.Ribbon; +using System.Windows.Data; +using System.Windows.Documents; +using System.Windows.Ink; +using System.Windows.Input; +using System.Windows.Markup; +using System.Windows.Media; +using System.Windows.Media.Animation; +using System.Windows.Media.Effects; +using System.Windows.Media.Imaging; +using System.Windows.Media.Media3D; +using System.Windows.Media.TextFormatting; +using System.Windows.Navigation; +using System.Windows.Shapes; +using System.Windows.Shell; + + +namespace InfineonHMI { + + + /// + /// EtchingStation1Page + /// + public partial class EtchingStation1Page : System.Windows.Controls.Page, System.Windows.Markup.IComponentConnector { + + private bool _contentLoaded; + + /// + /// InitializeComponent + /// + [System.Diagnostics.DebuggerNonUserCodeAttribute()] + [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "9.0.13.0")] + public void InitializeComponent() { + if (_contentLoaded) { + return; + } + _contentLoaded = true; + System.Uri resourceLocater = new System.Uri("/UniperHMI;V0.1.0;component/pages/views/etchingstation1page.xaml", System.UriKind.Relative); + + #line 1 "..\..\..\..\..\Pages\Views\EtchingStation1Page.xaml" + System.Windows.Application.LoadComponent(this, resourceLocater); + + #line default + #line hidden + } + + [System.Diagnostics.DebuggerNonUserCodeAttribute()] + [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "9.0.13.0")] + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] + internal System.Delegate _CreateDelegate(System.Type delegateType, string handler) { + return System.Delegate.CreateDelegate(delegateType, this, handler); + } + + [System.Diagnostics.DebuggerNonUserCodeAttribute()] + [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "9.0.13.0")] + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")] + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")] + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")] + void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) { + this._contentLoaded = true; + } + } +} + diff --git a/uniper_hmi_old/UniperHMI/obj/Debug/net8.0-windows8.0/Pages/Views/EtchingStation2Page.g.cs b/uniper_hmi_old/UniperHMI/obj/Debug/net8.0-windows8.0/Pages/Views/EtchingStation2Page.g.cs new file mode 100644 index 0000000..227c705 --- /dev/null +++ b/uniper_hmi_old/UniperHMI/obj/Debug/net8.0-windows8.0/Pages/Views/EtchingStation2Page.g.cs @@ -0,0 +1,84 @@ +#pragma checksum "..\..\..\..\..\Pages\Views\EtchingStation2Page.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "A27DD04BA0376FA14BF6CE9110CE24828A574D3E" +//------------------------------------------------------------------------------ +// +// This code was generated by a tool. +// Runtime Version:4.0.30319.42000 +// +// Changes to this file may cause incorrect behavior and will be lost if +// the code is regenerated. +// +//------------------------------------------------------------------------------ + +using HMIToolkit; +using InfineonHMI; +using System; +using System.Diagnostics; +using System.Windows; +using System.Windows.Automation; +using System.Windows.Controls; +using System.Windows.Controls.Primitives; +using System.Windows.Controls.Ribbon; +using System.Windows.Data; +using System.Windows.Documents; +using System.Windows.Ink; +using System.Windows.Input; +using System.Windows.Markup; +using System.Windows.Media; +using System.Windows.Media.Animation; +using System.Windows.Media.Effects; +using System.Windows.Media.Imaging; +using System.Windows.Media.Media3D; +using System.Windows.Media.TextFormatting; +using System.Windows.Navigation; +using System.Windows.Shapes; +using System.Windows.Shell; + + +namespace InfineonHMI { + + + /// + /// EtchingStation2Page + /// + public partial class EtchingStation2Page : System.Windows.Controls.Page, System.Windows.Markup.IComponentConnector { + + private bool _contentLoaded; + + /// + /// InitializeComponent + /// + [System.Diagnostics.DebuggerNonUserCodeAttribute()] + [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "9.0.13.0")] + public void InitializeComponent() { + if (_contentLoaded) { + return; + } + _contentLoaded = true; + System.Uri resourceLocater = new System.Uri("/UniperHMI;V0.1.0;component/pages/views/etchingstation2page.xaml", System.UriKind.Relative); + + #line 1 "..\..\..\..\..\Pages\Views\EtchingStation2Page.xaml" + System.Windows.Application.LoadComponent(this, resourceLocater); + + #line default + #line hidden + } + + [System.Diagnostics.DebuggerNonUserCodeAttribute()] + [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "9.0.13.0")] + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] + internal System.Delegate _CreateDelegate(System.Type delegateType, string handler) { + return System.Delegate.CreateDelegate(delegateType, this, handler); + } + + [System.Diagnostics.DebuggerNonUserCodeAttribute()] + [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "9.0.13.0")] + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")] + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")] + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")] + void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) { + this._contentLoaded = true; + } + } +} + diff --git a/uniper_hmi_old/UniperHMI/obj/Debug/net8.0-windows8.0/Pages/Views/EtchingStationPage.g.cs b/uniper_hmi_old/UniperHMI/obj/Debug/net8.0-windows8.0/Pages/Views/EtchingStationPage.g.cs new file mode 100644 index 0000000..6fc1c99 --- /dev/null +++ b/uniper_hmi_old/UniperHMI/obj/Debug/net8.0-windows8.0/Pages/Views/EtchingStationPage.g.cs @@ -0,0 +1,76 @@ +#pragma checksum "..\..\..\..\..\Pages\Views\EtchingStationPage.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "B87CB9CE66F2979044282FA16EC61BA65F1FC295" +//------------------------------------------------------------------------------ +// +// This code was generated by a tool. +// Runtime Version:4.0.30319.42000 +// +// Changes to this file may cause incorrect behavior and will be lost if +// the code is regenerated. +// +//------------------------------------------------------------------------------ + +using System; +using System.Diagnostics; +using System.Windows; +using System.Windows.Automation; +using System.Windows.Controls; +using System.Windows.Controls.Primitives; +using System.Windows.Controls.Ribbon; +using System.Windows.Data; +using System.Windows.Documents; +using System.Windows.Ink; +using System.Windows.Input; +using System.Windows.Markup; +using System.Windows.Media; +using System.Windows.Media.Animation; +using System.Windows.Media.Effects; +using System.Windows.Media.Imaging; +using System.Windows.Media.Media3D; +using System.Windows.Media.TextFormatting; +using System.Windows.Navigation; +using System.Windows.Shapes; +using System.Windows.Shell; +using UniperHMI; + + +namespace UniperHMI { + + + /// + /// EtchingStationPage + /// + public partial class EtchingStationPage : System.Windows.Controls.Page, System.Windows.Markup.IComponentConnector { + + private bool _contentLoaded; + + /// + /// InitializeComponent + /// + [System.Diagnostics.DebuggerNonUserCodeAttribute()] + [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "9.0.13.0")] + public void InitializeComponent() { + if (_contentLoaded) { + return; + } + _contentLoaded = true; + System.Uri resourceLocater = new System.Uri("/UniperHMI;V0.1.0;component/pages/views/etchingstationpage.xaml", System.UriKind.Relative); + + #line 1 "..\..\..\..\..\Pages\Views\EtchingStationPage.xaml" + System.Windows.Application.LoadComponent(this, resourceLocater); + + #line default + #line hidden + } + + [System.Diagnostics.DebuggerNonUserCodeAttribute()] + [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "9.0.13.0")] + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")] + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")] + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")] + void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) { + this._contentLoaded = true; + } + } +} + diff --git a/uniper_hmi_old/UniperHMI/obj/Debug/net8.0-windows8.0/Pages/Views/EventsPage.g.cs b/uniper_hmi_old/UniperHMI/obj/Debug/net8.0-windows8.0/Pages/Views/EventsPage.g.cs new file mode 100644 index 0000000..79fb512 --- /dev/null +++ b/uniper_hmi_old/UniperHMI/obj/Debug/net8.0-windows8.0/Pages/Views/EventsPage.g.cs @@ -0,0 +1,76 @@ +#pragma checksum "..\..\..\..\..\Pages\Views\EventsPage.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "216D8A9A2803A4444F2D75827E97F052328092CC" +//------------------------------------------------------------------------------ +// +// This code was generated by a tool. +// Runtime Version:4.0.30319.42000 +// +// Changes to this file may cause incorrect behavior and will be lost if +// the code is regenerated. +// +//------------------------------------------------------------------------------ + +using InfineonHMI; +using System; +using System.Diagnostics; +using System.Windows; +using System.Windows.Automation; +using System.Windows.Controls; +using System.Windows.Controls.Primitives; +using System.Windows.Controls.Ribbon; +using System.Windows.Data; +using System.Windows.Documents; +using System.Windows.Ink; +using System.Windows.Input; +using System.Windows.Markup; +using System.Windows.Media; +using System.Windows.Media.Animation; +using System.Windows.Media.Effects; +using System.Windows.Media.Imaging; +using System.Windows.Media.Media3D; +using System.Windows.Media.TextFormatting; +using System.Windows.Navigation; +using System.Windows.Shapes; +using System.Windows.Shell; + + +namespace InfineonHMI { + + + /// + /// EventsPage + /// + public partial class EventsPage : System.Windows.Controls.Page, System.Windows.Markup.IComponentConnector { + + private bool _contentLoaded; + + /// + /// InitializeComponent + /// + [System.Diagnostics.DebuggerNonUserCodeAttribute()] + [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "9.0.13.0")] + public void InitializeComponent() { + if (_contentLoaded) { + return; + } + _contentLoaded = true; + System.Uri resourceLocater = new System.Uri("/InfineonHMI;V0.1.0;component/pages/views/eventspage.xaml", System.UriKind.Relative); + + #line 1 "..\..\..\..\..\Pages\Views\EventsPage.xaml" + System.Windows.Application.LoadComponent(this, resourceLocater); + + #line default + #line hidden + } + + [System.Diagnostics.DebuggerNonUserCodeAttribute()] + [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "9.0.13.0")] + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")] + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")] + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")] + void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) { + this._contentLoaded = true; + } + } +} + diff --git a/uniper_hmi_old/UniperHMI/obj/Debug/net8.0-windows8.0/Pages/Views/HighVoltageStationPage.g.cs b/uniper_hmi_old/UniperHMI/obj/Debug/net8.0-windows8.0/Pages/Views/HighVoltageStationPage.g.cs new file mode 100644 index 0000000..1c7a32d --- /dev/null +++ b/uniper_hmi_old/UniperHMI/obj/Debug/net8.0-windows8.0/Pages/Views/HighVoltageStationPage.g.cs @@ -0,0 +1,84 @@ +#pragma checksum "..\..\..\..\..\Pages\Views\HighVoltageStationPage.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "AD933EB65FCF1EACD4C61807E783B8DE370D340D" +//------------------------------------------------------------------------------ +// +// This code was generated by a tool. +// Runtime Version:4.0.30319.42000 +// +// Changes to this file may cause incorrect behavior and will be lost if +// the code is regenerated. +// +//------------------------------------------------------------------------------ + +using HMIToolkit; +using InfineonHMI; +using System; +using System.Diagnostics; +using System.Windows; +using System.Windows.Automation; +using System.Windows.Controls; +using System.Windows.Controls.Primitives; +using System.Windows.Controls.Ribbon; +using System.Windows.Data; +using System.Windows.Documents; +using System.Windows.Ink; +using System.Windows.Input; +using System.Windows.Markup; +using System.Windows.Media; +using System.Windows.Media.Animation; +using System.Windows.Media.Effects; +using System.Windows.Media.Imaging; +using System.Windows.Media.Media3D; +using System.Windows.Media.TextFormatting; +using System.Windows.Navigation; +using System.Windows.Shapes; +using System.Windows.Shell; + + +namespace InfineonHMI { + + + /// + /// HighVoltageStationPage + /// + public partial class HighVoltageStationPage : System.Windows.Controls.Page, System.Windows.Markup.IComponentConnector { + + private bool _contentLoaded; + + /// + /// InitializeComponent + /// + [System.Diagnostics.DebuggerNonUserCodeAttribute()] + [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "9.0.13.0")] + public void InitializeComponent() { + if (_contentLoaded) { + return; + } + _contentLoaded = true; + System.Uri resourceLocater = new System.Uri("/UniperHMI;V0.1.0;component/pages/views/highvoltagestationpage.xaml", System.UriKind.Relative); + + #line 1 "..\..\..\..\..\Pages\Views\HighVoltageStationPage.xaml" + System.Windows.Application.LoadComponent(this, resourceLocater); + + #line default + #line hidden + } + + [System.Diagnostics.DebuggerNonUserCodeAttribute()] + [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "9.0.13.0")] + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] + internal System.Delegate _CreateDelegate(System.Type delegateType, string handler) { + return System.Delegate.CreateDelegate(delegateType, this, handler); + } + + [System.Diagnostics.DebuggerNonUserCodeAttribute()] + [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "9.0.13.0")] + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")] + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")] + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")] + void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) { + this._contentLoaded = true; + } + } +} + diff --git a/uniper_hmi_old/UniperHMI/obj/Debug/net8.0-windows8.0/Pages/Views/HotCoolPlatePage.g.cs b/uniper_hmi_old/UniperHMI/obj/Debug/net8.0-windows8.0/Pages/Views/HotCoolPlatePage.g.cs new file mode 100644 index 0000000..f3abf0a --- /dev/null +++ b/uniper_hmi_old/UniperHMI/obj/Debug/net8.0-windows8.0/Pages/Views/HotCoolPlatePage.g.cs @@ -0,0 +1,84 @@ +#pragma checksum "..\..\..\..\..\Pages\Views\HotCoolPlatePage.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "672EB433CD55D0C7780D1BBFF5A96C9656F04AB9" +//------------------------------------------------------------------------------ +// +// This code was generated by a tool. +// Runtime Version:4.0.30319.42000 +// +// Changes to this file may cause incorrect behavior and will be lost if +// the code is regenerated. +// +//------------------------------------------------------------------------------ + +using HMIToolkit; +using InfineonHMI; +using System; +using System.Diagnostics; +using System.Windows; +using System.Windows.Automation; +using System.Windows.Controls; +using System.Windows.Controls.Primitives; +using System.Windows.Controls.Ribbon; +using System.Windows.Data; +using System.Windows.Documents; +using System.Windows.Ink; +using System.Windows.Input; +using System.Windows.Markup; +using System.Windows.Media; +using System.Windows.Media.Animation; +using System.Windows.Media.Effects; +using System.Windows.Media.Imaging; +using System.Windows.Media.Media3D; +using System.Windows.Media.TextFormatting; +using System.Windows.Navigation; +using System.Windows.Shapes; +using System.Windows.Shell; + + +namespace InfineonHMI { + + + /// + /// HotCoolPlatePage + /// + public partial class HotCoolPlatePage : System.Windows.Controls.Page, System.Windows.Markup.IComponentConnector { + + private bool _contentLoaded; + + /// + /// InitializeComponent + /// + [System.Diagnostics.DebuggerNonUserCodeAttribute()] + [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "9.0.13.0")] + public void InitializeComponent() { + if (_contentLoaded) { + return; + } + _contentLoaded = true; + System.Uri resourceLocater = new System.Uri("/InfineonHMI;V0.1.0;component/pages/views/hotcoolplatepage.xaml", System.UriKind.Relative); + + #line 1 "..\..\..\..\..\Pages\Views\HotCoolPlatePage.xaml" + System.Windows.Application.LoadComponent(this, resourceLocater); + + #line default + #line hidden + } + + [System.Diagnostics.DebuggerNonUserCodeAttribute()] + [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "9.0.13.0")] + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] + internal System.Delegate _CreateDelegate(System.Type delegateType, string handler) { + return System.Delegate.CreateDelegate(delegateType, this, handler); + } + + [System.Diagnostics.DebuggerNonUserCodeAttribute()] + [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "9.0.13.0")] + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")] + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")] + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")] + void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) { + this._contentLoaded = true; + } + } +} + diff --git a/uniper_hmi_old/UniperHMI/obj/Debug/net8.0-windows8.0/Pages/Views/KukaRobotPage.g.cs b/uniper_hmi_old/UniperHMI/obj/Debug/net8.0-windows8.0/Pages/Views/KukaRobotPage.g.cs new file mode 100644 index 0000000..b7c9a93 --- /dev/null +++ b/uniper_hmi_old/UniperHMI/obj/Debug/net8.0-windows8.0/Pages/Views/KukaRobotPage.g.cs @@ -0,0 +1,76 @@ +#pragma checksum "..\..\..\..\..\Pages\Views\KukaRobotPage.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "C3698E6F0140F0C798E3F91617B1113720F9123B" +//------------------------------------------------------------------------------ +// +// This code was generated by a tool. +// Runtime Version:4.0.30319.42000 +// +// Changes to this file may cause incorrect behavior and will be lost if +// the code is regenerated. +// +//------------------------------------------------------------------------------ + +using InfineonHMI; +using System; +using System.Diagnostics; +using System.Windows; +using System.Windows.Automation; +using System.Windows.Controls; +using System.Windows.Controls.Primitives; +using System.Windows.Controls.Ribbon; +using System.Windows.Data; +using System.Windows.Documents; +using System.Windows.Ink; +using System.Windows.Input; +using System.Windows.Markup; +using System.Windows.Media; +using System.Windows.Media.Animation; +using System.Windows.Media.Effects; +using System.Windows.Media.Imaging; +using System.Windows.Media.Media3D; +using System.Windows.Media.TextFormatting; +using System.Windows.Navigation; +using System.Windows.Shapes; +using System.Windows.Shell; + + +namespace InfineonHMI { + + + /// + /// KukaRobotPage + /// + public partial class KukaRobotPage : System.Windows.Controls.Page, System.Windows.Markup.IComponentConnector { + + private bool _contentLoaded; + + /// + /// InitializeComponent + /// + [System.Diagnostics.DebuggerNonUserCodeAttribute()] + [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "9.0.13.0")] + public void InitializeComponent() { + if (_contentLoaded) { + return; + } + _contentLoaded = true; + System.Uri resourceLocater = new System.Uri("/InfineonHMI;V0.1.0;component/pages/views/kukarobotpage.xaml", System.UriKind.Relative); + + #line 1 "..\..\..\..\..\Pages\Views\KukaRobotPage.xaml" + System.Windows.Application.LoadComponent(this, resourceLocater); + + #line default + #line hidden + } + + [System.Diagnostics.DebuggerNonUserCodeAttribute()] + [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "9.0.13.0")] + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")] + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")] + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")] + void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) { + this._contentLoaded = true; + } + } +} + diff --git a/uniper_hmi_old/UniperHMI/obj/Debug/net8.0-windows8.0/Pages/Views/MachineOverviewPage.g.cs b/uniper_hmi_old/UniperHMI/obj/Debug/net8.0-windows8.0/Pages/Views/MachineOverviewPage.g.cs new file mode 100644 index 0000000..d692e1d --- /dev/null +++ b/uniper_hmi_old/UniperHMI/obj/Debug/net8.0-windows8.0/Pages/Views/MachineOverviewPage.g.cs @@ -0,0 +1,90 @@ +#pragma checksum "..\..\..\..\..\Pages\Views\MachineOverviewPage.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "C8DBA63D50824988F5CD69D9D1A5DB1F8EE451AB" +//------------------------------------------------------------------------------ +// +// This code was generated by a tool. +// Runtime Version:4.0.30319.42000 +// +// Changes to this file may cause incorrect behavior and will be lost if +// the code is regenerated. +// +//------------------------------------------------------------------------------ + +using InfineonHMI; +using System; +using System.Diagnostics; +using System.Windows; +using System.Windows.Automation; +using System.Windows.Controls; +using System.Windows.Controls.Primitives; +using System.Windows.Controls.Ribbon; +using System.Windows.Data; +using System.Windows.Documents; +using System.Windows.Ink; +using System.Windows.Input; +using System.Windows.Markup; +using System.Windows.Media; +using System.Windows.Media.Animation; +using System.Windows.Media.Effects; +using System.Windows.Media.Imaging; +using System.Windows.Media.Media3D; +using System.Windows.Media.TextFormatting; +using System.Windows.Navigation; +using System.Windows.Shapes; +using System.Windows.Shell; + + +namespace InfineonHMI { + + + /// + /// MachineOverviewPage + /// + public partial class MachineOverviewPage : System.Windows.Controls.Page, System.Windows.Markup.IComponentConnector { + + + #line 95 "..\..\..\..\..\Pages\Views\MachineOverviewPage.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal System.Windows.Controls.Frame DetailFrame; + + #line default + #line hidden + + private bool _contentLoaded; + + /// + /// InitializeComponent + /// + [System.Diagnostics.DebuggerNonUserCodeAttribute()] + [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "9.0.13.0")] + public void InitializeComponent() { + if (_contentLoaded) { + return; + } + _contentLoaded = true; + System.Uri resourceLocater = new System.Uri("/InfineonHMI;V0.1.0;component/pages/views/machineoverviewpage.xaml", System.UriKind.Relative); + + #line 1 "..\..\..\..\..\Pages\Views\MachineOverviewPage.xaml" + System.Windows.Application.LoadComponent(this, resourceLocater); + + #line default + #line hidden + } + + [System.Diagnostics.DebuggerNonUserCodeAttribute()] + [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "9.0.13.0")] + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")] + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")] + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")] + void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) { + switch (connectionId) + { + case 1: + this.DetailFrame = ((System.Windows.Controls.Frame)(target)); + return; + } + this._contentLoaded = true; + } + } +} + diff --git a/uniper_hmi_old/UniperHMI/obj/Debug/net8.0-windows8.0/Pages/Views/MediaCabinetPage.g.cs b/uniper_hmi_old/UniperHMI/obj/Debug/net8.0-windows8.0/Pages/Views/MediaCabinetPage.g.cs new file mode 100644 index 0000000..532457e --- /dev/null +++ b/uniper_hmi_old/UniperHMI/obj/Debug/net8.0-windows8.0/Pages/Views/MediaCabinetPage.g.cs @@ -0,0 +1,84 @@ +#pragma checksum "..\..\..\..\..\Pages\Views\MediaCabinetPage.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "0F2258052D98900345D0485DB69068A763F47799" +//------------------------------------------------------------------------------ +// +// This code was generated by a tool. +// Runtime Version:4.0.30319.42000 +// +// Changes to this file may cause incorrect behavior and will be lost if +// the code is regenerated. +// +//------------------------------------------------------------------------------ + +using Common; +using InfineonHMI; +using System; +using System.Diagnostics; +using System.Windows; +using System.Windows.Automation; +using System.Windows.Controls; +using System.Windows.Controls.Primitives; +using System.Windows.Controls.Ribbon; +using System.Windows.Data; +using System.Windows.Documents; +using System.Windows.Ink; +using System.Windows.Input; +using System.Windows.Markup; +using System.Windows.Media; +using System.Windows.Media.Animation; +using System.Windows.Media.Effects; +using System.Windows.Media.Imaging; +using System.Windows.Media.Media3D; +using System.Windows.Media.TextFormatting; +using System.Windows.Navigation; +using System.Windows.Shapes; +using System.Windows.Shell; + + +namespace InfineonHMI { + + + /// + /// MediaCabinetPage + /// + public partial class MediaCabinetPage : System.Windows.Controls.Page, System.Windows.Markup.IComponentConnector { + + private bool _contentLoaded; + + /// + /// InitializeComponent + /// + [System.Diagnostics.DebuggerNonUserCodeAttribute()] + [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "9.0.13.0")] + public void InitializeComponent() { + if (_contentLoaded) { + return; + } + _contentLoaded = true; + System.Uri resourceLocater = new System.Uri("/InfineonHMI;V0.1.0;component/pages/views/mediacabinetpage.xaml", System.UriKind.Relative); + + #line 1 "..\..\..\..\..\Pages\Views\MediaCabinetPage.xaml" + System.Windows.Application.LoadComponent(this, resourceLocater); + + #line default + #line hidden + } + + [System.Diagnostics.DebuggerNonUserCodeAttribute()] + [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "9.0.13.0")] + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] + internal System.Delegate _CreateDelegate(System.Type delegateType, string handler) { + return System.Delegate.CreateDelegate(delegateType, this, handler); + } + + [System.Diagnostics.DebuggerNonUserCodeAttribute()] + [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "9.0.13.0")] + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")] + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")] + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")] + void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) { + this._contentLoaded = true; + } + } +} + diff --git a/uniper_hmi_old/UniperHMI/obj/Debug/net8.0-windows8.0/Pages/Views/ModuleOverviewPage.g.cs b/uniper_hmi_old/UniperHMI/obj/Debug/net8.0-windows8.0/Pages/Views/ModuleOverviewPage.g.cs new file mode 100644 index 0000000..f7504e3 --- /dev/null +++ b/uniper_hmi_old/UniperHMI/obj/Debug/net8.0-windows8.0/Pages/Views/ModuleOverviewPage.g.cs @@ -0,0 +1,97 @@ +#pragma checksum "..\..\..\..\..\Pages\Views\ModuleOverviewPage.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "81BDC7C0D131DCD5663E3D8D12D8E76F6F3EC2C9" +//------------------------------------------------------------------------------ +// +// This code was generated by a tool. +// Runtime Version:4.0.30319.42000 +// +// Changes to this file may cause incorrect behavior and will be lost if +// the code is regenerated. +// +//------------------------------------------------------------------------------ + +using System; +using System.Diagnostics; +using System.Windows; +using System.Windows.Automation; +using System.Windows.Controls; +using System.Windows.Controls.Primitives; +using System.Windows.Controls.Ribbon; +using System.Windows.Data; +using System.Windows.Documents; +using System.Windows.Ink; +using System.Windows.Input; +using System.Windows.Markup; +using System.Windows.Media; +using System.Windows.Media.Animation; +using System.Windows.Media.Effects; +using System.Windows.Media.Imaging; +using System.Windows.Media.Media3D; +using System.Windows.Media.TextFormatting; +using System.Windows.Navigation; +using System.Windows.Shapes; +using System.Windows.Shell; +using UniperHMI; + + +namespace UniperHMI { + + + /// + /// ModuleOverviewPage + /// + public partial class ModuleOverviewPage : System.Windows.Controls.Page, System.Windows.Markup.IComponentConnector { + + + #line 9 "..\..\..\..\..\Pages\Views\ModuleOverviewPage.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal UniperHMI.ModuleOverviewPage root; + + #line default + #line hidden + + private bool _contentLoaded; + + /// + /// InitializeComponent + /// + [System.Diagnostics.DebuggerNonUserCodeAttribute()] + [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "9.0.13.0")] + public void InitializeComponent() { + if (_contentLoaded) { + return; + } + _contentLoaded = true; + System.Uri resourceLocater = new System.Uri("/InfineonHMI;V0.1.0;component/pages/views/moduleoverviewpage.xaml", System.UriKind.Relative); + + #line 1 "..\..\..\..\..\Pages\Views\ModuleOverviewPage.xaml" + System.Windows.Application.LoadComponent(this, resourceLocater); + + #line default + #line hidden + } + + [System.Diagnostics.DebuggerNonUserCodeAttribute()] + [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "9.0.13.0")] + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] + internal System.Delegate _CreateDelegate(System.Type delegateType, string handler) { + return System.Delegate.CreateDelegate(delegateType, this, handler); + } + + [System.Diagnostics.DebuggerNonUserCodeAttribute()] + [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "9.0.13.0")] + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")] + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")] + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")] + void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) { + switch (connectionId) + { + case 1: + this.root = ((UniperHMI.ModuleOverviewPage)(target)); + return; + } + this._contentLoaded = true; + } + } +} + diff --git a/uniper_hmi_old/UniperHMI/obj/Debug/net8.0-windows8.0/Pages/Views/NIOStationPage.g.cs b/uniper_hmi_old/UniperHMI/obj/Debug/net8.0-windows8.0/Pages/Views/NIOStationPage.g.cs new file mode 100644 index 0000000..f5ab2e2 --- /dev/null +++ b/uniper_hmi_old/UniperHMI/obj/Debug/net8.0-windows8.0/Pages/Views/NIOStationPage.g.cs @@ -0,0 +1,84 @@ +#pragma checksum "..\..\..\..\..\Pages\Views\NIOStationPage.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "851822486D508FB31578829981616132EC615464" +//------------------------------------------------------------------------------ +// +// This code was generated by a tool. +// Runtime Version:4.0.30319.42000 +// +// Changes to this file may cause incorrect behavior and will be lost if +// the code is regenerated. +// +//------------------------------------------------------------------------------ + +using HMIToolkit; +using InfineonHMI; +using System; +using System.Diagnostics; +using System.Windows; +using System.Windows.Automation; +using System.Windows.Controls; +using System.Windows.Controls.Primitives; +using System.Windows.Controls.Ribbon; +using System.Windows.Data; +using System.Windows.Documents; +using System.Windows.Ink; +using System.Windows.Input; +using System.Windows.Markup; +using System.Windows.Media; +using System.Windows.Media.Animation; +using System.Windows.Media.Effects; +using System.Windows.Media.Imaging; +using System.Windows.Media.Media3D; +using System.Windows.Media.TextFormatting; +using System.Windows.Navigation; +using System.Windows.Shapes; +using System.Windows.Shell; + + +namespace InfineonHMI { + + + /// + /// NIOStationPage + /// + public partial class NIOStationPage : System.Windows.Controls.Page, System.Windows.Markup.IComponentConnector { + + private bool _contentLoaded; + + /// + /// InitializeComponent + /// + [System.Diagnostics.DebuggerNonUserCodeAttribute()] + [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "9.0.13.0")] + public void InitializeComponent() { + if (_contentLoaded) { + return; + } + _contentLoaded = true; + System.Uri resourceLocater = new System.Uri("/InfineonHMI;V0.1.0;component/pages/views/niostationpage.xaml", System.UriKind.Relative); + + #line 1 "..\..\..\..\..\Pages\Views\NIOStationPage.xaml" + System.Windows.Application.LoadComponent(this, resourceLocater); + + #line default + #line hidden + } + + [System.Diagnostics.DebuggerNonUserCodeAttribute()] + [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "9.0.13.0")] + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] + internal System.Delegate _CreateDelegate(System.Type delegateType, string handler) { + return System.Delegate.CreateDelegate(delegateType, this, handler); + } + + [System.Diagnostics.DebuggerNonUserCodeAttribute()] + [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "9.0.13.0")] + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")] + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")] + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")] + void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) { + this._contentLoaded = true; + } + } +} + diff --git a/uniper_hmi_old/UniperHMI/obj/Debug/net8.0-windows8.0/Pages/Views/ProductionOverviewPage.g.cs b/uniper_hmi_old/UniperHMI/obj/Debug/net8.0-windows8.0/Pages/Views/ProductionOverviewPage.g.cs new file mode 100644 index 0000000..4d785d0 --- /dev/null +++ b/uniper_hmi_old/UniperHMI/obj/Debug/net8.0-windows8.0/Pages/Views/ProductionOverviewPage.g.cs @@ -0,0 +1,90 @@ +#pragma checksum "..\..\..\..\..\Pages\Views\ProductionOverviewPage.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "B93ADDB540033C3CAB56F4B09CB91D87C7E19933" +//------------------------------------------------------------------------------ +// +// This code was generated by a tool. +// Runtime Version:4.0.30319.42000 +// +// Changes to this file may cause incorrect behavior and will be lost if +// the code is regenerated. +// +//------------------------------------------------------------------------------ + +using InfineonHMI; +using System; +using System.Diagnostics; +using System.Windows; +using System.Windows.Automation; +using System.Windows.Controls; +using System.Windows.Controls.Primitives; +using System.Windows.Controls.Ribbon; +using System.Windows.Data; +using System.Windows.Documents; +using System.Windows.Ink; +using System.Windows.Input; +using System.Windows.Markup; +using System.Windows.Media; +using System.Windows.Media.Animation; +using System.Windows.Media.Effects; +using System.Windows.Media.Imaging; +using System.Windows.Media.Media3D; +using System.Windows.Media.TextFormatting; +using System.Windows.Navigation; +using System.Windows.Shapes; +using System.Windows.Shell; + + +namespace InfineonHMI { + + + /// + /// ProductionOverviewPage + /// + public partial class ProductionOverviewPage : System.Windows.Controls.Page, System.Windows.Markup.IComponentConnector { + + + #line 93 "..\..\..\..\..\Pages\Views\ProductionOverviewPage.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal System.Windows.Controls.Frame DetailFrame; + + #line default + #line hidden + + private bool _contentLoaded; + + /// + /// InitializeComponent + /// + [System.Diagnostics.DebuggerNonUserCodeAttribute()] + [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "9.0.13.0")] + public void InitializeComponent() { + if (_contentLoaded) { + return; + } + _contentLoaded = true; + System.Uri resourceLocater = new System.Uri("/InfineonHMI;V0.1.0;component/pages/views/productionoverviewpage.xaml", System.UriKind.Relative); + + #line 1 "..\..\..\..\..\Pages\Views\ProductionOverviewPage.xaml" + System.Windows.Application.LoadComponent(this, resourceLocater); + + #line default + #line hidden + } + + [System.Diagnostics.DebuggerNonUserCodeAttribute()] + [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "9.0.13.0")] + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")] + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")] + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")] + void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) { + switch (connectionId) + { + case 1: + this.DetailFrame = ((System.Windows.Controls.Frame)(target)); + return; + } + this._contentLoaded = true; + } + } +} + diff --git a/uniper_hmi_old/UniperHMI/obj/Debug/net8.0-windows8.0/Pages/Views/ReceipePage.g.cs b/uniper_hmi_old/UniperHMI/obj/Debug/net8.0-windows8.0/Pages/Views/ReceipePage.g.cs new file mode 100644 index 0000000..2cfd7af --- /dev/null +++ b/uniper_hmi_old/UniperHMI/obj/Debug/net8.0-windows8.0/Pages/Views/ReceipePage.g.cs @@ -0,0 +1,120 @@ +#pragma checksum "..\..\..\..\..\Pages\Views\ReceipePage.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "6061B2748A02C556C889FA558891495E88A8AAF5" +//------------------------------------------------------------------------------ +// +// This code was generated by a tool. +// Runtime Version:4.0.30319.42000 +// +// Changes to this file may cause incorrect behavior and will be lost if +// the code is regenerated. +// +//------------------------------------------------------------------------------ + +using Common; +using InfineonHMI; +using System; +using System.Diagnostics; +using System.Windows; +using System.Windows.Automation; +using System.Windows.Controls; +using System.Windows.Controls.Primitives; +using System.Windows.Controls.Ribbon; +using System.Windows.Data; +using System.Windows.Documents; +using System.Windows.Ink; +using System.Windows.Input; +using System.Windows.Markup; +using System.Windows.Media; +using System.Windows.Media.Animation; +using System.Windows.Media.Effects; +using System.Windows.Media.Imaging; +using System.Windows.Media.Media3D; +using System.Windows.Media.TextFormatting; +using System.Windows.Navigation; +using System.Windows.Shapes; +using System.Windows.Shell; + + +namespace InfineonHMI.Pages.Views { + + + /// + /// ReceipePage + /// + public partial class ReceipePage : System.Windows.Controls.Page, System.Windows.Markup.IComponentConnector { + + + #line 47 "..\..\..\..\..\Pages\Views\ReceipePage.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal System.Windows.Controls.Button BtnReadReceipeFile; + + #line default + #line hidden + + + #line 54 "..\..\..\..\..\Pages\Views\ReceipePage.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal System.Windows.Controls.Button BtnWriteReceipeFile; + + #line default + #line hidden + + + #line 60 "..\..\..\..\..\Pages\Views\ReceipePage.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal System.Windows.Controls.Button BtnWriteToPlc; + + #line default + #line hidden + + private bool _contentLoaded; + + /// + /// InitializeComponent + /// + [System.Diagnostics.DebuggerNonUserCodeAttribute()] + [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "9.0.13.0")] + public void InitializeComponent() { + if (_contentLoaded) { + return; + } + _contentLoaded = true; + System.Uri resourceLocater = new System.Uri("/InfineonHMI;V0.1.0;component/pages/views/receipepage.xaml", System.UriKind.Relative); + + #line 1 "..\..\..\..\..\Pages\Views\ReceipePage.xaml" + System.Windows.Application.LoadComponent(this, resourceLocater); + + #line default + #line hidden + } + + [System.Diagnostics.DebuggerNonUserCodeAttribute()] + [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "9.0.13.0")] + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] + internal System.Delegate _CreateDelegate(System.Type delegateType, string handler) { + return System.Delegate.CreateDelegate(delegateType, this, handler); + } + + [System.Diagnostics.DebuggerNonUserCodeAttribute()] + [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "9.0.13.0")] + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")] + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")] + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")] + void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) { + switch (connectionId) + { + case 1: + this.BtnReadReceipeFile = ((System.Windows.Controls.Button)(target)); + return; + case 2: + this.BtnWriteReceipeFile = ((System.Windows.Controls.Button)(target)); + return; + case 3: + this.BtnWriteToPlc = ((System.Windows.Controls.Button)(target)); + return; + } + this._contentLoaded = true; + } + } +} + diff --git a/uniper_hmi_old/UniperHMI/obj/Debug/net8.0-windows8.0/Pages/Views/StringOverviewPage.g.cs b/uniper_hmi_old/UniperHMI/obj/Debug/net8.0-windows8.0/Pages/Views/StringOverviewPage.g.cs new file mode 100644 index 0000000..d97939c --- /dev/null +++ b/uniper_hmi_old/UniperHMI/obj/Debug/net8.0-windows8.0/Pages/Views/StringOverviewPage.g.cs @@ -0,0 +1,97 @@ +#pragma checksum "..\..\..\..\..\Pages\Views\StringOverviewPage.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "35BA9405E8511CA0685692905CE13D6D46160842" +//------------------------------------------------------------------------------ +// +// This code was generated by a tool. +// Runtime Version:4.0.30319.42000 +// +// Changes to this file may cause incorrect behavior and will be lost if +// the code is regenerated. +// +//------------------------------------------------------------------------------ + +using System; +using System.Diagnostics; +using System.Windows; +using System.Windows.Automation; +using System.Windows.Controls; +using System.Windows.Controls.Primitives; +using System.Windows.Controls.Ribbon; +using System.Windows.Data; +using System.Windows.Documents; +using System.Windows.Ink; +using System.Windows.Input; +using System.Windows.Markup; +using System.Windows.Media; +using System.Windows.Media.Animation; +using System.Windows.Media.Effects; +using System.Windows.Media.Imaging; +using System.Windows.Media.Media3D; +using System.Windows.Media.TextFormatting; +using System.Windows.Navigation; +using System.Windows.Shapes; +using System.Windows.Shell; +using UniperHMI; + + +namespace UniperHMI { + + + /// + /// StringOverviewPage + /// + public partial class StringOverviewPage : System.Windows.Controls.Page, System.Windows.Markup.IComponentConnector { + + + #line 11 "..\..\..\..\..\Pages\Views\StringOverviewPage.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal UniperHMI.StringOverviewPage root; + + #line default + #line hidden + + private bool _contentLoaded; + + /// + /// InitializeComponent + /// + [System.Diagnostics.DebuggerNonUserCodeAttribute()] + [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "9.0.13.0")] + public void InitializeComponent() { + if (_contentLoaded) { + return; + } + _contentLoaded = true; + System.Uri resourceLocater = new System.Uri("/InfineonHMI;V0.1.0;component/pages/views/stringoverviewpage.xaml", System.UriKind.Relative); + + #line 1 "..\..\..\..\..\Pages\Views\StringOverviewPage.xaml" + System.Windows.Application.LoadComponent(this, resourceLocater); + + #line default + #line hidden + } + + [System.Diagnostics.DebuggerNonUserCodeAttribute()] + [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "9.0.13.0")] + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] + internal System.Delegate _CreateDelegate(System.Type delegateType, string handler) { + return System.Delegate.CreateDelegate(delegateType, this, handler); + } + + [System.Diagnostics.DebuggerNonUserCodeAttribute()] + [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "9.0.13.0")] + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")] + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")] + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")] + void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) { + switch (connectionId) + { + case 1: + this.root = ((UniperHMI.StringOverviewPage)(target)); + return; + } + this._contentLoaded = true; + } + } +} + diff --git a/uniper_hmi_old/UniperHMI/obj/Debug/net8.0-windows8.0/Pages/Views/TrayFeederPage.g.cs b/uniper_hmi_old/UniperHMI/obj/Debug/net8.0-windows8.0/Pages/Views/TrayFeederPage.g.cs new file mode 100644 index 0000000..918b9ba --- /dev/null +++ b/uniper_hmi_old/UniperHMI/obj/Debug/net8.0-windows8.0/Pages/Views/TrayFeederPage.g.cs @@ -0,0 +1,76 @@ +#pragma checksum "..\..\..\..\..\Pages\Views\TrayFeederPage.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "EBDFDEA51FECE491F2D39EB8D799A1429681F016" +//------------------------------------------------------------------------------ +// +// This code was generated by a tool. +// Runtime Version:4.0.30319.42000 +// +// Changes to this file may cause incorrect behavior and will be lost if +// the code is regenerated. +// +//------------------------------------------------------------------------------ + +using InfineonHMI; +using System; +using System.Diagnostics; +using System.Windows; +using System.Windows.Automation; +using System.Windows.Controls; +using System.Windows.Controls.Primitives; +using System.Windows.Controls.Ribbon; +using System.Windows.Data; +using System.Windows.Documents; +using System.Windows.Ink; +using System.Windows.Input; +using System.Windows.Markup; +using System.Windows.Media; +using System.Windows.Media.Animation; +using System.Windows.Media.Effects; +using System.Windows.Media.Imaging; +using System.Windows.Media.Media3D; +using System.Windows.Media.TextFormatting; +using System.Windows.Navigation; +using System.Windows.Shapes; +using System.Windows.Shell; + + +namespace InfineonHMI { + + + /// + /// TrayFeederPage + /// + public partial class TrayFeederPage : System.Windows.Controls.Page, System.Windows.Markup.IComponentConnector { + + private bool _contentLoaded; + + /// + /// InitializeComponent + /// + [System.Diagnostics.DebuggerNonUserCodeAttribute()] + [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "9.0.13.0")] + public void InitializeComponent() { + if (_contentLoaded) { + return; + } + _contentLoaded = true; + System.Uri resourceLocater = new System.Uri("/InfineonHMI;V0.1.0;component/pages/views/trayfeederpage.xaml", System.UriKind.Relative); + + #line 1 "..\..\..\..\..\Pages\Views\TrayFeederPage.xaml" + System.Windows.Application.LoadComponent(this, resourceLocater); + + #line default + #line hidden + } + + [System.Diagnostics.DebuggerNonUserCodeAttribute()] + [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "9.0.13.0")] + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")] + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")] + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")] + void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) { + this._contentLoaded = true; + } + } +} + diff --git a/uniper_hmi_old/UniperHMI/obj/Debug/net8.0-windows8.0/Pages/Views/UnitOverviewPage.g.cs b/uniper_hmi_old/UniperHMI/obj/Debug/net8.0-windows8.0/Pages/Views/UnitOverviewPage.g.cs new file mode 100644 index 0000000..f61f364 --- /dev/null +++ b/uniper_hmi_old/UniperHMI/obj/Debug/net8.0-windows8.0/Pages/Views/UnitOverviewPage.g.cs @@ -0,0 +1,97 @@ +#pragma checksum "..\..\..\..\..\Pages\Views\UnitOverviewPage.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "5A7659D908C0D434966B038119662624EF1100E5" +//------------------------------------------------------------------------------ +// +// This code was generated by a tool. +// Runtime Version:4.0.30319.42000 +// +// Changes to this file may cause incorrect behavior and will be lost if +// the code is regenerated. +// +//------------------------------------------------------------------------------ + +using System; +using System.Diagnostics; +using System.Windows; +using System.Windows.Automation; +using System.Windows.Controls; +using System.Windows.Controls.Primitives; +using System.Windows.Controls.Ribbon; +using System.Windows.Data; +using System.Windows.Documents; +using System.Windows.Ink; +using System.Windows.Input; +using System.Windows.Markup; +using System.Windows.Media; +using System.Windows.Media.Animation; +using System.Windows.Media.Effects; +using System.Windows.Media.Imaging; +using System.Windows.Media.Media3D; +using System.Windows.Media.TextFormatting; +using System.Windows.Navigation; +using System.Windows.Shapes; +using System.Windows.Shell; +using UniperHMI; + + +namespace UniperHMI { + + + /// + /// UnitOverviewPage + /// + public partial class UnitOverviewPage : System.Windows.Controls.Page, System.Windows.Markup.IComponentConnector { + + + #line 11 "..\..\..\..\..\Pages\Views\UnitOverviewPage.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal UniperHMI.UnitOverviewPage root; + + #line default + #line hidden + + private bool _contentLoaded; + + /// + /// InitializeComponent + /// + [System.Diagnostics.DebuggerNonUserCodeAttribute()] + [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "9.0.13.0")] + public void InitializeComponent() { + if (_contentLoaded) { + return; + } + _contentLoaded = true; + System.Uri resourceLocater = new System.Uri("/InfineonHMI;V0.1.0;component/pages/views/unitoverviewpage.xaml", System.UriKind.Relative); + + #line 1 "..\..\..\..\..\Pages\Views\UnitOverviewPage.xaml" + System.Windows.Application.LoadComponent(this, resourceLocater); + + #line default + #line hidden + } + + [System.Diagnostics.DebuggerNonUserCodeAttribute()] + [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "9.0.13.0")] + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] + internal System.Delegate _CreateDelegate(System.Type delegateType, string handler) { + return System.Delegate.CreateDelegate(delegateType, this, handler); + } + + [System.Diagnostics.DebuggerNonUserCodeAttribute()] + [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "9.0.13.0")] + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")] + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")] + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")] + void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) { + switch (connectionId) + { + case 1: + this.root = ((UniperHMI.UnitOverviewPage)(target)); + return; + } + this._contentLoaded = true; + } + } +} + diff --git a/uniper_hmi_old/UniperHMI/obj/Debug/net8.0-windows8.0/SettingsPage/SettingsPage.g.cs b/uniper_hmi_old/UniperHMI/obj/Debug/net8.0-windows8.0/SettingsPage/SettingsPage.g.cs new file mode 100644 index 0000000..e0cd894 --- /dev/null +++ b/uniper_hmi_old/UniperHMI/obj/Debug/net8.0-windows8.0/SettingsPage/SettingsPage.g.cs @@ -0,0 +1,102 @@ +#pragma checksum "..\..\..\..\SettingsPage\SettingsPage.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "F166FEA04F50832E5927F6CCA5E8E35D20667D9A" +//------------------------------------------------------------------------------ +// +// This code was generated by a tool. +// Runtime Version:4.0.30319.42000 +// +// Changes to this file may cause incorrect behavior and will be lost if +// the code is regenerated. +// +//------------------------------------------------------------------------------ + +using InfineonHMI; +using MahApps.Metro.Controls; +using System; +using System.Diagnostics; +using System.Windows; +using System.Windows.Automation; +using System.Windows.Controls; +using System.Windows.Controls.Primitives; +using System.Windows.Controls.Ribbon; +using System.Windows.Data; +using System.Windows.Documents; +using System.Windows.Ink; +using System.Windows.Input; +using System.Windows.Markup; +using System.Windows.Media; +using System.Windows.Media.Animation; +using System.Windows.Media.Effects; +using System.Windows.Media.Imaging; +using System.Windows.Media.Media3D; +using System.Windows.Media.TextFormatting; +using System.Windows.Navigation; +using System.Windows.Shapes; +using System.Windows.Shell; + + +namespace InfineonHMI { + + + /// + /// SettingsPage + /// + public partial class SettingsPage : System.Windows.Controls.Page, System.Windows.Markup.IComponentConnector { + + + #line 21 "..\..\..\..\SettingsPage\SettingsPage.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal System.Windows.Controls.Button BtnReadIni; + + #line default + #line hidden + + + #line 32 "..\..\..\..\SettingsPage\SettingsPage.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal System.Windows.Controls.TreeView treeview; + + #line default + #line hidden + + private bool _contentLoaded; + + /// + /// InitializeComponent + /// + [System.Diagnostics.DebuggerNonUserCodeAttribute()] + [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "9.0.13.0")] + public void InitializeComponent() { + if (_contentLoaded) { + return; + } + _contentLoaded = true; + System.Uri resourceLocater = new System.Uri("/UniperHMI;V0.1.0;component/settingspage/settingspage.xaml", System.UriKind.Relative); + + #line 1 "..\..\..\..\SettingsPage\SettingsPage.xaml" + System.Windows.Application.LoadComponent(this, resourceLocater); + + #line default + #line hidden + } + + [System.Diagnostics.DebuggerNonUserCodeAttribute()] + [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "9.0.13.0")] + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")] + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")] + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")] + void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) { + switch (connectionId) + { + case 1: + this.BtnReadIni = ((System.Windows.Controls.Button)(target)); + return; + case 2: + this.treeview = ((System.Windows.Controls.TreeView)(target)); + return; + } + this._contentLoaded = true; + } + } +} + diff --git a/uniper_hmi_old/UniperHMI/obj/Debug/net8.0-windows8.0/UniperHMI.AssemblyInfo.cs b/uniper_hmi_old/UniperHMI/obj/Debug/net8.0-windows8.0/UniperHMI.AssemblyInfo.cs new file mode 100644 index 0000000..c623cd1 --- /dev/null +++ b/uniper_hmi_old/UniperHMI/obj/Debug/net8.0-windows8.0/UniperHMI.AssemblyInfo.cs @@ -0,0 +1,25 @@ +//------------------------------------------------------------------------------ +// +// This code was generated by a tool. +// Runtime Version:4.0.30319.42000 +// +// Changes to this file may cause incorrect behavior and will be lost if +// the code is regenerated. +// +//------------------------------------------------------------------------------ + +using System; +using System.Reflection; + +[assembly: System.Reflection.AssemblyCompanyAttribute("UniperHMI")] +[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] +[assembly: System.Reflection.AssemblyFileVersionAttribute("0.1")] +[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+d2665d17faf70ba42f6e506656ac85815349488b")] +[assembly: System.Reflection.AssemblyProductAttribute("UniperHMI")] +[assembly: System.Reflection.AssemblyTitleAttribute("UniperHMI")] +[assembly: System.Reflection.AssemblyVersionAttribute("0.1.0")] +[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows8.0")] +[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows8.0")] + +// Generated by the MSBuild WriteCodeFragment class. + diff --git a/uniper_hmi_old/UniperHMI/obj/Debug/net8.0-windows8.0/UniperHMI.AssemblyInfoInputs.cache b/uniper_hmi_old/UniperHMI/obj/Debug/net8.0-windows8.0/UniperHMI.AssemblyInfoInputs.cache new file mode 100644 index 0000000..6f72400 --- /dev/null +++ b/uniper_hmi_old/UniperHMI/obj/Debug/net8.0-windows8.0/UniperHMI.AssemblyInfoInputs.cache @@ -0,0 +1 @@ +b2004eefcb55331ac1d40d771a21a84d32696b92d608f695ca9517bd8804d79c diff --git a/uniper_hmi_old/UniperHMI/obj/Debug/net8.0-windows8.0/UniperHMI.GeneratedMSBuildEditorConfig.editorconfig b/uniper_hmi_old/UniperHMI/obj/Debug/net8.0-windows8.0/UniperHMI.GeneratedMSBuildEditorConfig.editorconfig new file mode 100644 index 0000000..78493f7 --- /dev/null +++ b/uniper_hmi_old/UniperHMI/obj/Debug/net8.0-windows8.0/UniperHMI.GeneratedMSBuildEditorConfig.editorconfig @@ -0,0 +1,16 @@ +is_global = true +build_property.TargetFramework = net8.0-windows8.0 +build_property.TargetPlatformMinVersion = 8.0 +build_property.UsingMicrosoftNETSdkWeb = +build_property.ProjectTypeGuids = +build_property.InvariantGlobalization = +build_property.PlatformNeutralAssembly = +build_property.EnforceExtendedAnalyzerRules = +build_property._SupportedPlatformList = Linux,macOS,Windows +build_property.RootNamespace = UniperHMI +build_property.ProjectDir = C:\Users\M.Heisig\Documents\CS_Projects\infineon_hmi\uniper_hmi_old\UniperHMI\ +build_property.EnableComHosting = +build_property.EnableGeneratedComInterfaceComImportInterop = +build_property.CsWinRTUseWindowsUIXamlProjections = false +build_property.EffectiveAnalysisLevelStyle = 8.0 +build_property.EnableCodeStyleSeverity = diff --git a/uniper_hmi_old/UniperHMI/obj/Debug/net8.0-windows8.0/UniperHMI.GlobalUsings.g.cs b/uniper_hmi_old/UniperHMI/obj/Debug/net8.0-windows8.0/UniperHMI.GlobalUsings.g.cs new file mode 100644 index 0000000..08bb19f --- /dev/null +++ b/uniper_hmi_old/UniperHMI/obj/Debug/net8.0-windows8.0/UniperHMI.GlobalUsings.g.cs @@ -0,0 +1,6 @@ +// +global using global::System; +global using global::System.Collections.Generic; +global using global::System.Linq; +global using global::System.Threading; +global using global::System.Threading.Tasks; diff --git a/uniper_hmi_old/UniperHMI/obj/Debug/net8.0-windows8.0/UniperHMI.csproj.AssemblyReference.cache b/uniper_hmi_old/UniperHMI/obj/Debug/net8.0-windows8.0/UniperHMI.csproj.AssemblyReference.cache new file mode 100644 index 0000000000000000000000000000000000000000..385207dac00b88dfd2571da93852c14b1ec9e41f GIT binary patch literal 377 zcmY+A!AiqG5QcZ4ROwUX0YauFf*8o5#6v{_0j;Nn5R+-Uy4jUYR>(=;&v)=OJa}=t zv`w9b{r{O^c0P6rz!(F{629)pbUcq%Bs#I>x4O11slMacLs=O8LbdZkZGmKp}v-c}E6VKzt4f_KCQgT=T literal 0 HcmV?d00001 diff --git a/uniper_hmi_old/UniperHMI/obj/Release/net8.0-windows8.0/.NETCoreApp,Version=v8.0.AssemblyAttributes.cs b/uniper_hmi_old/UniperHMI/obj/Release/net8.0-windows8.0/.NETCoreApp,Version=v8.0.AssemblyAttributes.cs new file mode 100644 index 0000000..2217181 --- /dev/null +++ b/uniper_hmi_old/UniperHMI/obj/Release/net8.0-windows8.0/.NETCoreApp,Version=v8.0.AssemblyAttributes.cs @@ -0,0 +1,4 @@ +// +using System; +using System.Reflection; +[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v8.0", FrameworkDisplayName = ".NET 8.0")] diff --git a/uniper_hmi_old/UniperHMI/obj/Release/net8.0-windows8.0/App.g.cs b/uniper_hmi_old/UniperHMI/obj/Release/net8.0-windows8.0/App.g.cs new file mode 100644 index 0000000..662061c --- /dev/null +++ b/uniper_hmi_old/UniperHMI/obj/Release/net8.0-windows8.0/App.g.cs @@ -0,0 +1,78 @@ +#pragma checksum "..\..\..\App.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "ED9C0E5E2D970ACBB18C2C046AD385AD33D87AD5" +//------------------------------------------------------------------------------ +// +// This code was generated by a tool. +// Runtime Version:4.0.30319.42000 +// +// Changes to this file may cause incorrect behavior and will be lost if +// the code is regenerated. +// +//------------------------------------------------------------------------------ + +using InfineonHMI; +using System; +using System.Diagnostics; +using System.Windows; +using System.Windows.Automation; +using System.Windows.Controls; +using System.Windows.Controls.Primitives; +using System.Windows.Controls.Ribbon; +using System.Windows.Data; +using System.Windows.Documents; +using System.Windows.Ink; +using System.Windows.Input; +using System.Windows.Markup; +using System.Windows.Media; +using System.Windows.Media.Animation; +using System.Windows.Media.Effects; +using System.Windows.Media.Imaging; +using System.Windows.Media.Media3D; +using System.Windows.Media.TextFormatting; +using System.Windows.Navigation; +using System.Windows.Shapes; +using System.Windows.Shell; + + +namespace InfineonHMI { + + + /// + /// App + /// + public partial class App : System.Windows.Application { + + private bool _contentLoaded; + + /// + /// InitializeComponent + /// + [System.Diagnostics.DebuggerNonUserCodeAttribute()] + [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "9.0.13.0")] + public void InitializeComponent() { + if (_contentLoaded) { + return; + } + _contentLoaded = true; + System.Uri resourceLocater = new System.Uri("/InfineonHMI;V0.1.0;component/app.xaml", System.UriKind.Relative); + + #line 1 "..\..\..\App.xaml" + System.Windows.Application.LoadComponent(this, resourceLocater); + + #line default + #line hidden + } + + /// + /// Application Entry Point. + /// + [System.STAThreadAttribute()] + [System.Diagnostics.DebuggerNonUserCodeAttribute()] + [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "9.0.13.0")] + public static void Main() { + InfineonHMI.App app = new InfineonHMI.App(); + app.InitializeComponent(); + app.Run(); + } + } +} + diff --git a/uniper_hmi_old/UniperHMI/obj/Release/net8.0-windows8.0/Common/MediaContainer.g.cs b/uniper_hmi_old/UniperHMI/obj/Release/net8.0-windows8.0/Common/MediaContainer.g.cs new file mode 100644 index 0000000..10c3b76 --- /dev/null +++ b/uniper_hmi_old/UniperHMI/obj/Release/net8.0-windows8.0/Common/MediaContainer.g.cs @@ -0,0 +1,102 @@ +#pragma checksum "..\..\..\..\Common\MediaContainer.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "CC9A27B109ABE9453E5A719A5AB7CAB0EF654DD7" +//------------------------------------------------------------------------------ +// +// This code was generated by a tool. +// Runtime Version:4.0.30319.42000 +// +// Changes to this file may cause incorrect behavior and will be lost if +// the code is regenerated. +// +//------------------------------------------------------------------------------ + +using Common; +using HMIToolkit; +using System; +using System.Diagnostics; +using System.Windows; +using System.Windows.Automation; +using System.Windows.Controls; +using System.Windows.Controls.Primitives; +using System.Windows.Controls.Ribbon; +using System.Windows.Data; +using System.Windows.Documents; +using System.Windows.Ink; +using System.Windows.Input; +using System.Windows.Markup; +using System.Windows.Media; +using System.Windows.Media.Animation; +using System.Windows.Media.Effects; +using System.Windows.Media.Imaging; +using System.Windows.Media.Media3D; +using System.Windows.Media.TextFormatting; +using System.Windows.Navigation; +using System.Windows.Shapes; +using System.Windows.Shell; + + +namespace Common { + + + /// + /// MediaContainer + /// + public partial class MediaContainer : System.Windows.Controls.UserControl, System.Windows.Markup.IComponentConnector { + + + #line 78 "..\..\..\..\Common\MediaContainer.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal System.Windows.Controls.Button btnFill; + + #line default + #line hidden + + + #line 79 "..\..\..\..\Common\MediaContainer.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal System.Windows.Controls.Button btnOpen; + + #line default + #line hidden + + private bool _contentLoaded; + + /// + /// InitializeComponent + /// + [System.Diagnostics.DebuggerNonUserCodeAttribute()] + [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "9.0.13.0")] + public void InitializeComponent() { + if (_contentLoaded) { + return; + } + _contentLoaded = true; + System.Uri resourceLocater = new System.Uri("/InfineonHMI;V0.1.0;component/common/mediacontainer.xaml", System.UriKind.Relative); + + #line 1 "..\..\..\..\Common\MediaContainer.xaml" + System.Windows.Application.LoadComponent(this, resourceLocater); + + #line default + #line hidden + } + + [System.Diagnostics.DebuggerNonUserCodeAttribute()] + [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "9.0.13.0")] + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")] + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")] + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")] + void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) { + switch (connectionId) + { + case 1: + this.btnFill = ((System.Windows.Controls.Button)(target)); + return; + case 2: + this.btnOpen = ((System.Windows.Controls.Button)(target)); + return; + } + this._contentLoaded = true; + } + } +} + diff --git a/uniper_hmi_old/UniperHMI/obj/Release/net8.0-windows8.0/Common/ParamControlFloat.g.cs b/uniper_hmi_old/UniperHMI/obj/Release/net8.0-windows8.0/Common/ParamControlFloat.g.cs new file mode 100644 index 0000000..a903e96 --- /dev/null +++ b/uniper_hmi_old/UniperHMI/obj/Release/net8.0-windows8.0/Common/ParamControlFloat.g.cs @@ -0,0 +1,101 @@ +#pragma checksum "..\..\..\..\Common\ParamControlFloat.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "DF8577E836E70711D02A49B29340A7DF29106A6C" +//------------------------------------------------------------------------------ +// +// This code was generated by a tool. +// Runtime Version:4.0.30319.42000 +// +// Changes to this file may cause incorrect behavior and will be lost if +// the code is regenerated. +// +//------------------------------------------------------------------------------ + +using Common; +using System; +using System.Diagnostics; +using System.Windows; +using System.Windows.Automation; +using System.Windows.Controls; +using System.Windows.Controls.Primitives; +using System.Windows.Controls.Ribbon; +using System.Windows.Data; +using System.Windows.Documents; +using System.Windows.Ink; +using System.Windows.Input; +using System.Windows.Markup; +using System.Windows.Media; +using System.Windows.Media.Animation; +using System.Windows.Media.Effects; +using System.Windows.Media.Imaging; +using System.Windows.Media.Media3D; +using System.Windows.Media.TextFormatting; +using System.Windows.Navigation; +using System.Windows.Shapes; +using System.Windows.Shell; + + +namespace Common { + + + /// + /// ParamControlFloat + /// + public partial class ParamControlFloat : System.Windows.Controls.UserControl, System.Windows.Markup.IComponentConnector { + + + #line 28 "..\..\..\..\Common\ParamControlFloat.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal System.Windows.Controls.Label tbName; + + #line default + #line hidden + + + #line 29 "..\..\..\..\Common\ParamControlFloat.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal System.Windows.Controls.TextBox tbValue; + + #line default + #line hidden + + private bool _contentLoaded; + + /// + /// InitializeComponent + /// + [System.Diagnostics.DebuggerNonUserCodeAttribute()] + [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "9.0.13.0")] + public void InitializeComponent() { + if (_contentLoaded) { + return; + } + _contentLoaded = true; + System.Uri resourceLocater = new System.Uri("/InfineonHMI;V0.1.0;component/common/paramcontrolfloat.xaml", System.UriKind.Relative); + + #line 1 "..\..\..\..\Common\ParamControlFloat.xaml" + System.Windows.Application.LoadComponent(this, resourceLocater); + + #line default + #line hidden + } + + [System.Diagnostics.DebuggerNonUserCodeAttribute()] + [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "9.0.13.0")] + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")] + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")] + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")] + void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) { + switch (connectionId) + { + case 1: + this.tbName = ((System.Windows.Controls.Label)(target)); + return; + case 2: + this.tbValue = ((System.Windows.Controls.TextBox)(target)); + return; + } + this._contentLoaded = true; + } + } +} + diff --git a/uniper_hmi_old/UniperHMI/obj/Release/net8.0-windows8.0/Common/ParamControlInt.g.cs b/uniper_hmi_old/UniperHMI/obj/Release/net8.0-windows8.0/Common/ParamControlInt.g.cs new file mode 100644 index 0000000..eed892f --- /dev/null +++ b/uniper_hmi_old/UniperHMI/obj/Release/net8.0-windows8.0/Common/ParamControlInt.g.cs @@ -0,0 +1,101 @@ +#pragma checksum "..\..\..\..\Common\ParamControlInt.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "22C26FD2A60ECE4ACA9FC694AD63DC632CCB5975" +//------------------------------------------------------------------------------ +// +// This code was generated by a tool. +// Runtime Version:4.0.30319.42000 +// +// Changes to this file may cause incorrect behavior and will be lost if +// the code is regenerated. +// +//------------------------------------------------------------------------------ + +using Common; +using System; +using System.Diagnostics; +using System.Windows; +using System.Windows.Automation; +using System.Windows.Controls; +using System.Windows.Controls.Primitives; +using System.Windows.Controls.Ribbon; +using System.Windows.Data; +using System.Windows.Documents; +using System.Windows.Ink; +using System.Windows.Input; +using System.Windows.Markup; +using System.Windows.Media; +using System.Windows.Media.Animation; +using System.Windows.Media.Effects; +using System.Windows.Media.Imaging; +using System.Windows.Media.Media3D; +using System.Windows.Media.TextFormatting; +using System.Windows.Navigation; +using System.Windows.Shapes; +using System.Windows.Shell; + + +namespace Common { + + + /// + /// ParamControlInt + /// + public partial class ParamControlInt : System.Windows.Controls.UserControl, System.Windows.Markup.IComponentConnector { + + + #line 28 "..\..\..\..\Common\ParamControlInt.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal System.Windows.Controls.Label tbName; + + #line default + #line hidden + + + #line 29 "..\..\..\..\Common\ParamControlInt.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal System.Windows.Controls.TextBox tbValue; + + #line default + #line hidden + + private bool _contentLoaded; + + /// + /// InitializeComponent + /// + [System.Diagnostics.DebuggerNonUserCodeAttribute()] + [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "9.0.13.0")] + public void InitializeComponent() { + if (_contentLoaded) { + return; + } + _contentLoaded = true; + System.Uri resourceLocater = new System.Uri("/InfineonHMI;V0.1.0;component/common/paramcontrolint.xaml", System.UriKind.Relative); + + #line 1 "..\..\..\..\Common\ParamControlInt.xaml" + System.Windows.Application.LoadComponent(this, resourceLocater); + + #line default + #line hidden + } + + [System.Diagnostics.DebuggerNonUserCodeAttribute()] + [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "9.0.13.0")] + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")] + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")] + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")] + void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) { + switch (connectionId) + { + case 1: + this.tbName = ((System.Windows.Controls.Label)(target)); + return; + case 2: + this.tbValue = ((System.Windows.Controls.TextBox)(target)); + return; + } + this._contentLoaded = true; + } + } +} + diff --git a/uniper_hmi_old/UniperHMI/obj/Release/net8.0-windows8.0/GeneratedInternalTypeHelper.g.cs b/uniper_hmi_old/UniperHMI/obj/Release/net8.0-windows8.0/GeneratedInternalTypeHelper.g.cs new file mode 100644 index 0000000..3191986 --- /dev/null +++ b/uniper_hmi_old/UniperHMI/obj/Release/net8.0-windows8.0/GeneratedInternalTypeHelper.g.cs @@ -0,0 +1,62 @@ +//------------------------------------------------------------------------------ +// +// This code was generated by a tool. +// Runtime Version:4.0.30319.42000 +// +// Changes to this file may cause incorrect behavior and will be lost if +// the code is regenerated. +// +//------------------------------------------------------------------------------ + +namespace XamlGeneratedNamespace { + + + /// + /// GeneratedInternalTypeHelper + /// + [System.Diagnostics.DebuggerNonUserCodeAttribute()] + [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "9.0.13.0")] + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] + public sealed class GeneratedInternalTypeHelper : System.Windows.Markup.InternalTypeHelper { + + /// + /// CreateInstance + /// + protected override object CreateInstance(System.Type type, System.Globalization.CultureInfo culture) { + return System.Activator.CreateInstance(type, ((System.Reflection.BindingFlags.Public | System.Reflection.BindingFlags.NonPublic) + | (System.Reflection.BindingFlags.Instance | System.Reflection.BindingFlags.CreateInstance)), null, null, culture); + } + + /// + /// GetPropertyValue + /// + protected override object GetPropertyValue(System.Reflection.PropertyInfo propertyInfo, object target, System.Globalization.CultureInfo culture) { + return propertyInfo.GetValue(target, System.Reflection.BindingFlags.Default, null, null, culture); + } + + /// + /// SetPropertyValue + /// + protected override void SetPropertyValue(System.Reflection.PropertyInfo propertyInfo, object target, object value, System.Globalization.CultureInfo culture) { + propertyInfo.SetValue(target, value, System.Reflection.BindingFlags.Default, null, null, culture); + } + + /// + /// CreateDelegate + /// + protected override System.Delegate CreateDelegate(System.Type delegateType, object target, string handler) { + return ((System.Delegate)(target.GetType().InvokeMember("_CreateDelegate", (System.Reflection.BindingFlags.InvokeMethod + | (System.Reflection.BindingFlags.NonPublic | System.Reflection.BindingFlags.Instance)), null, target, new object[] { + delegateType, + handler}, null))); + } + + /// + /// AddEventHandler + /// + protected override void AddEventHandler(System.Reflection.EventInfo eventInfo, object target, System.Delegate handler) { + eventInfo.AddEventHandler(target, handler); + } + } +} + diff --git a/uniper_hmi_old/UniperHMI/obj/Release/net8.0-windows8.0/HMIToolkit/AnalogMotorWindow.g.cs b/uniper_hmi_old/UniperHMI/obj/Release/net8.0-windows8.0/HMIToolkit/AnalogMotorWindow.g.cs new file mode 100644 index 0000000..bc5148f --- /dev/null +++ b/uniper_hmi_old/UniperHMI/obj/Release/net8.0-windows8.0/HMIToolkit/AnalogMotorWindow.g.cs @@ -0,0 +1,76 @@ +#pragma checksum "..\..\..\..\HMIToolkit\AnalogMotorWindow.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "7F21C349321B752D1FF2441E48EB305D10140E9A" +//------------------------------------------------------------------------------ +// +// This code was generated by a tool. +// Runtime Version:4.0.30319.42000 +// +// Changes to this file may cause incorrect behavior and will be lost if +// the code is regenerated. +// +//------------------------------------------------------------------------------ + +using HMIToolkit; +using System; +using System.Diagnostics; +using System.Windows; +using System.Windows.Automation; +using System.Windows.Controls; +using System.Windows.Controls.Primitives; +using System.Windows.Controls.Ribbon; +using System.Windows.Data; +using System.Windows.Documents; +using System.Windows.Ink; +using System.Windows.Input; +using System.Windows.Markup; +using System.Windows.Media; +using System.Windows.Media.Animation; +using System.Windows.Media.Effects; +using System.Windows.Media.Imaging; +using System.Windows.Media.Media3D; +using System.Windows.Media.TextFormatting; +using System.Windows.Navigation; +using System.Windows.Shapes; +using System.Windows.Shell; + + +namespace HMIToolkit { + + + /// + /// AnalogMotorWindow + /// + public partial class AnalogMotorWindow : System.Windows.Window, System.Windows.Markup.IComponentConnector { + + private bool _contentLoaded; + + /// + /// InitializeComponent + /// + [System.Diagnostics.DebuggerNonUserCodeAttribute()] + [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "9.0.13.0")] + public void InitializeComponent() { + if (_contentLoaded) { + return; + } + _contentLoaded = true; + System.Uri resourceLocater = new System.Uri("/InfineonHMI;V0.1.0;component/hmitoolkit/analogmotorwindow.xaml", System.UriKind.Relative); + + #line 1 "..\..\..\..\HMIToolkit\AnalogMotorWindow.xaml" + System.Windows.Application.LoadComponent(this, resourceLocater); + + #line default + #line hidden + } + + [System.Diagnostics.DebuggerNonUserCodeAttribute()] + [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "9.0.13.0")] + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")] + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")] + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")] + void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) { + this._contentLoaded = true; + } + } +} + diff --git a/uniper_hmi_old/UniperHMI/obj/Release/net8.0-windows8.0/HMIToolkit/BinaryValveWindow.g.cs b/uniper_hmi_old/UniperHMI/obj/Release/net8.0-windows8.0/HMIToolkit/BinaryValveWindow.g.cs new file mode 100644 index 0000000..2ce62b5 --- /dev/null +++ b/uniper_hmi_old/UniperHMI/obj/Release/net8.0-windows8.0/HMIToolkit/BinaryValveWindow.g.cs @@ -0,0 +1,76 @@ +#pragma checksum "..\..\..\..\HMIToolkit\BinaryValveWindow.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "5DE8A9053A7579B7683008C3E05C292DE963B09D" +//------------------------------------------------------------------------------ +// +// This code was generated by a tool. +// Runtime Version:4.0.30319.42000 +// +// Changes to this file may cause incorrect behavior and will be lost if +// the code is regenerated. +// +//------------------------------------------------------------------------------ + +using HMIToolkit; +using System; +using System.Diagnostics; +using System.Windows; +using System.Windows.Automation; +using System.Windows.Controls; +using System.Windows.Controls.Primitives; +using System.Windows.Controls.Ribbon; +using System.Windows.Data; +using System.Windows.Documents; +using System.Windows.Ink; +using System.Windows.Input; +using System.Windows.Markup; +using System.Windows.Media; +using System.Windows.Media.Animation; +using System.Windows.Media.Effects; +using System.Windows.Media.Imaging; +using System.Windows.Media.Media3D; +using System.Windows.Media.TextFormatting; +using System.Windows.Navigation; +using System.Windows.Shapes; +using System.Windows.Shell; + + +namespace InfineonHMI { + + + /// + /// BinaryValveWindow + /// + public partial class BinaryValveWindow : System.Windows.Window, System.Windows.Markup.IComponentConnector { + + private bool _contentLoaded; + + /// + /// InitializeComponent + /// + [System.Diagnostics.DebuggerNonUserCodeAttribute()] + [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "9.0.13.0")] + public void InitializeComponent() { + if (_contentLoaded) { + return; + } + _contentLoaded = true; + System.Uri resourceLocater = new System.Uri("/InfineonHMI;V0.1.0;component/hmitoolkit/binaryvalvewindow.xaml", System.UriKind.Relative); + + #line 1 "..\..\..\..\HMIToolkit\BinaryValveWindow.xaml" + System.Windows.Application.LoadComponent(this, resourceLocater); + + #line default + #line hidden + } + + [System.Diagnostics.DebuggerNonUserCodeAttribute()] + [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "9.0.13.0")] + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")] + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")] + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")] + void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) { + this._contentLoaded = true; + } + } +} + diff --git a/uniper_hmi_old/UniperHMI/obj/Release/net8.0-windows8.0/HMIToolkit/HMIObjects/AnalogMotorControl/AnalogMotorControl.g.cs b/uniper_hmi_old/UniperHMI/obj/Release/net8.0-windows8.0/HMIToolkit/HMIObjects/AnalogMotorControl/AnalogMotorControl.g.cs new file mode 100644 index 0000000..3c4b5a8 --- /dev/null +++ b/uniper_hmi_old/UniperHMI/obj/Release/net8.0-windows8.0/HMIToolkit/HMIObjects/AnalogMotorControl/AnalogMotorControl.g.cs @@ -0,0 +1,131 @@ +#pragma checksum "..\..\..\..\..\..\HMIToolkit\HMIObjects\AnalogMotorControl\AnalogMotorControl.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "467046B062EA583515F470A7469C3DBC9146581F" +//------------------------------------------------------------------------------ +// +// This code was generated by a tool. +// Runtime Version:4.0.30319.42000 +// +// Changes to this file may cause incorrect behavior and will be lost if +// the code is regenerated. +// +//------------------------------------------------------------------------------ + +using HMIToolkit; +using System; +using System.Diagnostics; +using System.Windows; +using System.Windows.Automation; +using System.Windows.Controls; +using System.Windows.Controls.Primitives; +using System.Windows.Controls.Ribbon; +using System.Windows.Data; +using System.Windows.Documents; +using System.Windows.Ink; +using System.Windows.Input; +using System.Windows.Markup; +using System.Windows.Media; +using System.Windows.Media.Animation; +using System.Windows.Media.Effects; +using System.Windows.Media.Imaging; +using System.Windows.Media.Media3D; +using System.Windows.Media.TextFormatting; +using System.Windows.Navigation; +using System.Windows.Shapes; +using System.Windows.Shell; + + +namespace HMIToolkit { + + + /// + /// AnalogMotorControl + /// + public partial class AnalogMotorControl : System.Windows.Controls.UserControl, System.Windows.Markup.IComponentConnector { + + + #line 69 "..\..\..\..\..\..\HMIToolkit\HMIObjects\AnalogMotorControl\AnalogMotorControl.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal System.Windows.Controls.Button btnOpen; + + #line default + #line hidden + + + #line 70 "..\..\..\..\..\..\HMIToolkit\HMIObjects\AnalogMotorControl\AnalogMotorControl.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal System.Windows.Controls.Button btnClose; + + #line default + #line hidden + + + #line 85 "..\..\..\..\..\..\HMIToolkit\HMIObjects\AnalogMotorControl\AnalogMotorControl.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal System.Windows.Controls.Button btnAuto; + + #line default + #line hidden + + + #line 86 "..\..\..\..\..\..\HMIToolkit\HMIObjects\AnalogMotorControl\AnalogMotorControl.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal System.Windows.Controls.Button btnManual; + + #line default + #line hidden + + private bool _contentLoaded; + + /// + /// InitializeComponent + /// + [System.Diagnostics.DebuggerNonUserCodeAttribute()] + [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "9.0.13.0")] + public void InitializeComponent() { + if (_contentLoaded) { + return; + } + _contentLoaded = true; + System.Uri resourceLocater = new System.Uri("/InfineonHMI;V0.1.0;component/hmitoolkit/hmiobjects/analogmotorcontrol/analogmoto" + + "rcontrol.xaml", System.UriKind.Relative); + + #line 1 "..\..\..\..\..\..\HMIToolkit\HMIObjects\AnalogMotorControl\AnalogMotorControl.xaml" + System.Windows.Application.LoadComponent(this, resourceLocater); + + #line default + #line hidden + } + + [System.Diagnostics.DebuggerNonUserCodeAttribute()] + [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "9.0.13.0")] + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] + internal System.Delegate _CreateDelegate(System.Type delegateType, string handler) { + return System.Delegate.CreateDelegate(delegateType, this, handler); + } + + [System.Diagnostics.DebuggerNonUserCodeAttribute()] + [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "9.0.13.0")] + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")] + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")] + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")] + void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) { + switch (connectionId) + { + case 1: + this.btnOpen = ((System.Windows.Controls.Button)(target)); + return; + case 2: + this.btnClose = ((System.Windows.Controls.Button)(target)); + return; + case 3: + this.btnAuto = ((System.Windows.Controls.Button)(target)); + return; + case 4: + this.btnManual = ((System.Windows.Controls.Button)(target)); + return; + } + this._contentLoaded = true; + } + } +} + diff --git a/uniper_hmi_old/UniperHMI/obj/Release/net8.0-windows8.0/HMIToolkit/HMIObjects/AnalogValue/AnalogValue.g.cs b/uniper_hmi_old/UniperHMI/obj/Release/net8.0-windows8.0/HMIToolkit/HMIObjects/AnalogValue/AnalogValue.g.cs new file mode 100644 index 0000000..22b63da --- /dev/null +++ b/uniper_hmi_old/UniperHMI/obj/Release/net8.0-windows8.0/HMIToolkit/HMIObjects/AnalogValue/AnalogValue.g.cs @@ -0,0 +1,90 @@ +#pragma checksum "..\..\..\..\..\..\HMIToolkit\HMIObjects\AnalogValue\AnalogValue.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "B5F9A253A89ED411432B0C78ECB0AF1A35247AB2" +//------------------------------------------------------------------------------ +// +// This code was generated by a tool. +// Runtime Version:4.0.30319.42000 +// +// Changes to this file may cause incorrect behavior and will be lost if +// the code is regenerated. +// +//------------------------------------------------------------------------------ + +using HMIToolkit; +using System; +using System.Diagnostics; +using System.Windows; +using System.Windows.Automation; +using System.Windows.Controls; +using System.Windows.Controls.Primitives; +using System.Windows.Controls.Ribbon; +using System.Windows.Data; +using System.Windows.Documents; +using System.Windows.Ink; +using System.Windows.Input; +using System.Windows.Markup; +using System.Windows.Media; +using System.Windows.Media.Animation; +using System.Windows.Media.Effects; +using System.Windows.Media.Imaging; +using System.Windows.Media.Media3D; +using System.Windows.Media.TextFormatting; +using System.Windows.Navigation; +using System.Windows.Shapes; +using System.Windows.Shell; + + +namespace HMIToolkit { + + + /// + /// AnalogValue + /// + public partial class AnalogValue : System.Windows.Controls.UserControl, System.Windows.Markup.IComponentConnector { + + + #line 29 "..\..\..\..\..\..\HMIToolkit\HMIObjects\AnalogValue\AnalogValue.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal System.Windows.Controls.TextBox tbValue; + + #line default + #line hidden + + private bool _contentLoaded; + + /// + /// InitializeComponent + /// + [System.Diagnostics.DebuggerNonUserCodeAttribute()] + [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "9.0.13.0")] + public void InitializeComponent() { + if (_contentLoaded) { + return; + } + _contentLoaded = true; + System.Uri resourceLocater = new System.Uri("/InfineonHMI;V0.1.0;component/hmitoolkit/hmiobjects/analogvalue/analogvalue.xaml", System.UriKind.Relative); + + #line 1 "..\..\..\..\..\..\HMIToolkit\HMIObjects\AnalogValue\AnalogValue.xaml" + System.Windows.Application.LoadComponent(this, resourceLocater); + + #line default + #line hidden + } + + [System.Diagnostics.DebuggerNonUserCodeAttribute()] + [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "9.0.13.0")] + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")] + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")] + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")] + void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) { + switch (connectionId) + { + case 1: + this.tbValue = ((System.Windows.Controls.TextBox)(target)); + return; + } + this._contentLoaded = true; + } + } +} + diff --git a/uniper_hmi_old/UniperHMI/obj/Release/net8.0-windows8.0/HMIToolkit/HMIObjects/AnalogValveControl/AnalogValveControl.g.cs b/uniper_hmi_old/UniperHMI/obj/Release/net8.0-windows8.0/HMIToolkit/HMIObjects/AnalogValveControl/AnalogValveControl.g.cs new file mode 100644 index 0000000..761d244 --- /dev/null +++ b/uniper_hmi_old/UniperHMI/obj/Release/net8.0-windows8.0/HMIToolkit/HMIObjects/AnalogValveControl/AnalogValveControl.g.cs @@ -0,0 +1,131 @@ +#pragma checksum "..\..\..\..\..\..\HMIToolkit\HMIObjects\AnalogValveControl\AnalogValveControl.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "3997E3F4EDDCDBE6682BEEA9BE0B861B81E91866" +//------------------------------------------------------------------------------ +// +// This code was generated by a tool. +// Runtime Version:4.0.30319.42000 +// +// Changes to this file may cause incorrect behavior and will be lost if +// the code is regenerated. +// +//------------------------------------------------------------------------------ + +using HMIToolkit; +using System; +using System.Diagnostics; +using System.Windows; +using System.Windows.Automation; +using System.Windows.Controls; +using System.Windows.Controls.Primitives; +using System.Windows.Controls.Ribbon; +using System.Windows.Data; +using System.Windows.Documents; +using System.Windows.Ink; +using System.Windows.Input; +using System.Windows.Markup; +using System.Windows.Media; +using System.Windows.Media.Animation; +using System.Windows.Media.Effects; +using System.Windows.Media.Imaging; +using System.Windows.Media.Media3D; +using System.Windows.Media.TextFormatting; +using System.Windows.Navigation; +using System.Windows.Shapes; +using System.Windows.Shell; + + +namespace HMIToolkit { + + + /// + /// AnalogValveControl + /// + public partial class AnalogValveControl : System.Windows.Controls.UserControl, System.Windows.Markup.IComponentConnector { + + + #line 65 "..\..\..\..\..\..\HMIToolkit\HMIObjects\AnalogValveControl\AnalogValveControl.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal System.Windows.Controls.Button btnOpen; + + #line default + #line hidden + + + #line 66 "..\..\..\..\..\..\HMIToolkit\HMIObjects\AnalogValveControl\AnalogValveControl.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal System.Windows.Controls.Button btnClose; + + #line default + #line hidden + + + #line 81 "..\..\..\..\..\..\HMIToolkit\HMIObjects\AnalogValveControl\AnalogValveControl.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal System.Windows.Controls.Button btnAuto; + + #line default + #line hidden + + + #line 82 "..\..\..\..\..\..\HMIToolkit\HMIObjects\AnalogValveControl\AnalogValveControl.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal System.Windows.Controls.Button btnManual; + + #line default + #line hidden + + private bool _contentLoaded; + + /// + /// InitializeComponent + /// + [System.Diagnostics.DebuggerNonUserCodeAttribute()] + [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "9.0.13.0")] + public void InitializeComponent() { + if (_contentLoaded) { + return; + } + _contentLoaded = true; + System.Uri resourceLocater = new System.Uri("/InfineonHMI;V0.1.0;component/hmitoolkit/hmiobjects/analogvalvecontrol/analogvalv" + + "econtrol.xaml", System.UriKind.Relative); + + #line 1 "..\..\..\..\..\..\HMIToolkit\HMIObjects\AnalogValveControl\AnalogValveControl.xaml" + System.Windows.Application.LoadComponent(this, resourceLocater); + + #line default + #line hidden + } + + [System.Diagnostics.DebuggerNonUserCodeAttribute()] + [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "9.0.13.0")] + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] + internal System.Delegate _CreateDelegate(System.Type delegateType, string handler) { + return System.Delegate.CreateDelegate(delegateType, this, handler); + } + + [System.Diagnostics.DebuggerNonUserCodeAttribute()] + [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "9.0.13.0")] + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")] + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")] + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")] + void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) { + switch (connectionId) + { + case 1: + this.btnOpen = ((System.Windows.Controls.Button)(target)); + return; + case 2: + this.btnClose = ((System.Windows.Controls.Button)(target)); + return; + case 3: + this.btnAuto = ((System.Windows.Controls.Button)(target)); + return; + case 4: + this.btnManual = ((System.Windows.Controls.Button)(target)); + return; + } + this._contentLoaded = true; + } + } +} + diff --git a/uniper_hmi_old/UniperHMI/obj/Release/net8.0-windows8.0/HMIToolkit/HMIObjects/BinaryValveControl/BinaryValveControl.g.cs b/uniper_hmi_old/UniperHMI/obj/Release/net8.0-windows8.0/HMIToolkit/HMIObjects/BinaryValveControl/BinaryValveControl.g.cs new file mode 100644 index 0000000..bdbe913 --- /dev/null +++ b/uniper_hmi_old/UniperHMI/obj/Release/net8.0-windows8.0/HMIToolkit/HMIObjects/BinaryValveControl/BinaryValveControl.g.cs @@ -0,0 +1,131 @@ +#pragma checksum "..\..\..\..\..\..\HMIToolkit\HMIObjects\BinaryValveControl\BinaryValveControl.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "B249CFF3E925EF2927EF8D4A92D7084B05E57672" +//------------------------------------------------------------------------------ +// +// This code was generated by a tool. +// Runtime Version:4.0.30319.42000 +// +// Changes to this file may cause incorrect behavior and will be lost if +// the code is regenerated. +// +//------------------------------------------------------------------------------ + +using HMIToolkit; +using System; +using System.Diagnostics; +using System.Windows; +using System.Windows.Automation; +using System.Windows.Controls; +using System.Windows.Controls.Primitives; +using System.Windows.Controls.Ribbon; +using System.Windows.Data; +using System.Windows.Documents; +using System.Windows.Ink; +using System.Windows.Input; +using System.Windows.Markup; +using System.Windows.Media; +using System.Windows.Media.Animation; +using System.Windows.Media.Effects; +using System.Windows.Media.Imaging; +using System.Windows.Media.Media3D; +using System.Windows.Media.TextFormatting; +using System.Windows.Navigation; +using System.Windows.Shapes; +using System.Windows.Shell; + + +namespace HMIToolkit { + + + /// + /// BinaryValveControl + /// + public partial class BinaryValveControl : System.Windows.Controls.UserControl, System.Windows.Markup.IComponentConnector { + + + #line 55 "..\..\..\..\..\..\HMIToolkit\HMIObjects\BinaryValveControl\BinaryValveControl.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal System.Windows.Controls.Button btnOpen; + + #line default + #line hidden + + + #line 56 "..\..\..\..\..\..\HMIToolkit\HMIObjects\BinaryValveControl\BinaryValveControl.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal System.Windows.Controls.Button btnClose; + + #line default + #line hidden + + + #line 71 "..\..\..\..\..\..\HMIToolkit\HMIObjects\BinaryValveControl\BinaryValveControl.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal System.Windows.Controls.Button btnAuto; + + #line default + #line hidden + + + #line 72 "..\..\..\..\..\..\HMIToolkit\HMIObjects\BinaryValveControl\BinaryValveControl.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal System.Windows.Controls.Button btnManual; + + #line default + #line hidden + + private bool _contentLoaded; + + /// + /// InitializeComponent + /// + [System.Diagnostics.DebuggerNonUserCodeAttribute()] + [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "9.0.13.0")] + public void InitializeComponent() { + if (_contentLoaded) { + return; + } + _contentLoaded = true; + System.Uri resourceLocater = new System.Uri("/InfineonHMI;V0.1.0;component/hmitoolkit/hmiobjects/binaryvalvecontrol/binaryvalv" + + "econtrol.xaml", System.UriKind.Relative); + + #line 1 "..\..\..\..\..\..\HMIToolkit\HMIObjects\BinaryValveControl\BinaryValveControl.xaml" + System.Windows.Application.LoadComponent(this, resourceLocater); + + #line default + #line hidden + } + + [System.Diagnostics.DebuggerNonUserCodeAttribute()] + [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "9.0.13.0")] + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] + internal System.Delegate _CreateDelegate(System.Type delegateType, string handler) { + return System.Delegate.CreateDelegate(delegateType, this, handler); + } + + [System.Diagnostics.DebuggerNonUserCodeAttribute()] + [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "9.0.13.0")] + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")] + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")] + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")] + void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) { + switch (connectionId) + { + case 1: + this.btnOpen = ((System.Windows.Controls.Button)(target)); + return; + case 2: + this.btnClose = ((System.Windows.Controls.Button)(target)); + return; + case 3: + this.btnAuto = ((System.Windows.Controls.Button)(target)); + return; + case 4: + this.btnManual = ((System.Windows.Controls.Button)(target)); + return; + } + this._contentLoaded = true; + } + } +} + diff --git a/uniper_hmi_old/UniperHMI/obj/Release/net8.0-windows8.0/HMIToolkit/HMIObjects/InterlockControl/IntlkControl.g.cs b/uniper_hmi_old/UniperHMI/obj/Release/net8.0-windows8.0/HMIToolkit/HMIObjects/InterlockControl/IntlkControl.g.cs new file mode 100644 index 0000000..101f39e --- /dev/null +++ b/uniper_hmi_old/UniperHMI/obj/Release/net8.0-windows8.0/HMIToolkit/HMIObjects/InterlockControl/IntlkControl.g.cs @@ -0,0 +1,77 @@ +#pragma checksum "..\..\..\..\..\..\HMIToolkit\HMIObjects\InterlockControl\IntlkControl.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "549C403DDC8525180C40BC9D1121B314E0200412" +//------------------------------------------------------------------------------ +// +// This code was generated by a tool. +// Runtime Version:4.0.30319.42000 +// +// Changes to this file may cause incorrect behavior and will be lost if +// the code is regenerated. +// +//------------------------------------------------------------------------------ + +using HMIToolkit; +using System; +using System.Diagnostics; +using System.Windows; +using System.Windows.Automation; +using System.Windows.Controls; +using System.Windows.Controls.Primitives; +using System.Windows.Controls.Ribbon; +using System.Windows.Data; +using System.Windows.Documents; +using System.Windows.Ink; +using System.Windows.Input; +using System.Windows.Markup; +using System.Windows.Media; +using System.Windows.Media.Animation; +using System.Windows.Media.Effects; +using System.Windows.Media.Imaging; +using System.Windows.Media.Media3D; +using System.Windows.Media.TextFormatting; +using System.Windows.Navigation; +using System.Windows.Shapes; +using System.Windows.Shell; + + +namespace HMIToolkit { + + + /// + /// IntlkButtonControl + /// + public partial class IntlkButtonControl : System.Windows.Controls.UserControl, System.Windows.Markup.IComponentConnector { + + private bool _contentLoaded; + + /// + /// InitializeComponent + /// + [System.Diagnostics.DebuggerNonUserCodeAttribute()] + [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "9.0.13.0")] + public void InitializeComponent() { + if (_contentLoaded) { + return; + } + _contentLoaded = true; + System.Uri resourceLocater = new System.Uri("/InfineonHMI;V0.1.0;component/hmitoolkit/hmiobjects/interlockcontrol/intlkcontrol" + + ".xaml", System.UriKind.Relative); + + #line 1 "..\..\..\..\..\..\HMIToolkit\HMIObjects\InterlockControl\IntlkControl.xaml" + System.Windows.Application.LoadComponent(this, resourceLocater); + + #line default + #line hidden + } + + [System.Diagnostics.DebuggerNonUserCodeAttribute()] + [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "9.0.13.0")] + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")] + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")] + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")] + void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) { + this._contentLoaded = true; + } + } +} + diff --git a/uniper_hmi_old/UniperHMI/obj/Release/net8.0-windows8.0/HMIToolkit/HMIObjects/InterlockDetailsControl/IntlkDetails.g.cs b/uniper_hmi_old/UniperHMI/obj/Release/net8.0-windows8.0/HMIToolkit/HMIObjects/InterlockDetailsControl/IntlkDetails.g.cs new file mode 100644 index 0000000..c86ace1 --- /dev/null +++ b/uniper_hmi_old/UniperHMI/obj/Release/net8.0-windows8.0/HMIToolkit/HMIObjects/InterlockDetailsControl/IntlkDetails.g.cs @@ -0,0 +1,77 @@ +#pragma checksum "..\..\..\..\..\..\HMIToolkit\HMIObjects\InterlockDetailsControl\IntlkDetails.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "BED3D04604E3CE88F5C1ED366B92B5833680E17A" +//------------------------------------------------------------------------------ +// +// This code was generated by a tool. +// Runtime Version:4.0.30319.42000 +// +// Changes to this file may cause incorrect behavior and will be lost if +// the code is regenerated. +// +//------------------------------------------------------------------------------ + +using HMIToolkit; +using System; +using System.Diagnostics; +using System.Windows; +using System.Windows.Automation; +using System.Windows.Controls; +using System.Windows.Controls.Primitives; +using System.Windows.Controls.Ribbon; +using System.Windows.Data; +using System.Windows.Documents; +using System.Windows.Ink; +using System.Windows.Input; +using System.Windows.Markup; +using System.Windows.Media; +using System.Windows.Media.Animation; +using System.Windows.Media.Effects; +using System.Windows.Media.Imaging; +using System.Windows.Media.Media3D; +using System.Windows.Media.TextFormatting; +using System.Windows.Navigation; +using System.Windows.Shapes; +using System.Windows.Shell; + + +namespace HMIToolkit { + + + /// + /// IntlkDetails + /// + public partial class IntlkDetails : System.Windows.Controls.UserControl, System.Windows.Markup.IComponentConnector { + + private bool _contentLoaded; + + /// + /// InitializeComponent + /// + [System.Diagnostics.DebuggerNonUserCodeAttribute()] + [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "9.0.13.0")] + public void InitializeComponent() { + if (_contentLoaded) { + return; + } + _contentLoaded = true; + System.Uri resourceLocater = new System.Uri("/InfineonHMI;V0.1.0;component/hmitoolkit/hmiobjects/interlockdetailscontrol/intlk" + + "details.xaml", System.UriKind.Relative); + + #line 1 "..\..\..\..\..\..\HMIToolkit\HMIObjects\InterlockDetailsControl\IntlkDetails.xaml" + System.Windows.Application.LoadComponent(this, resourceLocater); + + #line default + #line hidden + } + + [System.Diagnostics.DebuggerNonUserCodeAttribute()] + [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "9.0.13.0")] + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")] + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")] + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")] + void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) { + this._contentLoaded = true; + } + } +} + diff --git a/uniper_hmi_old/UniperHMI/obj/Release/net8.0-windows8.0/HMIToolkit/HMIObjects/InterlockDetailsControl/IntlkDetailsWindow.g.cs b/uniper_hmi_old/UniperHMI/obj/Release/net8.0-windows8.0/HMIToolkit/HMIObjects/InterlockDetailsControl/IntlkDetailsWindow.g.cs new file mode 100644 index 0000000..1f9afac --- /dev/null +++ b/uniper_hmi_old/UniperHMI/obj/Release/net8.0-windows8.0/HMIToolkit/HMIObjects/InterlockDetailsControl/IntlkDetailsWindow.g.cs @@ -0,0 +1,77 @@ +#pragma checksum "..\..\..\..\..\..\HMIToolkit\HMIObjects\InterlockDetailsControl\IntlkDetailsWindow.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "61A5CF901A32E147691EEDDB13E6CF327D3D6371" +//------------------------------------------------------------------------------ +// +// This code was generated by a tool. +// Runtime Version:4.0.30319.42000 +// +// Changes to this file may cause incorrect behavior and will be lost if +// the code is regenerated. +// +//------------------------------------------------------------------------------ + +using HMIToolkit; +using System; +using System.Diagnostics; +using System.Windows; +using System.Windows.Automation; +using System.Windows.Controls; +using System.Windows.Controls.Primitives; +using System.Windows.Controls.Ribbon; +using System.Windows.Data; +using System.Windows.Documents; +using System.Windows.Ink; +using System.Windows.Input; +using System.Windows.Markup; +using System.Windows.Media; +using System.Windows.Media.Animation; +using System.Windows.Media.Effects; +using System.Windows.Media.Imaging; +using System.Windows.Media.Media3D; +using System.Windows.Media.TextFormatting; +using System.Windows.Navigation; +using System.Windows.Shapes; +using System.Windows.Shell; + + +namespace HMIToolkit { + + + /// + /// IntlkDetailsWindow + /// + public partial class IntlkDetailsWindow : System.Windows.Window, System.Windows.Markup.IComponentConnector { + + private bool _contentLoaded; + + /// + /// InitializeComponent + /// + [System.Diagnostics.DebuggerNonUserCodeAttribute()] + [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "9.0.13.0")] + public void InitializeComponent() { + if (_contentLoaded) { + return; + } + _contentLoaded = true; + System.Uri resourceLocater = new System.Uri("/InfineonHMI;V0.1.0;component/hmitoolkit/hmiobjects/interlockdetailscontrol/intlk" + + "detailswindow.xaml", System.UriKind.Relative); + + #line 1 "..\..\..\..\..\..\HMIToolkit\HMIObjects\InterlockDetailsControl\IntlkDetailsWindow.xaml" + System.Windows.Application.LoadComponent(this, resourceLocater); + + #line default + #line hidden + } + + [System.Diagnostics.DebuggerNonUserCodeAttribute()] + [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "9.0.13.0")] + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")] + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")] + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")] + void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) { + this._contentLoaded = true; + } + } +} + diff --git a/uniper_hmi_old/UniperHMI/obj/Release/net8.0-windows8.0/InfineonHMI.AssemblyInfo.cs b/uniper_hmi_old/UniperHMI/obj/Release/net8.0-windows8.0/InfineonHMI.AssemblyInfo.cs new file mode 100644 index 0000000..3c9bbf0 --- /dev/null +++ b/uniper_hmi_old/UniperHMI/obj/Release/net8.0-windows8.0/InfineonHMI.AssemblyInfo.cs @@ -0,0 +1,25 @@ +//------------------------------------------------------------------------------ +// +// This code was generated by a tool. +// Runtime Version:4.0.30319.42000 +// +// Changes to this file may cause incorrect behavior and will be lost if +// the code is regenerated. +// +//------------------------------------------------------------------------------ + +using System; +using System.Reflection; + +[assembly: System.Reflection.AssemblyCompanyAttribute("InfineonHMI")] +[assembly: System.Reflection.AssemblyConfigurationAttribute("Release")] +[assembly: System.Reflection.AssemblyFileVersionAttribute("0.1")] +[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+d2665d17faf70ba42f6e506656ac85815349488b")] +[assembly: System.Reflection.AssemblyProductAttribute("InfineonHMI")] +[assembly: System.Reflection.AssemblyTitleAttribute("InfineonHMI")] +[assembly: System.Reflection.AssemblyVersionAttribute("0.1.0")] +[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows8.0")] +[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows8.0")] + +// Generated by the MSBuild WriteCodeFragment class. + diff --git a/uniper_hmi_old/UniperHMI/obj/Release/net8.0-windows8.0/InfineonHMI.AssemblyInfoInputs.cache b/uniper_hmi_old/UniperHMI/obj/Release/net8.0-windows8.0/InfineonHMI.AssemblyInfoInputs.cache new file mode 100644 index 0000000..4dab1fd --- /dev/null +++ b/uniper_hmi_old/UniperHMI/obj/Release/net8.0-windows8.0/InfineonHMI.AssemblyInfoInputs.cache @@ -0,0 +1 @@ +ab95b3a33502290fd5326c5eec0c82be1ae197c65e0ecb8f7a4c8c5ee400f181 diff --git a/uniper_hmi_old/UniperHMI/obj/Release/net8.0-windows8.0/InfineonHMI.GeneratedMSBuildEditorConfig.editorconfig b/uniper_hmi_old/UniperHMI/obj/Release/net8.0-windows8.0/InfineonHMI.GeneratedMSBuildEditorConfig.editorconfig new file mode 100644 index 0000000..90f748e --- /dev/null +++ b/uniper_hmi_old/UniperHMI/obj/Release/net8.0-windows8.0/InfineonHMI.GeneratedMSBuildEditorConfig.editorconfig @@ -0,0 +1,16 @@ +is_global = true +build_property.TargetFramework = net8.0-windows8.0 +build_property.TargetPlatformMinVersion = 8.0 +build_property.UsingMicrosoftNETSdkWeb = +build_property.ProjectTypeGuids = +build_property.InvariantGlobalization = +build_property.PlatformNeutralAssembly = +build_property.EnforceExtendedAnalyzerRules = +build_property._SupportedPlatformList = Linux,macOS,Windows +build_property.RootNamespace = InfineonHMI +build_property.ProjectDir = C:\Users\M.Heisig\Documents\CS_Projects\infineon_hmi\uniper_hmi_old\UniperHMI\ +build_property.EnableComHosting = +build_property.EnableGeneratedComInterfaceComImportInterop = +build_property.CsWinRTUseWindowsUIXamlProjections = false +build_property.EffectiveAnalysisLevelStyle = 8.0 +build_property.EnableCodeStyleSeverity = diff --git a/uniper_hmi_old/UniperHMI/obj/Release/net8.0-windows8.0/InfineonHMI.GlobalUsings.g.cs b/uniper_hmi_old/UniperHMI/obj/Release/net8.0-windows8.0/InfineonHMI.GlobalUsings.g.cs new file mode 100644 index 0000000..08bb19f --- /dev/null +++ b/uniper_hmi_old/UniperHMI/obj/Release/net8.0-windows8.0/InfineonHMI.GlobalUsings.g.cs @@ -0,0 +1,6 @@ +// +global using global::System; +global using global::System.Collections.Generic; +global using global::System.Linq; +global using global::System.Threading; +global using global::System.Threading.Tasks; diff --git a/uniper_hmi_old/UniperHMI/obj/Release/net8.0-windows8.0/InfineonHMI.csproj.AssemblyReference.cache b/uniper_hmi_old/UniperHMI/obj/Release/net8.0-windows8.0/InfineonHMI.csproj.AssemblyReference.cache new file mode 100644 index 0000000000000000000000000000000000000000..385207dac00b88dfd2571da93852c14b1ec9e41f GIT binary patch literal 377 zcmY+A!AiqG5QcZ4ROwUX0YauFf*8o5#6v{_0j;Nn5R+-Uy4jUYR>(=;&v)=OJa}=t zv`w9b{r{O^c0P6rz!(F{629)pbUcq%Bs#I>x4O11slMacLs=O8LbdZkZGmKp}v-c}E6VKzt4f_KCQgT=T literal 0 HcmV?d00001 diff --git a/uniper_hmi_old/UniperHMI/obj/Release/net8.0-windows8.0/InfineonHMI_MarkupCompile.cache b/uniper_hmi_old/UniperHMI/obj/Release/net8.0-windows8.0/InfineonHMI_MarkupCompile.cache new file mode 100644 index 0000000..93d9bf0 --- /dev/null +++ b/uniper_hmi_old/UniperHMI/obj/Release/net8.0-windows8.0/InfineonHMI_MarkupCompile.cache @@ -0,0 +1,20 @@ +InfineonHMI +0.1.0 + +winexe +C# +.cs +C:\Users\M.Heisig\Documents\CS_Projects\infineon_hmi\uniper_hmi_old\UniperHMI\obj\Release\net8.0-windows8.0\ +InfineonHMI +none +false +TRACE;RELEASE;NET;NET8_0;NETCOREAPP;WINDOWS;WINDOWS8_0;NET5_0_OR_GREATER;NET6_0_OR_GREATER;NET7_0_OR_GREATER;NET8_0_OR_GREATER;NETCOREAPP3_0_OR_GREATER;NETCOREAPP3_1_OR_GREATER;WINDOWS8_0_OR_GREATER;WINDOWS7_0_OR_GREATER +C:\Users\M.Heisig\Documents\CS_Projects\infineon_hmi\uniper_hmi_old\UniperHMI\App.xaml +36-2039650082 + +85-690898070 +199-1574309205 +Common\MediaContainer.xaml;Common\ParamControlFloat.xaml;Common\ParamControlInt.xaml;HMIToolkit\AnalogMotorWindow.xaml;HMIToolkit\BinaryValveWindow.xaml;HMIToolkit\HMIObjects\AnalogMotorControl\AnalogMotorControl.xaml;HMIToolkit\HMIObjects\AnalogValue\AnalogValue.xaml;HMIToolkit\HMIObjects\AnalogValveControl\AnalogValveControl.xaml;HMIToolkit\HMIObjects\BinaryValveControl\BinaryValveControl.xaml;HMIToolkit\HMIObjects\InterlockControl\IntlkControl.xaml;HMIToolkit\HMIObjects\InterlockDetailsControl\IntlkDetails.xaml;HMIToolkit\HMIObjects\InterlockDetailsControl\IntlkDetailsWindow.xaml;MainWindow.xaml;OwnControls\Views\SMUControlButton.xaml;OwnControls\Views\UnitDetailsControl.xaml;Pages\Views\AlignmentStationPage.xaml;Pages\Views\AutomaticModePage.xaml;Pages\Views\BatteryOverviewPage.xaml;Pages\Views\ChuckMagazinPage.xaml;Pages\Views\EtchingStation1Page.xaml;Pages\Views\EtchingStation2Page.xaml;Pages\Views\EtchingStationPage.xaml;Pages\Views\EventsPage.xaml;Pages\Views\HighVoltageStationPage.xaml;Pages\Views\HotCoolPlatePage.xaml;Pages\Views\KukaRobotPage.xaml;Pages\Views\MachineOverviewPage.xaml;Pages\Views\MediaCabinetPage.xaml;Pages\Views\ModuleOverviewPage.xaml;Pages\Views\NIOStationPage.xaml;Pages\Views\ProductionOverviewPage.xaml;Pages\Views\ReceipePage.xaml;Pages\Views\StringOverviewPage.xaml;Pages\Views\TrayFeederPage.xaml;Pages\Views\UnitOverviewPage.xaml;SettingsPage\SettingsPage.xaml; + +True + diff --git a/uniper_hmi_old/UniperHMI/obj/Release/net8.0-windows8.0/InfineonHMI_MarkupCompile.lref b/uniper_hmi_old/UniperHMI/obj/Release/net8.0-windows8.0/InfineonHMI_MarkupCompile.lref new file mode 100644 index 0000000..d3ba3d7 --- /dev/null +++ b/uniper_hmi_old/UniperHMI/obj/Release/net8.0-windows8.0/InfineonHMI_MarkupCompile.lref @@ -0,0 +1,39 @@ +C:\Users\M.Heisig\Documents\CS_Projects\infineon_hmi\uniper_hmi_old\UniperHMI\obj\Release\net8.0-windows8.0\GeneratedInternalTypeHelper.g.cs +FC:\Users\M.Heisig\Documents\CS_Projects\infineon_hmi\uniper_hmi_old\UniperHMI\App.xaml;; +FC:\Users\M.Heisig\Documents\CS_Projects\infineon_hmi\uniper_hmi_old\UniperHMI\Common\MediaContainer.xaml;; +FC:\Users\M.Heisig\Documents\CS_Projects\infineon_hmi\uniper_hmi_old\UniperHMI\Common\ParamControlFloat.xaml;; +FC:\Users\M.Heisig\Documents\CS_Projects\infineon_hmi\uniper_hmi_old\UniperHMI\Common\ParamControlInt.xaml;; +FC:\Users\M.Heisig\Documents\CS_Projects\infineon_hmi\uniper_hmi_old\UniperHMI\HMIToolkit\AnalogMotorWindow.xaml;; +FC:\Users\M.Heisig\Documents\CS_Projects\infineon_hmi\uniper_hmi_old\UniperHMI\HMIToolkit\BinaryValveWindow.xaml;; +FC:\Users\M.Heisig\Documents\CS_Projects\infineon_hmi\uniper_hmi_old\UniperHMI\HMIToolkit\HMIObjects\AnalogMotorControl\AnalogMotorControl.xaml;; +FC:\Users\M.Heisig\Documents\CS_Projects\infineon_hmi\uniper_hmi_old\UniperHMI\HMIToolkit\HMIObjects\AnalogValue\AnalogValue.xaml;; +FC:\Users\M.Heisig\Documents\CS_Projects\infineon_hmi\uniper_hmi_old\UniperHMI\HMIToolkit\HMIObjects\AnalogValveControl\AnalogValveControl.xaml;; +FC:\Users\M.Heisig\Documents\CS_Projects\infineon_hmi\uniper_hmi_old\UniperHMI\HMIToolkit\HMIObjects\BinaryValveControl\BinaryValveControl.xaml;; +FC:\Users\M.Heisig\Documents\CS_Projects\infineon_hmi\uniper_hmi_old\UniperHMI\HMIToolkit\HMIObjects\InterlockControl\IntlkControl.xaml;; +FC:\Users\M.Heisig\Documents\CS_Projects\infineon_hmi\uniper_hmi_old\UniperHMI\HMIToolkit\HMIObjects\InterlockDetailsControl\IntlkDetails.xaml;; +FC:\Users\M.Heisig\Documents\CS_Projects\infineon_hmi\uniper_hmi_old\UniperHMI\HMIToolkit\HMIObjects\InterlockDetailsControl\IntlkDetailsWindow.xaml;; +FC:\Users\M.Heisig\Documents\CS_Projects\infineon_hmi\uniper_hmi_old\UniperHMI\MainWindow.xaml;; +FC:\Users\M.Heisig\Documents\CS_Projects\infineon_hmi\uniper_hmi_old\UniperHMI\OwnControls\Views\SMUControlButton.xaml;; +FC:\Users\M.Heisig\Documents\CS_Projects\infineon_hmi\uniper_hmi_old\UniperHMI\OwnControls\Views\UnitDetailsControl.xaml;; +FC:\Users\M.Heisig\Documents\CS_Projects\infineon_hmi\uniper_hmi_old\UniperHMI\Pages\Views\AlignmentStationPage.xaml;; +FC:\Users\M.Heisig\Documents\CS_Projects\infineon_hmi\uniper_hmi_old\UniperHMI\Pages\Views\AutomaticModePage.xaml;; +FC:\Users\M.Heisig\Documents\CS_Projects\infineon_hmi\uniper_hmi_old\UniperHMI\Pages\Views\BatteryOverviewPage.xaml;; +FC:\Users\M.Heisig\Documents\CS_Projects\infineon_hmi\uniper_hmi_old\UniperHMI\Pages\Views\ChuckMagazinPage.xaml;; +FC:\Users\M.Heisig\Documents\CS_Projects\infineon_hmi\uniper_hmi_old\UniperHMI\Pages\Views\EtchingStation1Page.xaml;; +FC:\Users\M.Heisig\Documents\CS_Projects\infineon_hmi\uniper_hmi_old\UniperHMI\Pages\Views\EtchingStation2Page.xaml;; +FC:\Users\M.Heisig\Documents\CS_Projects\infineon_hmi\uniper_hmi_old\UniperHMI\Pages\Views\EtchingStationPage.xaml;; +FC:\Users\M.Heisig\Documents\CS_Projects\infineon_hmi\uniper_hmi_old\UniperHMI\Pages\Views\EventsPage.xaml;; +FC:\Users\M.Heisig\Documents\CS_Projects\infineon_hmi\uniper_hmi_old\UniperHMI\Pages\Views\HighVoltageStationPage.xaml;; +FC:\Users\M.Heisig\Documents\CS_Projects\infineon_hmi\uniper_hmi_old\UniperHMI\Pages\Views\HotCoolPlatePage.xaml;; +FC:\Users\M.Heisig\Documents\CS_Projects\infineon_hmi\uniper_hmi_old\UniperHMI\Pages\Views\KukaRobotPage.xaml;; +FC:\Users\M.Heisig\Documents\CS_Projects\infineon_hmi\uniper_hmi_old\UniperHMI\Pages\Views\MachineOverviewPage.xaml;; +FC:\Users\M.Heisig\Documents\CS_Projects\infineon_hmi\uniper_hmi_old\UniperHMI\Pages\Views\MediaCabinetPage.xaml;; +FC:\Users\M.Heisig\Documents\CS_Projects\infineon_hmi\uniper_hmi_old\UniperHMI\Pages\Views\ModuleOverviewPage.xaml;; +FC:\Users\M.Heisig\Documents\CS_Projects\infineon_hmi\uniper_hmi_old\UniperHMI\Pages\Views\NIOStationPage.xaml;; +FC:\Users\M.Heisig\Documents\CS_Projects\infineon_hmi\uniper_hmi_old\UniperHMI\Pages\Views\ProductionOverviewPage.xaml;; +FC:\Users\M.Heisig\Documents\CS_Projects\infineon_hmi\uniper_hmi_old\UniperHMI\Pages\Views\ReceipePage.xaml;; +FC:\Users\M.Heisig\Documents\CS_Projects\infineon_hmi\uniper_hmi_old\UniperHMI\Pages\Views\StringOverviewPage.xaml;; +FC:\Users\M.Heisig\Documents\CS_Projects\infineon_hmi\uniper_hmi_old\UniperHMI\Pages\Views\TrayFeederPage.xaml;; +FC:\Users\M.Heisig\Documents\CS_Projects\infineon_hmi\uniper_hmi_old\UniperHMI\Pages\Views\UnitOverviewPage.xaml;; +FC:\Users\M.Heisig\Documents\CS_Projects\infineon_hmi\uniper_hmi_old\UniperHMI\SettingsPage\SettingsPage.xaml;; + diff --git a/uniper_hmi_old/UniperHMI/obj/Release/net8.0-windows8.0/MainWindow.g.cs b/uniper_hmi_old/UniperHMI/obj/Release/net8.0-windows8.0/MainWindow.g.cs new file mode 100644 index 0000000..08ac100 --- /dev/null +++ b/uniper_hmi_old/UniperHMI/obj/Release/net8.0-windows8.0/MainWindow.g.cs @@ -0,0 +1,101 @@ +#pragma checksum "..\..\..\MainWindow.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "371B13016F8F8B90EFDAA9D822BB515A098D30DF" +//------------------------------------------------------------------------------ +// +// This code was generated by a tool. +// Runtime Version:4.0.30319.42000 +// +// Changes to this file may cause incorrect behavior and will be lost if +// the code is regenerated. +// +//------------------------------------------------------------------------------ + +using InfineonHMI; +using System; +using System.Diagnostics; +using System.Windows; +using System.Windows.Automation; +using System.Windows.Controls; +using System.Windows.Controls.Primitives; +using System.Windows.Controls.Ribbon; +using System.Windows.Data; +using System.Windows.Documents; +using System.Windows.Ink; +using System.Windows.Input; +using System.Windows.Markup; +using System.Windows.Media; +using System.Windows.Media.Animation; +using System.Windows.Media.Effects; +using System.Windows.Media.Imaging; +using System.Windows.Media.Media3D; +using System.Windows.Media.TextFormatting; +using System.Windows.Navigation; +using System.Windows.Shapes; +using System.Windows.Shell; + + +namespace InfineonHMI { + + + /// + /// MainWindow + /// + public partial class MainWindow : System.Windows.Window, System.Windows.Markup.IComponentConnector { + + + #line 9 "..\..\..\MainWindow.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal InfineonHMI.MainWindow MainControlWindow; + + #line default + #line hidden + + + #line 125 "..\..\..\MainWindow.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal System.Windows.Controls.Frame MainFrame; + + #line default + #line hidden + + private bool _contentLoaded; + + /// + /// InitializeComponent + /// + [System.Diagnostics.DebuggerNonUserCodeAttribute()] + [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "9.0.13.0")] + public void InitializeComponent() { + if (_contentLoaded) { + return; + } + _contentLoaded = true; + System.Uri resourceLocater = new System.Uri("/InfineonHMI;V0.1.0;component/mainwindow.xaml", System.UriKind.Relative); + + #line 1 "..\..\..\MainWindow.xaml" + System.Windows.Application.LoadComponent(this, resourceLocater); + + #line default + #line hidden + } + + [System.Diagnostics.DebuggerNonUserCodeAttribute()] + [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "9.0.13.0")] + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")] + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")] + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")] + void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) { + switch (connectionId) + { + case 1: + this.MainControlWindow = ((InfineonHMI.MainWindow)(target)); + return; + case 2: + this.MainFrame = ((System.Windows.Controls.Frame)(target)); + return; + } + this._contentLoaded = true; + } + } +} + diff --git a/uniper_hmi_old/UniperHMI/obj/Release/net8.0-windows8.0/OwnControls/Views/SMUControlButton.g.cs b/uniper_hmi_old/UniperHMI/obj/Release/net8.0-windows8.0/OwnControls/Views/SMUControlButton.g.cs new file mode 100644 index 0000000..006210d --- /dev/null +++ b/uniper_hmi_old/UniperHMI/obj/Release/net8.0-windows8.0/OwnControls/Views/SMUControlButton.g.cs @@ -0,0 +1,101 @@ +#pragma checksum "..\..\..\..\..\OwnControls\Views\SMUControlButton.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "50DDAC8BCD561D10B4DEF50D525330DEBBDAC912" +//------------------------------------------------------------------------------ +// +// This code was generated by a tool. +// Runtime Version:4.0.30319.42000 +// +// Changes to this file may cause incorrect behavior and will be lost if +// the code is regenerated. +// +//------------------------------------------------------------------------------ + +using InfineonHMI; +using System; +using System.Diagnostics; +using System.Windows; +using System.Windows.Automation; +using System.Windows.Controls; +using System.Windows.Controls.Primitives; +using System.Windows.Controls.Ribbon; +using System.Windows.Data; +using System.Windows.Documents; +using System.Windows.Ink; +using System.Windows.Input; +using System.Windows.Markup; +using System.Windows.Media; +using System.Windows.Media.Animation; +using System.Windows.Media.Effects; +using System.Windows.Media.Imaging; +using System.Windows.Media.Media3D; +using System.Windows.Media.TextFormatting; +using System.Windows.Navigation; +using System.Windows.Shapes; +using System.Windows.Shell; + + +namespace InfineonHMI { + + + /// + /// SMUControlButton + /// + public partial class SMUControlButton : System.Windows.Controls.Button, System.Windows.Markup.IComponentConnector { + + + #line 12 "..\..\..\..\..\OwnControls\Views\SMUControlButton.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal InfineonHMI.SMUControlButton root; + + #line default + #line hidden + + + #line 14 "..\..\..\..\..\OwnControls\Views\SMUControlButton.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal System.Windows.Controls.Grid mainGrid; + + #line default + #line hidden + + private bool _contentLoaded; + + /// + /// InitializeComponent + /// + [System.Diagnostics.DebuggerNonUserCodeAttribute()] + [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "9.0.13.0")] + public void InitializeComponent() { + if (_contentLoaded) { + return; + } + _contentLoaded = true; + System.Uri resourceLocater = new System.Uri("/InfineonHMI;V0.1.0;component/owncontrols/views/smucontrolbutton.xaml", System.UriKind.Relative); + + #line 1 "..\..\..\..\..\OwnControls\Views\SMUControlButton.xaml" + System.Windows.Application.LoadComponent(this, resourceLocater); + + #line default + #line hidden + } + + [System.Diagnostics.DebuggerNonUserCodeAttribute()] + [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "9.0.13.0")] + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")] + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")] + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")] + void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) { + switch (connectionId) + { + case 1: + this.root = ((InfineonHMI.SMUControlButton)(target)); + return; + case 2: + this.mainGrid = ((System.Windows.Controls.Grid)(target)); + return; + } + this._contentLoaded = true; + } + } +} + diff --git a/uniper_hmi_old/UniperHMI/obj/Release/net8.0-windows8.0/OwnControls/Views/UnitDetailsControl.g.cs b/uniper_hmi_old/UniperHMI/obj/Release/net8.0-windows8.0/OwnControls/Views/UnitDetailsControl.g.cs new file mode 100644 index 0000000..efb63f3 --- /dev/null +++ b/uniper_hmi_old/UniperHMI/obj/Release/net8.0-windows8.0/OwnControls/Views/UnitDetailsControl.g.cs @@ -0,0 +1,109 @@ +#pragma checksum "..\..\..\..\..\OwnControls\Views\UnitDetailsControl.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "3F1DE3F181E1457FA2DDC4C555D4500C6319E8A2" +//------------------------------------------------------------------------------ +// +// This code was generated by a tool. +// Runtime Version:4.0.30319.42000 +// +// Changes to this file may cause incorrect behavior and will be lost if +// the code is regenerated. +// +//------------------------------------------------------------------------------ + +using HMIToolkit; +using InfineonHMI; +using System; +using System.Diagnostics; +using System.Windows; +using System.Windows.Automation; +using System.Windows.Controls; +using System.Windows.Controls.Primitives; +using System.Windows.Controls.Ribbon; +using System.Windows.Data; +using System.Windows.Documents; +using System.Windows.Ink; +using System.Windows.Input; +using System.Windows.Markup; +using System.Windows.Media; +using System.Windows.Media.Animation; +using System.Windows.Media.Effects; +using System.Windows.Media.Imaging; +using System.Windows.Media.Media3D; +using System.Windows.Media.TextFormatting; +using System.Windows.Navigation; +using System.Windows.Shapes; +using System.Windows.Shell; + + +namespace InfineonHMI { + + + /// + /// UnitDetailsControl + /// + public partial class UnitDetailsControl : System.Windows.Controls.UserControl, System.Windows.Markup.IComponentConnector { + + + #line 10 "..\..\..\..\..\OwnControls\Views\UnitDetailsControl.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal InfineonHMI.UnitDetailsControl root; + + #line default + #line hidden + + + #line 15 "..\..\..\..\..\OwnControls\Views\UnitDetailsControl.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal System.Windows.Controls.Grid mainGrid; + + #line default + #line hidden + + private bool _contentLoaded; + + /// + /// InitializeComponent + /// + [System.Diagnostics.DebuggerNonUserCodeAttribute()] + [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "9.0.13.0")] + public void InitializeComponent() { + if (_contentLoaded) { + return; + } + _contentLoaded = true; + System.Uri resourceLocater = new System.Uri("/InfineonHMI;V0.1.0;component/owncontrols/views/unitdetailscontrol.xaml", System.UriKind.Relative); + + #line 1 "..\..\..\..\..\OwnControls\Views\UnitDetailsControl.xaml" + System.Windows.Application.LoadComponent(this, resourceLocater); + + #line default + #line hidden + } + + [System.Diagnostics.DebuggerNonUserCodeAttribute()] + [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "9.0.13.0")] + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] + internal System.Delegate _CreateDelegate(System.Type delegateType, string handler) { + return System.Delegate.CreateDelegate(delegateType, this, handler); + } + + [System.Diagnostics.DebuggerNonUserCodeAttribute()] + [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "9.0.13.0")] + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")] + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")] + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")] + void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) { + switch (connectionId) + { + case 1: + this.root = ((InfineonHMI.UnitDetailsControl)(target)); + return; + case 2: + this.mainGrid = ((System.Windows.Controls.Grid)(target)); + return; + } + this._contentLoaded = true; + } + } +} + diff --git a/uniper_hmi_old/UniperHMI/obj/Release/net8.0-windows8.0/Pages/Views/AlignmentStationPage.g.cs b/uniper_hmi_old/UniperHMI/obj/Release/net8.0-windows8.0/Pages/Views/AlignmentStationPage.g.cs new file mode 100644 index 0000000..32c3b71 --- /dev/null +++ b/uniper_hmi_old/UniperHMI/obj/Release/net8.0-windows8.0/Pages/Views/AlignmentStationPage.g.cs @@ -0,0 +1,84 @@ +#pragma checksum "..\..\..\..\..\Pages\Views\AlignmentStationPage.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "2FD73D78DEE805B6726BEBC63BBCE49B538C9325" +//------------------------------------------------------------------------------ +// +// This code was generated by a tool. +// Runtime Version:4.0.30319.42000 +// +// Changes to this file may cause incorrect behavior and will be lost if +// the code is regenerated. +// +//------------------------------------------------------------------------------ + +using HMIToolkit; +using InfineonHMI; +using System; +using System.Diagnostics; +using System.Windows; +using System.Windows.Automation; +using System.Windows.Controls; +using System.Windows.Controls.Primitives; +using System.Windows.Controls.Ribbon; +using System.Windows.Data; +using System.Windows.Documents; +using System.Windows.Ink; +using System.Windows.Input; +using System.Windows.Markup; +using System.Windows.Media; +using System.Windows.Media.Animation; +using System.Windows.Media.Effects; +using System.Windows.Media.Imaging; +using System.Windows.Media.Media3D; +using System.Windows.Media.TextFormatting; +using System.Windows.Navigation; +using System.Windows.Shapes; +using System.Windows.Shell; + + +namespace InfineonHMI { + + + /// + /// AlignmentStationPage + /// + public partial class AlignmentStationPage : System.Windows.Controls.Page, System.Windows.Markup.IComponentConnector { + + private bool _contentLoaded; + + /// + /// InitializeComponent + /// + [System.Diagnostics.DebuggerNonUserCodeAttribute()] + [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "9.0.13.0")] + public void InitializeComponent() { + if (_contentLoaded) { + return; + } + _contentLoaded = true; + System.Uri resourceLocater = new System.Uri("/InfineonHMI;V0.1.0;component/pages/views/alignmentstationpage.xaml", System.UriKind.Relative); + + #line 1 "..\..\..\..\..\Pages\Views\AlignmentStationPage.xaml" + System.Windows.Application.LoadComponent(this, resourceLocater); + + #line default + #line hidden + } + + [System.Diagnostics.DebuggerNonUserCodeAttribute()] + [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "9.0.13.0")] + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] + internal System.Delegate _CreateDelegate(System.Type delegateType, string handler) { + return System.Delegate.CreateDelegate(delegateType, this, handler); + } + + [System.Diagnostics.DebuggerNonUserCodeAttribute()] + [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "9.0.13.0")] + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")] + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")] + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")] + void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) { + this._contentLoaded = true; + } + } +} + diff --git a/uniper_hmi_old/UniperHMI/obj/Release/net8.0-windows8.0/Pages/Views/AutomaticModePage.g.cs b/uniper_hmi_old/UniperHMI/obj/Release/net8.0-windows8.0/Pages/Views/AutomaticModePage.g.cs new file mode 100644 index 0000000..1f4fc81 --- /dev/null +++ b/uniper_hmi_old/UniperHMI/obj/Release/net8.0-windows8.0/Pages/Views/AutomaticModePage.g.cs @@ -0,0 +1,76 @@ +#pragma checksum "..\..\..\..\..\Pages\Views\AutomaticModePage.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "87F47E108B3A98E576CE05105E723993CC2EB6B2" +//------------------------------------------------------------------------------ +// +// This code was generated by a tool. +// Runtime Version:4.0.30319.42000 +// +// Changes to this file may cause incorrect behavior and will be lost if +// the code is regenerated. +// +//------------------------------------------------------------------------------ + +using System; +using System.Diagnostics; +using System.Windows; +using System.Windows.Automation; +using System.Windows.Controls; +using System.Windows.Controls.Primitives; +using System.Windows.Controls.Ribbon; +using System.Windows.Data; +using System.Windows.Documents; +using System.Windows.Ink; +using System.Windows.Input; +using System.Windows.Markup; +using System.Windows.Media; +using System.Windows.Media.Animation; +using System.Windows.Media.Effects; +using System.Windows.Media.Imaging; +using System.Windows.Media.Media3D; +using System.Windows.Media.TextFormatting; +using System.Windows.Navigation; +using System.Windows.Shapes; +using System.Windows.Shell; +using UniperHMI; + + +namespace UniperHMI { + + + /// + /// AutomaticModePage + /// + public partial class AutomaticModePage : System.Windows.Controls.Page, System.Windows.Markup.IComponentConnector { + + private bool _contentLoaded; + + /// + /// InitializeComponent + /// + [System.Diagnostics.DebuggerNonUserCodeAttribute()] + [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "9.0.13.0")] + public void InitializeComponent() { + if (_contentLoaded) { + return; + } + _contentLoaded = true; + System.Uri resourceLocater = new System.Uri("/InfineonHMI;V0.1.0;component/pages/views/automaticmodepage.xaml", System.UriKind.Relative); + + #line 1 "..\..\..\..\..\Pages\Views\AutomaticModePage.xaml" + System.Windows.Application.LoadComponent(this, resourceLocater); + + #line default + #line hidden + } + + [System.Diagnostics.DebuggerNonUserCodeAttribute()] + [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "9.0.13.0")] + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")] + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")] + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")] + void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) { + this._contentLoaded = true; + } + } +} + diff --git a/uniper_hmi_old/UniperHMI/obj/Release/net8.0-windows8.0/Pages/Views/BatteryOverviewPage.g.cs b/uniper_hmi_old/UniperHMI/obj/Release/net8.0-windows8.0/Pages/Views/BatteryOverviewPage.g.cs new file mode 100644 index 0000000..a48e668 --- /dev/null +++ b/uniper_hmi_old/UniperHMI/obj/Release/net8.0-windows8.0/Pages/Views/BatteryOverviewPage.g.cs @@ -0,0 +1,98 @@ +#pragma checksum "..\..\..\..\..\Pages\Views\BatteryOverviewPage.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "0E63511CBF26FF300DC3D56A181097C7990ECDC3" +//------------------------------------------------------------------------------ +// +// This code was generated by a tool. +// Runtime Version:4.0.30319.42000 +// +// Changes to this file may cause incorrect behavior and will be lost if +// the code is regenerated. +// +//------------------------------------------------------------------------------ + +using MahApps.Metro.Controls; +using System; +using System.Diagnostics; +using System.Windows; +using System.Windows.Automation; +using System.Windows.Controls; +using System.Windows.Controls.Primitives; +using System.Windows.Controls.Ribbon; +using System.Windows.Data; +using System.Windows.Documents; +using System.Windows.Ink; +using System.Windows.Input; +using System.Windows.Markup; +using System.Windows.Media; +using System.Windows.Media.Animation; +using System.Windows.Media.Effects; +using System.Windows.Media.Imaging; +using System.Windows.Media.Media3D; +using System.Windows.Media.TextFormatting; +using System.Windows.Navigation; +using System.Windows.Shapes; +using System.Windows.Shell; +using UniperHMI; + + +namespace UniperHMI { + + + /// + /// BatteryOverviewPage + /// + public partial class BatteryOverviewPage : System.Windows.Controls.Page, System.Windows.Markup.IComponentConnector { + + + #line 9 "..\..\..\..\..\Pages\Views\BatteryOverviewPage.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal UniperHMI.BatteryOverviewPage root; + + #line default + #line hidden + + private bool _contentLoaded; + + /// + /// InitializeComponent + /// + [System.Diagnostics.DebuggerNonUserCodeAttribute()] + [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "9.0.13.0")] + public void InitializeComponent() { + if (_contentLoaded) { + return; + } + _contentLoaded = true; + System.Uri resourceLocater = new System.Uri("/InfineonHMI;V0.1.0;component/pages/views/batteryoverviewpage.xaml", System.UriKind.Relative); + + #line 1 "..\..\..\..\..\Pages\Views\BatteryOverviewPage.xaml" + System.Windows.Application.LoadComponent(this, resourceLocater); + + #line default + #line hidden + } + + [System.Diagnostics.DebuggerNonUserCodeAttribute()] + [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "9.0.13.0")] + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] + internal System.Delegate _CreateDelegate(System.Type delegateType, string handler) { + return System.Delegate.CreateDelegate(delegateType, this, handler); + } + + [System.Diagnostics.DebuggerNonUserCodeAttribute()] + [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "9.0.13.0")] + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")] + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")] + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")] + void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) { + switch (connectionId) + { + case 1: + this.root = ((UniperHMI.BatteryOverviewPage)(target)); + return; + } + this._contentLoaded = true; + } + } +} + diff --git a/uniper_hmi_old/UniperHMI/obj/Release/net8.0-windows8.0/Pages/Views/ChuckMagazinPage.g.cs b/uniper_hmi_old/UniperHMI/obj/Release/net8.0-windows8.0/Pages/Views/ChuckMagazinPage.g.cs new file mode 100644 index 0000000..7a206dc --- /dev/null +++ b/uniper_hmi_old/UniperHMI/obj/Release/net8.0-windows8.0/Pages/Views/ChuckMagazinPage.g.cs @@ -0,0 +1,76 @@ +#pragma checksum "..\..\..\..\..\Pages\Views\ChuckMagazinPage.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "293113A67885AFD375E6B8CD1DBF1AB4C7777DD9" +//------------------------------------------------------------------------------ +// +// This code was generated by a tool. +// Runtime Version:4.0.30319.42000 +// +// Changes to this file may cause incorrect behavior and will be lost if +// the code is regenerated. +// +//------------------------------------------------------------------------------ + +using System; +using System.Diagnostics; +using System.Windows; +using System.Windows.Automation; +using System.Windows.Controls; +using System.Windows.Controls.Primitives; +using System.Windows.Controls.Ribbon; +using System.Windows.Data; +using System.Windows.Documents; +using System.Windows.Ink; +using System.Windows.Input; +using System.Windows.Markup; +using System.Windows.Media; +using System.Windows.Media.Animation; +using System.Windows.Media.Effects; +using System.Windows.Media.Imaging; +using System.Windows.Media.Media3D; +using System.Windows.Media.TextFormatting; +using System.Windows.Navigation; +using System.Windows.Shapes; +using System.Windows.Shell; +using UniperHMI; + + +namespace UniperHMI { + + + /// + /// ChuckMagazinPage + /// + public partial class ChuckMagazinPage : System.Windows.Controls.Page, System.Windows.Markup.IComponentConnector { + + private bool _contentLoaded; + + /// + /// InitializeComponent + /// + [System.Diagnostics.DebuggerNonUserCodeAttribute()] + [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "9.0.13.0")] + public void InitializeComponent() { + if (_contentLoaded) { + return; + } + _contentLoaded = true; + System.Uri resourceLocater = new System.Uri("/InfineonHMI;V0.1.0;component/pages/views/chuckmagazinpage.xaml", System.UriKind.Relative); + + #line 1 "..\..\..\..\..\Pages\Views\ChuckMagazinPage.xaml" + System.Windows.Application.LoadComponent(this, resourceLocater); + + #line default + #line hidden + } + + [System.Diagnostics.DebuggerNonUserCodeAttribute()] + [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "9.0.13.0")] + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")] + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")] + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")] + void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) { + this._contentLoaded = true; + } + } +} + diff --git a/uniper_hmi_old/UniperHMI/obj/Release/net8.0-windows8.0/Pages/Views/EtchingStation1Page.g.cs b/uniper_hmi_old/UniperHMI/obj/Release/net8.0-windows8.0/Pages/Views/EtchingStation1Page.g.cs new file mode 100644 index 0000000..870ed89 --- /dev/null +++ b/uniper_hmi_old/UniperHMI/obj/Release/net8.0-windows8.0/Pages/Views/EtchingStation1Page.g.cs @@ -0,0 +1,84 @@ +#pragma checksum "..\..\..\..\..\Pages\Views\EtchingStation1Page.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "8059D1CB7897ECFE1E4E558B23E006AE38A70F34" +//------------------------------------------------------------------------------ +// +// This code was generated by a tool. +// Runtime Version:4.0.30319.42000 +// +// Changes to this file may cause incorrect behavior and will be lost if +// the code is regenerated. +// +//------------------------------------------------------------------------------ + +using HMIToolkit; +using InfineonHMI; +using System; +using System.Diagnostics; +using System.Windows; +using System.Windows.Automation; +using System.Windows.Controls; +using System.Windows.Controls.Primitives; +using System.Windows.Controls.Ribbon; +using System.Windows.Data; +using System.Windows.Documents; +using System.Windows.Ink; +using System.Windows.Input; +using System.Windows.Markup; +using System.Windows.Media; +using System.Windows.Media.Animation; +using System.Windows.Media.Effects; +using System.Windows.Media.Imaging; +using System.Windows.Media.Media3D; +using System.Windows.Media.TextFormatting; +using System.Windows.Navigation; +using System.Windows.Shapes; +using System.Windows.Shell; + + +namespace InfineonHMI { + + + /// + /// EtchingStation1Page + /// + public partial class EtchingStation1Page : System.Windows.Controls.Page, System.Windows.Markup.IComponentConnector { + + private bool _contentLoaded; + + /// + /// InitializeComponent + /// + [System.Diagnostics.DebuggerNonUserCodeAttribute()] + [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "9.0.13.0")] + public void InitializeComponent() { + if (_contentLoaded) { + return; + } + _contentLoaded = true; + System.Uri resourceLocater = new System.Uri("/InfineonHMI;V0.1.0;component/pages/views/etchingstation1page.xaml", System.UriKind.Relative); + + #line 1 "..\..\..\..\..\Pages\Views\EtchingStation1Page.xaml" + System.Windows.Application.LoadComponent(this, resourceLocater); + + #line default + #line hidden + } + + [System.Diagnostics.DebuggerNonUserCodeAttribute()] + [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "9.0.13.0")] + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] + internal System.Delegate _CreateDelegate(System.Type delegateType, string handler) { + return System.Delegate.CreateDelegate(delegateType, this, handler); + } + + [System.Diagnostics.DebuggerNonUserCodeAttribute()] + [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "9.0.13.0")] + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")] + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")] + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")] + void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) { + this._contentLoaded = true; + } + } +} + diff --git a/uniper_hmi_old/UniperHMI/obj/Release/net8.0-windows8.0/Pages/Views/EtchingStation2Page.g.cs b/uniper_hmi_old/UniperHMI/obj/Release/net8.0-windows8.0/Pages/Views/EtchingStation2Page.g.cs new file mode 100644 index 0000000..2db1170 --- /dev/null +++ b/uniper_hmi_old/UniperHMI/obj/Release/net8.0-windows8.0/Pages/Views/EtchingStation2Page.g.cs @@ -0,0 +1,84 @@ +#pragma checksum "..\..\..\..\..\Pages\Views\EtchingStation2Page.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "A27DD04BA0376FA14BF6CE9110CE24828A574D3E" +//------------------------------------------------------------------------------ +// +// This code was generated by a tool. +// Runtime Version:4.0.30319.42000 +// +// Changes to this file may cause incorrect behavior and will be lost if +// the code is regenerated. +// +//------------------------------------------------------------------------------ + +using HMIToolkit; +using InfineonHMI; +using System; +using System.Diagnostics; +using System.Windows; +using System.Windows.Automation; +using System.Windows.Controls; +using System.Windows.Controls.Primitives; +using System.Windows.Controls.Ribbon; +using System.Windows.Data; +using System.Windows.Documents; +using System.Windows.Ink; +using System.Windows.Input; +using System.Windows.Markup; +using System.Windows.Media; +using System.Windows.Media.Animation; +using System.Windows.Media.Effects; +using System.Windows.Media.Imaging; +using System.Windows.Media.Media3D; +using System.Windows.Media.TextFormatting; +using System.Windows.Navigation; +using System.Windows.Shapes; +using System.Windows.Shell; + + +namespace InfineonHMI { + + + /// + /// EtchingStation2Page + /// + public partial class EtchingStation2Page : System.Windows.Controls.Page, System.Windows.Markup.IComponentConnector { + + private bool _contentLoaded; + + /// + /// InitializeComponent + /// + [System.Diagnostics.DebuggerNonUserCodeAttribute()] + [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "9.0.13.0")] + public void InitializeComponent() { + if (_contentLoaded) { + return; + } + _contentLoaded = true; + System.Uri resourceLocater = new System.Uri("/InfineonHMI;V0.1.0;component/pages/views/etchingstation2page.xaml", System.UriKind.Relative); + + #line 1 "..\..\..\..\..\Pages\Views\EtchingStation2Page.xaml" + System.Windows.Application.LoadComponent(this, resourceLocater); + + #line default + #line hidden + } + + [System.Diagnostics.DebuggerNonUserCodeAttribute()] + [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "9.0.13.0")] + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] + internal System.Delegate _CreateDelegate(System.Type delegateType, string handler) { + return System.Delegate.CreateDelegate(delegateType, this, handler); + } + + [System.Diagnostics.DebuggerNonUserCodeAttribute()] + [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "9.0.13.0")] + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")] + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")] + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")] + void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) { + this._contentLoaded = true; + } + } +} + diff --git a/uniper_hmi_old/UniperHMI/obj/Release/net8.0-windows8.0/Pages/Views/EtchingStationPage.g.cs b/uniper_hmi_old/UniperHMI/obj/Release/net8.0-windows8.0/Pages/Views/EtchingStationPage.g.cs new file mode 100644 index 0000000..4a7b47e --- /dev/null +++ b/uniper_hmi_old/UniperHMI/obj/Release/net8.0-windows8.0/Pages/Views/EtchingStationPage.g.cs @@ -0,0 +1,76 @@ +#pragma checksum "..\..\..\..\..\Pages\Views\EtchingStationPage.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "B87CB9CE66F2979044282FA16EC61BA65F1FC295" +//------------------------------------------------------------------------------ +// +// This code was generated by a tool. +// Runtime Version:4.0.30319.42000 +// +// Changes to this file may cause incorrect behavior and will be lost if +// the code is regenerated. +// +//------------------------------------------------------------------------------ + +using System; +using System.Diagnostics; +using System.Windows; +using System.Windows.Automation; +using System.Windows.Controls; +using System.Windows.Controls.Primitives; +using System.Windows.Controls.Ribbon; +using System.Windows.Data; +using System.Windows.Documents; +using System.Windows.Ink; +using System.Windows.Input; +using System.Windows.Markup; +using System.Windows.Media; +using System.Windows.Media.Animation; +using System.Windows.Media.Effects; +using System.Windows.Media.Imaging; +using System.Windows.Media.Media3D; +using System.Windows.Media.TextFormatting; +using System.Windows.Navigation; +using System.Windows.Shapes; +using System.Windows.Shell; +using UniperHMI; + + +namespace UniperHMI { + + + /// + /// EtchingStationPage + /// + public partial class EtchingStationPage : System.Windows.Controls.Page, System.Windows.Markup.IComponentConnector { + + private bool _contentLoaded; + + /// + /// InitializeComponent + /// + [System.Diagnostics.DebuggerNonUserCodeAttribute()] + [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "9.0.13.0")] + public void InitializeComponent() { + if (_contentLoaded) { + return; + } + _contentLoaded = true; + System.Uri resourceLocater = new System.Uri("/InfineonHMI;V0.1.0;component/pages/views/etchingstationpage.xaml", System.UriKind.Relative); + + #line 1 "..\..\..\..\..\Pages\Views\EtchingStationPage.xaml" + System.Windows.Application.LoadComponent(this, resourceLocater); + + #line default + #line hidden + } + + [System.Diagnostics.DebuggerNonUserCodeAttribute()] + [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "9.0.13.0")] + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")] + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")] + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")] + void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) { + this._contentLoaded = true; + } + } +} + diff --git a/uniper_hmi_old/UniperHMI/obj/Release/net8.0-windows8.0/Pages/Views/EventsPage.g.cs b/uniper_hmi_old/UniperHMI/obj/Release/net8.0-windows8.0/Pages/Views/EventsPage.g.cs new file mode 100644 index 0000000..79fb512 --- /dev/null +++ b/uniper_hmi_old/UniperHMI/obj/Release/net8.0-windows8.0/Pages/Views/EventsPage.g.cs @@ -0,0 +1,76 @@ +#pragma checksum "..\..\..\..\..\Pages\Views\EventsPage.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "216D8A9A2803A4444F2D75827E97F052328092CC" +//------------------------------------------------------------------------------ +// +// This code was generated by a tool. +// Runtime Version:4.0.30319.42000 +// +// Changes to this file may cause incorrect behavior and will be lost if +// the code is regenerated. +// +//------------------------------------------------------------------------------ + +using InfineonHMI; +using System; +using System.Diagnostics; +using System.Windows; +using System.Windows.Automation; +using System.Windows.Controls; +using System.Windows.Controls.Primitives; +using System.Windows.Controls.Ribbon; +using System.Windows.Data; +using System.Windows.Documents; +using System.Windows.Ink; +using System.Windows.Input; +using System.Windows.Markup; +using System.Windows.Media; +using System.Windows.Media.Animation; +using System.Windows.Media.Effects; +using System.Windows.Media.Imaging; +using System.Windows.Media.Media3D; +using System.Windows.Media.TextFormatting; +using System.Windows.Navigation; +using System.Windows.Shapes; +using System.Windows.Shell; + + +namespace InfineonHMI { + + + /// + /// EventsPage + /// + public partial class EventsPage : System.Windows.Controls.Page, System.Windows.Markup.IComponentConnector { + + private bool _contentLoaded; + + /// + /// InitializeComponent + /// + [System.Diagnostics.DebuggerNonUserCodeAttribute()] + [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "9.0.13.0")] + public void InitializeComponent() { + if (_contentLoaded) { + return; + } + _contentLoaded = true; + System.Uri resourceLocater = new System.Uri("/InfineonHMI;V0.1.0;component/pages/views/eventspage.xaml", System.UriKind.Relative); + + #line 1 "..\..\..\..\..\Pages\Views\EventsPage.xaml" + System.Windows.Application.LoadComponent(this, resourceLocater); + + #line default + #line hidden + } + + [System.Diagnostics.DebuggerNonUserCodeAttribute()] + [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "9.0.13.0")] + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")] + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")] + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")] + void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) { + this._contentLoaded = true; + } + } +} + diff --git a/uniper_hmi_old/UniperHMI/obj/Release/net8.0-windows8.0/Pages/Views/HighVoltageStationPage.g.cs b/uniper_hmi_old/UniperHMI/obj/Release/net8.0-windows8.0/Pages/Views/HighVoltageStationPage.g.cs new file mode 100644 index 0000000..bc212a1 --- /dev/null +++ b/uniper_hmi_old/UniperHMI/obj/Release/net8.0-windows8.0/Pages/Views/HighVoltageStationPage.g.cs @@ -0,0 +1,84 @@ +#pragma checksum "..\..\..\..\..\Pages\Views\HighVoltageStationPage.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "AD933EB65FCF1EACD4C61807E783B8DE370D340D" +//------------------------------------------------------------------------------ +// +// This code was generated by a tool. +// Runtime Version:4.0.30319.42000 +// +// Changes to this file may cause incorrect behavior and will be lost if +// the code is regenerated. +// +//------------------------------------------------------------------------------ + +using HMIToolkit; +using InfineonHMI; +using System; +using System.Diagnostics; +using System.Windows; +using System.Windows.Automation; +using System.Windows.Controls; +using System.Windows.Controls.Primitives; +using System.Windows.Controls.Ribbon; +using System.Windows.Data; +using System.Windows.Documents; +using System.Windows.Ink; +using System.Windows.Input; +using System.Windows.Markup; +using System.Windows.Media; +using System.Windows.Media.Animation; +using System.Windows.Media.Effects; +using System.Windows.Media.Imaging; +using System.Windows.Media.Media3D; +using System.Windows.Media.TextFormatting; +using System.Windows.Navigation; +using System.Windows.Shapes; +using System.Windows.Shell; + + +namespace InfineonHMI { + + + /// + /// HighVoltageStationPage + /// + public partial class HighVoltageStationPage : System.Windows.Controls.Page, System.Windows.Markup.IComponentConnector { + + private bool _contentLoaded; + + /// + /// InitializeComponent + /// + [System.Diagnostics.DebuggerNonUserCodeAttribute()] + [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "9.0.13.0")] + public void InitializeComponent() { + if (_contentLoaded) { + return; + } + _contentLoaded = true; + System.Uri resourceLocater = new System.Uri("/InfineonHMI;V0.1.0;component/pages/views/highvoltagestationpage.xaml", System.UriKind.Relative); + + #line 1 "..\..\..\..\..\Pages\Views\HighVoltageStationPage.xaml" + System.Windows.Application.LoadComponent(this, resourceLocater); + + #line default + #line hidden + } + + [System.Diagnostics.DebuggerNonUserCodeAttribute()] + [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "9.0.13.0")] + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] + internal System.Delegate _CreateDelegate(System.Type delegateType, string handler) { + return System.Delegate.CreateDelegate(delegateType, this, handler); + } + + [System.Diagnostics.DebuggerNonUserCodeAttribute()] + [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "9.0.13.0")] + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")] + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")] + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")] + void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) { + this._contentLoaded = true; + } + } +} + diff --git a/uniper_hmi_old/UniperHMI/obj/Release/net8.0-windows8.0/Pages/Views/HotCoolPlatePage.g.cs b/uniper_hmi_old/UniperHMI/obj/Release/net8.0-windows8.0/Pages/Views/HotCoolPlatePage.g.cs new file mode 100644 index 0000000..f3abf0a --- /dev/null +++ b/uniper_hmi_old/UniperHMI/obj/Release/net8.0-windows8.0/Pages/Views/HotCoolPlatePage.g.cs @@ -0,0 +1,84 @@ +#pragma checksum "..\..\..\..\..\Pages\Views\HotCoolPlatePage.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "672EB433CD55D0C7780D1BBFF5A96C9656F04AB9" +//------------------------------------------------------------------------------ +// +// This code was generated by a tool. +// Runtime Version:4.0.30319.42000 +// +// Changes to this file may cause incorrect behavior and will be lost if +// the code is regenerated. +// +//------------------------------------------------------------------------------ + +using HMIToolkit; +using InfineonHMI; +using System; +using System.Diagnostics; +using System.Windows; +using System.Windows.Automation; +using System.Windows.Controls; +using System.Windows.Controls.Primitives; +using System.Windows.Controls.Ribbon; +using System.Windows.Data; +using System.Windows.Documents; +using System.Windows.Ink; +using System.Windows.Input; +using System.Windows.Markup; +using System.Windows.Media; +using System.Windows.Media.Animation; +using System.Windows.Media.Effects; +using System.Windows.Media.Imaging; +using System.Windows.Media.Media3D; +using System.Windows.Media.TextFormatting; +using System.Windows.Navigation; +using System.Windows.Shapes; +using System.Windows.Shell; + + +namespace InfineonHMI { + + + /// + /// HotCoolPlatePage + /// + public partial class HotCoolPlatePage : System.Windows.Controls.Page, System.Windows.Markup.IComponentConnector { + + private bool _contentLoaded; + + /// + /// InitializeComponent + /// + [System.Diagnostics.DebuggerNonUserCodeAttribute()] + [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "9.0.13.0")] + public void InitializeComponent() { + if (_contentLoaded) { + return; + } + _contentLoaded = true; + System.Uri resourceLocater = new System.Uri("/InfineonHMI;V0.1.0;component/pages/views/hotcoolplatepage.xaml", System.UriKind.Relative); + + #line 1 "..\..\..\..\..\Pages\Views\HotCoolPlatePage.xaml" + System.Windows.Application.LoadComponent(this, resourceLocater); + + #line default + #line hidden + } + + [System.Diagnostics.DebuggerNonUserCodeAttribute()] + [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "9.0.13.0")] + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] + internal System.Delegate _CreateDelegate(System.Type delegateType, string handler) { + return System.Delegate.CreateDelegate(delegateType, this, handler); + } + + [System.Diagnostics.DebuggerNonUserCodeAttribute()] + [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "9.0.13.0")] + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")] + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")] + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")] + void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) { + this._contentLoaded = true; + } + } +} + diff --git a/uniper_hmi_old/UniperHMI/obj/Release/net8.0-windows8.0/Pages/Views/KukaRobotPage.g.cs b/uniper_hmi_old/UniperHMI/obj/Release/net8.0-windows8.0/Pages/Views/KukaRobotPage.g.cs new file mode 100644 index 0000000..b7c9a93 --- /dev/null +++ b/uniper_hmi_old/UniperHMI/obj/Release/net8.0-windows8.0/Pages/Views/KukaRobotPage.g.cs @@ -0,0 +1,76 @@ +#pragma checksum "..\..\..\..\..\Pages\Views\KukaRobotPage.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "C3698E6F0140F0C798E3F91617B1113720F9123B" +//------------------------------------------------------------------------------ +// +// This code was generated by a tool. +// Runtime Version:4.0.30319.42000 +// +// Changes to this file may cause incorrect behavior and will be lost if +// the code is regenerated. +// +//------------------------------------------------------------------------------ + +using InfineonHMI; +using System; +using System.Diagnostics; +using System.Windows; +using System.Windows.Automation; +using System.Windows.Controls; +using System.Windows.Controls.Primitives; +using System.Windows.Controls.Ribbon; +using System.Windows.Data; +using System.Windows.Documents; +using System.Windows.Ink; +using System.Windows.Input; +using System.Windows.Markup; +using System.Windows.Media; +using System.Windows.Media.Animation; +using System.Windows.Media.Effects; +using System.Windows.Media.Imaging; +using System.Windows.Media.Media3D; +using System.Windows.Media.TextFormatting; +using System.Windows.Navigation; +using System.Windows.Shapes; +using System.Windows.Shell; + + +namespace InfineonHMI { + + + /// + /// KukaRobotPage + /// + public partial class KukaRobotPage : System.Windows.Controls.Page, System.Windows.Markup.IComponentConnector { + + private bool _contentLoaded; + + /// + /// InitializeComponent + /// + [System.Diagnostics.DebuggerNonUserCodeAttribute()] + [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "9.0.13.0")] + public void InitializeComponent() { + if (_contentLoaded) { + return; + } + _contentLoaded = true; + System.Uri resourceLocater = new System.Uri("/InfineonHMI;V0.1.0;component/pages/views/kukarobotpage.xaml", System.UriKind.Relative); + + #line 1 "..\..\..\..\..\Pages\Views\KukaRobotPage.xaml" + System.Windows.Application.LoadComponent(this, resourceLocater); + + #line default + #line hidden + } + + [System.Diagnostics.DebuggerNonUserCodeAttribute()] + [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "9.0.13.0")] + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")] + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")] + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")] + void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) { + this._contentLoaded = true; + } + } +} + diff --git a/uniper_hmi_old/UniperHMI/obj/Release/net8.0-windows8.0/Pages/Views/MachineOverviewPage.g.cs b/uniper_hmi_old/UniperHMI/obj/Release/net8.0-windows8.0/Pages/Views/MachineOverviewPage.g.cs new file mode 100644 index 0000000..d692e1d --- /dev/null +++ b/uniper_hmi_old/UniperHMI/obj/Release/net8.0-windows8.0/Pages/Views/MachineOverviewPage.g.cs @@ -0,0 +1,90 @@ +#pragma checksum "..\..\..\..\..\Pages\Views\MachineOverviewPage.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "C8DBA63D50824988F5CD69D9D1A5DB1F8EE451AB" +//------------------------------------------------------------------------------ +// +// This code was generated by a tool. +// Runtime Version:4.0.30319.42000 +// +// Changes to this file may cause incorrect behavior and will be lost if +// the code is regenerated. +// +//------------------------------------------------------------------------------ + +using InfineonHMI; +using System; +using System.Diagnostics; +using System.Windows; +using System.Windows.Automation; +using System.Windows.Controls; +using System.Windows.Controls.Primitives; +using System.Windows.Controls.Ribbon; +using System.Windows.Data; +using System.Windows.Documents; +using System.Windows.Ink; +using System.Windows.Input; +using System.Windows.Markup; +using System.Windows.Media; +using System.Windows.Media.Animation; +using System.Windows.Media.Effects; +using System.Windows.Media.Imaging; +using System.Windows.Media.Media3D; +using System.Windows.Media.TextFormatting; +using System.Windows.Navigation; +using System.Windows.Shapes; +using System.Windows.Shell; + + +namespace InfineonHMI { + + + /// + /// MachineOverviewPage + /// + public partial class MachineOverviewPage : System.Windows.Controls.Page, System.Windows.Markup.IComponentConnector { + + + #line 95 "..\..\..\..\..\Pages\Views\MachineOverviewPage.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal System.Windows.Controls.Frame DetailFrame; + + #line default + #line hidden + + private bool _contentLoaded; + + /// + /// InitializeComponent + /// + [System.Diagnostics.DebuggerNonUserCodeAttribute()] + [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "9.0.13.0")] + public void InitializeComponent() { + if (_contentLoaded) { + return; + } + _contentLoaded = true; + System.Uri resourceLocater = new System.Uri("/InfineonHMI;V0.1.0;component/pages/views/machineoverviewpage.xaml", System.UriKind.Relative); + + #line 1 "..\..\..\..\..\Pages\Views\MachineOverviewPage.xaml" + System.Windows.Application.LoadComponent(this, resourceLocater); + + #line default + #line hidden + } + + [System.Diagnostics.DebuggerNonUserCodeAttribute()] + [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "9.0.13.0")] + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")] + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")] + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")] + void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) { + switch (connectionId) + { + case 1: + this.DetailFrame = ((System.Windows.Controls.Frame)(target)); + return; + } + this._contentLoaded = true; + } + } +} + diff --git a/uniper_hmi_old/UniperHMI/obj/Release/net8.0-windows8.0/Pages/Views/MediaCabinetPage.g.cs b/uniper_hmi_old/UniperHMI/obj/Release/net8.0-windows8.0/Pages/Views/MediaCabinetPage.g.cs new file mode 100644 index 0000000..532457e --- /dev/null +++ b/uniper_hmi_old/UniperHMI/obj/Release/net8.0-windows8.0/Pages/Views/MediaCabinetPage.g.cs @@ -0,0 +1,84 @@ +#pragma checksum "..\..\..\..\..\Pages\Views\MediaCabinetPage.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "0F2258052D98900345D0485DB69068A763F47799" +//------------------------------------------------------------------------------ +// +// This code was generated by a tool. +// Runtime Version:4.0.30319.42000 +// +// Changes to this file may cause incorrect behavior and will be lost if +// the code is regenerated. +// +//------------------------------------------------------------------------------ + +using Common; +using InfineonHMI; +using System; +using System.Diagnostics; +using System.Windows; +using System.Windows.Automation; +using System.Windows.Controls; +using System.Windows.Controls.Primitives; +using System.Windows.Controls.Ribbon; +using System.Windows.Data; +using System.Windows.Documents; +using System.Windows.Ink; +using System.Windows.Input; +using System.Windows.Markup; +using System.Windows.Media; +using System.Windows.Media.Animation; +using System.Windows.Media.Effects; +using System.Windows.Media.Imaging; +using System.Windows.Media.Media3D; +using System.Windows.Media.TextFormatting; +using System.Windows.Navigation; +using System.Windows.Shapes; +using System.Windows.Shell; + + +namespace InfineonHMI { + + + /// + /// MediaCabinetPage + /// + public partial class MediaCabinetPage : System.Windows.Controls.Page, System.Windows.Markup.IComponentConnector { + + private bool _contentLoaded; + + /// + /// InitializeComponent + /// + [System.Diagnostics.DebuggerNonUserCodeAttribute()] + [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "9.0.13.0")] + public void InitializeComponent() { + if (_contentLoaded) { + return; + } + _contentLoaded = true; + System.Uri resourceLocater = new System.Uri("/InfineonHMI;V0.1.0;component/pages/views/mediacabinetpage.xaml", System.UriKind.Relative); + + #line 1 "..\..\..\..\..\Pages\Views\MediaCabinetPage.xaml" + System.Windows.Application.LoadComponent(this, resourceLocater); + + #line default + #line hidden + } + + [System.Diagnostics.DebuggerNonUserCodeAttribute()] + [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "9.0.13.0")] + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] + internal System.Delegate _CreateDelegate(System.Type delegateType, string handler) { + return System.Delegate.CreateDelegate(delegateType, this, handler); + } + + [System.Diagnostics.DebuggerNonUserCodeAttribute()] + [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "9.0.13.0")] + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")] + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")] + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")] + void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) { + this._contentLoaded = true; + } + } +} + diff --git a/uniper_hmi_old/UniperHMI/obj/Release/net8.0-windows8.0/Pages/Views/ModuleOverviewPage.g.cs b/uniper_hmi_old/UniperHMI/obj/Release/net8.0-windows8.0/Pages/Views/ModuleOverviewPage.g.cs new file mode 100644 index 0000000..f7504e3 --- /dev/null +++ b/uniper_hmi_old/UniperHMI/obj/Release/net8.0-windows8.0/Pages/Views/ModuleOverviewPage.g.cs @@ -0,0 +1,97 @@ +#pragma checksum "..\..\..\..\..\Pages\Views\ModuleOverviewPage.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "81BDC7C0D131DCD5663E3D8D12D8E76F6F3EC2C9" +//------------------------------------------------------------------------------ +// +// This code was generated by a tool. +// Runtime Version:4.0.30319.42000 +// +// Changes to this file may cause incorrect behavior and will be lost if +// the code is regenerated. +// +//------------------------------------------------------------------------------ + +using System; +using System.Diagnostics; +using System.Windows; +using System.Windows.Automation; +using System.Windows.Controls; +using System.Windows.Controls.Primitives; +using System.Windows.Controls.Ribbon; +using System.Windows.Data; +using System.Windows.Documents; +using System.Windows.Ink; +using System.Windows.Input; +using System.Windows.Markup; +using System.Windows.Media; +using System.Windows.Media.Animation; +using System.Windows.Media.Effects; +using System.Windows.Media.Imaging; +using System.Windows.Media.Media3D; +using System.Windows.Media.TextFormatting; +using System.Windows.Navigation; +using System.Windows.Shapes; +using System.Windows.Shell; +using UniperHMI; + + +namespace UniperHMI { + + + /// + /// ModuleOverviewPage + /// + public partial class ModuleOverviewPage : System.Windows.Controls.Page, System.Windows.Markup.IComponentConnector { + + + #line 9 "..\..\..\..\..\Pages\Views\ModuleOverviewPage.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal UniperHMI.ModuleOverviewPage root; + + #line default + #line hidden + + private bool _contentLoaded; + + /// + /// InitializeComponent + /// + [System.Diagnostics.DebuggerNonUserCodeAttribute()] + [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "9.0.13.0")] + public void InitializeComponent() { + if (_contentLoaded) { + return; + } + _contentLoaded = true; + System.Uri resourceLocater = new System.Uri("/InfineonHMI;V0.1.0;component/pages/views/moduleoverviewpage.xaml", System.UriKind.Relative); + + #line 1 "..\..\..\..\..\Pages\Views\ModuleOverviewPage.xaml" + System.Windows.Application.LoadComponent(this, resourceLocater); + + #line default + #line hidden + } + + [System.Diagnostics.DebuggerNonUserCodeAttribute()] + [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "9.0.13.0")] + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] + internal System.Delegate _CreateDelegate(System.Type delegateType, string handler) { + return System.Delegate.CreateDelegate(delegateType, this, handler); + } + + [System.Diagnostics.DebuggerNonUserCodeAttribute()] + [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "9.0.13.0")] + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")] + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")] + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")] + void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) { + switch (connectionId) + { + case 1: + this.root = ((UniperHMI.ModuleOverviewPage)(target)); + return; + } + this._contentLoaded = true; + } + } +} + diff --git a/uniper_hmi_old/UniperHMI/obj/Release/net8.0-windows8.0/Pages/Views/NIOStationPage.g.cs b/uniper_hmi_old/UniperHMI/obj/Release/net8.0-windows8.0/Pages/Views/NIOStationPage.g.cs new file mode 100644 index 0000000..f5ab2e2 --- /dev/null +++ b/uniper_hmi_old/UniperHMI/obj/Release/net8.0-windows8.0/Pages/Views/NIOStationPage.g.cs @@ -0,0 +1,84 @@ +#pragma checksum "..\..\..\..\..\Pages\Views\NIOStationPage.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "851822486D508FB31578829981616132EC615464" +//------------------------------------------------------------------------------ +// +// This code was generated by a tool. +// Runtime Version:4.0.30319.42000 +// +// Changes to this file may cause incorrect behavior and will be lost if +// the code is regenerated. +// +//------------------------------------------------------------------------------ + +using HMIToolkit; +using InfineonHMI; +using System; +using System.Diagnostics; +using System.Windows; +using System.Windows.Automation; +using System.Windows.Controls; +using System.Windows.Controls.Primitives; +using System.Windows.Controls.Ribbon; +using System.Windows.Data; +using System.Windows.Documents; +using System.Windows.Ink; +using System.Windows.Input; +using System.Windows.Markup; +using System.Windows.Media; +using System.Windows.Media.Animation; +using System.Windows.Media.Effects; +using System.Windows.Media.Imaging; +using System.Windows.Media.Media3D; +using System.Windows.Media.TextFormatting; +using System.Windows.Navigation; +using System.Windows.Shapes; +using System.Windows.Shell; + + +namespace InfineonHMI { + + + /// + /// NIOStationPage + /// + public partial class NIOStationPage : System.Windows.Controls.Page, System.Windows.Markup.IComponentConnector { + + private bool _contentLoaded; + + /// + /// InitializeComponent + /// + [System.Diagnostics.DebuggerNonUserCodeAttribute()] + [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "9.0.13.0")] + public void InitializeComponent() { + if (_contentLoaded) { + return; + } + _contentLoaded = true; + System.Uri resourceLocater = new System.Uri("/InfineonHMI;V0.1.0;component/pages/views/niostationpage.xaml", System.UriKind.Relative); + + #line 1 "..\..\..\..\..\Pages\Views\NIOStationPage.xaml" + System.Windows.Application.LoadComponent(this, resourceLocater); + + #line default + #line hidden + } + + [System.Diagnostics.DebuggerNonUserCodeAttribute()] + [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "9.0.13.0")] + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] + internal System.Delegate _CreateDelegate(System.Type delegateType, string handler) { + return System.Delegate.CreateDelegate(delegateType, this, handler); + } + + [System.Diagnostics.DebuggerNonUserCodeAttribute()] + [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "9.0.13.0")] + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")] + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")] + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")] + void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) { + this._contentLoaded = true; + } + } +} + diff --git a/uniper_hmi_old/UniperHMI/obj/Release/net8.0-windows8.0/Pages/Views/ProductionOverviewPage.g.cs b/uniper_hmi_old/UniperHMI/obj/Release/net8.0-windows8.0/Pages/Views/ProductionOverviewPage.g.cs new file mode 100644 index 0000000..4d785d0 --- /dev/null +++ b/uniper_hmi_old/UniperHMI/obj/Release/net8.0-windows8.0/Pages/Views/ProductionOverviewPage.g.cs @@ -0,0 +1,90 @@ +#pragma checksum "..\..\..\..\..\Pages\Views\ProductionOverviewPage.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "B93ADDB540033C3CAB56F4B09CB91D87C7E19933" +//------------------------------------------------------------------------------ +// +// This code was generated by a tool. +// Runtime Version:4.0.30319.42000 +// +// Changes to this file may cause incorrect behavior and will be lost if +// the code is regenerated. +// +//------------------------------------------------------------------------------ + +using InfineonHMI; +using System; +using System.Diagnostics; +using System.Windows; +using System.Windows.Automation; +using System.Windows.Controls; +using System.Windows.Controls.Primitives; +using System.Windows.Controls.Ribbon; +using System.Windows.Data; +using System.Windows.Documents; +using System.Windows.Ink; +using System.Windows.Input; +using System.Windows.Markup; +using System.Windows.Media; +using System.Windows.Media.Animation; +using System.Windows.Media.Effects; +using System.Windows.Media.Imaging; +using System.Windows.Media.Media3D; +using System.Windows.Media.TextFormatting; +using System.Windows.Navigation; +using System.Windows.Shapes; +using System.Windows.Shell; + + +namespace InfineonHMI { + + + /// + /// ProductionOverviewPage + /// + public partial class ProductionOverviewPage : System.Windows.Controls.Page, System.Windows.Markup.IComponentConnector { + + + #line 93 "..\..\..\..\..\Pages\Views\ProductionOverviewPage.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal System.Windows.Controls.Frame DetailFrame; + + #line default + #line hidden + + private bool _contentLoaded; + + /// + /// InitializeComponent + /// + [System.Diagnostics.DebuggerNonUserCodeAttribute()] + [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "9.0.13.0")] + public void InitializeComponent() { + if (_contentLoaded) { + return; + } + _contentLoaded = true; + System.Uri resourceLocater = new System.Uri("/InfineonHMI;V0.1.0;component/pages/views/productionoverviewpage.xaml", System.UriKind.Relative); + + #line 1 "..\..\..\..\..\Pages\Views\ProductionOverviewPage.xaml" + System.Windows.Application.LoadComponent(this, resourceLocater); + + #line default + #line hidden + } + + [System.Diagnostics.DebuggerNonUserCodeAttribute()] + [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "9.0.13.0")] + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")] + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")] + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")] + void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) { + switch (connectionId) + { + case 1: + this.DetailFrame = ((System.Windows.Controls.Frame)(target)); + return; + } + this._contentLoaded = true; + } + } +} + diff --git a/uniper_hmi_old/UniperHMI/obj/Release/net8.0-windows8.0/Pages/Views/ReceipePage.g.cs b/uniper_hmi_old/UniperHMI/obj/Release/net8.0-windows8.0/Pages/Views/ReceipePage.g.cs new file mode 100644 index 0000000..2cfd7af --- /dev/null +++ b/uniper_hmi_old/UniperHMI/obj/Release/net8.0-windows8.0/Pages/Views/ReceipePage.g.cs @@ -0,0 +1,120 @@ +#pragma checksum "..\..\..\..\..\Pages\Views\ReceipePage.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "6061B2748A02C556C889FA558891495E88A8AAF5" +//------------------------------------------------------------------------------ +// +// This code was generated by a tool. +// Runtime Version:4.0.30319.42000 +// +// Changes to this file may cause incorrect behavior and will be lost if +// the code is regenerated. +// +//------------------------------------------------------------------------------ + +using Common; +using InfineonHMI; +using System; +using System.Diagnostics; +using System.Windows; +using System.Windows.Automation; +using System.Windows.Controls; +using System.Windows.Controls.Primitives; +using System.Windows.Controls.Ribbon; +using System.Windows.Data; +using System.Windows.Documents; +using System.Windows.Ink; +using System.Windows.Input; +using System.Windows.Markup; +using System.Windows.Media; +using System.Windows.Media.Animation; +using System.Windows.Media.Effects; +using System.Windows.Media.Imaging; +using System.Windows.Media.Media3D; +using System.Windows.Media.TextFormatting; +using System.Windows.Navigation; +using System.Windows.Shapes; +using System.Windows.Shell; + + +namespace InfineonHMI.Pages.Views { + + + /// + /// ReceipePage + /// + public partial class ReceipePage : System.Windows.Controls.Page, System.Windows.Markup.IComponentConnector { + + + #line 47 "..\..\..\..\..\Pages\Views\ReceipePage.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal System.Windows.Controls.Button BtnReadReceipeFile; + + #line default + #line hidden + + + #line 54 "..\..\..\..\..\Pages\Views\ReceipePage.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal System.Windows.Controls.Button BtnWriteReceipeFile; + + #line default + #line hidden + + + #line 60 "..\..\..\..\..\Pages\Views\ReceipePage.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal System.Windows.Controls.Button BtnWriteToPlc; + + #line default + #line hidden + + private bool _contentLoaded; + + /// + /// InitializeComponent + /// + [System.Diagnostics.DebuggerNonUserCodeAttribute()] + [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "9.0.13.0")] + public void InitializeComponent() { + if (_contentLoaded) { + return; + } + _contentLoaded = true; + System.Uri resourceLocater = new System.Uri("/InfineonHMI;V0.1.0;component/pages/views/receipepage.xaml", System.UriKind.Relative); + + #line 1 "..\..\..\..\..\Pages\Views\ReceipePage.xaml" + System.Windows.Application.LoadComponent(this, resourceLocater); + + #line default + #line hidden + } + + [System.Diagnostics.DebuggerNonUserCodeAttribute()] + [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "9.0.13.0")] + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] + internal System.Delegate _CreateDelegate(System.Type delegateType, string handler) { + return System.Delegate.CreateDelegate(delegateType, this, handler); + } + + [System.Diagnostics.DebuggerNonUserCodeAttribute()] + [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "9.0.13.0")] + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")] + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")] + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")] + void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) { + switch (connectionId) + { + case 1: + this.BtnReadReceipeFile = ((System.Windows.Controls.Button)(target)); + return; + case 2: + this.BtnWriteReceipeFile = ((System.Windows.Controls.Button)(target)); + return; + case 3: + this.BtnWriteToPlc = ((System.Windows.Controls.Button)(target)); + return; + } + this._contentLoaded = true; + } + } +} + diff --git a/uniper_hmi_old/UniperHMI/obj/Release/net8.0-windows8.0/Pages/Views/StringOverviewPage.g.cs b/uniper_hmi_old/UniperHMI/obj/Release/net8.0-windows8.0/Pages/Views/StringOverviewPage.g.cs new file mode 100644 index 0000000..d97939c --- /dev/null +++ b/uniper_hmi_old/UniperHMI/obj/Release/net8.0-windows8.0/Pages/Views/StringOverviewPage.g.cs @@ -0,0 +1,97 @@ +#pragma checksum "..\..\..\..\..\Pages\Views\StringOverviewPage.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "35BA9405E8511CA0685692905CE13D6D46160842" +//------------------------------------------------------------------------------ +// +// This code was generated by a tool. +// Runtime Version:4.0.30319.42000 +// +// Changes to this file may cause incorrect behavior and will be lost if +// the code is regenerated. +// +//------------------------------------------------------------------------------ + +using System; +using System.Diagnostics; +using System.Windows; +using System.Windows.Automation; +using System.Windows.Controls; +using System.Windows.Controls.Primitives; +using System.Windows.Controls.Ribbon; +using System.Windows.Data; +using System.Windows.Documents; +using System.Windows.Ink; +using System.Windows.Input; +using System.Windows.Markup; +using System.Windows.Media; +using System.Windows.Media.Animation; +using System.Windows.Media.Effects; +using System.Windows.Media.Imaging; +using System.Windows.Media.Media3D; +using System.Windows.Media.TextFormatting; +using System.Windows.Navigation; +using System.Windows.Shapes; +using System.Windows.Shell; +using UniperHMI; + + +namespace UniperHMI { + + + /// + /// StringOverviewPage + /// + public partial class StringOverviewPage : System.Windows.Controls.Page, System.Windows.Markup.IComponentConnector { + + + #line 11 "..\..\..\..\..\Pages\Views\StringOverviewPage.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal UniperHMI.StringOverviewPage root; + + #line default + #line hidden + + private bool _contentLoaded; + + /// + /// InitializeComponent + /// + [System.Diagnostics.DebuggerNonUserCodeAttribute()] + [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "9.0.13.0")] + public void InitializeComponent() { + if (_contentLoaded) { + return; + } + _contentLoaded = true; + System.Uri resourceLocater = new System.Uri("/InfineonHMI;V0.1.0;component/pages/views/stringoverviewpage.xaml", System.UriKind.Relative); + + #line 1 "..\..\..\..\..\Pages\Views\StringOverviewPage.xaml" + System.Windows.Application.LoadComponent(this, resourceLocater); + + #line default + #line hidden + } + + [System.Diagnostics.DebuggerNonUserCodeAttribute()] + [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "9.0.13.0")] + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] + internal System.Delegate _CreateDelegate(System.Type delegateType, string handler) { + return System.Delegate.CreateDelegate(delegateType, this, handler); + } + + [System.Diagnostics.DebuggerNonUserCodeAttribute()] + [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "9.0.13.0")] + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")] + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")] + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")] + void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) { + switch (connectionId) + { + case 1: + this.root = ((UniperHMI.StringOverviewPage)(target)); + return; + } + this._contentLoaded = true; + } + } +} + diff --git a/uniper_hmi_old/UniperHMI/obj/Release/net8.0-windows8.0/Pages/Views/TrayFeederPage.g.cs b/uniper_hmi_old/UniperHMI/obj/Release/net8.0-windows8.0/Pages/Views/TrayFeederPage.g.cs new file mode 100644 index 0000000..918b9ba --- /dev/null +++ b/uniper_hmi_old/UniperHMI/obj/Release/net8.0-windows8.0/Pages/Views/TrayFeederPage.g.cs @@ -0,0 +1,76 @@ +#pragma checksum "..\..\..\..\..\Pages\Views\TrayFeederPage.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "EBDFDEA51FECE491F2D39EB8D799A1429681F016" +//------------------------------------------------------------------------------ +// +// This code was generated by a tool. +// Runtime Version:4.0.30319.42000 +// +// Changes to this file may cause incorrect behavior and will be lost if +// the code is regenerated. +// +//------------------------------------------------------------------------------ + +using InfineonHMI; +using System; +using System.Diagnostics; +using System.Windows; +using System.Windows.Automation; +using System.Windows.Controls; +using System.Windows.Controls.Primitives; +using System.Windows.Controls.Ribbon; +using System.Windows.Data; +using System.Windows.Documents; +using System.Windows.Ink; +using System.Windows.Input; +using System.Windows.Markup; +using System.Windows.Media; +using System.Windows.Media.Animation; +using System.Windows.Media.Effects; +using System.Windows.Media.Imaging; +using System.Windows.Media.Media3D; +using System.Windows.Media.TextFormatting; +using System.Windows.Navigation; +using System.Windows.Shapes; +using System.Windows.Shell; + + +namespace InfineonHMI { + + + /// + /// TrayFeederPage + /// + public partial class TrayFeederPage : System.Windows.Controls.Page, System.Windows.Markup.IComponentConnector { + + private bool _contentLoaded; + + /// + /// InitializeComponent + /// + [System.Diagnostics.DebuggerNonUserCodeAttribute()] + [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "9.0.13.0")] + public void InitializeComponent() { + if (_contentLoaded) { + return; + } + _contentLoaded = true; + System.Uri resourceLocater = new System.Uri("/InfineonHMI;V0.1.0;component/pages/views/trayfeederpage.xaml", System.UriKind.Relative); + + #line 1 "..\..\..\..\..\Pages\Views\TrayFeederPage.xaml" + System.Windows.Application.LoadComponent(this, resourceLocater); + + #line default + #line hidden + } + + [System.Diagnostics.DebuggerNonUserCodeAttribute()] + [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "9.0.13.0")] + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")] + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")] + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")] + void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) { + this._contentLoaded = true; + } + } +} + diff --git a/uniper_hmi_old/UniperHMI/obj/Release/net8.0-windows8.0/Pages/Views/UnitOverviewPage.g.cs b/uniper_hmi_old/UniperHMI/obj/Release/net8.0-windows8.0/Pages/Views/UnitOverviewPage.g.cs new file mode 100644 index 0000000..f61f364 --- /dev/null +++ b/uniper_hmi_old/UniperHMI/obj/Release/net8.0-windows8.0/Pages/Views/UnitOverviewPage.g.cs @@ -0,0 +1,97 @@ +#pragma checksum "..\..\..\..\..\Pages\Views\UnitOverviewPage.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "5A7659D908C0D434966B038119662624EF1100E5" +//------------------------------------------------------------------------------ +// +// This code was generated by a tool. +// Runtime Version:4.0.30319.42000 +// +// Changes to this file may cause incorrect behavior and will be lost if +// the code is regenerated. +// +//------------------------------------------------------------------------------ + +using System; +using System.Diagnostics; +using System.Windows; +using System.Windows.Automation; +using System.Windows.Controls; +using System.Windows.Controls.Primitives; +using System.Windows.Controls.Ribbon; +using System.Windows.Data; +using System.Windows.Documents; +using System.Windows.Ink; +using System.Windows.Input; +using System.Windows.Markup; +using System.Windows.Media; +using System.Windows.Media.Animation; +using System.Windows.Media.Effects; +using System.Windows.Media.Imaging; +using System.Windows.Media.Media3D; +using System.Windows.Media.TextFormatting; +using System.Windows.Navigation; +using System.Windows.Shapes; +using System.Windows.Shell; +using UniperHMI; + + +namespace UniperHMI { + + + /// + /// UnitOverviewPage + /// + public partial class UnitOverviewPage : System.Windows.Controls.Page, System.Windows.Markup.IComponentConnector { + + + #line 11 "..\..\..\..\..\Pages\Views\UnitOverviewPage.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal UniperHMI.UnitOverviewPage root; + + #line default + #line hidden + + private bool _contentLoaded; + + /// + /// InitializeComponent + /// + [System.Diagnostics.DebuggerNonUserCodeAttribute()] + [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "9.0.13.0")] + public void InitializeComponent() { + if (_contentLoaded) { + return; + } + _contentLoaded = true; + System.Uri resourceLocater = new System.Uri("/InfineonHMI;V0.1.0;component/pages/views/unitoverviewpage.xaml", System.UriKind.Relative); + + #line 1 "..\..\..\..\..\Pages\Views\UnitOverviewPage.xaml" + System.Windows.Application.LoadComponent(this, resourceLocater); + + #line default + #line hidden + } + + [System.Diagnostics.DebuggerNonUserCodeAttribute()] + [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "9.0.13.0")] + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] + internal System.Delegate _CreateDelegate(System.Type delegateType, string handler) { + return System.Delegate.CreateDelegate(delegateType, this, handler); + } + + [System.Diagnostics.DebuggerNonUserCodeAttribute()] + [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "9.0.13.0")] + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")] + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")] + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")] + void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) { + switch (connectionId) + { + case 1: + this.root = ((UniperHMI.UnitOverviewPage)(target)); + return; + } + this._contentLoaded = true; + } + } +} + diff --git a/uniper_hmi_old/UniperHMI/obj/Release/net8.0-windows8.0/SettingsPage/SettingsPage.g.cs b/uniper_hmi_old/UniperHMI/obj/Release/net8.0-windows8.0/SettingsPage/SettingsPage.g.cs new file mode 100644 index 0000000..43fb791 --- /dev/null +++ b/uniper_hmi_old/UniperHMI/obj/Release/net8.0-windows8.0/SettingsPage/SettingsPage.g.cs @@ -0,0 +1,102 @@ +#pragma checksum "..\..\..\..\SettingsPage\SettingsPage.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "F166FEA04F50832E5927F6CCA5E8E35D20667D9A" +//------------------------------------------------------------------------------ +// +// This code was generated by a tool. +// Runtime Version:4.0.30319.42000 +// +// Changes to this file may cause incorrect behavior and will be lost if +// the code is regenerated. +// +//------------------------------------------------------------------------------ + +using InfineonHMI; +using MahApps.Metro.Controls; +using System; +using System.Diagnostics; +using System.Windows; +using System.Windows.Automation; +using System.Windows.Controls; +using System.Windows.Controls.Primitives; +using System.Windows.Controls.Ribbon; +using System.Windows.Data; +using System.Windows.Documents; +using System.Windows.Ink; +using System.Windows.Input; +using System.Windows.Markup; +using System.Windows.Media; +using System.Windows.Media.Animation; +using System.Windows.Media.Effects; +using System.Windows.Media.Imaging; +using System.Windows.Media.Media3D; +using System.Windows.Media.TextFormatting; +using System.Windows.Navigation; +using System.Windows.Shapes; +using System.Windows.Shell; + + +namespace InfineonHMI { + + + /// + /// SettingsPage + /// + public partial class SettingsPage : System.Windows.Controls.Page, System.Windows.Markup.IComponentConnector { + + + #line 21 "..\..\..\..\SettingsPage\SettingsPage.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal System.Windows.Controls.Button BtnReadIni; + + #line default + #line hidden + + + #line 32 "..\..\..\..\SettingsPage\SettingsPage.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal System.Windows.Controls.TreeView treeview; + + #line default + #line hidden + + private bool _contentLoaded; + + /// + /// InitializeComponent + /// + [System.Diagnostics.DebuggerNonUserCodeAttribute()] + [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "9.0.13.0")] + public void InitializeComponent() { + if (_contentLoaded) { + return; + } + _contentLoaded = true; + System.Uri resourceLocater = new System.Uri("/InfineonHMI;V0.1.0;component/settingspage/settingspage.xaml", System.UriKind.Relative); + + #line 1 "..\..\..\..\SettingsPage\SettingsPage.xaml" + System.Windows.Application.LoadComponent(this, resourceLocater); + + #line default + #line hidden + } + + [System.Diagnostics.DebuggerNonUserCodeAttribute()] + [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "9.0.13.0")] + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")] + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")] + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")] + void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) { + switch (connectionId) + { + case 1: + this.BtnReadIni = ((System.Windows.Controls.Button)(target)); + return; + case 2: + this.treeview = ((System.Windows.Controls.TreeView)(target)); + return; + } + this._contentLoaded = true; + } + } +} + diff --git a/uniper_hmi_old/UniperHMI/obj/Release/net8.0-windows8.0/UniperHMI.AssemblyInfo.cs b/uniper_hmi_old/UniperHMI/obj/Release/net8.0-windows8.0/UniperHMI.AssemblyInfo.cs new file mode 100644 index 0000000..3e54212 --- /dev/null +++ b/uniper_hmi_old/UniperHMI/obj/Release/net8.0-windows8.0/UniperHMI.AssemblyInfo.cs @@ -0,0 +1,25 @@ +//------------------------------------------------------------------------------ +// +// This code was generated by a tool. +// Runtime Version:4.0.30319.42000 +// +// Changes to this file may cause incorrect behavior and will be lost if +// the code is regenerated. +// +//------------------------------------------------------------------------------ + +using System; +using System.Reflection; + +[assembly: System.Reflection.AssemblyCompanyAttribute("UniperHMI")] +[assembly: System.Reflection.AssemblyConfigurationAttribute("Release")] +[assembly: System.Reflection.AssemblyFileVersionAttribute("0.1")] +[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+d2665d17faf70ba42f6e506656ac85815349488b")] +[assembly: System.Reflection.AssemblyProductAttribute("UniperHMI")] +[assembly: System.Reflection.AssemblyTitleAttribute("UniperHMI")] +[assembly: System.Reflection.AssemblyVersionAttribute("0.1.0")] +[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows8.0")] +[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows8.0")] + +// Generated by the MSBuild WriteCodeFragment class. + diff --git a/uniper_hmi_old/UniperHMI/obj/Release/net8.0-windows8.0/UniperHMI.AssemblyInfoInputs.cache b/uniper_hmi_old/UniperHMI/obj/Release/net8.0-windows8.0/UniperHMI.AssemblyInfoInputs.cache new file mode 100644 index 0000000..54c2d28 --- /dev/null +++ b/uniper_hmi_old/UniperHMI/obj/Release/net8.0-windows8.0/UniperHMI.AssemblyInfoInputs.cache @@ -0,0 +1 @@ +2260577020b9ee3183f2d03652cb854772731efad30f03761789cd4f8f307dfe diff --git a/uniper_hmi_old/UniperHMI/obj/Release/net8.0-windows8.0/UniperHMI.GeneratedMSBuildEditorConfig.editorconfig b/uniper_hmi_old/UniperHMI/obj/Release/net8.0-windows8.0/UniperHMI.GeneratedMSBuildEditorConfig.editorconfig new file mode 100644 index 0000000..78493f7 --- /dev/null +++ b/uniper_hmi_old/UniperHMI/obj/Release/net8.0-windows8.0/UniperHMI.GeneratedMSBuildEditorConfig.editorconfig @@ -0,0 +1,16 @@ +is_global = true +build_property.TargetFramework = net8.0-windows8.0 +build_property.TargetPlatformMinVersion = 8.0 +build_property.UsingMicrosoftNETSdkWeb = +build_property.ProjectTypeGuids = +build_property.InvariantGlobalization = +build_property.PlatformNeutralAssembly = +build_property.EnforceExtendedAnalyzerRules = +build_property._SupportedPlatformList = Linux,macOS,Windows +build_property.RootNamespace = UniperHMI +build_property.ProjectDir = C:\Users\M.Heisig\Documents\CS_Projects\infineon_hmi\uniper_hmi_old\UniperHMI\ +build_property.EnableComHosting = +build_property.EnableGeneratedComInterfaceComImportInterop = +build_property.CsWinRTUseWindowsUIXamlProjections = false +build_property.EffectiveAnalysisLevelStyle = 8.0 +build_property.EnableCodeStyleSeverity = diff --git a/uniper_hmi_old/UniperHMI/obj/Release/net8.0-windows8.0/UniperHMI.GlobalUsings.g.cs b/uniper_hmi_old/UniperHMI/obj/Release/net8.0-windows8.0/UniperHMI.GlobalUsings.g.cs new file mode 100644 index 0000000..08bb19f --- /dev/null +++ b/uniper_hmi_old/UniperHMI/obj/Release/net8.0-windows8.0/UniperHMI.GlobalUsings.g.cs @@ -0,0 +1,6 @@ +// +global using global::System; +global using global::System.Collections.Generic; +global using global::System.Linq; +global using global::System.Threading; +global using global::System.Threading.Tasks; diff --git a/uniper_hmi_old/UniperHMI/obj/Release/net8.0-windows8.0/UniperHMI.csproj.AssemblyReference.cache b/uniper_hmi_old/UniperHMI/obj/Release/net8.0-windows8.0/UniperHMI.csproj.AssemblyReference.cache new file mode 100644 index 0000000000000000000000000000000000000000..385207dac00b88dfd2571da93852c14b1ec9e41f GIT binary patch literal 377 zcmY+A!AiqG5QcZ4ROwUX0YauFf*8o5#6v{_0j;Nn5R+-Uy4jUYR>(=;&v)=OJa}=t zv`w9b{r{O^c0P6rz!(F{629)pbUcq%Bs#I>x4O11slMacLs=O8LbdZkZGmKp}v-c}E6VKzt4f_KCQgT=T literal 0 HcmV?d00001 diff --git a/uniper_hmi_old/UniperHMI/obj/Release/net8.0-windows8.0/UniperHMI_MarkupCompile.cache b/uniper_hmi_old/UniperHMI/obj/Release/net8.0-windows8.0/UniperHMI_MarkupCompile.cache new file mode 100644 index 0000000..5fbbacd --- /dev/null +++ b/uniper_hmi_old/UniperHMI/obj/Release/net8.0-windows8.0/UniperHMI_MarkupCompile.cache @@ -0,0 +1,20 @@ +UniperHMI +0.1.0 + +winexe +C# +.cs +C:\Users\M.Heisig\Documents\CS_Projects\infineon_hmi\uniper_hmi_old\UniperHMI\obj\Release\net8.0-windows8.0\ +UniperHMI +none +false +TRACE;RELEASE;NET;NET8_0;NETCOREAPP;WINDOWS;WINDOWS8_0;NET5_0_OR_GREATER;NET6_0_OR_GREATER;NET7_0_OR_GREATER;NET8_0_OR_GREATER;NETCOREAPP3_0_OR_GREATER;NETCOREAPP3_1_OR_GREATER;WINDOWS8_0_OR_GREATER;WINDOWS7_0_OR_GREATER +C:\Users\M.Heisig\Documents\CS_Projects\infineon_hmi\uniper_hmi_old\UniperHMI\App.xaml +36-2039650082 + +85-59223951 +199-1574309205 +Common\MediaContainer.xaml;Common\ParamControlFloat.xaml;Common\ParamControlInt.xaml;HMIToolkit\AnalogMotorWindow.xaml;HMIToolkit\BinaryValveWindow.xaml;HMIToolkit\HMIObjects\AnalogMotorControl\AnalogMotorControl.xaml;HMIToolkit\HMIObjects\AnalogValue\AnalogValue.xaml;HMIToolkit\HMIObjects\AnalogValveControl\AnalogValveControl.xaml;HMIToolkit\HMIObjects\BinaryValveControl\BinaryValveControl.xaml;HMIToolkit\HMIObjects\InterlockControl\IntlkControl.xaml;HMIToolkit\HMIObjects\InterlockDetailsControl\IntlkDetails.xaml;HMIToolkit\HMIObjects\InterlockDetailsControl\IntlkDetailsWindow.xaml;MainWindow.xaml;OwnControls\Views\SMUControlButton.xaml;OwnControls\Views\UnitDetailsControl.xaml;Pages\Views\AlignmentStationPage.xaml;Pages\Views\AutomaticModePage.xaml;Pages\Views\BatteryOverviewPage.xaml;Pages\Views\ChuckMagazinPage.xaml;Pages\Views\EtchingStation1Page.xaml;Pages\Views\EtchingStation2Page.xaml;Pages\Views\EtchingStationPage.xaml;Pages\Views\EventsPage.xaml;Pages\Views\HighVoltageStationPage.xaml;Pages\Views\HotCoolPlatePage.xaml;Pages\Views\KukaRobotPage.xaml;Pages\Views\MachineOverviewPage.xaml;Pages\Views\MediaCabinetPage.xaml;Pages\Views\ModuleOverviewPage.xaml;Pages\Views\NIOStationPage.xaml;Pages\Views\ProductionOverviewPage.xaml;Pages\Views\ReceipePage.xaml;Pages\Views\StringOverviewPage.xaml;Pages\Views\TrayFeederPage.xaml;Pages\Views\UnitOverviewPage.xaml;SettingsPage\SettingsPage.xaml; + +True + diff --git a/uniper_hmi_old/UniperHMI/obj/Release/net8.0-windows8.0/UniperHMI_MarkupCompile.lref b/uniper_hmi_old/UniperHMI/obj/Release/net8.0-windows8.0/UniperHMI_MarkupCompile.lref new file mode 100644 index 0000000..d3ba3d7 --- /dev/null +++ b/uniper_hmi_old/UniperHMI/obj/Release/net8.0-windows8.0/UniperHMI_MarkupCompile.lref @@ -0,0 +1,39 @@ +C:\Users\M.Heisig\Documents\CS_Projects\infineon_hmi\uniper_hmi_old\UniperHMI\obj\Release\net8.0-windows8.0\GeneratedInternalTypeHelper.g.cs +FC:\Users\M.Heisig\Documents\CS_Projects\infineon_hmi\uniper_hmi_old\UniperHMI\App.xaml;; +FC:\Users\M.Heisig\Documents\CS_Projects\infineon_hmi\uniper_hmi_old\UniperHMI\Common\MediaContainer.xaml;; +FC:\Users\M.Heisig\Documents\CS_Projects\infineon_hmi\uniper_hmi_old\UniperHMI\Common\ParamControlFloat.xaml;; +FC:\Users\M.Heisig\Documents\CS_Projects\infineon_hmi\uniper_hmi_old\UniperHMI\Common\ParamControlInt.xaml;; +FC:\Users\M.Heisig\Documents\CS_Projects\infineon_hmi\uniper_hmi_old\UniperHMI\HMIToolkit\AnalogMotorWindow.xaml;; +FC:\Users\M.Heisig\Documents\CS_Projects\infineon_hmi\uniper_hmi_old\UniperHMI\HMIToolkit\BinaryValveWindow.xaml;; +FC:\Users\M.Heisig\Documents\CS_Projects\infineon_hmi\uniper_hmi_old\UniperHMI\HMIToolkit\HMIObjects\AnalogMotorControl\AnalogMotorControl.xaml;; +FC:\Users\M.Heisig\Documents\CS_Projects\infineon_hmi\uniper_hmi_old\UniperHMI\HMIToolkit\HMIObjects\AnalogValue\AnalogValue.xaml;; +FC:\Users\M.Heisig\Documents\CS_Projects\infineon_hmi\uniper_hmi_old\UniperHMI\HMIToolkit\HMIObjects\AnalogValveControl\AnalogValveControl.xaml;; +FC:\Users\M.Heisig\Documents\CS_Projects\infineon_hmi\uniper_hmi_old\UniperHMI\HMIToolkit\HMIObjects\BinaryValveControl\BinaryValveControl.xaml;; +FC:\Users\M.Heisig\Documents\CS_Projects\infineon_hmi\uniper_hmi_old\UniperHMI\HMIToolkit\HMIObjects\InterlockControl\IntlkControl.xaml;; +FC:\Users\M.Heisig\Documents\CS_Projects\infineon_hmi\uniper_hmi_old\UniperHMI\HMIToolkit\HMIObjects\InterlockDetailsControl\IntlkDetails.xaml;; +FC:\Users\M.Heisig\Documents\CS_Projects\infineon_hmi\uniper_hmi_old\UniperHMI\HMIToolkit\HMIObjects\InterlockDetailsControl\IntlkDetailsWindow.xaml;; +FC:\Users\M.Heisig\Documents\CS_Projects\infineon_hmi\uniper_hmi_old\UniperHMI\MainWindow.xaml;; +FC:\Users\M.Heisig\Documents\CS_Projects\infineon_hmi\uniper_hmi_old\UniperHMI\OwnControls\Views\SMUControlButton.xaml;; +FC:\Users\M.Heisig\Documents\CS_Projects\infineon_hmi\uniper_hmi_old\UniperHMI\OwnControls\Views\UnitDetailsControl.xaml;; +FC:\Users\M.Heisig\Documents\CS_Projects\infineon_hmi\uniper_hmi_old\UniperHMI\Pages\Views\AlignmentStationPage.xaml;; +FC:\Users\M.Heisig\Documents\CS_Projects\infineon_hmi\uniper_hmi_old\UniperHMI\Pages\Views\AutomaticModePage.xaml;; +FC:\Users\M.Heisig\Documents\CS_Projects\infineon_hmi\uniper_hmi_old\UniperHMI\Pages\Views\BatteryOverviewPage.xaml;; +FC:\Users\M.Heisig\Documents\CS_Projects\infineon_hmi\uniper_hmi_old\UniperHMI\Pages\Views\ChuckMagazinPage.xaml;; +FC:\Users\M.Heisig\Documents\CS_Projects\infineon_hmi\uniper_hmi_old\UniperHMI\Pages\Views\EtchingStation1Page.xaml;; +FC:\Users\M.Heisig\Documents\CS_Projects\infineon_hmi\uniper_hmi_old\UniperHMI\Pages\Views\EtchingStation2Page.xaml;; +FC:\Users\M.Heisig\Documents\CS_Projects\infineon_hmi\uniper_hmi_old\UniperHMI\Pages\Views\EtchingStationPage.xaml;; +FC:\Users\M.Heisig\Documents\CS_Projects\infineon_hmi\uniper_hmi_old\UniperHMI\Pages\Views\EventsPage.xaml;; +FC:\Users\M.Heisig\Documents\CS_Projects\infineon_hmi\uniper_hmi_old\UniperHMI\Pages\Views\HighVoltageStationPage.xaml;; +FC:\Users\M.Heisig\Documents\CS_Projects\infineon_hmi\uniper_hmi_old\UniperHMI\Pages\Views\HotCoolPlatePage.xaml;; +FC:\Users\M.Heisig\Documents\CS_Projects\infineon_hmi\uniper_hmi_old\UniperHMI\Pages\Views\KukaRobotPage.xaml;; +FC:\Users\M.Heisig\Documents\CS_Projects\infineon_hmi\uniper_hmi_old\UniperHMI\Pages\Views\MachineOverviewPage.xaml;; +FC:\Users\M.Heisig\Documents\CS_Projects\infineon_hmi\uniper_hmi_old\UniperHMI\Pages\Views\MediaCabinetPage.xaml;; +FC:\Users\M.Heisig\Documents\CS_Projects\infineon_hmi\uniper_hmi_old\UniperHMI\Pages\Views\ModuleOverviewPage.xaml;; +FC:\Users\M.Heisig\Documents\CS_Projects\infineon_hmi\uniper_hmi_old\UniperHMI\Pages\Views\NIOStationPage.xaml;; +FC:\Users\M.Heisig\Documents\CS_Projects\infineon_hmi\uniper_hmi_old\UniperHMI\Pages\Views\ProductionOverviewPage.xaml;; +FC:\Users\M.Heisig\Documents\CS_Projects\infineon_hmi\uniper_hmi_old\UniperHMI\Pages\Views\ReceipePage.xaml;; +FC:\Users\M.Heisig\Documents\CS_Projects\infineon_hmi\uniper_hmi_old\UniperHMI\Pages\Views\StringOverviewPage.xaml;; +FC:\Users\M.Heisig\Documents\CS_Projects\infineon_hmi\uniper_hmi_old\UniperHMI\Pages\Views\TrayFeederPage.xaml;; +FC:\Users\M.Heisig\Documents\CS_Projects\infineon_hmi\uniper_hmi_old\UniperHMI\Pages\Views\UnitOverviewPage.xaml;; +FC:\Users\M.Heisig\Documents\CS_Projects\infineon_hmi\uniper_hmi_old\UniperHMI\SettingsPage\SettingsPage.xaml;; +