diff --git a/PrimaryFormParts/PrimaryForm.cs b/PrimaryFormParts/PrimaryForm.cs index 8473c74..13491b0 100644 --- a/PrimaryFormParts/PrimaryForm.cs +++ b/PrimaryFormParts/PrimaryForm.cs @@ -2,7 +2,6 @@ using System.IO; using System.Runtime.InteropServices; using NAudio.Wave; using Microsoft.Ink; -using System.Text.RegularExpressions; using DBObj; using OverlayFormObj; using Timer = System.Windows.Forms.Timer; @@ -10,10 +9,8 @@ using IniParser.Model; using IniParser; using System.Text; using System.Net.Http; -using System.Threading.Tasks; using LibVLCSharp.WinForms; - namespace DualScreenDemo { public partial class PrimaryForm : Form @@ -80,88 +77,45 @@ namespace DualScreenDemo private Button btnSimplifiedChinese; private Button btnTraditionalChinese; private Button exitButton; - //private static Bitmap normalStateImage; - //private static Bitmap mouseOverImage; - //private static Bitmap mouseDownImage; - //private static Bitmap resizedNormalStateImage; - //private static Bitmap resizedMouseOverImage; - //private static Bitmap resizedMouseDownImage; - //private static Bitmap normalStateImageNewSongAlert; - //private static Bitmap mouseOverImageNewSongAlert; - //private static Bitmap mouseDownImageNewSongAlert; - //private static Bitmap resizedNormalStateImageForNewSongAlert; - //private static Bitmap resizedMouseOverImageForNewSongAlert; - //private static Bitmap resizedMouseDownImageForNewSongAlert; - //private static Bitmap normalStateImageArtistQuery; - //private static Bitmap mouseOverImageArtistQuery; - //private static Bitmap mouseDownImageArtistQuery; - //private static Bitmap resizedNormalStateImageForArtistQuery; - //private static Bitmap resizedMouseOverImageForArtistQuery; - //private static Bitmap resizedMouseDownImageForArtistQuery; - //private static Bitmap normalStateImageSongQuery; - //private static Bitmap mouseOverImageSongQuery; - //private static Bitmap mouseDownImageSongQuery; - //private static Bitmap resizedNormalStateImageForSongQuery; - //private static Bitmap resizedMouseOverImageForSongQuery; - //private static Bitmap resizedMouseDownImageForSongQuery; - //private static Bitmap normalStateImageLanguageQuery; - //private static Bitmap mouseOverImageLanguageQuery; - //private static Bitmap mouseDownImageLanguageQuery; - //private static Bitmap resizedNormalStateImageForLanguageQuery; - //private static Bitmap resizedMouseOverImageForLanguageQuery; - //private static Bitmap resizedMouseDownImageForLanguageQuery; - //private static Bitmap normalStateImageCategoryQuery; - //private static Bitmap mouseOverImageCategoryQuery; - //private static Bitmap mouseDownImageCategoryQuery; - //private static Bitmap resizedNormalStateImageForCategoryQuery; - //private static Bitmap resizedMouseOverImageForCategoryQuery; - //private static Bitmap resizedMouseDownImageForCategoryQuery; - //private static Bitmap normalStateImageForPromotionsAndMenu; - //private static Bitmap resizedNormalStateImageForPromotionsAndMenu; - //private static Bitmap normalStateImageForSyncScreen; - //private static Bitmap resizedNormalStateImageForSyncScreen; - //private static Bitmap normalStateImageForSceneSoundEffects; - //private static Bitmap resizedNormalStateImageForSceneSoundEffects; - //private static Bitmap normalStateImageForLightControl; - //private static Bitmap resizedNormalStateImageForLightControl; public VideoPlayerForm videoPlayerForm; public List currentArtistList; public MultiPagePanel multiPagePanel; private List