├── Quran Online v1.2 ├── .idea │ ├── .name │ ├── copyright │ │ └── profiles_settings.xml │ ├── scopes │ │ └── scope_settings.xml │ ├── encodings.xml │ ├── vcs.xml │ ├── misc.xml │ ├── modules.xml │ ├── Quran Online v1.2.iml │ └── compiler.xml ├── mediaplayer │ ├── obj │ │ ├── Debug │ │ │ ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs │ │ │ ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs │ │ │ ├── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs │ │ │ ├── mediaplayer.dll │ │ │ ├── mediaplayer.pdb │ │ │ ├── mediaplayer.g.resources │ │ │ ├── ar │ │ │ │ └── mediaplayer.resources.dll │ │ │ ├── DesignTimeResolveAssemblyReferences.cache │ │ │ ├── mediaplayer.csproj.GenerateResource.Cache │ │ │ ├── mediaplayer.Resources.AppResources.resources │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache │ │ │ ├── TempPE │ │ │ │ └── Resources.AppResources.Designer.cs.dll │ │ │ ├── mediaplayer.Resources.AppResources.ar.resources │ │ │ ├── mediaplayer.csprojResolveAssemblyReference.cache │ │ │ ├── App.g.cs │ │ │ ├── App.g.i.cs │ │ │ ├── AutherList.g.cs │ │ │ ├── AutherList.g.i.cs │ │ │ ├── MainPage.g.cs │ │ │ ├── MainPage.g.i.cs │ │ │ ├── Downloads.g.cs │ │ │ ├── Downloads.g.i.cs │ │ │ ├── AddBackgroundTransfer.g.cs │ │ │ ├── AddBackgroundTransfer.g.i.cs │ │ │ ├── PlayList.g.cs │ │ │ └── PlayList.g.i.cs │ │ └── Release │ │ │ ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs │ │ │ ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs │ │ │ ├── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs │ │ │ ├── mediaplayer.dll │ │ │ ├── mediaplayer.pdb │ │ │ ├── mediaplayer.g.resources │ │ │ ├── ar │ │ │ └── mediaplayer.resources.dll │ │ │ ├── DesignTimeResolveAssemblyReferences.cache │ │ │ ├── mediaplayer.csproj.GenerateResource.Cache │ │ │ ├── mediaplayer.Resources.AppResources.resources │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache │ │ │ ├── TempPE │ │ │ └── Resources.AppResources.Designer.cs.dll │ │ │ ├── mediaplayer.Resources.AppResources.ar.resources │ │ │ ├── mediaplayer.csprojResolveAssemblyReference.cache │ │ │ ├── App.g.cs │ │ │ ├── App.g.i.cs │ │ │ ├── AutherList.g.cs │ │ │ ├── AutherList.g.i.cs │ │ │ ├── MainPage.g.cs │ │ │ ├── MainPage.g.i.cs │ │ │ ├── Downloads.g.cs │ │ │ ├── Downloads.g.i.cs │ │ │ ├── AddBackgroundTransfer.g.cs │ │ │ ├── AddBackgroundTransfer.g.i.cs │ │ │ ├── PlayList.g.cs │ │ │ ├── PlayList.g.i.cs │ │ │ └── XapCacheFile.xml │ ├── qurabcover.png │ ├── ImageSetting │ │ ├── 1.jpg │ │ ├── user.png │ │ ├── Thumbs.db │ │ ├── volume_up.png │ │ ├── QuranCover.png │ │ ├── downloads-19.png │ │ ├── img_btn_next.png │ │ ├── img_btn_play.png │ │ ├── qurabcover.png │ │ ├── img_btn_pause.png │ │ ├── img_btn_repeat.png │ │ ├── img_seekbar_bg.png │ │ ├── backgroundimage.png │ │ ├── img_btn_backward.png │ │ ├── img_btn_forward.png │ │ ├── img_btn_playlist.png │ │ ├── img_btn_previous.png │ │ ├── img_btn_shuffle.png │ │ ├── img_btn_next_pressed.png │ │ ├── img_btn_pause_pressed.png │ │ ├── img_btn_play_pressed.png │ │ ├── img_btn_repeat_pressed.png │ │ ├── img_btn_backward_pressed.png │ │ ├── img_btn_forward_pressed.png │ │ ├── img_btn_playlist_pressed.png │ │ ├── img_btn_previous_pressed.png │ │ ├── img_btn_shuffle_pressed.png │ │ └── img_seekbar_progress_blue.png │ ├── Assets │ │ ├── AppBar │ │ │ ├── add.png │ │ │ ├── cancel.png │ │ │ └── download.png │ │ ├── AlignmentGrid.png │ │ ├── ApplicationIcon.png │ │ └── Tiles │ │ │ ├── IconicTileSmall.png │ │ │ ├── FlipCycleTileLarge.png │ │ │ ├── FlipCycleTileMedium.png │ │ │ ├── FlipCycleTileSmall.png │ │ │ └── IconicTileMediumLarge.png │ ├── Bin │ │ ├── Debug │ │ │ ├── GoogleAds.dll │ │ │ ├── mediaplayer.dll │ │ │ ├── mediaplayer.pdb │ │ │ ├── MyAudioPlaybackAgent.dll │ │ │ ├── MyAudioPlaybackAgent.pdb │ │ │ ├── Assets │ │ │ │ ├── ApplicationIcon.png │ │ │ │ └── Tiles │ │ │ │ │ ├── IconicTileSmall.png │ │ │ │ │ ├── FlipCycleTileLarge.png │ │ │ │ │ ├── FlipCycleTileMedium.png │ │ │ │ │ ├── FlipCycleTileSmall.png │ │ │ │ │ └── IconicTileMediumLarge.png │ │ │ ├── ar │ │ │ │ └── mediaplayer.resources.dll │ │ │ ├── mediaplayer_Debug_AnyCPU.xap │ │ │ ├── AppManifest.xaml │ │ │ └── Properties │ │ │ │ └── WMAppManifest.xml │ │ └── Release │ │ │ ├── GoogleAds.dll │ │ │ ├── mediaplayer.dll │ │ │ ├── mediaplayer.pdb │ │ │ ├── MyAudioPlaybackAgent.dll │ │ │ ├── MyAudioPlaybackAgent.pdb │ │ │ ├── Assets │ │ │ ├── ApplicationIcon.png │ │ │ └── Tiles │ │ │ │ ├── IconicTileSmall.png │ │ │ │ ├── FlipCycleTileLarge.png │ │ │ │ ├── FlipCycleTileMedium.png │ │ │ │ ├── FlipCycleTileSmall.png │ │ │ │ └── IconicTileMediumLarge.png │ │ │ ├── ar │ │ │ └── mediaplayer.resources.dll │ │ │ ├── mediaplayer_Release_AnyCPU.xap │ │ │ ├── AppManifest.xaml │ │ │ └── Properties │ │ │ └── WMAppManifest.xml │ ├── Properties │ │ ├── AppManifest.xml │ │ ├── AssemblyInfo.cs │ │ └── WMAppManifest.xml │ ├── Class │ │ ├── ListBeginEndAya.cs │ │ ├── AuthorClass.cs │ │ └── myMedia.cs │ ├── LocalizedStrings.cs │ ├── App.xaml │ ├── mediaplayer.csproj.user │ ├── AutherList.xaml.cs │ ├── AutherList.xaml │ ├── MainPage.xaml.cs │ ├── AddBackgroundTransfer.xaml │ ├── Downloads.xaml │ ├── Resources │ │ ├── AppResources.Designer.cs │ │ ├── AppResources.resx │ │ └── AppResources.ar.resx │ ├── PlayList.xaml │ ├── MainPage.xaml │ └── AddBackgroundTransfer.xaml.cs ├── MyAudioPlaybackAgent │ ├── obj │ │ ├── Debug │ │ │ ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs │ │ │ ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs │ │ │ ├── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs │ │ │ ├── MyAudioPlaybackAgent.dll │ │ │ ├── MyAudioPlaybackAgent.pdb │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache │ │ │ └── MyAudioPlaybackAgent.csproj.FileListAbsolute.txt │ │ └── Release │ │ │ ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs │ │ │ ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs │ │ │ ├── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs │ │ │ ├── MyAudioPlaybackAgent.dll │ │ │ ├── MyAudioPlaybackAgent.pdb │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache │ │ │ └── MyAudioPlaybackAgent.csproj.FileListAbsolute.txt │ ├── Bin │ │ ├── Debug │ │ │ ├── MyAudioPlaybackAgent.dll │ │ │ └── MyAudioPlaybackAgent.pdb │ │ └── Release │ │ │ ├── MyAudioPlaybackAgent.dll │ │ │ └── MyAudioPlaybackAgent.pdb │ ├── MyAudioPlaybackAgent.csproj.user │ ├── Properties │ │ └── AssemblyInfo.cs │ └── MyAudioPlaybackAgent.csproj ├── PhoneClassLibrary1 │ ├── obj │ │ ├── Debug │ │ │ ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs │ │ │ ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs │ │ │ ├── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs │ │ │ └── DesignTimeResolveAssemblyReferencesInput.cache │ │ └── Release │ │ │ ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs │ │ │ ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs │ │ │ ├── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs │ │ │ ├── PhoneClassLibrary1.dll │ │ │ ├── PhoneClassLibrary1.pdb │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache │ │ │ └── PhoneClassLibrary1.csproj.FileListAbsolute.txt │ ├── Bin │ │ └── Release │ │ │ ├── PhoneClassLibrary1.dll │ │ │ └── PhoneClassLibrary1.pdb │ ├── Class1.cs │ ├── Properties │ │ └── AssemblyInfo.cs │ └── PhoneClassLibrary1.csproj ├── mediaplayer.v12.suo ├── .vs │ └── mediaplayer │ │ └── v14 │ │ └── .suo └── mediaplayer.sln ├── Thumbs.db ├── 07-02-2015 09-20-33 م.png ├── 07-02-2015 09-21-12 م.png ├── 07-02-2015 09-21-26 م.png ├── 07-02-2015 09-37-05 م.png ├── 07-02-2015 09-37-26 م.png └── README.md /Quran Online v1.2/.idea/.name: -------------------------------------------------------------------------------- 1 | Quran Online v1.2 -------------------------------------------------------------------------------- /Thumbs.db: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hussien89aa/QuranWindowsPhone/HEAD/Thumbs.db -------------------------------------------------------------------------------- /Quran Online v1.2/mediaplayer/obj/Debug/TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Quran Online v1.2/mediaplayer/obj/Debug/TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Quran Online v1.2/mediaplayer/obj/Debug/TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Quran Online v1.2/mediaplayer/obj/Release/TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Quran Online v1.2/mediaplayer/obj/Release/TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Quran Online v1.2/mediaplayer/obj/Release/TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Quran Online v1.2/MyAudioPlaybackAgent/obj/Debug/TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Quran Online v1.2/MyAudioPlaybackAgent/obj/Debug/TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Quran Online v1.2/MyAudioPlaybackAgent/obj/Debug/TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Quran Online v1.2/MyAudioPlaybackAgent/obj/Release/TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Quran Online v1.2/MyAudioPlaybackAgent/obj/Release/TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Quran Online v1.2/MyAudioPlaybackAgent/obj/Release/TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Quran Online v1.2/PhoneClassLibrary1/obj/Debug/TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Quran Online v1.2/PhoneClassLibrary1/obj/Debug/TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Quran Online v1.2/PhoneClassLibrary1/obj/Debug/TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Quran Online v1.2/PhoneClassLibrary1/obj/Release/TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Quran Online v1.2/PhoneClassLibrary1/obj/Release/TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Quran Online v1.2/PhoneClassLibrary1/obj/Release/TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /07-02-2015 09-20-33 م.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hussien89aa/QuranWindowsPhone/HEAD/07-02-2015 09-20-33 م.png -------------------------------------------------------------------------------- /07-02-2015 09-21-12 م.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hussien89aa/QuranWindowsPhone/HEAD/07-02-2015 09-21-12 م.png -------------------------------------------------------------------------------- /07-02-2015 09-21-26 م.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hussien89aa/QuranWindowsPhone/HEAD/07-02-2015 09-21-26 م.png -------------------------------------------------------------------------------- /07-02-2015 09-37-05 م.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hussien89aa/QuranWindowsPhone/HEAD/07-02-2015 09-37-05 م.png -------------------------------------------------------------------------------- /07-02-2015 09-37-26 م.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hussien89aa/QuranWindowsPhone/HEAD/07-02-2015 09-37-26 م.png -------------------------------------------------------------------------------- /Quran Online v1.2/.idea/copyright/profiles_settings.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /Quran Online v1.2/mediaplayer.v12.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hussien89aa/QuranWindowsPhone/HEAD/Quran Online v1.2/mediaplayer.v12.suo -------------------------------------------------------------------------------- /Quran Online v1.2/.vs/mediaplayer/v14/.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hussien89aa/QuranWindowsPhone/HEAD/Quran Online v1.2/.vs/mediaplayer/v14/.suo -------------------------------------------------------------------------------- /Quran Online v1.2/mediaplayer/qurabcover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hussien89aa/QuranWindowsPhone/HEAD/Quran Online v1.2/mediaplayer/qurabcover.png -------------------------------------------------------------------------------- /Quran Online v1.2/mediaplayer/ImageSetting/1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hussien89aa/QuranWindowsPhone/HEAD/Quran Online v1.2/mediaplayer/ImageSetting/1.jpg -------------------------------------------------------------------------------- /Quran Online v1.2/mediaplayer/Assets/AppBar/add.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hussien89aa/QuranWindowsPhone/HEAD/Quran Online v1.2/mediaplayer/Assets/AppBar/add.png -------------------------------------------------------------------------------- /Quran Online v1.2/mediaplayer/ImageSetting/user.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hussien89aa/QuranWindowsPhone/HEAD/Quran Online v1.2/mediaplayer/ImageSetting/user.png -------------------------------------------------------------------------------- /Quran Online v1.2/mediaplayer/Assets/AlignmentGrid.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hussien89aa/QuranWindowsPhone/HEAD/Quran Online v1.2/mediaplayer/Assets/AlignmentGrid.png -------------------------------------------------------------------------------- /Quran Online v1.2/mediaplayer/Assets/AppBar/cancel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hussien89aa/QuranWindowsPhone/HEAD/Quran Online v1.2/mediaplayer/Assets/AppBar/cancel.png -------------------------------------------------------------------------------- /Quran Online v1.2/mediaplayer/Bin/Debug/GoogleAds.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hussien89aa/QuranWindowsPhone/HEAD/Quran Online v1.2/mediaplayer/Bin/Debug/GoogleAds.dll -------------------------------------------------------------------------------- /Quran Online v1.2/mediaplayer/ImageSetting/Thumbs.db: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hussien89aa/QuranWindowsPhone/HEAD/Quran Online v1.2/mediaplayer/ImageSetting/Thumbs.db -------------------------------------------------------------------------------- /Quran Online v1.2/mediaplayer/Assets/AppBar/download.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hussien89aa/QuranWindowsPhone/HEAD/Quran Online v1.2/mediaplayer/Assets/AppBar/download.png -------------------------------------------------------------------------------- /Quran Online v1.2/mediaplayer/Assets/ApplicationIcon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hussien89aa/QuranWindowsPhone/HEAD/Quran Online v1.2/mediaplayer/Assets/ApplicationIcon.png -------------------------------------------------------------------------------- /Quran Online v1.2/mediaplayer/Bin/Debug/mediaplayer.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hussien89aa/QuranWindowsPhone/HEAD/Quran Online v1.2/mediaplayer/Bin/Debug/mediaplayer.dll -------------------------------------------------------------------------------- /Quran Online v1.2/mediaplayer/Bin/Debug/mediaplayer.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hussien89aa/QuranWindowsPhone/HEAD/Quran Online v1.2/mediaplayer/Bin/Debug/mediaplayer.pdb -------------------------------------------------------------------------------- /Quran Online v1.2/mediaplayer/Bin/Release/GoogleAds.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hussien89aa/QuranWindowsPhone/HEAD/Quran Online v1.2/mediaplayer/Bin/Release/GoogleAds.dll -------------------------------------------------------------------------------- /Quran Online v1.2/mediaplayer/ImageSetting/volume_up.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hussien89aa/QuranWindowsPhone/HEAD/Quran Online v1.2/mediaplayer/ImageSetting/volume_up.png -------------------------------------------------------------------------------- /Quran Online v1.2/mediaplayer/obj/Debug/mediaplayer.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hussien89aa/QuranWindowsPhone/HEAD/Quran Online v1.2/mediaplayer/obj/Debug/mediaplayer.dll -------------------------------------------------------------------------------- /Quran Online v1.2/mediaplayer/obj/Debug/mediaplayer.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hussien89aa/QuranWindowsPhone/HEAD/Quran Online v1.2/mediaplayer/obj/Debug/mediaplayer.pdb -------------------------------------------------------------------------------- /Quran Online v1.2/mediaplayer/Bin/Release/mediaplayer.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hussien89aa/QuranWindowsPhone/HEAD/Quran Online v1.2/mediaplayer/Bin/Release/mediaplayer.dll -------------------------------------------------------------------------------- /Quran Online v1.2/mediaplayer/Bin/Release/mediaplayer.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hussien89aa/QuranWindowsPhone/HEAD/Quran Online v1.2/mediaplayer/Bin/Release/mediaplayer.pdb -------------------------------------------------------------------------------- /Quran Online v1.2/mediaplayer/ImageSetting/QuranCover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hussien89aa/QuranWindowsPhone/HEAD/Quran Online v1.2/mediaplayer/ImageSetting/QuranCover.png -------------------------------------------------------------------------------- /Quran Online v1.2/mediaplayer/ImageSetting/downloads-19.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hussien89aa/QuranWindowsPhone/HEAD/Quran Online v1.2/mediaplayer/ImageSetting/downloads-19.png -------------------------------------------------------------------------------- /Quran Online v1.2/mediaplayer/ImageSetting/img_btn_next.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hussien89aa/QuranWindowsPhone/HEAD/Quran Online v1.2/mediaplayer/ImageSetting/img_btn_next.png -------------------------------------------------------------------------------- /Quran Online v1.2/mediaplayer/ImageSetting/img_btn_play.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hussien89aa/QuranWindowsPhone/HEAD/Quran Online v1.2/mediaplayer/ImageSetting/img_btn_play.png -------------------------------------------------------------------------------- /Quran Online v1.2/mediaplayer/ImageSetting/qurabcover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hussien89aa/QuranWindowsPhone/HEAD/Quran Online v1.2/mediaplayer/ImageSetting/qurabcover.png -------------------------------------------------------------------------------- /Quran Online v1.2/mediaplayer/obj/Release/mediaplayer.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hussien89aa/QuranWindowsPhone/HEAD/Quran Online v1.2/mediaplayer/obj/Release/mediaplayer.dll -------------------------------------------------------------------------------- /Quran Online v1.2/mediaplayer/obj/Release/mediaplayer.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hussien89aa/QuranWindowsPhone/HEAD/Quran Online v1.2/mediaplayer/obj/Release/mediaplayer.pdb -------------------------------------------------------------------------------- /Quran Online v1.2/mediaplayer/ImageSetting/img_btn_pause.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hussien89aa/QuranWindowsPhone/HEAD/Quran Online v1.2/mediaplayer/ImageSetting/img_btn_pause.png -------------------------------------------------------------------------------- /Quran Online v1.2/mediaplayer/ImageSetting/img_btn_repeat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hussien89aa/QuranWindowsPhone/HEAD/Quran Online v1.2/mediaplayer/ImageSetting/img_btn_repeat.png -------------------------------------------------------------------------------- /Quran Online v1.2/mediaplayer/ImageSetting/img_seekbar_bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hussien89aa/QuranWindowsPhone/HEAD/Quran Online v1.2/mediaplayer/ImageSetting/img_seekbar_bg.png -------------------------------------------------------------------------------- /Quran Online v1.2/mediaplayer/Assets/Tiles/IconicTileSmall.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hussien89aa/QuranWindowsPhone/HEAD/Quran Online v1.2/mediaplayer/Assets/Tiles/IconicTileSmall.png -------------------------------------------------------------------------------- /Quran Online v1.2/mediaplayer/Bin/Debug/MyAudioPlaybackAgent.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hussien89aa/QuranWindowsPhone/HEAD/Quran Online v1.2/mediaplayer/Bin/Debug/MyAudioPlaybackAgent.dll -------------------------------------------------------------------------------- /Quran Online v1.2/mediaplayer/Bin/Debug/MyAudioPlaybackAgent.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hussien89aa/QuranWindowsPhone/HEAD/Quran Online v1.2/mediaplayer/Bin/Debug/MyAudioPlaybackAgent.pdb -------------------------------------------------------------------------------- /Quran Online v1.2/mediaplayer/ImageSetting/backgroundimage.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hussien89aa/QuranWindowsPhone/HEAD/Quran Online v1.2/mediaplayer/ImageSetting/backgroundimage.png -------------------------------------------------------------------------------- /Quran Online v1.2/mediaplayer/ImageSetting/img_btn_backward.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hussien89aa/QuranWindowsPhone/HEAD/Quran Online v1.2/mediaplayer/ImageSetting/img_btn_backward.png -------------------------------------------------------------------------------- /Quran Online v1.2/mediaplayer/ImageSetting/img_btn_forward.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hussien89aa/QuranWindowsPhone/HEAD/Quran Online v1.2/mediaplayer/ImageSetting/img_btn_forward.png -------------------------------------------------------------------------------- /Quran Online v1.2/mediaplayer/ImageSetting/img_btn_playlist.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hussien89aa/QuranWindowsPhone/HEAD/Quran Online v1.2/mediaplayer/ImageSetting/img_btn_playlist.png -------------------------------------------------------------------------------- /Quran Online v1.2/mediaplayer/ImageSetting/img_btn_previous.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hussien89aa/QuranWindowsPhone/HEAD/Quran Online v1.2/mediaplayer/ImageSetting/img_btn_previous.png -------------------------------------------------------------------------------- /Quran Online v1.2/mediaplayer/ImageSetting/img_btn_shuffle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hussien89aa/QuranWindowsPhone/HEAD/Quran Online v1.2/mediaplayer/ImageSetting/img_btn_shuffle.png -------------------------------------------------------------------------------- /Quran Online v1.2/mediaplayer/obj/Debug/mediaplayer.g.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hussien89aa/QuranWindowsPhone/HEAD/Quran Online v1.2/mediaplayer/obj/Debug/mediaplayer.g.resources -------------------------------------------------------------------------------- /Quran Online v1.2/mediaplayer/Assets/Tiles/FlipCycleTileLarge.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hussien89aa/QuranWindowsPhone/HEAD/Quran Online v1.2/mediaplayer/Assets/Tiles/FlipCycleTileLarge.png -------------------------------------------------------------------------------- /Quran Online v1.2/mediaplayer/Assets/Tiles/FlipCycleTileMedium.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hussien89aa/QuranWindowsPhone/HEAD/Quran Online v1.2/mediaplayer/Assets/Tiles/FlipCycleTileMedium.png -------------------------------------------------------------------------------- /Quran Online v1.2/mediaplayer/Assets/Tiles/FlipCycleTileSmall.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hussien89aa/QuranWindowsPhone/HEAD/Quran Online v1.2/mediaplayer/Assets/Tiles/FlipCycleTileSmall.png -------------------------------------------------------------------------------- /Quran Online v1.2/mediaplayer/Bin/Debug/Assets/ApplicationIcon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hussien89aa/QuranWindowsPhone/HEAD/Quran Online v1.2/mediaplayer/Bin/Debug/Assets/ApplicationIcon.png -------------------------------------------------------------------------------- /Quran Online v1.2/mediaplayer/Bin/Release/MyAudioPlaybackAgent.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hussien89aa/QuranWindowsPhone/HEAD/Quran Online v1.2/mediaplayer/Bin/Release/MyAudioPlaybackAgent.dll -------------------------------------------------------------------------------- /Quran Online v1.2/mediaplayer/Bin/Release/MyAudioPlaybackAgent.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hussien89aa/QuranWindowsPhone/HEAD/Quran Online v1.2/mediaplayer/Bin/Release/MyAudioPlaybackAgent.pdb -------------------------------------------------------------------------------- /Quran Online v1.2/mediaplayer/obj/Release/mediaplayer.g.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hussien89aa/QuranWindowsPhone/HEAD/Quran Online v1.2/mediaplayer/obj/Release/mediaplayer.g.resources -------------------------------------------------------------------------------- /Quran Online v1.2/mediaplayer/Assets/Tiles/IconicTileMediumLarge.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hussien89aa/QuranWindowsPhone/HEAD/Quran Online v1.2/mediaplayer/Assets/Tiles/IconicTileMediumLarge.png -------------------------------------------------------------------------------- /Quran Online v1.2/mediaplayer/Bin/Debug/ar/mediaplayer.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hussien89aa/QuranWindowsPhone/HEAD/Quran Online v1.2/mediaplayer/Bin/Debug/ar/mediaplayer.resources.dll -------------------------------------------------------------------------------- /Quran Online v1.2/mediaplayer/Bin/Debug/mediaplayer_Debug_AnyCPU.xap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hussien89aa/QuranWindowsPhone/HEAD/Quran Online v1.2/mediaplayer/Bin/Debug/mediaplayer_Debug_AnyCPU.xap -------------------------------------------------------------------------------- /Quran Online v1.2/mediaplayer/Bin/Release/Assets/ApplicationIcon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hussien89aa/QuranWindowsPhone/HEAD/Quran Online v1.2/mediaplayer/Bin/Release/Assets/ApplicationIcon.png -------------------------------------------------------------------------------- /Quran Online v1.2/mediaplayer/ImageSetting/img_btn_next_pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hussien89aa/QuranWindowsPhone/HEAD/Quran Online v1.2/mediaplayer/ImageSetting/img_btn_next_pressed.png -------------------------------------------------------------------------------- /Quran Online v1.2/mediaplayer/ImageSetting/img_btn_pause_pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hussien89aa/QuranWindowsPhone/HEAD/Quran Online v1.2/mediaplayer/ImageSetting/img_btn_pause_pressed.png -------------------------------------------------------------------------------- /Quran Online v1.2/mediaplayer/ImageSetting/img_btn_play_pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hussien89aa/QuranWindowsPhone/HEAD/Quran Online v1.2/mediaplayer/ImageSetting/img_btn_play_pressed.png -------------------------------------------------------------------------------- /Quran Online v1.2/mediaplayer/ImageSetting/img_btn_repeat_pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hussien89aa/QuranWindowsPhone/HEAD/Quran Online v1.2/mediaplayer/ImageSetting/img_btn_repeat_pressed.png -------------------------------------------------------------------------------- /Quran Online v1.2/mediaplayer/obj/Debug/ar/mediaplayer.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hussien89aa/QuranWindowsPhone/HEAD/Quran Online v1.2/mediaplayer/obj/Debug/ar/mediaplayer.resources.dll -------------------------------------------------------------------------------- /Quran Online v1.2/.idea/scopes/scope_settings.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | -------------------------------------------------------------------------------- /Quran Online v1.2/PhoneClassLibrary1/Bin/Release/PhoneClassLibrary1.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hussien89aa/QuranWindowsPhone/HEAD/Quran Online v1.2/PhoneClassLibrary1/Bin/Release/PhoneClassLibrary1.dll -------------------------------------------------------------------------------- /Quran Online v1.2/PhoneClassLibrary1/Bin/Release/PhoneClassLibrary1.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hussien89aa/QuranWindowsPhone/HEAD/Quran Online v1.2/PhoneClassLibrary1/Bin/Release/PhoneClassLibrary1.pdb -------------------------------------------------------------------------------- /Quran Online v1.2/PhoneClassLibrary1/obj/Release/PhoneClassLibrary1.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hussien89aa/QuranWindowsPhone/HEAD/Quran Online v1.2/PhoneClassLibrary1/obj/Release/PhoneClassLibrary1.dll -------------------------------------------------------------------------------- /Quran Online v1.2/PhoneClassLibrary1/obj/Release/PhoneClassLibrary1.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hussien89aa/QuranWindowsPhone/HEAD/Quran Online v1.2/PhoneClassLibrary1/obj/Release/PhoneClassLibrary1.pdb -------------------------------------------------------------------------------- /Quran Online v1.2/mediaplayer/Bin/Release/ar/mediaplayer.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hussien89aa/QuranWindowsPhone/HEAD/Quran Online v1.2/mediaplayer/Bin/Release/ar/mediaplayer.resources.dll -------------------------------------------------------------------------------- /Quran Online v1.2/mediaplayer/ImageSetting/img_btn_backward_pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hussien89aa/QuranWindowsPhone/HEAD/Quran Online v1.2/mediaplayer/ImageSetting/img_btn_backward_pressed.png -------------------------------------------------------------------------------- /Quran Online v1.2/mediaplayer/ImageSetting/img_btn_forward_pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hussien89aa/QuranWindowsPhone/HEAD/Quran Online v1.2/mediaplayer/ImageSetting/img_btn_forward_pressed.png -------------------------------------------------------------------------------- /Quran Online v1.2/mediaplayer/ImageSetting/img_btn_playlist_pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hussien89aa/QuranWindowsPhone/HEAD/Quran Online v1.2/mediaplayer/ImageSetting/img_btn_playlist_pressed.png -------------------------------------------------------------------------------- /Quran Online v1.2/mediaplayer/ImageSetting/img_btn_previous_pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hussien89aa/QuranWindowsPhone/HEAD/Quran Online v1.2/mediaplayer/ImageSetting/img_btn_previous_pressed.png -------------------------------------------------------------------------------- /Quran Online v1.2/mediaplayer/ImageSetting/img_btn_shuffle_pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hussien89aa/QuranWindowsPhone/HEAD/Quran Online v1.2/mediaplayer/ImageSetting/img_btn_shuffle_pressed.png -------------------------------------------------------------------------------- /Quran Online v1.2/mediaplayer/obj/Release/ar/mediaplayer.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hussien89aa/QuranWindowsPhone/HEAD/Quran Online v1.2/mediaplayer/obj/Release/ar/mediaplayer.resources.dll -------------------------------------------------------------------------------- /Quran Online v1.2/MyAudioPlaybackAgent/Bin/Debug/MyAudioPlaybackAgent.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hussien89aa/QuranWindowsPhone/HEAD/Quran Online v1.2/MyAudioPlaybackAgent/Bin/Debug/MyAudioPlaybackAgent.dll -------------------------------------------------------------------------------- /Quran Online v1.2/MyAudioPlaybackAgent/Bin/Debug/MyAudioPlaybackAgent.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hussien89aa/QuranWindowsPhone/HEAD/Quran Online v1.2/MyAudioPlaybackAgent/Bin/Debug/MyAudioPlaybackAgent.pdb -------------------------------------------------------------------------------- /Quran Online v1.2/MyAudioPlaybackAgent/obj/Debug/MyAudioPlaybackAgent.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hussien89aa/QuranWindowsPhone/HEAD/Quran Online v1.2/MyAudioPlaybackAgent/obj/Debug/MyAudioPlaybackAgent.dll -------------------------------------------------------------------------------- /Quran Online v1.2/MyAudioPlaybackAgent/obj/Debug/MyAudioPlaybackAgent.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hussien89aa/QuranWindowsPhone/HEAD/Quran Online v1.2/MyAudioPlaybackAgent/obj/Debug/MyAudioPlaybackAgent.pdb -------------------------------------------------------------------------------- /Quran Online v1.2/mediaplayer/Bin/Debug/Assets/Tiles/IconicTileSmall.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hussien89aa/QuranWindowsPhone/HEAD/Quran Online v1.2/mediaplayer/Bin/Debug/Assets/Tiles/IconicTileSmall.png -------------------------------------------------------------------------------- /Quran Online v1.2/mediaplayer/Bin/Release/Assets/Tiles/IconicTileSmall.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hussien89aa/QuranWindowsPhone/HEAD/Quran Online v1.2/mediaplayer/Bin/Release/Assets/Tiles/IconicTileSmall.png -------------------------------------------------------------------------------- /Quran Online v1.2/mediaplayer/Bin/Release/mediaplayer_Release_AnyCPU.xap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hussien89aa/QuranWindowsPhone/HEAD/Quran Online v1.2/mediaplayer/Bin/Release/mediaplayer_Release_AnyCPU.xap -------------------------------------------------------------------------------- /Quran Online v1.2/mediaplayer/ImageSetting/img_seekbar_progress_blue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hussien89aa/QuranWindowsPhone/HEAD/Quran Online v1.2/mediaplayer/ImageSetting/img_seekbar_progress_blue.png -------------------------------------------------------------------------------- /Quran Online v1.2/MyAudioPlaybackAgent/Bin/Release/MyAudioPlaybackAgent.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hussien89aa/QuranWindowsPhone/HEAD/Quran Online v1.2/MyAudioPlaybackAgent/Bin/Release/MyAudioPlaybackAgent.dll -------------------------------------------------------------------------------- /Quran Online v1.2/MyAudioPlaybackAgent/Bin/Release/MyAudioPlaybackAgent.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hussien89aa/QuranWindowsPhone/HEAD/Quran Online v1.2/MyAudioPlaybackAgent/Bin/Release/MyAudioPlaybackAgent.pdb -------------------------------------------------------------------------------- /Quran Online v1.2/MyAudioPlaybackAgent/obj/Release/MyAudioPlaybackAgent.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hussien89aa/QuranWindowsPhone/HEAD/Quran Online v1.2/MyAudioPlaybackAgent/obj/Release/MyAudioPlaybackAgent.dll -------------------------------------------------------------------------------- /Quran Online v1.2/MyAudioPlaybackAgent/obj/Release/MyAudioPlaybackAgent.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hussien89aa/QuranWindowsPhone/HEAD/Quran Online v1.2/MyAudioPlaybackAgent/obj/Release/MyAudioPlaybackAgent.pdb -------------------------------------------------------------------------------- /Quran Online v1.2/mediaplayer/Bin/Debug/Assets/Tiles/FlipCycleTileLarge.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hussien89aa/QuranWindowsPhone/HEAD/Quran Online v1.2/mediaplayer/Bin/Debug/Assets/Tiles/FlipCycleTileLarge.png -------------------------------------------------------------------------------- /Quran Online v1.2/mediaplayer/Bin/Debug/Assets/Tiles/FlipCycleTileMedium.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hussien89aa/QuranWindowsPhone/HEAD/Quran Online v1.2/mediaplayer/Bin/Debug/Assets/Tiles/FlipCycleTileMedium.png -------------------------------------------------------------------------------- /Quran Online v1.2/mediaplayer/Bin/Debug/Assets/Tiles/FlipCycleTileSmall.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hussien89aa/QuranWindowsPhone/HEAD/Quran Online v1.2/mediaplayer/Bin/Debug/Assets/Tiles/FlipCycleTileSmall.png -------------------------------------------------------------------------------- /Quran Online v1.2/.idea/encodings.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /Quran Online v1.2/mediaplayer/Bin/Debug/Assets/Tiles/IconicTileMediumLarge.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hussien89aa/QuranWindowsPhone/HEAD/Quran Online v1.2/mediaplayer/Bin/Debug/Assets/Tiles/IconicTileMediumLarge.png -------------------------------------------------------------------------------- /Quran Online v1.2/mediaplayer/Bin/Release/Assets/Tiles/FlipCycleTileLarge.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hussien89aa/QuranWindowsPhone/HEAD/Quran Online v1.2/mediaplayer/Bin/Release/Assets/Tiles/FlipCycleTileLarge.png -------------------------------------------------------------------------------- /Quran Online v1.2/mediaplayer/Bin/Release/Assets/Tiles/FlipCycleTileMedium.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hussien89aa/QuranWindowsPhone/HEAD/Quran Online v1.2/mediaplayer/Bin/Release/Assets/Tiles/FlipCycleTileMedium.png -------------------------------------------------------------------------------- /Quran Online v1.2/mediaplayer/Bin/Release/Assets/Tiles/FlipCycleTileSmall.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hussien89aa/QuranWindowsPhone/HEAD/Quran Online v1.2/mediaplayer/Bin/Release/Assets/Tiles/FlipCycleTileSmall.png -------------------------------------------------------------------------------- /Quran Online v1.2/.idea/vcs.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /Quran Online v1.2/mediaplayer/Bin/Release/Assets/Tiles/IconicTileMediumLarge.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hussien89aa/QuranWindowsPhone/HEAD/Quran Online v1.2/mediaplayer/Bin/Release/Assets/Tiles/IconicTileMediumLarge.png -------------------------------------------------------------------------------- /Quran Online v1.2/mediaplayer/obj/Debug/DesignTimeResolveAssemblyReferences.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hussien89aa/QuranWindowsPhone/HEAD/Quran Online v1.2/mediaplayer/obj/Debug/DesignTimeResolveAssemblyReferences.cache -------------------------------------------------------------------------------- /Quran Online v1.2/mediaplayer/obj/Debug/mediaplayer.csproj.GenerateResource.Cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hussien89aa/QuranWindowsPhone/HEAD/Quran Online v1.2/mediaplayer/obj/Debug/mediaplayer.csproj.GenerateResource.Cache -------------------------------------------------------------------------------- /Quran Online v1.2/mediaplayer/obj/Debug/mediaplayer.Resources.AppResources.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hussien89aa/QuranWindowsPhone/HEAD/Quran Online v1.2/mediaplayer/obj/Debug/mediaplayer.Resources.AppResources.resources -------------------------------------------------------------------------------- /Quran Online v1.2/mediaplayer/obj/Release/DesignTimeResolveAssemblyReferences.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hussien89aa/QuranWindowsPhone/HEAD/Quran Online v1.2/mediaplayer/obj/Release/DesignTimeResolveAssemblyReferences.cache -------------------------------------------------------------------------------- /Quran Online v1.2/mediaplayer/obj/Release/mediaplayer.csproj.GenerateResource.Cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hussien89aa/QuranWindowsPhone/HEAD/Quran Online v1.2/mediaplayer/obj/Release/mediaplayer.csproj.GenerateResource.Cache -------------------------------------------------------------------------------- /Quran Online v1.2/mediaplayer/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hussien89aa/QuranWindowsPhone/HEAD/Quran Online v1.2/mediaplayer/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache -------------------------------------------------------------------------------- /Quran Online v1.2/mediaplayer/obj/Debug/TempPE/Resources.AppResources.Designer.cs.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hussien89aa/QuranWindowsPhone/HEAD/Quran Online v1.2/mediaplayer/obj/Debug/TempPE/Resources.AppResources.Designer.cs.dll -------------------------------------------------------------------------------- /Quran Online v1.2/mediaplayer/obj/Release/mediaplayer.Resources.AppResources.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hussien89aa/QuranWindowsPhone/HEAD/Quran Online v1.2/mediaplayer/obj/Release/mediaplayer.Resources.AppResources.resources -------------------------------------------------------------------------------- /Quran Online v1.2/.idea/misc.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /Quran Online v1.2/mediaplayer/obj/Debug/mediaplayer.Resources.AppResources.ar.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hussien89aa/QuranWindowsPhone/HEAD/Quran Online v1.2/mediaplayer/obj/Debug/mediaplayer.Resources.AppResources.ar.resources -------------------------------------------------------------------------------- /Quran Online v1.2/mediaplayer/obj/Debug/mediaplayer.csprojResolveAssemblyReference.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hussien89aa/QuranWindowsPhone/HEAD/Quran Online v1.2/mediaplayer/obj/Debug/mediaplayer.csprojResolveAssemblyReference.cache -------------------------------------------------------------------------------- /Quran Online v1.2/mediaplayer/obj/Release/DesignTimeResolveAssemblyReferencesInput.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hussien89aa/QuranWindowsPhone/HEAD/Quran Online v1.2/mediaplayer/obj/Release/DesignTimeResolveAssemblyReferencesInput.cache -------------------------------------------------------------------------------- /Quran Online v1.2/mediaplayer/obj/Release/TempPE/Resources.AppResources.Designer.cs.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hussien89aa/QuranWindowsPhone/HEAD/Quran Online v1.2/mediaplayer/obj/Release/TempPE/Resources.AppResources.Designer.cs.dll -------------------------------------------------------------------------------- /Quran Online v1.2/mediaplayer/obj/Release/mediaplayer.Resources.AppResources.ar.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hussien89aa/QuranWindowsPhone/HEAD/Quran Online v1.2/mediaplayer/obj/Release/mediaplayer.Resources.AppResources.ar.resources -------------------------------------------------------------------------------- /Quran Online v1.2/mediaplayer/obj/Release/mediaplayer.csprojResolveAssemblyReference.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hussien89aa/QuranWindowsPhone/HEAD/Quran Online v1.2/mediaplayer/obj/Release/mediaplayer.csprojResolveAssemblyReference.cache -------------------------------------------------------------------------------- /Quran Online v1.2/PhoneClassLibrary1/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hussien89aa/QuranWindowsPhone/HEAD/Quran Online v1.2/PhoneClassLibrary1/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache -------------------------------------------------------------------------------- /Quran Online v1.2/MyAudioPlaybackAgent/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hussien89aa/QuranWindowsPhone/HEAD/Quran Online v1.2/MyAudioPlaybackAgent/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache -------------------------------------------------------------------------------- /Quran Online v1.2/PhoneClassLibrary1/obj/Release/DesignTimeResolveAssemblyReferencesInput.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hussien89aa/QuranWindowsPhone/HEAD/Quran Online v1.2/PhoneClassLibrary1/obj/Release/DesignTimeResolveAssemblyReferencesInput.cache -------------------------------------------------------------------------------- /Quran Online v1.2/MyAudioPlaybackAgent/obj/Release/DesignTimeResolveAssemblyReferencesInput.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hussien89aa/QuranWindowsPhone/HEAD/Quran Online v1.2/MyAudioPlaybackAgent/obj/Release/DesignTimeResolveAssemblyReferencesInput.cache -------------------------------------------------------------------------------- /Quran Online v1.2/mediaplayer/Properties/AppManifest.xml: -------------------------------------------------------------------------------- 1 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /Quran Online v1.2/.idea/modules.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /Quran Online v1.2/mediaplayer/Class/ListBeginEndAya.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | using System.Collections.Generic; 3 | using System.Linq; 4 | using System.Text; 5 | using System.Threading.Tasks; 6 | 7 | namespace mediaplayer 8 | { 9 | class ListBeginEndAya 10 | { 11 | public int beginR{get;set;} 12 | public int endread { get; set; } 13 | } 14 | } 15 | -------------------------------------------------------------------------------- /Quran Online v1.2/.idea/Quran Online v1.2.iml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | -------------------------------------------------------------------------------- /Quran Online v1.2/mediaplayer/LocalizedStrings.cs: -------------------------------------------------------------------------------- 1 | using mediaplayer.Resources; 2 | 3 | namespace mediaplayer 4 | { 5 | /// 6 | /// Provides access to string resources. 7 | /// 8 | public class LocalizedStrings 9 | { 10 | private static AppResources _localizedResources = new AppResources(); 11 | 12 | public AppResources LocalizedResources { get { return _localizedResources; } } 13 | } 14 | } -------------------------------------------------------------------------------- /Quran Online v1.2/PhoneClassLibrary1/obj/Release/PhoneClassLibrary1.csproj.FileListAbsolute.txt: -------------------------------------------------------------------------------- 1 | D:\Quran online v 2.0\Quran Online v1.2\PhoneClassLibrary1\Bin\Release\PhoneClassLibrary1.dll 2 | D:\Quran online v 2.0\Quran Online v1.2\PhoneClassLibrary1\Bin\Release\PhoneClassLibrary1.pdb 3 | D:\Quran online v 2.0\Quran Online v1.2\PhoneClassLibrary1\obj\Release\PhoneClassLibrary1.dll 4 | D:\Quran online v 2.0\Quran Online v1.2\PhoneClassLibrary1\obj\Release\PhoneClassLibrary1.pdb 5 | -------------------------------------------------------------------------------- /Quran Online v1.2/mediaplayer/Class/AuthorClass.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | using System.Collections.Generic; 3 | using System.Linq; 4 | using System.Text; 5 | using System.Threading.Tasks; 6 | 7 | namespace mediaplayer 8 | { 9 | class AuthorClass 10 | { 11 | public string RealName { get; set; } 12 | public string ServerName { get; set; } 13 | public string StateName { get; set; } 14 | public string ImgUrl { get; set; } 15 | } 16 | 17 | } 18 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | #quran For Windows Phone 2 | 3 | Free open source app for Quran listen online The app is on [Windows Store](https://www.microsoft.com/en-us/store/apps/تلاوات-القرأن-كاملة/9wzdncrdntdg) 4 | 5 | ![read](https://store-images.s-microsoft.com/image/apps.40991.9007199266612285.d87a278a-2d88-465a-bfa8-f0b914e0a5f5.5a667e58-ded2-4cb9-93f7-007e1800a8c6?w=580&h=326&q=60&mode=letterbox&background=black) 6 | 7 | 8 | ![list](https://store-images.s-microsoft.com/image/apps.46584.9007199266612285.4ec3bd46-2793-4d65-8ad1-cfc02a8d7fa3.3bbdbdbc-fd56-4978-94bb-cec85b931394?w=580&h=326&q=60&mode=letterbox&background=black) -------------------------------------------------------------------------------- /Quran Online v1.2/mediaplayer/Bin/Debug/AppManifest.xaml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /Quran Online v1.2/mediaplayer/Bin/Release/AppManifest.xaml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /Quran Online v1.2/MyAudioPlaybackAgent/MyAudioPlaybackAgent.csproj.user: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | True 8 | Managed 9 | Managed 10 | False 11 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /Quran Online v1.2/.idea/compiler.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 22 | 23 | 24 | -------------------------------------------------------------------------------- /Quran Online v1.2/PhoneClassLibrary1/Class1.cs: -------------------------------------------------------------------------------- 1 | using Microsoft.Phone.BackgroundAudio; 2 | using System; 3 | using System.Collections.Generic; 4 | using System.Net; 5 | using System.Windows; 6 | using System.Windows.Controls; 7 | using System.Windows.Documents; 8 | using System.Windows.Ink; 9 | using System.Windows.Input; 10 | using System.Windows.Media; 11 | using System.Windows.Media.Animation; 12 | using System.Windows.Shapes; 13 | 14 | namespace PhoneClassLibrary1 15 | { 16 | public static class Class1 17 | { 18 | // What's the current track? 19 | public static int currentTrackNumber ; 20 | 21 | // A playlist made up of AudioTrack items. 22 | public static List _playList; 23 | static Class1() 24 | { 25 | _playList = new List(); 26 | currentTrackNumber = 0; 27 | } 28 | } 29 | } 30 | -------------------------------------------------------------------------------- /Quran Online v1.2/mediaplayer/App.xaml: -------------------------------------------------------------------------------- 1 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 18 | 19 | 20 | -------------------------------------------------------------------------------- /Quran Online v1.2/mediaplayer/mediaplayer.csproj.user: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 256 5 | A6BAF594-9315-40C3-AD16-F5B8A425A7AB 6 | 7 | 8 | 256 9 | A6BAF594-9315-40C3-AD16-F5B8A425A7AB 10 | 11 | 12 | 13 | 14 | 15 | False 16 | Managed 17 | Managed 18 | False 19 | 20 | 21 | 22 | 23 | -------------------------------------------------------------------------------- /Quran Online v1.2/mediaplayer/AutherList.xaml.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | using System.Collections.Generic; 3 | using System.Linq; 4 | using System.Net; 5 | using System.Windows; 6 | using System.Windows.Controls; 7 | using System.Windows.Navigation; 8 | using Microsoft.Phone.Controls; 9 | using Microsoft.Phone.Shell; 10 | 11 | namespace mediaplayer 12 | { 13 | public partial class AutherList : PhoneApplicationPage 14 | { 15 | public AutherList() 16 | { 17 | InitializeComponent(); 18 | } 19 | protected override void OnNavigatedTo(NavigationEventArgs e) 20 | { // load data to the list 21 | LnaguageClass.AutherList(); 22 | 23 | titileAuther.Text = LnaguageClass.AuthorNmae(); 24 | ListAuther65.ItemsSource = null; 25 | ListAuther65.ItemsSource = LnaguageClass.AutherListInfo; //LnaguageClass.AutherList(); 26 | 27 | } 28 | 29 | 30 | private void MainLongListSelector_SelectionChanged(object sender, SelectionChangedEventArgs e) 31 | { 32 | this.NavigationService.Navigate(new Uri("/PlayList.xaml?ServerName=" + (ListAuther65.SelectedItem as AuthorClass).ServerName + "*0", UriKind.Relative)); 33 | 34 | } 35 | } 36 | } -------------------------------------------------------------------------------- /Quran Online v1.2/mediaplayer/Class/myMedia.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | using System.Collections.Generic; 3 | using System.IO; 4 | using System.IO.IsolatedStorage; 5 | using System.Linq; 6 | using System.Text; 7 | using System.Threading.Tasks; 8 | 9 | namespace mediaplayer.Class 10 | { 11 | class myMedia 12 | { 13 | 14 | public string MediaName 15 | { 16 | get { return m_MediaName; } 17 | set { m_MediaName = value; } 18 | } 19 | 20 | public string MediaSize 21 | { 22 | get { return m_MediaSize; } 23 | set { m_MediaSize = value; } 24 | } 25 | 26 | private string m_MediaName; 27 | 28 | private string m_MediaSize; 29 | public myMedia(string strMediaName) 30 | { 31 | this.MediaName = strMediaName; 32 | 33 | //*** Image Binary ***' 34 | IsolatedStorageFile isoStore = IsolatedStorageFile.GetUserStoreForApplication(); 35 | string isoFilename = strMediaName; 36 | Stream stream = isoStore.OpenFile(isoFilename, System.IO.FileMode.Open); 37 | 38 | //*** Image Size ***' 39 | this.MediaSize = stream.Length + " Bytes"; 40 | 41 | stream.Close(); 42 | 43 | } 44 | 45 | 46 | } 47 | } 48 | -------------------------------------------------------------------------------- /Quran Online v1.2/MyAudioPlaybackAgent/obj/Debug/MyAudioPlaybackAgent.csproj.FileListAbsolute.txt: -------------------------------------------------------------------------------- 1 | C:\Users\ASUS S550C\Desktop\Quran online v 2.1\Quran Online v1.2\MyAudioPlaybackAgent\Bin\Debug\MyAudioPlaybackAgent.dll 2 | C:\Users\ASUS S550C\Desktop\Quran online v 2.1\Quran Online v1.2\MyAudioPlaybackAgent\Bin\Debug\MyAudioPlaybackAgent.pdb 3 | C:\Users\ASUS S550C\Desktop\Quran online v 2.1\Quran Online v1.2\MyAudioPlaybackAgent\obj\Debug\MyAudioPlaybackAgent.dll 4 | C:\Users\ASUS S550C\Desktop\Quran online v 2.1\Quran Online v1.2\MyAudioPlaybackAgent\obj\Debug\MyAudioPlaybackAgent.pdb 5 | C:\Users\ASUS S550C\Desktop\Quran online v 2.2\Quran Online v1.2\MyAudioPlaybackAgent\Bin\Debug\MyAudioPlaybackAgent.dll 6 | C:\Users\ASUS S550C\Desktop\Quran online v 2.2\Quran Online v1.2\MyAudioPlaybackAgent\Bin\Debug\MyAudioPlaybackAgent.pdb 7 | C:\Users\ASUS S550C\Desktop\Quran online v 2.2\Quran Online v1.2\MyAudioPlaybackAgent\obj\Debug\MyAudioPlaybackAgent.dll 8 | C:\Users\ASUS S550C\Desktop\Quran online v 2.2\Quran Online v1.2\MyAudioPlaybackAgent\obj\Debug\MyAudioPlaybackAgent.pdb 9 | C:\Users\ASUS S550C\Desktop\Quran online v 2.3\Quran Online v1.2\MyAudioPlaybackAgent\Bin\Debug\MyAudioPlaybackAgent.dll 10 | C:\Users\ASUS S550C\Desktop\Quran online v 2.3\Quran Online v1.2\MyAudioPlaybackAgent\Bin\Debug\MyAudioPlaybackAgent.pdb 11 | C:\Users\ASUS S550C\Desktop\Quran online v 2.3\Quran Online v1.2\MyAudioPlaybackAgent\obj\Debug\MyAudioPlaybackAgent.dll 12 | C:\Users\ASUS S550C\Desktop\Quran online v 2.3\Quran Online v1.2\MyAudioPlaybackAgent\obj\Debug\MyAudioPlaybackAgent.pdb 13 | -------------------------------------------------------------------------------- /Quran Online v1.2/mediaplayer/Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- 1 | using System.Reflection; 2 | using System.Runtime.CompilerServices; 3 | using System.Runtime.InteropServices; 4 | using System.Resources; 5 | 6 | // General Information about an assembly is controlled through the following 7 | // set of attributes. Change these attribute values to modify the information 8 | // associated with an assembly. 9 | [assembly: AssemblyTitle("mediaplayer")] 10 | [assembly: AssemblyDescription("")] 11 | [assembly: AssemblyConfiguration("")] 12 | [assembly: AssemblyCompany("")] 13 | [assembly: AssemblyProduct("mediaplayer")] 14 | [assembly: AssemblyCopyright("Copyright © 2014")] 15 | [assembly: AssemblyTrademark("")] 16 | [assembly: AssemblyCulture("")] 17 | 18 | // Setting ComVisible to false makes the types in this assembly not visible 19 | // to COM components. If you need to access a type in this assembly from 20 | // COM, set the ComVisible attribute to true on that type. 21 | [assembly: ComVisible(false)] 22 | 23 | // The following GUID is for the ID of the typelib if this project is exposed to COM 24 | [assembly: Guid("6b762218-c3e0-448c-89d3-30d734be4611")] 25 | 26 | // Version information for an assembly consists of the following four values: 27 | // 28 | // Major Version 29 | // Minor Version 30 | // Build Number 31 | // Revision 32 | // 33 | // You can specify all the values or you can default the Revision and Build Numbers 34 | // by using the '*' as shown below: 35 | [assembly: AssemblyVersion("1.0.0.0")] 36 | [assembly: AssemblyFileVersion("1.0.0.0")] 37 | [assembly: NeutralResourcesLanguageAttribute("en-US")] 38 | -------------------------------------------------------------------------------- /Quran Online v1.2/PhoneClassLibrary1/Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- 1 | using System.Reflection; 2 | using System.Runtime.CompilerServices; 3 | using System.Runtime.InteropServices; 4 | using System.Resources; 5 | 6 | // General Information about an assembly is controlled through the following 7 | // set of attributes. Change these attribute values to modify the information 8 | // associated with an assembly. 9 | [assembly: AssemblyTitle("PhoneClassLibrary1")] 10 | [assembly: AssemblyDescription("")] 11 | [assembly: AssemblyConfiguration("")] 12 | [assembly: AssemblyCompany("")] 13 | [assembly: AssemblyProduct("PhoneClassLibrary1")] 14 | [assembly: AssemblyCopyright("Copyright © 2014")] 15 | [assembly: AssemblyTrademark("")] 16 | [assembly: AssemblyCulture("")] 17 | 18 | // Setting ComVisible to false makes the types in this assembly not visible 19 | // to COM components. If you need to access a type in this assembly from 20 | // COM, set the ComVisible attribute to true on that type. 21 | [assembly: ComVisible(false)] 22 | 23 | // The following GUID is for the ID of the typelib if this project is exposed to COM 24 | [assembly: Guid("c8378758-d91d-4f83-98f9-cd8c3c08a370")] 25 | 26 | // Version information for an assembly consists of the following four values: 27 | // 28 | // Major Version 29 | // Minor Version 30 | // Build Number 31 | // Revision 32 | // 33 | // You can specify all the values or you can default the Revision and Build Numbers 34 | // by using the '*' as shown below: 35 | [assembly: AssemblyVersion("1.0.0.0")] 36 | [assembly: AssemblyFileVersion("1.0.0.0")] 37 | [assembly: NeutralResourcesLanguageAttribute("en-US")] 38 | -------------------------------------------------------------------------------- /Quran Online v1.2/MyAudioPlaybackAgent/Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- 1 | using System.Reflection; 2 | using System.Runtime.CompilerServices; 3 | using System.Runtime.InteropServices; 4 | using System.Resources; 5 | 6 | // General Information about an assembly is controlled through the following 7 | // set of attributes. Change these attribute values to modify the information 8 | // associated with an assembly. 9 | [assembly: AssemblyTitle("MyAudioPlaybackAgent")] 10 | [assembly: AssemblyDescription("")] 11 | [assembly: AssemblyConfiguration("")] 12 | [assembly: AssemblyCompany("")] 13 | [assembly: AssemblyProduct("MyAudioPlaybackAgent")] 14 | [assembly: AssemblyCopyright("Copyright © 2014")] 15 | [assembly: AssemblyTrademark("")] 16 | [assembly: AssemblyCulture("")] 17 | 18 | // Setting ComVisible to false makes the types in this assembly not visible 19 | // to COM components. If you need to access a type in this assembly from 20 | // COM, set the ComVisible attribute to true on that type. 21 | [assembly: ComVisible(false)] 22 | 23 | // The following GUID is for the ID of the typelib if this project is exposed to COM 24 | [assembly: Guid("d9e00950-b805-4df2-86fd-59f4315fa545")] 25 | 26 | // Version information for an assembly consists of the following four values: 27 | // 28 | // Major Version 29 | // Minor Version 30 | // Build Number 31 | // Revision 32 | // 33 | // You can specify all the values or you can default the Revision and Build Numbers 34 | // by using the '*' as shown below: 35 | [assembly: AssemblyVersion("1.0.0.0")] 36 | [assembly: AssemblyFileVersion("1.0.0.0")] 37 | [assembly: NeutralResourcesLanguageAttribute("en-US")] 38 | -------------------------------------------------------------------------------- /Quran Online v1.2/mediaplayer/obj/Debug/App.g.cs: -------------------------------------------------------------------------------- 1 | #pragma checksum "C:\Users\ASUS S550C\Desktop\Quran online v 2.2\Quran Online v1.2\mediaplayer\App.xaml" "{406ea660-64cf-4c82-b6f0-42d48172a799}" "99B18E6B967D3CAA6984082D24FA113A" 2 | //------------------------------------------------------------------------------ 3 | // 4 | // This code was generated by a tool. 5 | // Runtime Version:4.0.30319.34014 6 | // 7 | // Changes to this file may cause incorrect behavior and will be lost if 8 | // the code is regenerated. 9 | // 10 | //------------------------------------------------------------------------------ 11 | 12 | using System; 13 | using System.Windows; 14 | using System.Windows.Automation; 15 | using System.Windows.Automation.Peers; 16 | using System.Windows.Automation.Provider; 17 | using System.Windows.Controls; 18 | using System.Windows.Controls.Primitives; 19 | using System.Windows.Data; 20 | using System.Windows.Documents; 21 | using System.Windows.Ink; 22 | using System.Windows.Input; 23 | using System.Windows.Interop; 24 | using System.Windows.Markup; 25 | using System.Windows.Media; 26 | using System.Windows.Media.Animation; 27 | using System.Windows.Media.Imaging; 28 | using System.Windows.Resources; 29 | using System.Windows.Shapes; 30 | using System.Windows.Threading; 31 | 32 | 33 | namespace mediaplayer { 34 | 35 | 36 | public partial class App : System.Windows.Application { 37 | 38 | private bool _contentLoaded; 39 | 40 | /// 41 | /// InitializeComponent 42 | /// 43 | [System.Diagnostics.DebuggerNonUserCodeAttribute()] 44 | public void InitializeComponent() { 45 | if (_contentLoaded) { 46 | return; 47 | } 48 | _contentLoaded = true; 49 | System.Windows.Application.LoadComponent(this, new System.Uri("/mediaplayer;component/App.xaml", System.UriKind.Relative)); 50 | } 51 | } 52 | } 53 | 54 | -------------------------------------------------------------------------------- /Quran Online v1.2/mediaplayer/obj/Release/App.g.cs: -------------------------------------------------------------------------------- 1 | #pragma checksum "C:\Users\ASUS S550C\Desktop\Quran online v 2.3\Quran Online v1.2\mediaplayer\App.xaml" "{406ea660-64cf-4c82-b6f0-42d48172a799}" "99B18E6B967D3CAA6984082D24FA113A" 2 | //------------------------------------------------------------------------------ 3 | // 4 | // This code was generated by a tool. 5 | // Runtime Version:4.0.30319.42000 6 | // 7 | // Changes to this file may cause incorrect behavior and will be lost if 8 | // the code is regenerated. 9 | // 10 | //------------------------------------------------------------------------------ 11 | 12 | using System; 13 | using System.Windows; 14 | using System.Windows.Automation; 15 | using System.Windows.Automation.Peers; 16 | using System.Windows.Automation.Provider; 17 | using System.Windows.Controls; 18 | using System.Windows.Controls.Primitives; 19 | using System.Windows.Data; 20 | using System.Windows.Documents; 21 | using System.Windows.Ink; 22 | using System.Windows.Input; 23 | using System.Windows.Interop; 24 | using System.Windows.Markup; 25 | using System.Windows.Media; 26 | using System.Windows.Media.Animation; 27 | using System.Windows.Media.Imaging; 28 | using System.Windows.Resources; 29 | using System.Windows.Shapes; 30 | using System.Windows.Threading; 31 | 32 | 33 | namespace mediaplayer { 34 | 35 | 36 | public partial class App : System.Windows.Application { 37 | 38 | private bool _contentLoaded; 39 | 40 | /// 41 | /// InitializeComponent 42 | /// 43 | [System.Diagnostics.DebuggerNonUserCodeAttribute()] 44 | public void InitializeComponent() { 45 | if (_contentLoaded) { 46 | return; 47 | } 48 | _contentLoaded = true; 49 | System.Windows.Application.LoadComponent(this, new System.Uri("/mediaplayer;component/App.xaml", System.UriKind.Relative)); 50 | } 51 | } 52 | } 53 | 54 | -------------------------------------------------------------------------------- /Quran Online v1.2/mediaplayer/obj/Debug/App.g.i.cs: -------------------------------------------------------------------------------- 1 | #pragma checksum "c:\users\asus s550c\documents\visual studio 2013\Projects\mediaplayer\mediaplayer\App.xaml" "{406ea660-64cf-4c82-b6f0-42d48172a799}" "76B331ADFE68D233DDE05D60FEB3333B" 2 | //------------------------------------------------------------------------------ 3 | // 4 | // This code was generated by a tool. 5 | // Runtime Version:4.0.30319.34014 6 | // 7 | // Changes to this file may cause incorrect behavior and will be lost if 8 | // the code is regenerated. 9 | // 10 | //------------------------------------------------------------------------------ 11 | 12 | using System; 13 | using System.Windows; 14 | using System.Windows.Automation; 15 | using System.Windows.Automation.Peers; 16 | using System.Windows.Automation.Provider; 17 | using System.Windows.Controls; 18 | using System.Windows.Controls.Primitives; 19 | using System.Windows.Data; 20 | using System.Windows.Documents; 21 | using System.Windows.Ink; 22 | using System.Windows.Input; 23 | using System.Windows.Interop; 24 | using System.Windows.Markup; 25 | using System.Windows.Media; 26 | using System.Windows.Media.Animation; 27 | using System.Windows.Media.Imaging; 28 | using System.Windows.Resources; 29 | using System.Windows.Shapes; 30 | using System.Windows.Threading; 31 | 32 | 33 | namespace mediaplayer { 34 | 35 | 36 | public partial class App : System.Windows.Application { 37 | 38 | private bool _contentLoaded; 39 | 40 | /// 41 | /// InitializeComponent 42 | /// 43 | [System.Diagnostics.DebuggerNonUserCodeAttribute()] 44 | public void InitializeComponent() { 45 | if (_contentLoaded) { 46 | return; 47 | } 48 | _contentLoaded = true; 49 | System.Windows.Application.LoadComponent(this, new System.Uri("/mediaplayer;component/App.xaml", System.UriKind.Relative)); 50 | } 51 | } 52 | } 53 | 54 | -------------------------------------------------------------------------------- /Quran Online v1.2/mediaplayer/obj/Release/App.g.i.cs: -------------------------------------------------------------------------------- 1 | #pragma checksum "C:\Users\ASUS S550C\documents\visual studio 2013\Projects\mediaplayer\mediaplayer\App.xaml" "{406ea660-64cf-4c82-b6f0-42d48172a799}" "76B331ADFE68D233DDE05D60FEB3333B" 2 | //------------------------------------------------------------------------------ 3 | // 4 | // This code was generated by a tool. 5 | // Runtime Version:4.0.30319.34014 6 | // 7 | // Changes to this file may cause incorrect behavior and will be lost if 8 | // the code is regenerated. 9 | // 10 | //------------------------------------------------------------------------------ 11 | 12 | using System; 13 | using System.Windows; 14 | using System.Windows.Automation; 15 | using System.Windows.Automation.Peers; 16 | using System.Windows.Automation.Provider; 17 | using System.Windows.Controls; 18 | using System.Windows.Controls.Primitives; 19 | using System.Windows.Data; 20 | using System.Windows.Documents; 21 | using System.Windows.Ink; 22 | using System.Windows.Input; 23 | using System.Windows.Interop; 24 | using System.Windows.Markup; 25 | using System.Windows.Media; 26 | using System.Windows.Media.Animation; 27 | using System.Windows.Media.Imaging; 28 | using System.Windows.Resources; 29 | using System.Windows.Shapes; 30 | using System.Windows.Threading; 31 | 32 | 33 | namespace mediaplayer { 34 | 35 | 36 | public partial class App : System.Windows.Application { 37 | 38 | private bool _contentLoaded; 39 | 40 | /// 41 | /// InitializeComponent 42 | /// 43 | [System.Diagnostics.DebuggerNonUserCodeAttribute()] 44 | public void InitializeComponent() { 45 | if (_contentLoaded) { 46 | return; 47 | } 48 | _contentLoaded = true; 49 | System.Windows.Application.LoadComponent(this, new System.Uri("/mediaplayer;component/App.xaml", System.UriKind.Relative)); 50 | } 51 | } 52 | } 53 | 54 | -------------------------------------------------------------------------------- /Quran Online v1.2/mediaplayer/Properties/WMAppManifest.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | ImageSetting\qurabcover.png 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | ImageSetting\qurabcover.png 23 | 0 24 | ImageSetting\qurabcover.png 25 | Quran online 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | 35 | 36 | 37 | 38 | 39 | 40 | 41 | 42 | 43 | 44 | 45 | -------------------------------------------------------------------------------- /Quran Online v1.2/MyAudioPlaybackAgent/obj/Release/MyAudioPlaybackAgent.csproj.FileListAbsolute.txt: -------------------------------------------------------------------------------- 1 | D:\Quran online v 2.0\Quran Online v1.2\MyAudioPlaybackAgent\Bin\Release\MyAudioPlaybackAgent.dll 2 | D:\Quran online v 2.0\Quran Online v1.2\MyAudioPlaybackAgent\Bin\Release\MyAudioPlaybackAgent.pdb 3 | D:\Quran online v 2.0\Quran Online v1.2\MyAudioPlaybackAgent\obj\Release\MyAudioPlaybackAgent.dll 4 | D:\Quran online v 2.0\Quran Online v1.2\MyAudioPlaybackAgent\obj\Release\MyAudioPlaybackAgent.pdb 5 | D:\Quran online v 2.0\Quran Online v1.2\MyAudioPlaybackAgent\Bin\Release\PhoneClassLibrary1.dll 6 | D:\Quran online v 2.0\Quran Online v1.2\MyAudioPlaybackAgent\Bin\Release\PhoneClassLibrary1.pdb 7 | D:\Quran online v 2.0\Quran Online v1.2\MyAudioPlaybackAgent\obj\Release\MyAudioPlaybackAgent.csprojResolveAssemblyReference.cache 8 | C:\Users\ASUS S550C\Desktop\Quran online v 2.0\Quran Online v1.2\MyAudioPlaybackAgent\Bin\Release\MyAudioPlaybackAgent.dll 9 | C:\Users\ASUS S550C\Desktop\Quran online v 2.0\Quran Online v1.2\MyAudioPlaybackAgent\Bin\Release\MyAudioPlaybackAgent.pdb 10 | C:\Users\ASUS S550C\Desktop\Quran online v 2.0\Quran Online v1.2\MyAudioPlaybackAgent\obj\Release\MyAudioPlaybackAgent.dll 11 | C:\Users\ASUS S550C\Desktop\Quran online v 2.0\Quran Online v1.2\MyAudioPlaybackAgent\obj\Release\MyAudioPlaybackAgent.pdb 12 | C:\Users\ASUS S550C\Desktop\Quran online v 2.2\Quran Online v1.2\MyAudioPlaybackAgent\Bin\Release\MyAudioPlaybackAgent.dll 13 | C:\Users\ASUS S550C\Desktop\Quran online v 2.2\Quran Online v1.2\MyAudioPlaybackAgent\Bin\Release\MyAudioPlaybackAgent.pdb 14 | C:\Users\ASUS S550C\Desktop\Quran online v 2.2\Quran Online v1.2\MyAudioPlaybackAgent\obj\Release\MyAudioPlaybackAgent.dll 15 | C:\Users\ASUS S550C\Desktop\Quran online v 2.2\Quran Online v1.2\MyAudioPlaybackAgent\obj\Release\MyAudioPlaybackAgent.pdb 16 | C:\Users\ASUS S550C\Desktop\Quran online v 2.3\Quran Online v1.2\MyAudioPlaybackAgent\Bin\Release\MyAudioPlaybackAgent.dll 17 | C:\Users\ASUS S550C\Desktop\Quran online v 2.3\Quran Online v1.2\MyAudioPlaybackAgent\Bin\Release\MyAudioPlaybackAgent.pdb 18 | C:\Users\ASUS S550C\Desktop\Quran online v 2.3\Quran Online v1.2\MyAudioPlaybackAgent\obj\Release\MyAudioPlaybackAgent.dll 19 | C:\Users\ASUS S550C\Desktop\Quran online v 2.3\Quran Online v1.2\MyAudioPlaybackAgent\obj\Release\MyAudioPlaybackAgent.pdb 20 | -------------------------------------------------------------------------------- /Quran Online v1.2/mediaplayer/Bin/Debug/Properties/WMAppManifest.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | ImageSetting\qurabcover.png 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | ImageSetting\qurabcover.png 26 | 0 27 | ImageSetting\qurabcover.png 28 | Quran online 29 | 30 | 31 | 32 | 33 | 34 | 35 | 36 | 37 | 38 | 39 | 40 | 41 | 42 | 43 | 44 | 45 | -------------------------------------------------------------------------------- /Quran Online v1.2/mediaplayer/Bin/Release/Properties/WMAppManifest.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | ImageSetting\qurabcover.png 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | ImageSetting\qurabcover.png 26 | 0 27 | ImageSetting\qurabcover.png 28 | Quran online 29 | 30 | 31 | 32 | 33 | 34 | 35 | 36 | 37 | 38 | 39 | 40 | 41 | 42 | 43 | 44 | 45 | -------------------------------------------------------------------------------- /Quran Online v1.2/mediaplayer/AutherList.xaml: -------------------------------------------------------------------------------- 1 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | 35 | 36 | 37 | 38 | 39 | 40 | 41 | 42 | 43 | 44 | 45 | 46 | 47 | 48 | 49 | 50 | 51 | 52 | 53 | 54 | 55 | 56 | -------------------------------------------------------------------------------- /Quran Online v1.2/mediaplayer/MainPage.xaml.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | using System.Collections.Generic; 3 | using System.Linq; 4 | using System.Net; 5 | using System.Windows; 6 | using System.Windows.Controls; 7 | using System.Windows.Navigation; 8 | using Microsoft.Phone.Controls; 9 | using Microsoft.Phone.Shell; 10 | using mediaplayer.Resources; 11 | using System.Windows.Threading; 12 | using System.IO.IsolatedStorage; 13 | using System.IO; 14 | using Microsoft.Phone.BackgroundAudio; 15 | 16 | namespace mediaplayer 17 | { 18 | public partial class MainPage : PhoneApplicationPage 19 | { 20 | 21 | public MainPage() 22 | { 23 | InitializeComponent(); 24 | 25 | 26 | } 27 | 28 | 29 | protected override void OnNavigatedTo(NavigationEventArgs e) 30 | { 31 | if ((PlayState.Playing == BackgroundAudioPlayer.Instance.PlayerState) && (LnaguageClass. Firstentry == true)) 32 | { 33 | 34 | BackgroundAudioPlayer.Instance.Pause(); 35 | string filePath = "authorAYA.txt"; 36 | using (var store = IsolatedStorageFile.GetUserStoreForApplication()) 37 | { 38 | 39 | 40 | using (StreamReader reader = new StreamReader(store.OpenFile(filePath, FileMode.Open, FileAccess.Read))) 41 | { 42 | 43 | string contents = reader.ReadLine(); 44 | string[] OneAya = contents.Split('*'); 45 | LnaguageClass.ISBackgroundMusic = 2; 46 | this.NavigationService.Navigate(new Uri("/PlayList.xaml?ServerName=" + OneAya[1] + "*" + OneAya[5], UriKind.Relative)); 47 | 48 | 49 | } 50 | } 51 | 52 | 53 | 54 | } 55 | 56 | 57 | LnaguageClass.Firstentry = false; 58 | } 59 | 60 | private void BuArabic_Click(object sender, RoutedEventArgs e) 61 | { 62 | loadotherinfo(); 63 | LnaguageClass.LanguageSelect = 1; 64 | this.NavigationService.Navigate(new Uri("/AutherList.xaml", UriKind.Relative)); 65 | // 66 | } 67 | 68 | private void Buenglish_Click(object sender, RoutedEventArgs e) 69 | { 70 | loadotherinfo(); 71 | LnaguageClass.LanguageSelect = 2; 72 | this.NavigationService.Navigate(new Uri("/AutherList.xaml", UriKind.Relative)); 73 | 74 | } 75 | 76 | void loadotherinfo() 77 | { 78 | //load ads 79 | 80 | 81 | //=========== 82 | 83 | // if (rb1.IsChecked==true) 84 | LnaguageClass.ServerNumber = 1; 85 | // else 86 | // LnaguageClass.ServerNumber = 2; 87 | 88 | } 89 | } 90 | 91 | 92 | 93 | 94 | 95 | } -------------------------------------------------------------------------------- /Quran Online v1.2/mediaplayer/obj/Debug/AutherList.g.cs: -------------------------------------------------------------------------------- 1 | #pragma checksum "C:\Users\ASUS S550C\Desktop\Quran online v 2.2\Quran Online v1.2\mediaplayer\AutherList.xaml" "{406ea660-64cf-4c82-b6f0-42d48172a799}" "54A61B86362EF00FF08436EFEB62C309" 2 | //------------------------------------------------------------------------------ 3 | // 4 | // This code was generated by a tool. 5 | // Runtime Version:4.0.30319.34014 6 | // 7 | // Changes to this file may cause incorrect behavior and will be lost if 8 | // the code is regenerated. 9 | // 10 | //------------------------------------------------------------------------------ 11 | 12 | using Microsoft.Phone.Controls; 13 | using System; 14 | using System.Windows; 15 | using System.Windows.Automation; 16 | using System.Windows.Automation.Peers; 17 | using System.Windows.Automation.Provider; 18 | using System.Windows.Controls; 19 | using System.Windows.Controls.Primitives; 20 | using System.Windows.Data; 21 | using System.Windows.Documents; 22 | using System.Windows.Ink; 23 | using System.Windows.Input; 24 | using System.Windows.Interop; 25 | using System.Windows.Markup; 26 | using System.Windows.Media; 27 | using System.Windows.Media.Animation; 28 | using System.Windows.Media.Imaging; 29 | using System.Windows.Resources; 30 | using System.Windows.Shapes; 31 | using System.Windows.Threading; 32 | 33 | 34 | namespace mediaplayer { 35 | 36 | 37 | public partial class AutherList : Microsoft.Phone.Controls.PhoneApplicationPage { 38 | 39 | internal System.Windows.Controls.Grid LayoutRoot; 40 | 41 | internal System.Windows.Controls.StackPanel TitlePanel; 42 | 43 | internal System.Windows.Controls.TextBlock titileAuther; 44 | 45 | internal System.Windows.Controls.Grid ListAuther; 46 | 47 | internal Microsoft.Phone.Controls.LongListSelector ListAuther65; 48 | 49 | private bool _contentLoaded; 50 | 51 | /// 52 | /// InitializeComponent 53 | /// 54 | [System.Diagnostics.DebuggerNonUserCodeAttribute()] 55 | public void InitializeComponent() { 56 | if (_contentLoaded) { 57 | return; 58 | } 59 | _contentLoaded = true; 60 | System.Windows.Application.LoadComponent(this, new System.Uri("/mediaplayer;component/AutherList.xaml", System.UriKind.Relative)); 61 | this.LayoutRoot = ((System.Windows.Controls.Grid)(this.FindName("LayoutRoot"))); 62 | this.TitlePanel = ((System.Windows.Controls.StackPanel)(this.FindName("TitlePanel"))); 63 | this.titileAuther = ((System.Windows.Controls.TextBlock)(this.FindName("titileAuther"))); 64 | this.ListAuther = ((System.Windows.Controls.Grid)(this.FindName("ListAuther"))); 65 | this.ListAuther65 = ((Microsoft.Phone.Controls.LongListSelector)(this.FindName("ListAuther65"))); 66 | } 67 | } 68 | } 69 | 70 | -------------------------------------------------------------------------------- /Quran Online v1.2/mediaplayer/obj/Debug/AutherList.g.i.cs: -------------------------------------------------------------------------------- 1 | #pragma checksum "C:\Users\ASUS S550C\Desktop\Quran online v 2.3\Quran Online v1.2\mediaplayer\AutherList.xaml" "{406ea660-64cf-4c82-b6f0-42d48172a799}" "A66CBAC4FD628545669B2799DC5BB46F" 2 | //------------------------------------------------------------------------------ 3 | // 4 | // This code was generated by a tool. 5 | // Runtime Version:4.0.30319.42000 6 | // 7 | // Changes to this file may cause incorrect behavior and will be lost if 8 | // the code is regenerated. 9 | // 10 | //------------------------------------------------------------------------------ 11 | 12 | using Microsoft.Phone.Controls; 13 | using System; 14 | using System.Windows; 15 | using System.Windows.Automation; 16 | using System.Windows.Automation.Peers; 17 | using System.Windows.Automation.Provider; 18 | using System.Windows.Controls; 19 | using System.Windows.Controls.Primitives; 20 | using System.Windows.Data; 21 | using System.Windows.Documents; 22 | using System.Windows.Ink; 23 | using System.Windows.Input; 24 | using System.Windows.Interop; 25 | using System.Windows.Markup; 26 | using System.Windows.Media; 27 | using System.Windows.Media.Animation; 28 | using System.Windows.Media.Imaging; 29 | using System.Windows.Resources; 30 | using System.Windows.Shapes; 31 | using System.Windows.Threading; 32 | 33 | 34 | namespace mediaplayer { 35 | 36 | 37 | public partial class AutherList : Microsoft.Phone.Controls.PhoneApplicationPage { 38 | 39 | internal System.Windows.Controls.Grid LayoutRoot; 40 | 41 | internal System.Windows.Controls.StackPanel TitlePanel; 42 | 43 | internal System.Windows.Controls.TextBlock titileAuther; 44 | 45 | internal System.Windows.Controls.Grid ListAuther; 46 | 47 | internal Microsoft.Phone.Controls.LongListSelector ListAuther65; 48 | 49 | private bool _contentLoaded; 50 | 51 | /// 52 | /// InitializeComponent 53 | /// 54 | [System.Diagnostics.DebuggerNonUserCodeAttribute()] 55 | public void InitializeComponent() { 56 | if (_contentLoaded) { 57 | return; 58 | } 59 | _contentLoaded = true; 60 | System.Windows.Application.LoadComponent(this, new System.Uri("/mediaplayer;component/AutherList.xaml", System.UriKind.Relative)); 61 | this.LayoutRoot = ((System.Windows.Controls.Grid)(this.FindName("LayoutRoot"))); 62 | this.TitlePanel = ((System.Windows.Controls.StackPanel)(this.FindName("TitlePanel"))); 63 | this.titileAuther = ((System.Windows.Controls.TextBlock)(this.FindName("titileAuther"))); 64 | this.ListAuther = ((System.Windows.Controls.Grid)(this.FindName("ListAuther"))); 65 | this.ListAuther65 = ((Microsoft.Phone.Controls.LongListSelector)(this.FindName("ListAuther65"))); 66 | } 67 | } 68 | } 69 | 70 | -------------------------------------------------------------------------------- /Quran Online v1.2/mediaplayer/obj/Release/AutherList.g.cs: -------------------------------------------------------------------------------- 1 | #pragma checksum "C:\Users\ASUS S550C\Desktop\Quran online v 2.3\Quran Online v1.2\mediaplayer\AutherList.xaml" "{406ea660-64cf-4c82-b6f0-42d48172a799}" "54A61B86362EF00FF08436EFEB62C309" 2 | //------------------------------------------------------------------------------ 3 | // 4 | // This code was generated by a tool. 5 | // Runtime Version:4.0.30319.42000 6 | // 7 | // Changes to this file may cause incorrect behavior and will be lost if 8 | // the code is regenerated. 9 | // 10 | //------------------------------------------------------------------------------ 11 | 12 | using Microsoft.Phone.Controls; 13 | using System; 14 | using System.Windows; 15 | using System.Windows.Automation; 16 | using System.Windows.Automation.Peers; 17 | using System.Windows.Automation.Provider; 18 | using System.Windows.Controls; 19 | using System.Windows.Controls.Primitives; 20 | using System.Windows.Data; 21 | using System.Windows.Documents; 22 | using System.Windows.Ink; 23 | using System.Windows.Input; 24 | using System.Windows.Interop; 25 | using System.Windows.Markup; 26 | using System.Windows.Media; 27 | using System.Windows.Media.Animation; 28 | using System.Windows.Media.Imaging; 29 | using System.Windows.Resources; 30 | using System.Windows.Shapes; 31 | using System.Windows.Threading; 32 | 33 | 34 | namespace mediaplayer { 35 | 36 | 37 | public partial class AutherList : Microsoft.Phone.Controls.PhoneApplicationPage { 38 | 39 | internal System.Windows.Controls.Grid LayoutRoot; 40 | 41 | internal System.Windows.Controls.StackPanel TitlePanel; 42 | 43 | internal System.Windows.Controls.TextBlock titileAuther; 44 | 45 | internal System.Windows.Controls.Grid ListAuther; 46 | 47 | internal Microsoft.Phone.Controls.LongListSelector ListAuther65; 48 | 49 | private bool _contentLoaded; 50 | 51 | /// 52 | /// InitializeComponent 53 | /// 54 | [System.Diagnostics.DebuggerNonUserCodeAttribute()] 55 | public void InitializeComponent() { 56 | if (_contentLoaded) { 57 | return; 58 | } 59 | _contentLoaded = true; 60 | System.Windows.Application.LoadComponent(this, new System.Uri("/mediaplayer;component/AutherList.xaml", System.UriKind.Relative)); 61 | this.LayoutRoot = ((System.Windows.Controls.Grid)(this.FindName("LayoutRoot"))); 62 | this.TitlePanel = ((System.Windows.Controls.StackPanel)(this.FindName("TitlePanel"))); 63 | this.titileAuther = ((System.Windows.Controls.TextBlock)(this.FindName("titileAuther"))); 64 | this.ListAuther = ((System.Windows.Controls.Grid)(this.FindName("ListAuther"))); 65 | this.ListAuther65 = ((Microsoft.Phone.Controls.LongListSelector)(this.FindName("ListAuther65"))); 66 | } 67 | } 68 | } 69 | 70 | -------------------------------------------------------------------------------- /Quran Online v1.2/mediaplayer/obj/Release/AutherList.g.i.cs: -------------------------------------------------------------------------------- 1 | #pragma checksum "C:\Users\ASUS S550C\Desktop\Quran online v 2.3\Quran Online v1.2\mediaplayer\AutherList.xaml" "{406ea660-64cf-4c82-b6f0-42d48172a799}" "A66CBAC4FD628545669B2799DC5BB46F" 2 | //------------------------------------------------------------------------------ 3 | // 4 | // This code was generated by a tool. 5 | // Runtime Version:4.0.30319.42000 6 | // 7 | // Changes to this file may cause incorrect behavior and will be lost if 8 | // the code is regenerated. 9 | // 10 | //------------------------------------------------------------------------------ 11 | 12 | using Microsoft.Phone.Controls; 13 | using System; 14 | using System.Windows; 15 | using System.Windows.Automation; 16 | using System.Windows.Automation.Peers; 17 | using System.Windows.Automation.Provider; 18 | using System.Windows.Controls; 19 | using System.Windows.Controls.Primitives; 20 | using System.Windows.Data; 21 | using System.Windows.Documents; 22 | using System.Windows.Ink; 23 | using System.Windows.Input; 24 | using System.Windows.Interop; 25 | using System.Windows.Markup; 26 | using System.Windows.Media; 27 | using System.Windows.Media.Animation; 28 | using System.Windows.Media.Imaging; 29 | using System.Windows.Resources; 30 | using System.Windows.Shapes; 31 | using System.Windows.Threading; 32 | 33 | 34 | namespace mediaplayer { 35 | 36 | 37 | public partial class AutherList : Microsoft.Phone.Controls.PhoneApplicationPage { 38 | 39 | internal System.Windows.Controls.Grid LayoutRoot; 40 | 41 | internal System.Windows.Controls.StackPanel TitlePanel; 42 | 43 | internal System.Windows.Controls.TextBlock titileAuther; 44 | 45 | internal System.Windows.Controls.Grid ListAuther; 46 | 47 | internal Microsoft.Phone.Controls.LongListSelector ListAuther65; 48 | 49 | private bool _contentLoaded; 50 | 51 | /// 52 | /// InitializeComponent 53 | /// 54 | [System.Diagnostics.DebuggerNonUserCodeAttribute()] 55 | public void InitializeComponent() { 56 | if (_contentLoaded) { 57 | return; 58 | } 59 | _contentLoaded = true; 60 | System.Windows.Application.LoadComponent(this, new System.Uri("/mediaplayer;component/AutherList.xaml", System.UriKind.Relative)); 61 | this.LayoutRoot = ((System.Windows.Controls.Grid)(this.FindName("LayoutRoot"))); 62 | this.TitlePanel = ((System.Windows.Controls.StackPanel)(this.FindName("TitlePanel"))); 63 | this.titileAuther = ((System.Windows.Controls.TextBlock)(this.FindName("titileAuther"))); 64 | this.ListAuther = ((System.Windows.Controls.Grid)(this.FindName("ListAuther"))); 65 | this.ListAuther65 = ((Microsoft.Phone.Controls.LongListSelector)(this.FindName("ListAuther65"))); 66 | } 67 | } 68 | } 69 | 70 | -------------------------------------------------------------------------------- /Quran Online v1.2/mediaplayer/obj/Debug/MainPage.g.cs: -------------------------------------------------------------------------------- 1 | #pragma checksum "C:\Users\ASUS S550C\Desktop\Quran online v 2.3\Quran Online v1.2\mediaplayer\MainPage.xaml" "{406ea660-64cf-4c82-b6f0-42d48172a799}" "8D6D9A17B10D708D955A437EA9FB4E02" 2 | //------------------------------------------------------------------------------ 3 | // 4 | // This code was generated by a tool. 5 | // Runtime Version:4.0.30319.42000 6 | // 7 | // Changes to this file may cause incorrect behavior and will be lost if 8 | // the code is regenerated. 9 | // 10 | //------------------------------------------------------------------------------ 11 | 12 | using Microsoft.Phone.Controls; 13 | using System; 14 | using System.Windows; 15 | using System.Windows.Automation; 16 | using System.Windows.Automation.Peers; 17 | using System.Windows.Automation.Provider; 18 | using System.Windows.Controls; 19 | using System.Windows.Controls.Primitives; 20 | using System.Windows.Data; 21 | using System.Windows.Documents; 22 | using System.Windows.Ink; 23 | using System.Windows.Input; 24 | using System.Windows.Interop; 25 | using System.Windows.Markup; 26 | using System.Windows.Media; 27 | using System.Windows.Media.Animation; 28 | using System.Windows.Media.Imaging; 29 | using System.Windows.Resources; 30 | using System.Windows.Shapes; 31 | using System.Windows.Threading; 32 | 33 | 34 | namespace mediaplayer { 35 | 36 | 37 | public partial class MainPage : Microsoft.Phone.Controls.PhoneApplicationPage { 38 | 39 | internal System.Windows.Controls.Grid LayoutRoot; 40 | 41 | internal System.Windows.Controls.StackPanel TitlePanel; 42 | 43 | internal System.Windows.Controls.TextBlock PlayAya; 44 | 45 | internal System.Windows.Controls.Grid ContentPanel; 46 | 47 | internal System.Windows.Controls.Button BuArabic; 48 | 49 | internal System.Windows.Controls.Button Buenglish; 50 | 51 | private bool _contentLoaded; 52 | 53 | /// 54 | /// InitializeComponent 55 | /// 56 | [System.Diagnostics.DebuggerNonUserCodeAttribute()] 57 | public void InitializeComponent() { 58 | if (_contentLoaded) { 59 | return; 60 | } 61 | _contentLoaded = true; 62 | System.Windows.Application.LoadComponent(this, new System.Uri("/mediaplayer;component/MainPage.xaml", System.UriKind.Relative)); 63 | this.LayoutRoot = ((System.Windows.Controls.Grid)(this.FindName("LayoutRoot"))); 64 | this.TitlePanel = ((System.Windows.Controls.StackPanel)(this.FindName("TitlePanel"))); 65 | this.PlayAya = ((System.Windows.Controls.TextBlock)(this.FindName("PlayAya"))); 66 | this.ContentPanel = ((System.Windows.Controls.Grid)(this.FindName("ContentPanel"))); 67 | this.BuArabic = ((System.Windows.Controls.Button)(this.FindName("BuArabic"))); 68 | this.Buenglish = ((System.Windows.Controls.Button)(this.FindName("Buenglish"))); 69 | } 70 | } 71 | } 72 | 73 | -------------------------------------------------------------------------------- /Quran Online v1.2/mediaplayer/obj/Debug/MainPage.g.i.cs: -------------------------------------------------------------------------------- 1 | #pragma checksum "C:\Users\ASUS S550C\Desktop\Quran online v 2.3\Quran Online v1.2\mediaplayer\MainPage.xaml" "{406ea660-64cf-4c82-b6f0-42d48172a799}" "916B5F055EDB260D88FBA13E0C02860C" 2 | //------------------------------------------------------------------------------ 3 | // 4 | // This code was generated by a tool. 5 | // Runtime Version:4.0.30319.42000 6 | // 7 | // Changes to this file may cause incorrect behavior and will be lost if 8 | // the code is regenerated. 9 | // 10 | //------------------------------------------------------------------------------ 11 | 12 | using Microsoft.Phone.Controls; 13 | using System; 14 | using System.Windows; 15 | using System.Windows.Automation; 16 | using System.Windows.Automation.Peers; 17 | using System.Windows.Automation.Provider; 18 | using System.Windows.Controls; 19 | using System.Windows.Controls.Primitives; 20 | using System.Windows.Data; 21 | using System.Windows.Documents; 22 | using System.Windows.Ink; 23 | using System.Windows.Input; 24 | using System.Windows.Interop; 25 | using System.Windows.Markup; 26 | using System.Windows.Media; 27 | using System.Windows.Media.Animation; 28 | using System.Windows.Media.Imaging; 29 | using System.Windows.Resources; 30 | using System.Windows.Shapes; 31 | using System.Windows.Threading; 32 | 33 | 34 | namespace mediaplayer { 35 | 36 | 37 | public partial class MainPage : Microsoft.Phone.Controls.PhoneApplicationPage { 38 | 39 | internal System.Windows.Controls.Grid LayoutRoot; 40 | 41 | internal System.Windows.Controls.StackPanel TitlePanel; 42 | 43 | internal System.Windows.Controls.TextBlock PlayAya; 44 | 45 | internal System.Windows.Controls.Grid ContentPanel; 46 | 47 | internal System.Windows.Controls.Button BuArabic; 48 | 49 | internal System.Windows.Controls.Button Buenglish; 50 | 51 | private bool _contentLoaded; 52 | 53 | /// 54 | /// InitializeComponent 55 | /// 56 | [System.Diagnostics.DebuggerNonUserCodeAttribute()] 57 | public void InitializeComponent() { 58 | if (_contentLoaded) { 59 | return; 60 | } 61 | _contentLoaded = true; 62 | System.Windows.Application.LoadComponent(this, new System.Uri("/mediaplayer;component/MainPage.xaml", System.UriKind.Relative)); 63 | this.LayoutRoot = ((System.Windows.Controls.Grid)(this.FindName("LayoutRoot"))); 64 | this.TitlePanel = ((System.Windows.Controls.StackPanel)(this.FindName("TitlePanel"))); 65 | this.PlayAya = ((System.Windows.Controls.TextBlock)(this.FindName("PlayAya"))); 66 | this.ContentPanel = ((System.Windows.Controls.Grid)(this.FindName("ContentPanel"))); 67 | this.BuArabic = ((System.Windows.Controls.Button)(this.FindName("BuArabic"))); 68 | this.Buenglish = ((System.Windows.Controls.Button)(this.FindName("Buenglish"))); 69 | } 70 | } 71 | } 72 | 73 | -------------------------------------------------------------------------------- /Quran Online v1.2/mediaplayer/obj/Release/MainPage.g.cs: -------------------------------------------------------------------------------- 1 | #pragma checksum "C:\Users\ASUS S550C\Desktop\Quran online v 2.3\Quran Online v1.2\mediaplayer\MainPage.xaml" "{406ea660-64cf-4c82-b6f0-42d48172a799}" "8D6D9A17B10D708D955A437EA9FB4E02" 2 | //------------------------------------------------------------------------------ 3 | // 4 | // This code was generated by a tool. 5 | // Runtime Version:4.0.30319.42000 6 | // 7 | // Changes to this file may cause incorrect behavior and will be lost if 8 | // the code is regenerated. 9 | // 10 | //------------------------------------------------------------------------------ 11 | 12 | using Microsoft.Phone.Controls; 13 | using System; 14 | using System.Windows; 15 | using System.Windows.Automation; 16 | using System.Windows.Automation.Peers; 17 | using System.Windows.Automation.Provider; 18 | using System.Windows.Controls; 19 | using System.Windows.Controls.Primitives; 20 | using System.Windows.Data; 21 | using System.Windows.Documents; 22 | using System.Windows.Ink; 23 | using System.Windows.Input; 24 | using System.Windows.Interop; 25 | using System.Windows.Markup; 26 | using System.Windows.Media; 27 | using System.Windows.Media.Animation; 28 | using System.Windows.Media.Imaging; 29 | using System.Windows.Resources; 30 | using System.Windows.Shapes; 31 | using System.Windows.Threading; 32 | 33 | 34 | namespace mediaplayer { 35 | 36 | 37 | public partial class MainPage : Microsoft.Phone.Controls.PhoneApplicationPage { 38 | 39 | internal System.Windows.Controls.Grid LayoutRoot; 40 | 41 | internal System.Windows.Controls.StackPanel TitlePanel; 42 | 43 | internal System.Windows.Controls.TextBlock PlayAya; 44 | 45 | internal System.Windows.Controls.Grid ContentPanel; 46 | 47 | internal System.Windows.Controls.Button BuArabic; 48 | 49 | internal System.Windows.Controls.Button Buenglish; 50 | 51 | private bool _contentLoaded; 52 | 53 | /// 54 | /// InitializeComponent 55 | /// 56 | [System.Diagnostics.DebuggerNonUserCodeAttribute()] 57 | public void InitializeComponent() { 58 | if (_contentLoaded) { 59 | return; 60 | } 61 | _contentLoaded = true; 62 | System.Windows.Application.LoadComponent(this, new System.Uri("/mediaplayer;component/MainPage.xaml", System.UriKind.Relative)); 63 | this.LayoutRoot = ((System.Windows.Controls.Grid)(this.FindName("LayoutRoot"))); 64 | this.TitlePanel = ((System.Windows.Controls.StackPanel)(this.FindName("TitlePanel"))); 65 | this.PlayAya = ((System.Windows.Controls.TextBlock)(this.FindName("PlayAya"))); 66 | this.ContentPanel = ((System.Windows.Controls.Grid)(this.FindName("ContentPanel"))); 67 | this.BuArabic = ((System.Windows.Controls.Button)(this.FindName("BuArabic"))); 68 | this.Buenglish = ((System.Windows.Controls.Button)(this.FindName("Buenglish"))); 69 | } 70 | } 71 | } 72 | 73 | -------------------------------------------------------------------------------- /Quran Online v1.2/mediaplayer/obj/Release/MainPage.g.i.cs: -------------------------------------------------------------------------------- 1 | #pragma checksum "C:\Users\ASUS S550C\Desktop\Quran online v 2.3\Quran Online v1.2\mediaplayer\MainPage.xaml" "{406ea660-64cf-4c82-b6f0-42d48172a799}" "916B5F055EDB260D88FBA13E0C02860C" 2 | //------------------------------------------------------------------------------ 3 | // 4 | // This code was generated by a tool. 5 | // Runtime Version:4.0.30319.42000 6 | // 7 | // Changes to this file may cause incorrect behavior and will be lost if 8 | // the code is regenerated. 9 | // 10 | //------------------------------------------------------------------------------ 11 | 12 | using Microsoft.Phone.Controls; 13 | using System; 14 | using System.Windows; 15 | using System.Windows.Automation; 16 | using System.Windows.Automation.Peers; 17 | using System.Windows.Automation.Provider; 18 | using System.Windows.Controls; 19 | using System.Windows.Controls.Primitives; 20 | using System.Windows.Data; 21 | using System.Windows.Documents; 22 | using System.Windows.Ink; 23 | using System.Windows.Input; 24 | using System.Windows.Interop; 25 | using System.Windows.Markup; 26 | using System.Windows.Media; 27 | using System.Windows.Media.Animation; 28 | using System.Windows.Media.Imaging; 29 | using System.Windows.Resources; 30 | using System.Windows.Shapes; 31 | using System.Windows.Threading; 32 | 33 | 34 | namespace mediaplayer { 35 | 36 | 37 | public partial class MainPage : Microsoft.Phone.Controls.PhoneApplicationPage { 38 | 39 | internal System.Windows.Controls.Grid LayoutRoot; 40 | 41 | internal System.Windows.Controls.StackPanel TitlePanel; 42 | 43 | internal System.Windows.Controls.TextBlock PlayAya; 44 | 45 | internal System.Windows.Controls.Grid ContentPanel; 46 | 47 | internal System.Windows.Controls.Button BuArabic; 48 | 49 | internal System.Windows.Controls.Button Buenglish; 50 | 51 | private bool _contentLoaded; 52 | 53 | /// 54 | /// InitializeComponent 55 | /// 56 | [System.Diagnostics.DebuggerNonUserCodeAttribute()] 57 | public void InitializeComponent() { 58 | if (_contentLoaded) { 59 | return; 60 | } 61 | _contentLoaded = true; 62 | System.Windows.Application.LoadComponent(this, new System.Uri("/mediaplayer;component/MainPage.xaml", System.UriKind.Relative)); 63 | this.LayoutRoot = ((System.Windows.Controls.Grid)(this.FindName("LayoutRoot"))); 64 | this.TitlePanel = ((System.Windows.Controls.StackPanel)(this.FindName("TitlePanel"))); 65 | this.PlayAya = ((System.Windows.Controls.TextBlock)(this.FindName("PlayAya"))); 66 | this.ContentPanel = ((System.Windows.Controls.Grid)(this.FindName("ContentPanel"))); 67 | this.BuArabic = ((System.Windows.Controls.Button)(this.FindName("BuArabic"))); 68 | this.Buenglish = ((System.Windows.Controls.Button)(this.FindName("Buenglish"))); 69 | } 70 | } 71 | } 72 | 73 | -------------------------------------------------------------------------------- /Quran Online v1.2/mediaplayer/obj/Debug/Downloads.g.cs: -------------------------------------------------------------------------------- 1 | #pragma checksum "C:\Users\ASUS S550C\Desktop\Quran online v 2.2\Quran Online v1.2\mediaplayer\Downloads.xaml" "{406ea660-64cf-4c82-b6f0-42d48172a799}" "CA2058FC83519C6B626E24B7394099AE" 2 | //------------------------------------------------------------------------------ 3 | // 4 | // This code was generated by a tool. 5 | // Runtime Version:4.0.30319.34014 6 | // 7 | // Changes to this file may cause incorrect behavior and will be lost if 8 | // the code is regenerated. 9 | // 10 | //------------------------------------------------------------------------------ 11 | 12 | using Microsoft.Phone.Controls; 13 | using Microsoft.Phone.Shell; 14 | using System; 15 | using System.Windows; 16 | using System.Windows.Automation; 17 | using System.Windows.Automation.Peers; 18 | using System.Windows.Automation.Provider; 19 | using System.Windows.Controls; 20 | using System.Windows.Controls.Primitives; 21 | using System.Windows.Data; 22 | using System.Windows.Documents; 23 | using System.Windows.Ink; 24 | using System.Windows.Input; 25 | using System.Windows.Interop; 26 | using System.Windows.Markup; 27 | using System.Windows.Media; 28 | using System.Windows.Media.Animation; 29 | using System.Windows.Media.Imaging; 30 | using System.Windows.Resources; 31 | using System.Windows.Shapes; 32 | using System.Windows.Threading; 33 | 34 | 35 | namespace mediaplayer { 36 | 37 | 38 | public partial class Downloads : Microsoft.Phone.Controls.PhoneApplicationPage { 39 | 40 | internal Microsoft.Phone.Controls.PhoneApplicationPage menuitem; 41 | 42 | internal System.Windows.Controls.Grid LayoutRoot; 43 | 44 | internal System.Windows.Controls.TextBlock EmptyTextBlock; 45 | 46 | internal System.Windows.Controls.Grid ContentPanel; 47 | 48 | internal System.Windows.Controls.ListBox TransferListBox; 49 | 50 | internal Microsoft.Phone.Shell.ApplicationBarIconButton addb; 51 | 52 | internal Microsoft.Phone.Shell.ApplicationBarIconButton cancel; 53 | 54 | private bool _contentLoaded; 55 | 56 | /// 57 | /// InitializeComponent 58 | /// 59 | [System.Diagnostics.DebuggerNonUserCodeAttribute()] 60 | public void InitializeComponent() { 61 | if (_contentLoaded) { 62 | return; 63 | } 64 | _contentLoaded = true; 65 | System.Windows.Application.LoadComponent(this, new System.Uri("/mediaplayer;component/Downloads.xaml", System.UriKind.Relative)); 66 | this.menuitem = ((Microsoft.Phone.Controls.PhoneApplicationPage)(this.FindName("menuitem"))); 67 | this.LayoutRoot = ((System.Windows.Controls.Grid)(this.FindName("LayoutRoot"))); 68 | this.EmptyTextBlock = ((System.Windows.Controls.TextBlock)(this.FindName("EmptyTextBlock"))); 69 | this.ContentPanel = ((System.Windows.Controls.Grid)(this.FindName("ContentPanel"))); 70 | this.TransferListBox = ((System.Windows.Controls.ListBox)(this.FindName("TransferListBox"))); 71 | this.addb = ((Microsoft.Phone.Shell.ApplicationBarIconButton)(this.FindName("addb"))); 72 | this.cancel = ((Microsoft.Phone.Shell.ApplicationBarIconButton)(this.FindName("cancel"))); 73 | } 74 | } 75 | } 76 | 77 | -------------------------------------------------------------------------------- /Quran Online v1.2/mediaplayer/obj/Debug/Downloads.g.i.cs: -------------------------------------------------------------------------------- 1 | #pragma checksum "C:\Users\ASUS S550C\Desktop\Quran online v 2.3\Quran Online v1.2\mediaplayer\Downloads.xaml" "{406ea660-64cf-4c82-b6f0-42d48172a799}" "BEFD51C9D3A4D6B0F25C0E22DECFFD2B" 2 | //------------------------------------------------------------------------------ 3 | // 4 | // This code was generated by a tool. 5 | // Runtime Version:4.0.30319.42000 6 | // 7 | // Changes to this file may cause incorrect behavior and will be lost if 8 | // the code is regenerated. 9 | // 10 | //------------------------------------------------------------------------------ 11 | 12 | using Microsoft.Phone.Controls; 13 | using Microsoft.Phone.Shell; 14 | using System; 15 | using System.Windows; 16 | using System.Windows.Automation; 17 | using System.Windows.Automation.Peers; 18 | using System.Windows.Automation.Provider; 19 | using System.Windows.Controls; 20 | using System.Windows.Controls.Primitives; 21 | using System.Windows.Data; 22 | using System.Windows.Documents; 23 | using System.Windows.Ink; 24 | using System.Windows.Input; 25 | using System.Windows.Interop; 26 | using System.Windows.Markup; 27 | using System.Windows.Media; 28 | using System.Windows.Media.Animation; 29 | using System.Windows.Media.Imaging; 30 | using System.Windows.Resources; 31 | using System.Windows.Shapes; 32 | using System.Windows.Threading; 33 | 34 | 35 | namespace mediaplayer { 36 | 37 | 38 | public partial class Downloads : Microsoft.Phone.Controls.PhoneApplicationPage { 39 | 40 | internal Microsoft.Phone.Controls.PhoneApplicationPage menuitem; 41 | 42 | internal System.Windows.Controls.Grid LayoutRoot; 43 | 44 | internal System.Windows.Controls.TextBlock EmptyTextBlock; 45 | 46 | internal System.Windows.Controls.Grid ContentPanel; 47 | 48 | internal System.Windows.Controls.ListBox TransferListBox; 49 | 50 | internal Microsoft.Phone.Shell.ApplicationBarIconButton addb; 51 | 52 | internal Microsoft.Phone.Shell.ApplicationBarIconButton cancel; 53 | 54 | private bool _contentLoaded; 55 | 56 | /// 57 | /// InitializeComponent 58 | /// 59 | [System.Diagnostics.DebuggerNonUserCodeAttribute()] 60 | public void InitializeComponent() { 61 | if (_contentLoaded) { 62 | return; 63 | } 64 | _contentLoaded = true; 65 | System.Windows.Application.LoadComponent(this, new System.Uri("/mediaplayer;component/Downloads.xaml", System.UriKind.Relative)); 66 | this.menuitem = ((Microsoft.Phone.Controls.PhoneApplicationPage)(this.FindName("menuitem"))); 67 | this.LayoutRoot = ((System.Windows.Controls.Grid)(this.FindName("LayoutRoot"))); 68 | this.EmptyTextBlock = ((System.Windows.Controls.TextBlock)(this.FindName("EmptyTextBlock"))); 69 | this.ContentPanel = ((System.Windows.Controls.Grid)(this.FindName("ContentPanel"))); 70 | this.TransferListBox = ((System.Windows.Controls.ListBox)(this.FindName("TransferListBox"))); 71 | this.addb = ((Microsoft.Phone.Shell.ApplicationBarIconButton)(this.FindName("addb"))); 72 | this.cancel = ((Microsoft.Phone.Shell.ApplicationBarIconButton)(this.FindName("cancel"))); 73 | } 74 | } 75 | } 76 | 77 | -------------------------------------------------------------------------------- /Quran Online v1.2/mediaplayer/obj/Release/Downloads.g.cs: -------------------------------------------------------------------------------- 1 | #pragma checksum "C:\Users\ASUS S550C\Desktop\Quran online v 2.3\Quran Online v1.2\mediaplayer\Downloads.xaml" "{406ea660-64cf-4c82-b6f0-42d48172a799}" "CA2058FC83519C6B626E24B7394099AE" 2 | //------------------------------------------------------------------------------ 3 | // 4 | // This code was generated by a tool. 5 | // Runtime Version:4.0.30319.42000 6 | // 7 | // Changes to this file may cause incorrect behavior and will be lost if 8 | // the code is regenerated. 9 | // 10 | //------------------------------------------------------------------------------ 11 | 12 | using Microsoft.Phone.Controls; 13 | using Microsoft.Phone.Shell; 14 | using System; 15 | using System.Windows; 16 | using System.Windows.Automation; 17 | using System.Windows.Automation.Peers; 18 | using System.Windows.Automation.Provider; 19 | using System.Windows.Controls; 20 | using System.Windows.Controls.Primitives; 21 | using System.Windows.Data; 22 | using System.Windows.Documents; 23 | using System.Windows.Ink; 24 | using System.Windows.Input; 25 | using System.Windows.Interop; 26 | using System.Windows.Markup; 27 | using System.Windows.Media; 28 | using System.Windows.Media.Animation; 29 | using System.Windows.Media.Imaging; 30 | using System.Windows.Resources; 31 | using System.Windows.Shapes; 32 | using System.Windows.Threading; 33 | 34 | 35 | namespace mediaplayer { 36 | 37 | 38 | public partial class Downloads : Microsoft.Phone.Controls.PhoneApplicationPage { 39 | 40 | internal Microsoft.Phone.Controls.PhoneApplicationPage menuitem; 41 | 42 | internal System.Windows.Controls.Grid LayoutRoot; 43 | 44 | internal System.Windows.Controls.TextBlock EmptyTextBlock; 45 | 46 | internal System.Windows.Controls.Grid ContentPanel; 47 | 48 | internal System.Windows.Controls.ListBox TransferListBox; 49 | 50 | internal Microsoft.Phone.Shell.ApplicationBarIconButton addb; 51 | 52 | internal Microsoft.Phone.Shell.ApplicationBarIconButton cancel; 53 | 54 | private bool _contentLoaded; 55 | 56 | /// 57 | /// InitializeComponent 58 | /// 59 | [System.Diagnostics.DebuggerNonUserCodeAttribute()] 60 | public void InitializeComponent() { 61 | if (_contentLoaded) { 62 | return; 63 | } 64 | _contentLoaded = true; 65 | System.Windows.Application.LoadComponent(this, new System.Uri("/mediaplayer;component/Downloads.xaml", System.UriKind.Relative)); 66 | this.menuitem = ((Microsoft.Phone.Controls.PhoneApplicationPage)(this.FindName("menuitem"))); 67 | this.LayoutRoot = ((System.Windows.Controls.Grid)(this.FindName("LayoutRoot"))); 68 | this.EmptyTextBlock = ((System.Windows.Controls.TextBlock)(this.FindName("EmptyTextBlock"))); 69 | this.ContentPanel = ((System.Windows.Controls.Grid)(this.FindName("ContentPanel"))); 70 | this.TransferListBox = ((System.Windows.Controls.ListBox)(this.FindName("TransferListBox"))); 71 | this.addb = ((Microsoft.Phone.Shell.ApplicationBarIconButton)(this.FindName("addb"))); 72 | this.cancel = ((Microsoft.Phone.Shell.ApplicationBarIconButton)(this.FindName("cancel"))); 73 | } 74 | } 75 | } 76 | 77 | -------------------------------------------------------------------------------- /Quran Online v1.2/mediaplayer/obj/Release/Downloads.g.i.cs: -------------------------------------------------------------------------------- 1 | #pragma checksum "C:\Users\ASUS S550C\Desktop\Quran online v 2.3\Quran Online v1.2\mediaplayer\Downloads.xaml" "{406ea660-64cf-4c82-b6f0-42d48172a799}" "BEFD51C9D3A4D6B0F25C0E22DECFFD2B" 2 | //------------------------------------------------------------------------------ 3 | // 4 | // This code was generated by a tool. 5 | // Runtime Version:4.0.30319.42000 6 | // 7 | // Changes to this file may cause incorrect behavior and will be lost if 8 | // the code is regenerated. 9 | // 10 | //------------------------------------------------------------------------------ 11 | 12 | using Microsoft.Phone.Controls; 13 | using Microsoft.Phone.Shell; 14 | using System; 15 | using System.Windows; 16 | using System.Windows.Automation; 17 | using System.Windows.Automation.Peers; 18 | using System.Windows.Automation.Provider; 19 | using System.Windows.Controls; 20 | using System.Windows.Controls.Primitives; 21 | using System.Windows.Data; 22 | using System.Windows.Documents; 23 | using System.Windows.Ink; 24 | using System.Windows.Input; 25 | using System.Windows.Interop; 26 | using System.Windows.Markup; 27 | using System.Windows.Media; 28 | using System.Windows.Media.Animation; 29 | using System.Windows.Media.Imaging; 30 | using System.Windows.Resources; 31 | using System.Windows.Shapes; 32 | using System.Windows.Threading; 33 | 34 | 35 | namespace mediaplayer { 36 | 37 | 38 | public partial class Downloads : Microsoft.Phone.Controls.PhoneApplicationPage { 39 | 40 | internal Microsoft.Phone.Controls.PhoneApplicationPage menuitem; 41 | 42 | internal System.Windows.Controls.Grid LayoutRoot; 43 | 44 | internal System.Windows.Controls.TextBlock EmptyTextBlock; 45 | 46 | internal System.Windows.Controls.Grid ContentPanel; 47 | 48 | internal System.Windows.Controls.ListBox TransferListBox; 49 | 50 | internal Microsoft.Phone.Shell.ApplicationBarIconButton addb; 51 | 52 | internal Microsoft.Phone.Shell.ApplicationBarIconButton cancel; 53 | 54 | private bool _contentLoaded; 55 | 56 | /// 57 | /// InitializeComponent 58 | /// 59 | [System.Diagnostics.DebuggerNonUserCodeAttribute()] 60 | public void InitializeComponent() { 61 | if (_contentLoaded) { 62 | return; 63 | } 64 | _contentLoaded = true; 65 | System.Windows.Application.LoadComponent(this, new System.Uri("/mediaplayer;component/Downloads.xaml", System.UriKind.Relative)); 66 | this.menuitem = ((Microsoft.Phone.Controls.PhoneApplicationPage)(this.FindName("menuitem"))); 67 | this.LayoutRoot = ((System.Windows.Controls.Grid)(this.FindName("LayoutRoot"))); 68 | this.EmptyTextBlock = ((System.Windows.Controls.TextBlock)(this.FindName("EmptyTextBlock"))); 69 | this.ContentPanel = ((System.Windows.Controls.Grid)(this.FindName("ContentPanel"))); 70 | this.TransferListBox = ((System.Windows.Controls.ListBox)(this.FindName("TransferListBox"))); 71 | this.addb = ((Microsoft.Phone.Shell.ApplicationBarIconButton)(this.FindName("addb"))); 72 | this.cancel = ((Microsoft.Phone.Shell.ApplicationBarIconButton)(this.FindName("cancel"))); 73 | } 74 | } 75 | } 76 | 77 | -------------------------------------------------------------------------------- /Quran Online v1.2/mediaplayer.sln: -------------------------------------------------------------------------------- 1 | 2 | Microsoft Visual Studio Solution File, Format Version 12.00 3 | # Visual Studio 14 4 | VisualStudioVersion = 14.0.24720.0 5 | MinimumVisualStudioVersion = 10.0.40219.1 6 | Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "mediaplayer", "mediaplayer\mediaplayer.csproj", "{06EF9A20-E4A1-4A84-98CC-4118F5B97814}" 7 | EndProject 8 | Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MyAudioPlaybackAgent", "MyAudioPlaybackAgent\MyAudioPlaybackAgent.csproj", "{D9E00950-B805-4DF2-86FD-59F4315FA545}" 9 | EndProject 10 | Global 11 | GlobalSection(SolutionConfigurationPlatforms) = preSolution 12 | Debug|Any CPU = Debug|Any CPU 13 | Debug|ARM = Debug|ARM 14 | Debug|x86 = Debug|x86 15 | Release|Any CPU = Release|Any CPU 16 | Release|ARM = Release|ARM 17 | Release|x86 = Release|x86 18 | EndGlobalSection 19 | GlobalSection(ProjectConfigurationPlatforms) = postSolution 20 | {06EF9A20-E4A1-4A84-98CC-4118F5B97814}.Debug|Any CPU.ActiveCfg = Release|Any CPU 21 | {06EF9A20-E4A1-4A84-98CC-4118F5B97814}.Debug|Any CPU.Build.0 = Release|Any CPU 22 | {06EF9A20-E4A1-4A84-98CC-4118F5B97814}.Debug|Any CPU.Deploy.0 = Release|Any CPU 23 | {06EF9A20-E4A1-4A84-98CC-4118F5B97814}.Debug|ARM.ActiveCfg = Debug|ARM 24 | {06EF9A20-E4A1-4A84-98CC-4118F5B97814}.Debug|ARM.Build.0 = Debug|ARM 25 | {06EF9A20-E4A1-4A84-98CC-4118F5B97814}.Debug|ARM.Deploy.0 = Debug|ARM 26 | {06EF9A20-E4A1-4A84-98CC-4118F5B97814}.Debug|x86.ActiveCfg = Debug|x86 27 | {06EF9A20-E4A1-4A84-98CC-4118F5B97814}.Debug|x86.Build.0 = Debug|x86 28 | {06EF9A20-E4A1-4A84-98CC-4118F5B97814}.Debug|x86.Deploy.0 = Debug|x86 29 | {06EF9A20-E4A1-4A84-98CC-4118F5B97814}.Release|Any CPU.ActiveCfg = Release|Any CPU 30 | {06EF9A20-E4A1-4A84-98CC-4118F5B97814}.Release|Any CPU.Build.0 = Release|Any CPU 31 | {06EF9A20-E4A1-4A84-98CC-4118F5B97814}.Release|Any CPU.Deploy.0 = Release|Any CPU 32 | {06EF9A20-E4A1-4A84-98CC-4118F5B97814}.Release|ARM.ActiveCfg = Release|ARM 33 | {06EF9A20-E4A1-4A84-98CC-4118F5B97814}.Release|ARM.Build.0 = Release|ARM 34 | {06EF9A20-E4A1-4A84-98CC-4118F5B97814}.Release|ARM.Deploy.0 = Release|ARM 35 | {06EF9A20-E4A1-4A84-98CC-4118F5B97814}.Release|x86.ActiveCfg = Release|x86 36 | {06EF9A20-E4A1-4A84-98CC-4118F5B97814}.Release|x86.Build.0 = Release|x86 37 | {06EF9A20-E4A1-4A84-98CC-4118F5B97814}.Release|x86.Deploy.0 = Release|x86 38 | {D9E00950-B805-4DF2-86FD-59F4315FA545}.Debug|Any CPU.ActiveCfg = Release|Any CPU 39 | {D9E00950-B805-4DF2-86FD-59F4315FA545}.Debug|Any CPU.Build.0 = Release|Any CPU 40 | {D9E00950-B805-4DF2-86FD-59F4315FA545}.Debug|ARM.ActiveCfg = Debug|ARM 41 | {D9E00950-B805-4DF2-86FD-59F4315FA545}.Debug|ARM.Build.0 = Debug|ARM 42 | {D9E00950-B805-4DF2-86FD-59F4315FA545}.Debug|x86.ActiveCfg = Debug|x86 43 | {D9E00950-B805-4DF2-86FD-59F4315FA545}.Debug|x86.Build.0 = Debug|x86 44 | {D9E00950-B805-4DF2-86FD-59F4315FA545}.Release|Any CPU.ActiveCfg = Release|Any CPU 45 | {D9E00950-B805-4DF2-86FD-59F4315FA545}.Release|Any CPU.Build.0 = Release|Any CPU 46 | {D9E00950-B805-4DF2-86FD-59F4315FA545}.Release|ARM.ActiveCfg = Release|ARM 47 | {D9E00950-B805-4DF2-86FD-59F4315FA545}.Release|ARM.Build.0 = Release|ARM 48 | {D9E00950-B805-4DF2-86FD-59F4315FA545}.Release|x86.ActiveCfg = Release|x86 49 | {D9E00950-B805-4DF2-86FD-59F4315FA545}.Release|x86.Build.0 = Release|x86 50 | EndGlobalSection 51 | GlobalSection(SolutionProperties) = preSolution 52 | HideSolutionNode = FALSE 53 | EndGlobalSection 54 | EndGlobal 55 | -------------------------------------------------------------------------------- /Quran Online v1.2/mediaplayer/obj/Debug/AddBackgroundTransfer.g.cs: -------------------------------------------------------------------------------- 1 | #pragma checksum "C:\Users\ASUS S550C\Desktop\Quran online v 2.2\Quran Online v1.2\mediaplayer\AddBackgroundTransfer.xaml" "{406ea660-64cf-4c82-b6f0-42d48172a799}" "417214C194E050EE9B4DAB48E666B98D" 2 | //------------------------------------------------------------------------------ 3 | // 4 | // This code was generated by a tool. 5 | // Runtime Version:4.0.30319.34014 6 | // 7 | // Changes to this file may cause incorrect behavior and will be lost if 8 | // the code is regenerated. 9 | // 10 | //------------------------------------------------------------------------------ 11 | 12 | using Microsoft.Phone.Controls; 13 | using System; 14 | using System.Windows; 15 | using System.Windows.Automation; 16 | using System.Windows.Automation.Peers; 17 | using System.Windows.Automation.Provider; 18 | using System.Windows.Controls; 19 | using System.Windows.Controls.Primitives; 20 | using System.Windows.Data; 21 | using System.Windows.Documents; 22 | using System.Windows.Ink; 23 | using System.Windows.Input; 24 | using System.Windows.Interop; 25 | using System.Windows.Markup; 26 | using System.Windows.Media; 27 | using System.Windows.Media.Animation; 28 | using System.Windows.Media.Imaging; 29 | using System.Windows.Resources; 30 | using System.Windows.Shapes; 31 | using System.Windows.Threading; 32 | 33 | 34 | namespace mediaplayer { 35 | 36 | 37 | public partial class AddBackgroundTransfer : Microsoft.Phone.Controls.PhoneApplicationPage { 38 | 39 | internal System.Windows.Controls.Grid LayoutRoot; 40 | 41 | internal System.Windows.Controls.CheckBox wifiOnlyCheckbox; 42 | 43 | internal System.Windows.Controls.TextBlock txtonlywifi; 44 | 45 | internal System.Windows.Controls.CheckBox externalPowerOnlyCheckbox; 46 | 47 | internal System.Windows.Controls.TextBlock txtExternal; 48 | 49 | internal System.Windows.Controls.Grid ContentPanel; 50 | 51 | internal System.Windows.Controls.ListBox ListAuther65; 52 | 53 | private bool _contentLoaded; 54 | 55 | /// 56 | /// InitializeComponent 57 | /// 58 | [System.Diagnostics.DebuggerNonUserCodeAttribute()] 59 | public void InitializeComponent() { 60 | if (_contentLoaded) { 61 | return; 62 | } 63 | _contentLoaded = true; 64 | System.Windows.Application.LoadComponent(this, new System.Uri("/mediaplayer;component/AddBackgroundTransfer.xaml", System.UriKind.Relative)); 65 | this.LayoutRoot = ((System.Windows.Controls.Grid)(this.FindName("LayoutRoot"))); 66 | this.wifiOnlyCheckbox = ((System.Windows.Controls.CheckBox)(this.FindName("wifiOnlyCheckbox"))); 67 | this.txtonlywifi = ((System.Windows.Controls.TextBlock)(this.FindName("txtonlywifi"))); 68 | this.externalPowerOnlyCheckbox = ((System.Windows.Controls.CheckBox)(this.FindName("externalPowerOnlyCheckbox"))); 69 | this.txtExternal = ((System.Windows.Controls.TextBlock)(this.FindName("txtExternal"))); 70 | this.ContentPanel = ((System.Windows.Controls.Grid)(this.FindName("ContentPanel"))); 71 | this.ListAuther65 = ((System.Windows.Controls.ListBox)(this.FindName("ListAuther65"))); 72 | } 73 | } 74 | } 75 | 76 | -------------------------------------------------------------------------------- /Quran Online v1.2/mediaplayer/obj/Debug/AddBackgroundTransfer.g.i.cs: -------------------------------------------------------------------------------- 1 | #pragma checksum "C:\Users\ASUS S550C\Desktop\Quran online v 2.3\Quran Online v1.2\mediaplayer\AddBackgroundTransfer.xaml" "{406ea660-64cf-4c82-b6f0-42d48172a799}" "721975F2B90BC0F35ACD457FE5F2557C" 2 | //------------------------------------------------------------------------------ 3 | // 4 | // This code was generated by a tool. 5 | // Runtime Version:4.0.30319.42000 6 | // 7 | // Changes to this file may cause incorrect behavior and will be lost if 8 | // the code is regenerated. 9 | // 10 | //------------------------------------------------------------------------------ 11 | 12 | using Microsoft.Phone.Controls; 13 | using System; 14 | using System.Windows; 15 | using System.Windows.Automation; 16 | using System.Windows.Automation.Peers; 17 | using System.Windows.Automation.Provider; 18 | using System.Windows.Controls; 19 | using System.Windows.Controls.Primitives; 20 | using System.Windows.Data; 21 | using System.Windows.Documents; 22 | using System.Windows.Ink; 23 | using System.Windows.Input; 24 | using System.Windows.Interop; 25 | using System.Windows.Markup; 26 | using System.Windows.Media; 27 | using System.Windows.Media.Animation; 28 | using System.Windows.Media.Imaging; 29 | using System.Windows.Resources; 30 | using System.Windows.Shapes; 31 | using System.Windows.Threading; 32 | 33 | 34 | namespace mediaplayer { 35 | 36 | 37 | public partial class AddBackgroundTransfer : Microsoft.Phone.Controls.PhoneApplicationPage { 38 | 39 | internal System.Windows.Controls.Grid LayoutRoot; 40 | 41 | internal System.Windows.Controls.CheckBox wifiOnlyCheckbox; 42 | 43 | internal System.Windows.Controls.TextBlock txtonlywifi; 44 | 45 | internal System.Windows.Controls.CheckBox externalPowerOnlyCheckbox; 46 | 47 | internal System.Windows.Controls.TextBlock txtExternal; 48 | 49 | internal System.Windows.Controls.Grid ContentPanel; 50 | 51 | internal System.Windows.Controls.ListBox ListAuther65; 52 | 53 | private bool _contentLoaded; 54 | 55 | /// 56 | /// InitializeComponent 57 | /// 58 | [System.Diagnostics.DebuggerNonUserCodeAttribute()] 59 | public void InitializeComponent() { 60 | if (_contentLoaded) { 61 | return; 62 | } 63 | _contentLoaded = true; 64 | System.Windows.Application.LoadComponent(this, new System.Uri("/mediaplayer;component/AddBackgroundTransfer.xaml", System.UriKind.Relative)); 65 | this.LayoutRoot = ((System.Windows.Controls.Grid)(this.FindName("LayoutRoot"))); 66 | this.wifiOnlyCheckbox = ((System.Windows.Controls.CheckBox)(this.FindName("wifiOnlyCheckbox"))); 67 | this.txtonlywifi = ((System.Windows.Controls.TextBlock)(this.FindName("txtonlywifi"))); 68 | this.externalPowerOnlyCheckbox = ((System.Windows.Controls.CheckBox)(this.FindName("externalPowerOnlyCheckbox"))); 69 | this.txtExternal = ((System.Windows.Controls.TextBlock)(this.FindName("txtExternal"))); 70 | this.ContentPanel = ((System.Windows.Controls.Grid)(this.FindName("ContentPanel"))); 71 | this.ListAuther65 = ((System.Windows.Controls.ListBox)(this.FindName("ListAuther65"))); 72 | } 73 | } 74 | } 75 | 76 | -------------------------------------------------------------------------------- /Quran Online v1.2/mediaplayer/obj/Release/AddBackgroundTransfer.g.cs: -------------------------------------------------------------------------------- 1 | #pragma checksum "C:\Users\ASUS S550C\Desktop\Quran online v 2.3\Quran Online v1.2\mediaplayer\AddBackgroundTransfer.xaml" "{406ea660-64cf-4c82-b6f0-42d48172a799}" "417214C194E050EE9B4DAB48E666B98D" 2 | //------------------------------------------------------------------------------ 3 | // 4 | // This code was generated by a tool. 5 | // Runtime Version:4.0.30319.42000 6 | // 7 | // Changes to this file may cause incorrect behavior and will be lost if 8 | // the code is regenerated. 9 | // 10 | //------------------------------------------------------------------------------ 11 | 12 | using Microsoft.Phone.Controls; 13 | using System; 14 | using System.Windows; 15 | using System.Windows.Automation; 16 | using System.Windows.Automation.Peers; 17 | using System.Windows.Automation.Provider; 18 | using System.Windows.Controls; 19 | using System.Windows.Controls.Primitives; 20 | using System.Windows.Data; 21 | using System.Windows.Documents; 22 | using System.Windows.Ink; 23 | using System.Windows.Input; 24 | using System.Windows.Interop; 25 | using System.Windows.Markup; 26 | using System.Windows.Media; 27 | using System.Windows.Media.Animation; 28 | using System.Windows.Media.Imaging; 29 | using System.Windows.Resources; 30 | using System.Windows.Shapes; 31 | using System.Windows.Threading; 32 | 33 | 34 | namespace mediaplayer { 35 | 36 | 37 | public partial class AddBackgroundTransfer : Microsoft.Phone.Controls.PhoneApplicationPage { 38 | 39 | internal System.Windows.Controls.Grid LayoutRoot; 40 | 41 | internal System.Windows.Controls.CheckBox wifiOnlyCheckbox; 42 | 43 | internal System.Windows.Controls.TextBlock txtonlywifi; 44 | 45 | internal System.Windows.Controls.CheckBox externalPowerOnlyCheckbox; 46 | 47 | internal System.Windows.Controls.TextBlock txtExternal; 48 | 49 | internal System.Windows.Controls.Grid ContentPanel; 50 | 51 | internal System.Windows.Controls.ListBox ListAuther65; 52 | 53 | private bool _contentLoaded; 54 | 55 | /// 56 | /// InitializeComponent 57 | /// 58 | [System.Diagnostics.DebuggerNonUserCodeAttribute()] 59 | public void InitializeComponent() { 60 | if (_contentLoaded) { 61 | return; 62 | } 63 | _contentLoaded = true; 64 | System.Windows.Application.LoadComponent(this, new System.Uri("/mediaplayer;component/AddBackgroundTransfer.xaml", System.UriKind.Relative)); 65 | this.LayoutRoot = ((System.Windows.Controls.Grid)(this.FindName("LayoutRoot"))); 66 | this.wifiOnlyCheckbox = ((System.Windows.Controls.CheckBox)(this.FindName("wifiOnlyCheckbox"))); 67 | this.txtonlywifi = ((System.Windows.Controls.TextBlock)(this.FindName("txtonlywifi"))); 68 | this.externalPowerOnlyCheckbox = ((System.Windows.Controls.CheckBox)(this.FindName("externalPowerOnlyCheckbox"))); 69 | this.txtExternal = ((System.Windows.Controls.TextBlock)(this.FindName("txtExternal"))); 70 | this.ContentPanel = ((System.Windows.Controls.Grid)(this.FindName("ContentPanel"))); 71 | this.ListAuther65 = ((System.Windows.Controls.ListBox)(this.FindName("ListAuther65"))); 72 | } 73 | } 74 | } 75 | 76 | -------------------------------------------------------------------------------- /Quran Online v1.2/mediaplayer/obj/Release/AddBackgroundTransfer.g.i.cs: -------------------------------------------------------------------------------- 1 | #pragma checksum "C:\Users\ASUS S550C\Desktop\Quran online v 2.3\Quran Online v1.2\mediaplayer\AddBackgroundTransfer.xaml" "{406ea660-64cf-4c82-b6f0-42d48172a799}" "721975F2B90BC0F35ACD457FE5F2557C" 2 | //------------------------------------------------------------------------------ 3 | // 4 | // This code was generated by a tool. 5 | // Runtime Version:4.0.30319.42000 6 | // 7 | // Changes to this file may cause incorrect behavior and will be lost if 8 | // the code is regenerated. 9 | // 10 | //------------------------------------------------------------------------------ 11 | 12 | using Microsoft.Phone.Controls; 13 | using System; 14 | using System.Windows; 15 | using System.Windows.Automation; 16 | using System.Windows.Automation.Peers; 17 | using System.Windows.Automation.Provider; 18 | using System.Windows.Controls; 19 | using System.Windows.Controls.Primitives; 20 | using System.Windows.Data; 21 | using System.Windows.Documents; 22 | using System.Windows.Ink; 23 | using System.Windows.Input; 24 | using System.Windows.Interop; 25 | using System.Windows.Markup; 26 | using System.Windows.Media; 27 | using System.Windows.Media.Animation; 28 | using System.Windows.Media.Imaging; 29 | using System.Windows.Resources; 30 | using System.Windows.Shapes; 31 | using System.Windows.Threading; 32 | 33 | 34 | namespace mediaplayer { 35 | 36 | 37 | public partial class AddBackgroundTransfer : Microsoft.Phone.Controls.PhoneApplicationPage { 38 | 39 | internal System.Windows.Controls.Grid LayoutRoot; 40 | 41 | internal System.Windows.Controls.CheckBox wifiOnlyCheckbox; 42 | 43 | internal System.Windows.Controls.TextBlock txtonlywifi; 44 | 45 | internal System.Windows.Controls.CheckBox externalPowerOnlyCheckbox; 46 | 47 | internal System.Windows.Controls.TextBlock txtExternal; 48 | 49 | internal System.Windows.Controls.Grid ContentPanel; 50 | 51 | internal System.Windows.Controls.ListBox ListAuther65; 52 | 53 | private bool _contentLoaded; 54 | 55 | /// 56 | /// InitializeComponent 57 | /// 58 | [System.Diagnostics.DebuggerNonUserCodeAttribute()] 59 | public void InitializeComponent() { 60 | if (_contentLoaded) { 61 | return; 62 | } 63 | _contentLoaded = true; 64 | System.Windows.Application.LoadComponent(this, new System.Uri("/mediaplayer;component/AddBackgroundTransfer.xaml", System.UriKind.Relative)); 65 | this.LayoutRoot = ((System.Windows.Controls.Grid)(this.FindName("LayoutRoot"))); 66 | this.wifiOnlyCheckbox = ((System.Windows.Controls.CheckBox)(this.FindName("wifiOnlyCheckbox"))); 67 | this.txtonlywifi = ((System.Windows.Controls.TextBlock)(this.FindName("txtonlywifi"))); 68 | this.externalPowerOnlyCheckbox = ((System.Windows.Controls.CheckBox)(this.FindName("externalPowerOnlyCheckbox"))); 69 | this.txtExternal = ((System.Windows.Controls.TextBlock)(this.FindName("txtExternal"))); 70 | this.ContentPanel = ((System.Windows.Controls.Grid)(this.FindName("ContentPanel"))); 71 | this.ListAuther65 = ((System.Windows.Controls.ListBox)(this.FindName("ListAuther65"))); 72 | } 73 | } 74 | } 75 | 76 | -------------------------------------------------------------------------------- /Quran Online v1.2/mediaplayer/obj/Debug/PlayList.g.cs: -------------------------------------------------------------------------------- 1 | #pragma checksum "C:\Users\ASUS S550C\Desktop\Quran online v 2.2\Quran Online v1.2\mediaplayer\PlayList.xaml" "{406ea660-64cf-4c82-b6f0-42d48172a799}" "5A17EB08D63F4B02B53015AE14F1B303" 2 | //------------------------------------------------------------------------------ 3 | // 4 | // This code was generated by a tool. 5 | // Runtime Version:4.0.30319.34014 6 | // 7 | // Changes to this file may cause incorrect behavior and will be lost if 8 | // the code is regenerated. 9 | // 10 | //------------------------------------------------------------------------------ 11 | 12 | using Microsoft.Phone.Controls; 13 | using System; 14 | using System.Windows; 15 | using System.Windows.Automation; 16 | using System.Windows.Automation.Peers; 17 | using System.Windows.Automation.Provider; 18 | using System.Windows.Controls; 19 | using System.Windows.Controls.Primitives; 20 | using System.Windows.Data; 21 | using System.Windows.Documents; 22 | using System.Windows.Ink; 23 | using System.Windows.Input; 24 | using System.Windows.Interop; 25 | using System.Windows.Markup; 26 | using System.Windows.Media; 27 | using System.Windows.Media.Animation; 28 | using System.Windows.Media.Imaging; 29 | using System.Windows.Resources; 30 | using System.Windows.Shapes; 31 | using System.Windows.Threading; 32 | 33 | 34 | namespace mediaplayer { 35 | 36 | 37 | public partial class PlayList : Microsoft.Phone.Controls.PhoneApplicationPage { 38 | 39 | internal System.Windows.Controls.Grid LayoutRoot; 40 | 41 | internal System.Windows.Controls.Grid ContentPanel; 42 | 43 | internal Microsoft.Phone.Controls.LongListSelector ListAuther65; 44 | 45 | internal System.Windows.Controls.TextBlock txtpos; 46 | 47 | internal System.Windows.Controls.TextBlock txtlength; 48 | 49 | internal System.Windows.Controls.Slider bupos; 50 | 51 | internal System.Windows.Controls.TextBlock PlayAya; 52 | 53 | internal System.Windows.Controls.Image Backword; 54 | 55 | internal System.Windows.Controls.Image Forword; 56 | 57 | private bool _contentLoaded; 58 | 59 | /// 60 | /// InitializeComponent 61 | /// 62 | [System.Diagnostics.DebuggerNonUserCodeAttribute()] 63 | public void InitializeComponent() { 64 | if (_contentLoaded) { 65 | return; 66 | } 67 | _contentLoaded = true; 68 | System.Windows.Application.LoadComponent(this, new System.Uri("/mediaplayer;component/PlayList.xaml", System.UriKind.Relative)); 69 | this.LayoutRoot = ((System.Windows.Controls.Grid)(this.FindName("LayoutRoot"))); 70 | this.ContentPanel = ((System.Windows.Controls.Grid)(this.FindName("ContentPanel"))); 71 | this.ListAuther65 = ((Microsoft.Phone.Controls.LongListSelector)(this.FindName("ListAuther65"))); 72 | this.txtpos = ((System.Windows.Controls.TextBlock)(this.FindName("txtpos"))); 73 | this.txtlength = ((System.Windows.Controls.TextBlock)(this.FindName("txtlength"))); 74 | this.bupos = ((System.Windows.Controls.Slider)(this.FindName("bupos"))); 75 | this.PlayAya = ((System.Windows.Controls.TextBlock)(this.FindName("PlayAya"))); 76 | this.Backword = ((System.Windows.Controls.Image)(this.FindName("Backword"))); 77 | this.Forword = ((System.Windows.Controls.Image)(this.FindName("Forword"))); 78 | } 79 | } 80 | } 81 | 82 | -------------------------------------------------------------------------------- /Quran Online v1.2/mediaplayer/obj/Debug/PlayList.g.i.cs: -------------------------------------------------------------------------------- 1 | #pragma checksum "C:\Users\ASUS S550C\Desktop\Quran online v 2.3\Quran Online v1.2\mediaplayer\PlayList.xaml" "{406ea660-64cf-4c82-b6f0-42d48172a799}" "E9BA3BE5346DE3F76BB89161E53E894D" 2 | //------------------------------------------------------------------------------ 3 | // 4 | // This code was generated by a tool. 5 | // Runtime Version:4.0.30319.42000 6 | // 7 | // Changes to this file may cause incorrect behavior and will be lost if 8 | // the code is regenerated. 9 | // 10 | //------------------------------------------------------------------------------ 11 | 12 | using Microsoft.Phone.Controls; 13 | using System; 14 | using System.Windows; 15 | using System.Windows.Automation; 16 | using System.Windows.Automation.Peers; 17 | using System.Windows.Automation.Provider; 18 | using System.Windows.Controls; 19 | using System.Windows.Controls.Primitives; 20 | using System.Windows.Data; 21 | using System.Windows.Documents; 22 | using System.Windows.Ink; 23 | using System.Windows.Input; 24 | using System.Windows.Interop; 25 | using System.Windows.Markup; 26 | using System.Windows.Media; 27 | using System.Windows.Media.Animation; 28 | using System.Windows.Media.Imaging; 29 | using System.Windows.Resources; 30 | using System.Windows.Shapes; 31 | using System.Windows.Threading; 32 | 33 | 34 | namespace mediaplayer { 35 | 36 | 37 | public partial class PlayList : Microsoft.Phone.Controls.PhoneApplicationPage { 38 | 39 | internal System.Windows.Controls.Grid LayoutRoot; 40 | 41 | internal System.Windows.Controls.Grid ContentPanel; 42 | 43 | internal Microsoft.Phone.Controls.LongListSelector ListAuther65; 44 | 45 | internal System.Windows.Controls.TextBlock txtpos; 46 | 47 | internal System.Windows.Controls.TextBlock txtlength; 48 | 49 | internal System.Windows.Controls.Slider bupos; 50 | 51 | internal System.Windows.Controls.TextBlock PlayAya; 52 | 53 | internal System.Windows.Controls.Image Backword; 54 | 55 | internal System.Windows.Controls.Image Forword; 56 | 57 | private bool _contentLoaded; 58 | 59 | /// 60 | /// InitializeComponent 61 | /// 62 | [System.Diagnostics.DebuggerNonUserCodeAttribute()] 63 | public void InitializeComponent() { 64 | if (_contentLoaded) { 65 | return; 66 | } 67 | _contentLoaded = true; 68 | System.Windows.Application.LoadComponent(this, new System.Uri("/mediaplayer;component/PlayList.xaml", System.UriKind.Relative)); 69 | this.LayoutRoot = ((System.Windows.Controls.Grid)(this.FindName("LayoutRoot"))); 70 | this.ContentPanel = ((System.Windows.Controls.Grid)(this.FindName("ContentPanel"))); 71 | this.ListAuther65 = ((Microsoft.Phone.Controls.LongListSelector)(this.FindName("ListAuther65"))); 72 | this.txtpos = ((System.Windows.Controls.TextBlock)(this.FindName("txtpos"))); 73 | this.txtlength = ((System.Windows.Controls.TextBlock)(this.FindName("txtlength"))); 74 | this.bupos = ((System.Windows.Controls.Slider)(this.FindName("bupos"))); 75 | this.PlayAya = ((System.Windows.Controls.TextBlock)(this.FindName("PlayAya"))); 76 | this.Backword = ((System.Windows.Controls.Image)(this.FindName("Backword"))); 77 | this.Forword = ((System.Windows.Controls.Image)(this.FindName("Forword"))); 78 | } 79 | } 80 | } 81 | 82 | -------------------------------------------------------------------------------- /Quran Online v1.2/mediaplayer/obj/Release/PlayList.g.cs: -------------------------------------------------------------------------------- 1 | #pragma checksum "C:\Users\ASUS S550C\Desktop\Quran online v 2.3\Quran Online v1.2\mediaplayer\PlayList.xaml" "{406ea660-64cf-4c82-b6f0-42d48172a799}" "23FE15112DD5694E209030CF107B5D70" 2 | //------------------------------------------------------------------------------ 3 | // 4 | // This code was generated by a tool. 5 | // Runtime Version:4.0.30319.42000 6 | // 7 | // Changes to this file may cause incorrect behavior and will be lost if 8 | // the code is regenerated. 9 | // 10 | //------------------------------------------------------------------------------ 11 | 12 | using Microsoft.Phone.Controls; 13 | using System; 14 | using System.Windows; 15 | using System.Windows.Automation; 16 | using System.Windows.Automation.Peers; 17 | using System.Windows.Automation.Provider; 18 | using System.Windows.Controls; 19 | using System.Windows.Controls.Primitives; 20 | using System.Windows.Data; 21 | using System.Windows.Documents; 22 | using System.Windows.Ink; 23 | using System.Windows.Input; 24 | using System.Windows.Interop; 25 | using System.Windows.Markup; 26 | using System.Windows.Media; 27 | using System.Windows.Media.Animation; 28 | using System.Windows.Media.Imaging; 29 | using System.Windows.Resources; 30 | using System.Windows.Shapes; 31 | using System.Windows.Threading; 32 | 33 | 34 | namespace mediaplayer { 35 | 36 | 37 | public partial class PlayList : Microsoft.Phone.Controls.PhoneApplicationPage { 38 | 39 | internal System.Windows.Controls.Grid LayoutRoot; 40 | 41 | internal System.Windows.Controls.Grid ContentPanel; 42 | 43 | internal Microsoft.Phone.Controls.LongListSelector ListAuther65; 44 | 45 | internal System.Windows.Controls.TextBlock txtpos; 46 | 47 | internal System.Windows.Controls.TextBlock txtlength; 48 | 49 | internal System.Windows.Controls.Slider bupos; 50 | 51 | internal System.Windows.Controls.TextBlock PlayAya; 52 | 53 | internal System.Windows.Controls.Image Backword; 54 | 55 | internal System.Windows.Controls.Image Forword; 56 | 57 | private bool _contentLoaded; 58 | 59 | /// 60 | /// InitializeComponent 61 | /// 62 | [System.Diagnostics.DebuggerNonUserCodeAttribute()] 63 | public void InitializeComponent() { 64 | if (_contentLoaded) { 65 | return; 66 | } 67 | _contentLoaded = true; 68 | System.Windows.Application.LoadComponent(this, new System.Uri("/mediaplayer;component/PlayList.xaml", System.UriKind.Relative)); 69 | this.LayoutRoot = ((System.Windows.Controls.Grid)(this.FindName("LayoutRoot"))); 70 | this.ContentPanel = ((System.Windows.Controls.Grid)(this.FindName("ContentPanel"))); 71 | this.ListAuther65 = ((Microsoft.Phone.Controls.LongListSelector)(this.FindName("ListAuther65"))); 72 | this.txtpos = ((System.Windows.Controls.TextBlock)(this.FindName("txtpos"))); 73 | this.txtlength = ((System.Windows.Controls.TextBlock)(this.FindName("txtlength"))); 74 | this.bupos = ((System.Windows.Controls.Slider)(this.FindName("bupos"))); 75 | this.PlayAya = ((System.Windows.Controls.TextBlock)(this.FindName("PlayAya"))); 76 | this.Backword = ((System.Windows.Controls.Image)(this.FindName("Backword"))); 77 | this.Forword = ((System.Windows.Controls.Image)(this.FindName("Forword"))); 78 | } 79 | } 80 | } 81 | 82 | -------------------------------------------------------------------------------- /Quran Online v1.2/mediaplayer/obj/Release/PlayList.g.i.cs: -------------------------------------------------------------------------------- 1 | #pragma checksum "C:\Users\ASUS S550C\Desktop\Quran online v 2.3\Quran Online v1.2\mediaplayer\PlayList.xaml" "{406ea660-64cf-4c82-b6f0-42d48172a799}" "A5BD9333EA8CBFF6E961ED9F6412E40B" 2 | //------------------------------------------------------------------------------ 3 | // 4 | // This code was generated by a tool. 5 | // Runtime Version:4.0.30319.42000 6 | // 7 | // Changes to this file may cause incorrect behavior and will be lost if 8 | // the code is regenerated. 9 | // 10 | //------------------------------------------------------------------------------ 11 | 12 | using Microsoft.Phone.Controls; 13 | using System; 14 | using System.Windows; 15 | using System.Windows.Automation; 16 | using System.Windows.Automation.Peers; 17 | using System.Windows.Automation.Provider; 18 | using System.Windows.Controls; 19 | using System.Windows.Controls.Primitives; 20 | using System.Windows.Data; 21 | using System.Windows.Documents; 22 | using System.Windows.Ink; 23 | using System.Windows.Input; 24 | using System.Windows.Interop; 25 | using System.Windows.Markup; 26 | using System.Windows.Media; 27 | using System.Windows.Media.Animation; 28 | using System.Windows.Media.Imaging; 29 | using System.Windows.Resources; 30 | using System.Windows.Shapes; 31 | using System.Windows.Threading; 32 | 33 | 34 | namespace mediaplayer { 35 | 36 | 37 | public partial class PlayList : Microsoft.Phone.Controls.PhoneApplicationPage { 38 | 39 | internal System.Windows.Controls.Grid LayoutRoot; 40 | 41 | internal System.Windows.Controls.Grid ContentPanel; 42 | 43 | internal Microsoft.Phone.Controls.LongListSelector ListAuther65; 44 | 45 | internal System.Windows.Controls.TextBlock txtpos; 46 | 47 | internal System.Windows.Controls.TextBlock txtlength; 48 | 49 | internal System.Windows.Controls.Slider bupos; 50 | 51 | internal System.Windows.Controls.TextBlock PlayAya; 52 | 53 | internal System.Windows.Controls.Image Backword; 54 | 55 | internal System.Windows.Controls.Image Forword; 56 | 57 | private bool _contentLoaded; 58 | 59 | /// 60 | /// InitializeComponent 61 | /// 62 | [System.Diagnostics.DebuggerNonUserCodeAttribute()] 63 | public void InitializeComponent() { 64 | if (_contentLoaded) { 65 | return; 66 | } 67 | _contentLoaded = true; 68 | System.Windows.Application.LoadComponent(this, new System.Uri("/mediaplayer;component/PlayList.xaml", System.UriKind.Relative)); 69 | this.LayoutRoot = ((System.Windows.Controls.Grid)(this.FindName("LayoutRoot"))); 70 | this.ContentPanel = ((System.Windows.Controls.Grid)(this.FindName("ContentPanel"))); 71 | this.ListAuther65 = ((Microsoft.Phone.Controls.LongListSelector)(this.FindName("ListAuther65"))); 72 | this.txtpos = ((System.Windows.Controls.TextBlock)(this.FindName("txtpos"))); 73 | this.txtlength = ((System.Windows.Controls.TextBlock)(this.FindName("txtlength"))); 74 | this.bupos = ((System.Windows.Controls.Slider)(this.FindName("bupos"))); 75 | this.PlayAya = ((System.Windows.Controls.TextBlock)(this.FindName("PlayAya"))); 76 | this.Backword = ((System.Windows.Controls.Image)(this.FindName("Backword"))); 77 | this.Forword = ((System.Windows.Controls.Image)(this.FindName("Forword"))); 78 | } 79 | } 80 | } 81 | 82 | -------------------------------------------------------------------------------- /Quran Online v1.2/mediaplayer/AddBackgroundTransfer.xaml: -------------------------------------------------------------------------------- 1 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | 35 | 36 | 37 | 38 | 39 | 40 | 41 | 42 | 43 | 44 | 45 | 46 | 47 | 48 | 49 | 50 | 51 | 52 | 53 | 54 | 55 | 60 | 61 | 62 | 63 | 64 | 65 | 66 | 67 | 68 | 69 | 70 | -------------------------------------------------------------------------------- /Quran Online v1.2/mediaplayer/Downloads.xaml: -------------------------------------------------------------------------------- 1 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | 35 | 36 | 37 | 38 | 39 | 40 | 41 | 42 | 43 | 44 | 45 | 46 | 47 | 48 | 49 | 50 | 51 | 52 | 53 | 54 | 55 | 56 | 57 | 58 | 59 | 60 | 61 | 62 | 63 | 64 | 65 | 66 | 67 | 68 | 69 | 70 | 71 | 72 | 73 | 74 | 75 | 76 | 77 | -------------------------------------------------------------------------------- /Quran Online v1.2/PhoneClassLibrary1/PhoneClassLibrary1.csproj: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Debug 5 | AnyCPU 6 | 10.0.20506 7 | 2.0 8 | {C8378758-D91D-4F83-98F9-CD8C3C08A370} 9 | {C089C8C0-30E0-4E22-80C0-CE093F111A43};{fae04ec0-301f-11d3-bf4b-00c04f79efbc} 10 | Library 11 | Properties 12 | PhoneClassLibrary1 13 | PhoneClassLibrary1 14 | WindowsPhone 15 | v8.0 16 | $(TargetFrameworkVersion) 17 | false 18 | true 19 | 11.0 20 | true 21 | 22 | 23 | true 24 | full 25 | false 26 | Bin\Debug 27 | DEBUG;TRACE;SILVERLIGHT;WINDOWS_PHONE 28 | true 29 | true 30 | prompt 31 | 4 32 | 33 | 34 | pdbonly 35 | true 36 | Bin\Release 37 | TRACE;SILVERLIGHT;WINDOWS_PHONE 38 | true 39 | true 40 | prompt 41 | 4 42 | 43 | 44 | true 45 | full 46 | false 47 | Bin\x86\Debug 48 | DEBUG;TRACE;SILVERLIGHT;WINDOWS_PHONE 49 | true 50 | true 51 | prompt 52 | 4 53 | 54 | 55 | pdbonly 56 | true 57 | Bin\x86\Release 58 | TRACE;SILVERLIGHT;WINDOWS_PHONE 59 | true 60 | true 61 | prompt 62 | 4 63 | 64 | 65 | true 66 | full 67 | false 68 | Bin\ARM\Debug 69 | DEBUG;TRACE;SILVERLIGHT;WINDOWS_PHONE 70 | true 71 | true 72 | prompt 73 | 4 74 | 75 | 76 | pdbonly 77 | true 78 | Bin\ARM\Release 79 | TRACE;SILVERLIGHT;WINDOWS_PHONE 80 | true 81 | true 82 | prompt 83 | 4 84 | 85 | 86 | 87 | 88 | 89 | 90 | 91 | 92 | 99 | -------------------------------------------------------------------------------- /Quran Online v1.2/mediaplayer/Resources/AppResources.Designer.cs: -------------------------------------------------------------------------------- 1 | //------------------------------------------------------------------------------ 2 | // 3 | // This code was generated by a tool. 4 | // Runtime Version:4.0.30319.17626 5 | // 6 | // Changes to this file may cause incorrect behavior and will be lost if 7 | // the code is regenerated. 8 | // 9 | //------------------------------------------------------------------------------ 10 | 11 | namespace mediaplayer.Resources 12 | { 13 | using System; 14 | 15 | 16 | /// 17 | /// A strongly-typed resource class, for looking up localized strings, etc. 18 | /// 19 | // This class was auto-generated by the StronglyTypedResourceBuilder 20 | // class via a tool like ResGen or Visual Studio. 21 | // To add or remove a member, edit your .ResX file then rerun ResGen 22 | // with the /str option, or rebuild your VS project. 23 | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")] 24 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] 25 | [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] 26 | public class AppResources 27 | { 28 | 29 | private static global::System.Resources.ResourceManager resourceMan; 30 | 31 | private static global::System.Globalization.CultureInfo resourceCulture; 32 | 33 | [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] 34 | internal AppResources() 35 | { 36 | } 37 | 38 | /// 39 | /// Returns the cached ResourceManager instance used by this class. 40 | /// 41 | [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] 42 | public static global::System.Resources.ResourceManager ResourceManager 43 | { 44 | get 45 | { 46 | if (object.ReferenceEquals(resourceMan, null)) 47 | { 48 | global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("mediaplayer.Resources.AppResources", typeof(AppResources).Assembly); 49 | resourceMan = temp; 50 | } 51 | return resourceMan; 52 | } 53 | } 54 | 55 | /// 56 | /// Overrides the current thread's CurrentUICulture property for all 57 | /// resource lookups using this strongly typed resource class. 58 | /// 59 | [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] 60 | public static global::System.Globalization.CultureInfo Culture 61 | { 62 | get 63 | { 64 | return resourceCulture; 65 | } 66 | set 67 | { 68 | resourceCulture = value; 69 | } 70 | } 71 | 72 | /// 73 | /// Looks up a localized string similar to LeftToRight. 74 | /// 75 | public static string ResourceFlowDirection 76 | { 77 | get 78 | { 79 | return ResourceManager.GetString("ResourceFlowDirection", resourceCulture); 80 | } 81 | } 82 | 83 | /// 84 | /// Looks up a localized string similar to us-EN. 85 | /// 86 | public static string ResourceLanguage 87 | { 88 | get 89 | { 90 | return ResourceManager.GetString("ResourceLanguage", resourceCulture); 91 | } 92 | } 93 | 94 | /// 95 | /// Looks up a localized string similar to MY APPLICATION. 96 | /// 97 | public static string ApplicationTitle 98 | { 99 | get 100 | { 101 | return ResourceManager.GetString("ApplicationTitle", resourceCulture); 102 | } 103 | } 104 | 105 | /// 106 | /// Looks up a localized string similar to button. 107 | /// 108 | public static string AppBarButtonText 109 | { 110 | get 111 | { 112 | return ResourceManager.GetString("AppBarButtonText", resourceCulture); 113 | } 114 | } 115 | 116 | /// 117 | /// Looks up a localized string similar to menu item. 118 | /// 119 | public static string AppBarMenuItemText 120 | { 121 | get 122 | { 123 | return ResourceManager.GetString("AppBarMenuItemText", resourceCulture); 124 | } 125 | } 126 | } 127 | } 128 | -------------------------------------------------------------------------------- /Quran Online v1.2/MyAudioPlaybackAgent/MyAudioPlaybackAgent.csproj: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Debug 5 | AnyCPU 6 | 10.0.20506 7 | 2.0 8 | {D9E00950-B805-4DF2-86FD-59F4315FA545} 9 | {C089C8C0-30E0-4E22-80C0-CE093F111A43};{fae04ec0-301f-11d3-bf4b-00c04f79efbc} 10 | Library 11 | Properties 12 | MyAudioPlaybackAgent 13 | MyAudioPlaybackAgent 14 | WindowsPhone 15 | v8.0 16 | $(TargetFrameworkVersion) 17 | false 18 | true 19 | true 20 | 11.0 21 | AgentLibrary 22 | 23 | 24 | true 25 | full 26 | false 27 | Bin\Debug 28 | DEBUG;TRACE;SILVERLIGHT;WINDOWS_PHONE 29 | true 30 | true 31 | prompt 32 | 4 33 | 34 | 35 | pdbonly 36 | true 37 | Bin\Release 38 | TRACE;SILVERLIGHT;WINDOWS_PHONE 39 | true 40 | true 41 | prompt 42 | 4 43 | 44 | 45 | true 46 | full 47 | false 48 | Bin\x86\Debug 49 | DEBUG;TRACE;SILVERLIGHT;WINDOWS_PHONE 50 | true 51 | true 52 | prompt 53 | 4 54 | 55 | 56 | pdbonly 57 | true 58 | Bin\x86\Release 59 | TRACE;SILVERLIGHT;WINDOWS_PHONE 60 | true 61 | true 62 | prompt 63 | 4 64 | 65 | 66 | true 67 | full 68 | false 69 | Bin\ARM\Debug 70 | DEBUG;TRACE;SILVERLIGHT;WINDOWS_PHONE 71 | true 72 | true 73 | prompt 74 | 4 75 | 76 | 77 | pdbonly 78 | true 79 | Bin\ARM\Release 80 | TRACE;SILVERLIGHT;WINDOWS_PHONE 81 | true 82 | true 83 | prompt 84 | 4 85 | 86 | 87 | 88 | 89 | 90 | 91 | 92 | 93 | 100 | -------------------------------------------------------------------------------- /Quran Online v1.2/mediaplayer/PlayList.xaml: -------------------------------------------------------------------------------- 1 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | 35 | 36 | 37 | 38 | 39 | 40 | 41 | 42 | 43 | 44 | 45 | 46 | 47 | 48 | 49 | 50 | 51 | 52 | 53 | 54 | 55 | 56 | 57 | 58 | 59 | 60 | 61 | 62 | 63 | 64 | 65 | 66 | 67 | 68 | 69 | 70 | 71 | 72 | 73 | 74 | 75 | 76 | 77 | 78 | 79 | 80 | 81 | 82 | 83 | 84 | 85 | 86 | 87 | 88 | 89 | -------------------------------------------------------------------------------- /Quran Online v1.2/mediaplayer/MainPage.xaml: -------------------------------------------------------------------------------- 1 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 44 | 45 | 46 | 47 | 48 | 49 | 50 | 51 | 52 | 53 | 54 | 55 | 56 | 57 | 58 | 59 | 60 | 61 | 62 | 73 | 81 | 82 | 83 | 84 | 85 | 86 | 87 | 88 | 89 | 90 | 96 | 97 | 98 | 99 | -------------------------------------------------------------------------------- /Quran Online v1.2/mediaplayer/AddBackgroundTransfer.xaml.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | using System.Collections.Generic; 3 | using System.Linq; 4 | using System.Net; 5 | using System.Windows; 6 | using System.Windows.Controls; 7 | using System.Windows.Navigation; 8 | using Microsoft.Phone.Controls; 9 | using Microsoft.Phone.Shell; 10 | using Microsoft.Phone.BackgroundTransfer; 11 | using System.IO.IsolatedStorage; 12 | 13 | namespace mediaplayer 14 | { 15 | public partial class AddBackgroundTransfer : PhoneApplicationPage 16 | { 17 | private readonly List urls = 18 | new List 19 | { 20 | "http://www.contoso.com/assets/cms/images/samples/windowsphonetestfile1.png", 21 | "http://www.contoso.com/assets/cms/images/samples/windowsphonetestfile2.png", 22 | "http://www.contoso.com/assets/cms/images/samples/windowsphonetestfile3.png", 23 | "http://www.contoso.com/assets/cms/images/samples/windowsphonetestfile4.png", 24 | "http://www.contoso.com/assets/cms/images/samples/windowsphonetestfile5.png", 25 | "http://server11.mp3quran.net/shatri/002.mp3", 26 | }; 27 | public AddBackgroundTransfer() 28 | { 29 | InitializeComponent(); 30 | 31 | // Bind the list of URLs to the ListBox. 32 | // URLListBox.ItemsSource = urls; 33 | 34 | LnaguageClass.GuranAya(LnaguageClass.OtherFolderName); 35 | ListAuther65.ItemsSource = null; 36 | ListAuther65.ItemsSource = LnaguageClass.ListAyaRanage; 37 | // Make sure that the required "/shared/transfers" directory exists 38 | // in isolated storage. 39 | using (IsolatedStorageFile isoStore = IsolatedStorageFile.GetUserStoreForApplication()) 40 | { 41 | if (!isoStore.DirectoryExists("/shared/transfers/" )) 42 | { 43 | isoStore.CreateDirectory("/shared/transfers/" ); 44 | 45 | } 46 | 47 | } 48 | if (LnaguageClass.LanguageSelect == 1) 49 | { 50 | txtonlywifi.Text = "تنزيل فقط في حالة توف شبكات واي فاي"; 51 | txtExternal.Text = "تنزيل فقط عندما يكون الهاتف متصل بمصدر طاقة خارجية"; 52 | } 53 | } 54 | 55 | 56 | private void addButton_Click(object sender, RoutedEventArgs e) 57 | { 58 | Button nb = (Button)sender; 59 | 60 | // Check to see if the maximum number of requests per app has been exceeded. 61 | if (BackgroundTransferService.Requests.Count() >= 25) 62 | { 63 | // Note: Instead of showing a message to the user, you could store the 64 | // requested file URI in isolated storage and add it to the queue later. 65 | if (LnaguageClass.LanguageSelect == 1) 66 | MessageBox.Show("تجاوز عدد الايات الكلي عدد العناصر المسموح لتنزيلها معا وهي 25 عنصر لذالك قلل عدد السور "); 67 | else 68 | MessageBox.Show("The maximum number of background file transfer requests for this application has been exceeded. "); 69 | return; 70 | } 71 | 72 | // Get the URI of the file to be transferred from the Tag property 73 | // of the button that was clicked. 74 | // Get the Uri 75 | string transferFileName = "http://server" + managment.serverNumber(LnaguageClass.OtherFolderName) + ".mp3quran.net/" + LnaguageClass.OtherFolderName + "/" + ((Button)sender).Tag as string +".mp3"; 76 | 77 | //string transferFileName = 78 | Uri transferUri = new Uri(Uri.EscapeUriString(transferFileName), UriKind.RelativeOrAbsolute); 79 | 80 | 81 | // Create the new transfer request, passing in the URI of the file to 82 | // be transferred. 83 | BackgroundTransferRequest transferRequest = new BackgroundTransferRequest( transferUri); 84 | 85 | // Set the transfer method. GET and POST are supported. 86 | transferRequest.Method = "GET"; 87 | // Get the file name from the end of the transfer URI and create a local URI 88 | // in the "transfers" directory in isolated storage. 89 | string downloadFile = LnaguageClass.OtherFolderName + transferFileName.Substring(transferFileName.LastIndexOf("/") + 1); 90 | // MessageBox.Show("/shared/transfers/" + LnaguageClass.OtherFolderName + downloadFile); 91 | Uri downloadUri = new Uri("shared/transfers/" + downloadFile, UriKind.RelativeOrAbsolute); 92 | transferRequest.DownloadLocation = downloadUri; 93 | 94 | // Pass custom data with the Tag property. In this example, the friendly name 95 | // is passed. 96 | transferRequest.Tag = downloadFile; 97 | // If the Wi-Fi-only check box is not checked, then set the TransferPreferences 98 | // to allow transfers over a cellular connection. 99 | if (wifiOnlyCheckbox.IsChecked == false) 100 | { 101 | transferRequest.TransferPreferences = TransferPreferences.AllowCellular; 102 | } 103 | if (externalPowerOnlyCheckbox.IsChecked == false) 104 | { 105 | transferRequest.TransferPreferences = TransferPreferences.AllowBattery; 106 | } 107 | if (wifiOnlyCheckbox.IsChecked == false && externalPowerOnlyCheckbox.IsChecked == false) 108 | { 109 | transferRequest.TransferPreferences = TransferPreferences.AllowCellularAndBattery; 110 | } 111 | // Add the transfer request using the BackgroundTransferService. Do this in 112 | // a try block in case an exception is thrown. 113 | try 114 | { 115 | BackgroundTransferService.Add(transferRequest); 116 | nb.IsEnabled = false; 117 | } 118 | catch (InvalidOperationException ex) 119 | { 120 | if (LnaguageClass.LanguageSelect == 1) 121 | MessageBox.Show("هذه السورة تم اضافتها الى قائمة التحميل سابقا"); 122 | else 123 | MessageBox.Show("Unable to add background transfer request. " + ex.Message); 124 | } 125 | catch (Exception) 126 | { 127 | if (LnaguageClass.LanguageSelect == 1) 128 | MessageBox.Show(" لا يمكن اضافةالاية الى عناصر قائمة التحميل"); 129 | else 130 | MessageBox.Show("Unable to add background transfer request."); 131 | } 132 | } 133 | 134 | 135 | 136 | 137 | 138 | 139 | 140 | 141 | 142 | 143 | 144 | } 145 | } -------------------------------------------------------------------------------- /Quran Online v1.2/mediaplayer/Resources/AppResources.resx: -------------------------------------------------------------------------------- 1 | 2 | 3 | 62 | 63 | 64 | 65 | 66 | 67 | 68 | 69 | 70 | 71 | 72 | 73 | 74 | 75 | 76 | 77 | 78 | 79 | 80 | 81 | 82 | 83 | 84 | 85 | 86 | 87 | 88 | 89 | 90 | 91 | 92 | 93 | 94 | 95 | 96 | 97 | 98 | 99 | 100 | 101 | 102 | 103 | 104 | 105 | 106 | 107 | 108 | 109 | text/microsoft-resx 110 | 111 | 112 | 2.0 113 | 114 | 115 | System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 116 | 117 | 118 | System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 119 | 120 | 121 | LeftToRight 122 | Controls the FlowDirection for all elements in the RootFrame. Set to the traditional direction of this resource file's language 123 | 124 | 125 | en-US 126 | Controls the Language and ensures that the font for all elements in the RootFrame aligns with the app's language. Set to the language code of this resource file's language. 127 | 128 | 129 | MY APPLICATION 130 | 131 | 132 | add 133 | 134 | 135 | Menu Item 136 | 137 | -------------------------------------------------------------------------------- /Quran Online v1.2/mediaplayer/Resources/AppResources.ar.resx: -------------------------------------------------------------------------------- 1 | 2 | 3 | 62 | 63 | 64 | 65 | 66 | 67 | 68 | 69 | 70 | 71 | 72 | 73 | 74 | 75 | 76 | 77 | 78 | 79 | 80 | 81 | 82 | 83 | 84 | 85 | 86 | 87 | 88 | 89 | 90 | 91 | 92 | 93 | 94 | 95 | 96 | 97 | 98 | 99 | 100 | 101 | 102 | 103 | 104 | 105 | 106 | 107 | 108 | 109 | text/microsoft-resx 110 | 111 | 112 | 2.0 113 | 114 | 115 | System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 116 | 117 | 118 | System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 119 | 120 | 121 | RightToLeft 122 | Controls the FlowDirection for all elements in the RootFrame. Set to the traditional direction of this resource file's language 123 | 124 | 125 | ar 126 | Controls the Language and ensures that the font for all elements in the RootFrame aligns with the app's language. Set to the language code of this resource file's language. 127 | 128 | 129 | MY APPLICATION 130 | 131 | 132 | add 133 | 134 | 135 | Menu Item 136 | 137 | -------------------------------------------------------------------------------- /Quran Online v1.2/mediaplayer/obj/Release/XapCacheFile.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | 35 | 36 | 37 | 38 | 39 | 40 | 41 | 42 | 43 | 44 | 45 | 46 | --------------------------------------------------------------------------------