From 7167334c0e89dd84827d59e726123d14776e3a09 Mon Sep 17 00:00:00 2001 From: 陈嘉乐 <cjl@hdlchina.com.cn> Date: 星期二, 16 六月 2020 11:14:13 +0800 Subject: [PATCH] 2020-06-16-1 --- .vs/HDL_APP_Project/xs/sqlite3/storage.ide-shm | 0 HDL_ON/UI/UI2/2-Classification/ClassificationPage.cs | 17 ++++++++--------- .vs/HDL_APP_Project/xs/sqlite3/storage.ide | 0 .vs/HDL_APP_Project/xs/UserPrefs.xml | 13 ++++++++++--- .vs/HDL_APP_Project/xs/sqlite3/storage.ide-wal | 0 5 files changed, 18 insertions(+), 12 deletions(-) diff --git a/.vs/HDL_APP_Project/xs/UserPrefs.xml b/.vs/HDL_APP_Project/xs/UserPrefs.xml index aacabe0..00ec941 100644 --- a/.vs/HDL_APP_Project/xs/UserPrefs.xml +++ b/.vs/HDL_APP_Project/xs/UserPrefs.xml @@ -1,13 +1,20 @@ 锘�<Properties StartupConfiguration="{09712674-2A38-407B-B1E2-560B2C352F9A}|Default"> - <MonoDevelop.Ide.Workbench> + <MonoDevelop.Ide.Workbench ActiveDocument="HDL_ON/UI/UI2/2-Classification/ClassificationPage.cs"> + <Files> + <File FileName="HDL_ON/UI/Music/MusicMain.cs" Line="15" Column="25" /> + <File FileName="HDL_ON/UI/UI2/2-Classification/ClassificationPage.cs" Line="592" Column="27" /> + </Files> <Pads> <Pad Id="ProjectPad"> <State name="__root__"> <Node name="HDL_APP_Project" expanded="True"> <Node name="HDL_ON" expanded="True"> <Node name="UI" expanded="True"> - <Node name="Music" expanded="True"> - <Node name="A31PlayMusicPage.cs" selected="True" /> + <Node name="Music" expanded="True" /> + <Node name="UI2" expanded="True"> + <Node name="2-Classification" expanded="True"> + <Node name="ClassificationPage.cs" selected="True" /> + </Node> </Node> </Node> </Node> diff --git a/.vs/HDL_APP_Project/xs/sqlite3/storage.ide b/.vs/HDL_APP_Project/xs/sqlite3/storage.ide index 731e3c1..6feeebb 100644 --- a/.vs/HDL_APP_Project/xs/sqlite3/storage.ide +++ b/.vs/HDL_APP_Project/xs/sqlite3/storage.ide Binary files differ diff --git a/.vs/HDL_APP_Project/xs/sqlite3/storage.ide-shm b/.vs/HDL_APP_Project/xs/sqlite3/storage.ide-shm index 7f39ae9..cee549d 100644 --- a/.vs/HDL_APP_Project/xs/sqlite3/storage.ide-shm +++ b/.vs/HDL_APP_Project/xs/sqlite3/storage.ide-shm Binary files differ diff --git a/.vs/HDL_APP_Project/xs/sqlite3/storage.ide-wal b/.vs/HDL_APP_Project/xs/sqlite3/storage.ide-wal index 1ae7d56..a624027 100644 --- a/.vs/HDL_APP_Project/xs/sqlite3/storage.ide-wal +++ b/.vs/HDL_APP_Project/xs/sqlite3/storage.ide-wal Binary files differ diff --git a/HDL_ON/UI/UI2/2-Classification/ClassificationPage.cs b/HDL_ON/UI/UI2/2-Classification/ClassificationPage.cs index 912cf00..88c5772 100644 --- a/HDL_ON/UI/UI2/2-Classification/ClassificationPage.cs +++ b/HDL_ON/UI/UI2/2-Classification/ClassificationPage.cs @@ -583,15 +583,14 @@ break; case ShowFunction.Music: btnName.TextID = StringId.Music; - //btnFunctionViewBg.MouseUpEventHandler = (sender, e) => { - // var musicMain = new HDL_ON.UI.Music.MusicMain(); - // MainPage.BasePageView.AddChidren(musicMain); - // MainPage.BasePageView.PageIndex = MainPage.BasePageView.ChildrenCount - 1; - //}; - var musicMain = new HDL_ON.UI.Music.MusicMain(); - MainPage.BasePageView.AddChidren(musicMain); - musicMain.Show(); - MainPage.BasePageView.PageIndex = MainPage.BasePageView.ChildrenCount - 1; + btnFunctionViewBg.MouseUpEventHandler = (sender, e) => + { + var musicMain = new HDL_ON.UI.Music.MusicMain(); + MainPage.BasePageView.AddChidren(musicMain); + musicMain.Show(); + MainPage.BasePageView.PageIndex = MainPage.BasePageView.ChildrenCount - 1; + }; + break; case ShowFunction.Panel: btnName.TextID = StringId.Panel; -- Gitblit v1.8.0