pause,vol and catagory items work and reading from json

This commit is contained in:
Elias Quinn
2025-06-13 14:18:05 +01:00
parent afe5d2f5ff
commit 9534ed3a8a
41 changed files with 467 additions and 167 deletions

View File

@@ -1,4 +1,4 @@
#pragma checksum "..\..\..\..\Views\MainWindow.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "904E9356AC01DA4BBA0E90DAA695C151C3553390"
#pragma checksum "..\..\..\..\Views\MainWindow.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "671655137D3BB5DA122D40D6179CD34D64E17E55"
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
@@ -51,7 +51,7 @@ namespace ModuleManager {
#line 68 "..\..\..\..\Views\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.ScrollViewer ScrollContent;
internal System.Windows.Controls.ScrollViewer ScrollContentHome;
#line default
#line hidden
@@ -104,6 +104,46 @@ namespace ModuleManager {
#line default
#line hidden
#line 124 "..\..\..\..\Views\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.ScrollViewer ScrollContentCat;
#line default
#line hidden
#line 127 "..\..\..\..\Views\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBlock Name_of_Catagory_Text;
#line default
#line hidden
#line 128 "..\..\..\..\Views\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.WrapPanel Name_of_Catagory;
#line default
#line hidden
#line 134 "..\..\..\..\Views\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBlock Name_of_Catagory_Text1;
#line default
#line hidden
#line 135 "..\..\..\..\Views\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.WrapPanel Name_of_Catagory1;
#line default
#line hidden
private bool _contentLoaded;
/// <summary>
@@ -148,7 +188,7 @@ namespace ModuleManager {
case 3:
#line 59 "..\..\..\..\Views\MainWindow.xaml"
((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.Close_Player);
((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.Home_OnClick);
#line default
#line hidden
@@ -156,7 +196,7 @@ namespace ModuleManager {
case 4:
#line 60 "..\..\..\..\Views\MainWindow.xaml"
((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.Close_Player);
((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.Musik_OnClick);
#line default
#line hidden
@@ -164,7 +204,7 @@ namespace ModuleManager {
case 5:
#line 61 "..\..\..\..\Views\MainWindow.xaml"
((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.Close_Player);
((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.Photo_OnClick);
#line default
#line hidden
@@ -172,13 +212,13 @@ namespace ModuleManager {
case 6:
#line 62 "..\..\..\..\Views\MainWindow.xaml"
((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.Close_Player);
((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.Video_OnClick);
#line default
#line hidden
return;
case 7:
this.ScrollContent = ((System.Windows.Controls.ScrollViewer)(target));
this.ScrollContentHome = ((System.Windows.Controls.ScrollViewer)(target));
return;
case 8:
this.Favorites_Home = ((System.Windows.Controls.WrapPanel)(target));
@@ -198,6 +238,53 @@ namespace ModuleManager {
case 13:
this.VideoView = ((LibVLCSharp.WPF.VideoView)(target));
return;
case 14:
this.ScrollContentCat = ((System.Windows.Controls.ScrollViewer)(target));
return;
case 15:
this.Name_of_Catagory_Text = ((System.Windows.Controls.TextBlock)(target));
return;
case 16:
this.Name_of_Catagory = ((System.Windows.Controls.WrapPanel)(target));
return;
case 17:
this.Name_of_Catagory_Text1 = ((System.Windows.Controls.TextBlock)(target));
return;
case 18:
this.Name_of_Catagory1 = ((System.Windows.Controls.WrapPanel)(target));
return;
case 19:
#line 158 "..\..\..\..\Views\MainWindow.xaml"
((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.OnItemPriorButtonClick);
#line default
#line hidden
return;
case 20:
#line 159 "..\..\..\..\Views\MainWindow.xaml"
((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.OnItemPauseBtn_Click);
#line default
#line hidden
return;
case 21:
#line 160 "..\..\..\..\Views\MainWindow.xaml"
((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.OnItemNextButtonClick);
#line default
#line hidden
return;
case 22:
#line 162 "..\..\..\..\Views\MainWindow.xaml"
((System.Windows.Controls.Slider)(target)).ValueChanged += new System.Windows.RoutedPropertyChangedEventHandler<double>(this.RangeBase_OnValueChanged);
#line default
#line hidden
return;
}
this._contentLoaded = true;
}