.vs/HDL_APP_Project/xs/UserPrefs.xml | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
.vs/HDL_APP_Project/xs/sqlite3/storage.ide | 补丁 | 查看 | 原始文档 | blame | 历史 | |
.vs/HDL_APP_Project/xs/sqlite3/storage.ide-shm | 补丁 | 查看 | 原始文档 | blame | 历史 | |
.vs/HDL_APP_Project/xs/sqlite3/storage.ide-wal | 补丁 | 查看 | 原始文档 | blame | 历史 | |
HDL_ON/UI/UI2/2-Classification/ClassificationPage.cs | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
.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> .vs/HDL_APP_Project/xs/sqlite3/storage.ideBinary files differ
.vs/HDL_APP_Project/xs/sqlite3/storage.ide-shmBinary files differ
.vs/HDL_APP_Project/xs/sqlite3/storage.ide-walBinary files differ
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;