├── CasparCGAddIn ├── obj │ ├── Debug │ │ ├── CasparCGAddIn.vbproj.CopyComplete │ │ ├── CasparCGAddIn.vbproj.AssemblyReference.cache │ │ ├── CasparCGAddIn.vbproj.CoreCompileInputs.cache │ │ ├── CasparCGAddIn.dll │ │ ├── CasparCGAddIn.pdb │ │ ├── CasparCGAddIn.frmWait.resources │ │ ├── CasparCGAddIn.Resources.resources │ │ ├── CasparCGAddIn.frmSettings.resources │ │ ├── CasparCGAddIn.frmTimerLaps.resources │ │ ├── CasparCGAddIn.ribCasparCG.resources │ │ ├── CasparCGAddIn.ucDashboard.resources │ │ ├── CasparCGAddIn.frmLayerRules.resources │ │ ├── CasparCGAddIn.frmSelectQuery.resources │ │ ├── CasparCGAddIn.frmWebbrowser.resources │ │ ├── CasparCGAddIn.frmTimerSettings.resources │ │ ├── CasparCGAddIn.ucPlaybackButtons.resources │ │ ├── CasparCGAddIn.ucTimeSpanEditor.resources │ │ ├── DesignTimeResolveAssemblyReferences.cache │ │ ├── CasparCGAddIn.frmSheetProperties.resources │ │ ├── CasparCGAddIn.ucPlaybackControls.resources │ │ ├── CasparCGAddIn.vbproj.GenerateResource.Cache │ │ ├── TempPE │ │ │ ├── My Project.Resources.Designer.vb.dll │ │ │ └── My Project.Resources1.Designer.vb.dll │ │ ├── CasparCGAddIn.frmChangeTemplatePath.resources │ │ ├── CasparCGAddIn.frmDashboardSettings.resources │ │ ├── CasparCGAddIn.frmSetTimerStartOffset.resources │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache │ │ ├── CasparCGAddIn.frmPlaybackControlsCaptions.resources │ │ ├── CasparCGAddIn.Resources (Big-Caspars in Konflikt stehende Kopie 2019-03-16).resources │ │ ├── CasparCGAddIn.ribCasparCG (Big-Caspars in Konflikt stehende Kopie 2019-03-16).resources │ │ ├── CasparCGAddIn.vbprojResolveAssemblyReference (Big-Caspars in Konflikt stehende Kopie 2019-03-16).cache │ │ └── .NETFramework,Version=v4.5.2.AssemblyAttributes.vb │ └── Release │ │ ├── CasparCGAddIn.vbproj.CopyComplete │ │ ├── CasparCGAddIn.vbproj.CoreCompileInputs.cache │ │ ├── CasparCGAddIn.dll │ │ ├── CasparCGAddIn.pdb │ │ ├── CasparCGAddIn.frmWait.resources │ │ ├── CasparCGAddIn.Resources.resources │ │ ├── CasparCGAddIn.frmSettings.resources │ │ ├── CasparCGAddIn.frmTimerLaps.resources │ │ ├── CasparCGAddIn.ribCasparCG.resources │ │ ├── CasparCGAddIn.ucDashboard.resources │ │ ├── CasparCGAddIn.frmLayerRules.resources │ │ ├── CasparCGAddIn.frmSelectQuery.resources │ │ ├── CasparCGAddIn.frmWebbrowser.resources │ │ ├── CasparCGAddIn.frmTimerSettings.resources │ │ ├── CasparCGAddIn.ucPlaybackButtons.resources │ │ ├── CasparCGAddIn.ucTimeSpanEditor.resources │ │ ├── DesignTimeResolveAssemblyReferences.cache │ │ ├── CasparCGAddIn.frmDashboardSettings.resources │ │ ├── CasparCGAddIn.frmSheetProperties.resources │ │ ├── CasparCGAddIn.ucPlaybackControls.resources │ │ ├── CasparCGAddIn.vbproj.AssemblyReference.cache │ │ ├── CasparCGAddIn.vbproj.GenerateResource.Cache │ │ ├── CasparCGAddIn.vbprojAssemblyReference.cache │ │ ├── TempPE │ │ ├── My Project.Resources.Designer.vb.dll │ │ └── My Project.Resources1.Designer.vb.dll │ │ ├── CasparCGAddIn.frmChangeTemplatePath.resources │ │ ├── CasparCGAddIn.frmSetTimerStartOffset.resources │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache │ │ ├── CasparCGAddIn.frmPlaybackControlsCaptions.resources │ │ └── .NETFramework,Version=v4.5.2.AssemblyAttributes.vb ├── Resources │ ├── F1.png │ ├── F2.png │ ├── F3.png │ ├── F4.png │ ├── F5.png │ ├── F6.png │ ├── F7.png │ ├── F8.png │ ├── F9.png │ ├── Live.png │ ├── Connect.bmp │ ├── Connect.png │ ├── GlyphUp.png │ ├── Live64.png │ ├── Preview.bmp │ ├── Preview.png │ ├── Refresh.bmp │ ├── Timer.png │ ├── Dublicate.png │ ├── GlyphDown.png │ ├── GlyphLeft.png │ ├── Refresh16.png │ ├── Refresh32.png │ ├── Save_XML.bmp │ ├── Save_XML.png │ ├── ThreeDots.png │ ├── TimerPane.png │ ├── Timer_Lap.png │ ├── Add_Button.png │ ├── Base_Folder.png │ ├── Cancel_16x.png │ ├── Connect_32.bmp │ ├── FlatList_16x.png │ ├── GaugeMeter.png │ ├── GlyphCenter.png │ ├── GlyphFastUp.png │ ├── GlyphRight.png │ ├── Open_Image.png │ ├── PowerQuery32.png │ ├── Refresh_Icon.png │ ├── Save_Dataset.bmp │ ├── Save_Dataset.png │ ├── Select_Range.bmp │ ├── Select_Range.png │ ├── Synchronize.png │ ├── Timer_Load.png │ ├── Timer_Minus.png │ ├── Timer_Pause.png │ ├── Timer_Plus.png │ ├── Timer_Reset.png │ ├── Timer_Resume.png │ ├── Timer_Start.png │ ├── Timer_Stop.png │ ├── Timer_Stop_s.png │ ├── Web_Download.png │ ├── ASPNETWeb_64x.png │ ├── GlyphFastDown.png │ ├── GlyphFastLeft.png │ ├── GlyphFastRight.png │ ├── Paint_Palette.png │ ├── PreviewRefresh.bmp │ ├── PreviewRefresh.png │ ├── Save_Dataset32.png │ ├── StartTime_48x.png │ ├── StartTime_64x.png │ ├── Timer_Start_s.png │ ├── loader-spinner.gif │ ├── Save_All_Datasets.bmp │ ├── Save_All_Datasets.png │ ├── Select_Template.bmp │ ├── Select_Template.png │ ├── Timer_SetOffset.png │ ├── Timer_StartOffset.png │ ├── Web_Refresh_64x.png │ ├── Web_Refresh_64x1.png │ ├── Save_All_Datasets32.png │ ├── Timer_StartOffset_S.png │ ├── google-loading-icon.gif │ ├── Playback_Controls_Load.png │ ├── Playback_Controls_Next.png │ ├── Playback_Controls_Play.png │ ├── Playback_Controls_Stop.png │ ├── Playback_Controls_Audio.png │ ├── Playback_Controls_Images.png │ ├── Playback_Controls_Query.png │ ├── Playback_Controls_Update.png │ ├── Playback_Controls_Video.png │ ├── Playback_Controls_LoadQuery.png │ ├── Playback_Controls_Settings.png │ └── Playback_Controls_Template.png ├── bin │ ├── Debug │ │ ├── Bespoke.Common.dll │ │ ├── Bespoke.Common.pdb │ │ ├── CasparCGAddIn.dll │ │ ├── CasparCGAddIn.pdb │ │ ├── CasparObjects.dll │ │ ├── CasparObjects.pdb │ │ ├── CommonAppData.dll │ │ ├── CommonControls.dll │ │ ├── Newtonsoft.Json.dll │ │ ├── Newtonsoft.Json.pdb │ │ ├── Bespoke.Common.Osc.dll │ │ ├── Bespoke.Common.Osc.pdb │ │ ├── Microsoft.Office.Tools.dll │ │ ├── Microsoft.Office.Tools.Common.dll │ │ ├── Microsoft.Office.Tools.Excel.dll │ │ ├── Microsoft.Office.Tools.v4.0.Framework.dll │ │ ├── Microsoft.Office.Tools.Common.v4.0.Utilities.dll │ │ ├── Microsoft.Office.Tools.Excel.v4.0.Utilities.dll │ │ ├── Microsoft.VisualStudio.Tools.Applications.Runtime.dll │ │ └── CasparObjects.dll.config │ └── Release │ │ ├── Bespoke.Common.dll │ │ ├── Bespoke.Common.pdb │ │ ├── CasparCGAddIn.dll │ │ ├── CasparCGAddIn.pdb │ │ ├── CasparObjects.dll │ │ ├── CasparObjects.pdb │ │ ├── CommonAppData.dll │ │ ├── CommonControls.dll │ │ ├── Newtonsoft.Json.dll │ │ ├── Newtonsoft.Json.pdb │ │ ├── Bespoke.Common.Osc.dll │ │ ├── Bespoke.Common.Osc.pdb │ │ ├── Microsoft.Office.Tools.dll │ │ ├── Microsoft.Office.Tools.Common.dll │ │ ├── Microsoft.Office.Tools.Excel.dll │ │ ├── Microsoft.Office.Tools.v4.0.Framework.dll │ │ ├── Microsoft.Office.Tools.Common.v4.0.Utilities.dll │ │ ├── Microsoft.Office.Tools.Excel.v4.0.Utilities.dll │ │ ├── Microsoft.VisualStudio.Tools.Applications.Runtime.dll │ │ └── CasparObjects.dll.config ├── CasparCGAddIn_TemporaryKey.pfx ├── frmWait.vb ├── My Project │ ├── Settings.settings │ ├── DataSources │ │ ├── LayerRule.datasource │ │ ├── CasparObjects.CasparCG.datasource │ │ ├── ClockItem.datasource │ │ ├── TimerItem.datasource │ │ ├── TimerSettings.datasource │ │ └── frmSetupWebData.WebData.datasource │ ├── AssemblyInfo.vb │ └── Settings.Designer.vb ├── XInfos.vb ├── ucTimeSpanEditor.vb ├── CasparCGAddIn.vbproj.user ├── TimerField.vb ├── ExtractInfo.vb ├── TimerTrigger.vb ├── ThisAddIn.Designer.xml ├── frmSetTimerStartOffset.vb ├── TimerSheet.vb ├── frmPlaybackControlsCaptions.vb ├── CustomXML.vb ├── frmSelectQuery.vb ├── CustomDocumentProperties.vb ├── frmWait.Designer.vb ├── LayerRules.vb ├── frmChangeTemplatePath.vb ├── frmDashboardSettings.vb ├── CustomProperies.vb ├── frmLapLog.vb ├── frmLayerRules.vb └── Theme.vb ├── CasparCGAddInSetup.old ├── CasparCGAddInSetup │ └── Express │ │ ├── SingleImage │ │ ├── LogFiles │ │ │ ├── error │ │ │ └── 3-23-2020 05-04-04.txt │ │ └── DiskImages │ │ │ └── DISK1 │ │ │ ├── Setup.ini │ │ │ ├── setup.exe │ │ │ └── CasparCGAddIn.msi │ │ └── Interm │ │ ├── _IsIcoRes.Exe │ │ └── isregsvr.dll ├── Release │ ├── setup.exe │ └── CasparCGAddInSetup.msi └── CasparCGAddInSetup.isproj ├── Pictures ├── F1.png ├── F2.png ├── F3.png ├── F4.png ├── F5.png ├── F6.png ├── F7.png ├── F8.png ├── F9.png ├── Live.png ├── Web.ico ├── Connect.png ├── Connect.psd ├── GlyphUp.png ├── Live64.png ├── Preview.png ├── Preview.psd ├── Timer.png ├── Dublicate.png ├── Functions.psd ├── GlyphDown.png ├── GlyphLeft.png ├── Refresh16.png ├── Refresh32.png ├── Save_XML.png ├── Save_XML.psd ├── ThreeDots.png ├── TimerPane.png ├── Timer_Lap.png ├── Add_Button.png ├── Base_Folder.png ├── Base_Folder.psd ├── Cancel_16x.png ├── FlatList_16x.png ├── GaugeMeter.png ├── GlyphCenter.png ├── GlyphFastUp.png ├── GlyphRight.png ├── Open_Image.png ├── Open_Image.psd ├── PowerQuery.png ├── PowerQuery32.png ├── PowerQuery64.png ├── Refresh_Icon.png ├── Refresh_Icon.psd ├── Save_Dataset.png ├── Save_Dataset.psd ├── Select_Range.png ├── Select_Range.psd ├── Synchronize.png ├── Timer_Load.png ├── Timer_Minus.png ├── Timer_Pause.png ├── Timer_Plus.png ├── Timer_Reset.png ├── Timer_Resume.png ├── Timer_Start.png ├── Timer_Stop.png ├── Timer_Stop_s.png ├── Web_Download.png ├── ASPNETWeb_64x.png ├── GlyphFastDown.png ├── GlyphFastLeft.png ├── GlyphFastRight.png ├── Paint_Palette.png ├── Paint_Palette.psd ├── PreviewRefresh.png ├── PreviewRefresh.psd ├── Save_Dataset32.png ├── StartTime_64x.png ├── Timer_Controls.psd ├── Timer_Start_s.png ├── loader-spinner.gif ├── Playback_Controls.psd ├── Save_All_Datasets.png ├── Save_All_Datasets.psd ├── Select_Template.png ├── Select_Template.psd ├── Timer_SetOffset.png ├── Timer_StartOffset.png ├── Web_Refresh_64x.png ├── Web_Refresh_64x.psd ├── Save_All_Datasets32.png ├── Timer_StartOffset_S.png ├── google-loading-icon.gif ├── Playback_Controls_Load.png ├── Playback_Controls_Next.png ├── Playback_Controls_Play.png ├── Playback_Controls_Stop.png ├── Playback_Controls_Audio.png ├── Playback_Controls_Images.png ├── Playback_Controls_Query.png ├── Playback_Controls_Update.png ├── Playback_Controls_Video.png ├── Playback_Controls_Settings.png └── Playback_Controls_Template.png ├── NamesAndValues.ft ├── NamesAndValues.fla ├── _Doc ├── Images │ ├── List.PNG │ ├── Ribbon.png │ ├── DataSets.png │ ├── Inserts.png │ ├── Lap_Pane.png │ ├── Preview.png │ ├── View_Pane.png │ ├── AutoUpdate.png │ ├── Basic_Range.PNG │ ├── Installer1.PNG │ ├── Installer2.PNG │ ├── Installer3.PNG │ ├── Installer4.PNG │ ├── Laps_Dialog.png │ ├── ListQueries.PNG │ ├── List_Audio.png │ ├── List_Image.png │ ├── List_Video.png │ ├── Refresh_All.png │ ├── Timer_Pane.png │ ├── Timer_Panes.png │ ├── Black_Ribbon.png │ ├── Browser_Import.png │ ├── CasparSettings.PNG │ ├── Connect_Icon.png │ ├── DashboarLower.PNG │ ├── DashboarUpper.PNG │ ├── ListSettings.PNG │ ├── ListWorksheet.PNG │ ├── List_Template.png │ ├── Playback_Load.png │ ├── Playback_Next.png │ ├── Playback_Play.png │ ├── Playback_Stop.png │ ├── QueriesDialog.PNG │ ├── S+_Templates.PNG │ ├── Servers_Local.png │ ├── Servers_Remore.png │ ├── SetOutputRange.png │ ├── AutoUpdateDialog.png │ ├── Browser_Refresh.png │ ├── DashboardButton.png │ ├── Delimited_Range.PNG │ ├── Playback_Update.png │ ├── Sheet_Props_Auto.png │ ├── Sheet_Props_DVE.png │ ├── SimpleSelection.PNG │ ├── CasparConnect_Local.png │ ├── CasparOSCSettings.PNG │ ├── CasparOtherSettings.PNG │ ├── GeneralSheetProps.PNG │ ├── Sheet_Props_Timer.png │ ├── Browser_Import_Dialog.png │ ├── CasparConnect_Remaote.png │ ├── CasparPreviewSettings.PNG │ ├── DashboarLower_Before.PNG │ ├── SetTimerOffset_Dialog.png │ ├── TimerSettings_Dialog.png │ ├── SimpleHorizontalSelection.PNG │ └── DashboarLower_Settings_Button.PNG ├── CasparCG_AddIn.docx └── CasparCG_AddIn.pdf ├── .vs └── CasparCGAddIn │ ├── v14 │ ├── .suo │ ├── suo2282.tmp │ ├── suoECAF.tmp │ └── (Big-Caspars in Konflikt stehende Kopie 2019-03-16).suo │ └── v16 │ └── .suo ├── CasparCGFunctions ├── obj │ ├── Debug │ │ ├── CasparCGFunctions.vbproj.CoreCompileInputs.cache │ │ ├── CasparCGFunctions.dll │ │ ├── CasparCGFunctions.pdb │ │ ├── ExcelFunctions.Resources.resources │ │ ├── TempPE │ │ │ └── My Project.Resources.Designer.vb.dll │ │ ├── CasparCGFunctions.vbproj.GenerateResource.Cache │ │ ├── CasparCGFunctions.vbprojAssemblyReference.cache │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache │ │ ├── CasparCGFunctions.vbproj.AssemblyReference.cache │ │ ├── CasparCGFunctions.vbproj.ResolveComReference.cache │ │ ├── .NETFramework,Version=v4.5.2.AssemblyAttributes.vb │ │ ├── CasparCGFunctions.xml │ │ └── CasparCGFunctions.vbproj.FileListAbsolute.txt │ └── Release │ │ ├── CasparCGFunctions.vbproj.CoreCompileInputs.cache │ │ ├── CasparCGFunctions.dll │ │ ├── CasparCGFunctions.pdb │ │ ├── ExcelFunctions.Resources.resources │ │ ├── TempPE │ │ └── My Project.Resources.Designer.vb.dll │ │ ├── CasparCGFunctions.vbproj.GenerateResource.Cache │ │ ├── CasparCGFunctions.vbprojAssemblyReference.cache │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache │ │ ├── CasparCGFunctions.vbproj.AssemblyReference.cache │ │ ├── CasparCGFunctions.vbproj.ResolveComReference.cache │ │ ├── .NETFramework,Version=v4.5.2.AssemblyAttributes.vb │ │ ├── CasparCGFunctions.xml │ │ └── CasparCGFunctions.vbproj.FileListAbsolute.txt ├── bin │ ├── Debug │ │ ├── CasparCGFunctions.dll │ │ ├── CasparCGFunctions.pdb │ │ ├── CasparCGFunctions-AddIn.xll │ │ ├── CasparCGFunctions-AddIn64.xll │ │ ├── CasparCGFunctions-AddIn-packed.xll │ │ ├── CasparCGFunctions-AddIn64-packed.xll │ │ ├── CasparCGFunctions.xml │ │ ├── CasparCGFunctions-AddIn.dna │ │ └── CasparCGFunctions-AddIn64.dna │ └── Release │ │ ├── CasparCGFunctions.dll │ │ ├── CasparCGFunctions.pdb │ │ ├── CasparCGFunctions-AddIn.xll │ │ ├── CasparCGFunctions-AddIn64.xll │ │ ├── CasparCGFunctions-AddIn-packed.xll │ │ ├── CasparCGFunctions-AddIn64-packed.xll │ │ ├── CasparCGFunctions.xml │ │ ├── CasparCGFunctions-AddIn.dna │ │ └── CasparCGFunctions-AddIn64.dna ├── packages.config ├── My Project │ ├── Settings.settings │ ├── Application.myapp │ ├── Application.Designer.vb │ ├── AssemblyInfo.vb │ ├── Resources.Designer.vb │ └── Settings.Designer.vb ├── CasparCGFunctions.vbproj.user ├── CasparCGFunctions-AddIn.dna └── Properties │ └── ExcelDna.Build.props ├── CasparCGAddInSetup └── Release │ ├── setup.exe │ └── CasparCGAddInSetup.msi ├── packages ├── ExcelDna.AddIn.1.0.0 │ ├── .signature.p7s │ ├── tools │ │ ├── ExcelDna.xll │ │ ├── ExcelDna64.xll │ │ ├── ExcelDnaPack.exe │ │ ├── ExcelDna.AddIn.Tasks.dll │ │ ├── ExcelDna.Integration.dll │ │ ├── ExcelDnaPack.exe.config │ │ ├── uninstall.ps1 │ │ └── install.ps1 │ ├── ExcelDna.AddIn.1.0.0.nupkg │ └── content │ │ ├── ExcelDna-Template.dna │ │ └── Properties │ │ └── ExcelDna.Build.props └── ExcelDna.Integration.1.0.0 │ ├── .signature.p7s │ ├── lib │ └── ExcelDna.Integration.dll │ ├── ExcelDna.Integration.1.0.0.nupkg │ └── tools │ └── install.ps1 ├── CasparCGAddIn.sln.DotSettings.user ├── README.md └── CasparCGAddIn.sln /CasparCGAddIn/obj/Debug/CasparCGAddIn.vbproj.CopyComplete: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /CasparCGAddIn/obj/Release/CasparCGAddIn.vbproj.CopyComplete: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /CasparCGAddInSetup.old/CasparCGAddInSetup/Express/SingleImage/LogFiles/error: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /CasparCGAddIn/obj/Debug/CasparCGAddIn.vbproj.AssemblyReference.cache: -------------------------------------------------------------------------------- 1 | MBRSC -------------------------------------------------------------------------------- /Pictures/F1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/didikunz/CasparCGAddIn/HEAD/Pictures/F1.png -------------------------------------------------------------------------------- /Pictures/F2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/didikunz/CasparCGAddIn/HEAD/Pictures/F2.png -------------------------------------------------------------------------------- /Pictures/F3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/didikunz/CasparCGAddIn/HEAD/Pictures/F3.png -------------------------------------------------------------------------------- /Pictures/F4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/didikunz/CasparCGAddIn/HEAD/Pictures/F4.png -------------------------------------------------------------------------------- /Pictures/F5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/didikunz/CasparCGAddIn/HEAD/Pictures/F5.png -------------------------------------------------------------------------------- /Pictures/F6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/didikunz/CasparCGAddIn/HEAD/Pictures/F6.png -------------------------------------------------------------------------------- /Pictures/F7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/didikunz/CasparCGAddIn/HEAD/Pictures/F7.png -------------------------------------------------------------------------------- /Pictures/F8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/didikunz/CasparCGAddIn/HEAD/Pictures/F8.png -------------------------------------------------------------------------------- /Pictures/F9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/didikunz/CasparCGAddIn/HEAD/Pictures/F9.png -------------------------------------------------------------------------------- /NamesAndValues.ft: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/didikunz/CasparCGAddIn/HEAD/NamesAndValues.ft -------------------------------------------------------------------------------- /Pictures/Live.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/didikunz/CasparCGAddIn/HEAD/Pictures/Live.png -------------------------------------------------------------------------------- /Pictures/Web.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/didikunz/CasparCGAddIn/HEAD/Pictures/Web.ico -------------------------------------------------------------------------------- /NamesAndValues.fla: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/didikunz/CasparCGAddIn/HEAD/NamesAndValues.fla -------------------------------------------------------------------------------- /Pictures/Connect.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/didikunz/CasparCGAddIn/HEAD/Pictures/Connect.png -------------------------------------------------------------------------------- /Pictures/Connect.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/didikunz/CasparCGAddIn/HEAD/Pictures/Connect.psd -------------------------------------------------------------------------------- /Pictures/GlyphUp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/didikunz/CasparCGAddIn/HEAD/Pictures/GlyphUp.png -------------------------------------------------------------------------------- /Pictures/Live64.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/didikunz/CasparCGAddIn/HEAD/Pictures/Live64.png -------------------------------------------------------------------------------- /Pictures/Preview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/didikunz/CasparCGAddIn/HEAD/Pictures/Preview.png -------------------------------------------------------------------------------- /Pictures/Preview.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/didikunz/CasparCGAddIn/HEAD/Pictures/Preview.psd -------------------------------------------------------------------------------- /Pictures/Timer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/didikunz/CasparCGAddIn/HEAD/Pictures/Timer.png -------------------------------------------------------------------------------- /_Doc/Images/List.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/didikunz/CasparCGAddIn/HEAD/_Doc/Images/List.PNG -------------------------------------------------------------------------------- /Pictures/Dublicate.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/didikunz/CasparCGAddIn/HEAD/Pictures/Dublicate.png -------------------------------------------------------------------------------- /Pictures/Functions.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/didikunz/CasparCGAddIn/HEAD/Pictures/Functions.psd -------------------------------------------------------------------------------- /Pictures/GlyphDown.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/didikunz/CasparCGAddIn/HEAD/Pictures/GlyphDown.png -------------------------------------------------------------------------------- /Pictures/GlyphLeft.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/didikunz/CasparCGAddIn/HEAD/Pictures/GlyphLeft.png -------------------------------------------------------------------------------- /Pictures/Refresh16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/didikunz/CasparCGAddIn/HEAD/Pictures/Refresh16.png -------------------------------------------------------------------------------- /Pictures/Refresh32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/didikunz/CasparCGAddIn/HEAD/Pictures/Refresh32.png -------------------------------------------------------------------------------- /Pictures/Save_XML.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/didikunz/CasparCGAddIn/HEAD/Pictures/Save_XML.png -------------------------------------------------------------------------------- /Pictures/Save_XML.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/didikunz/CasparCGAddIn/HEAD/Pictures/Save_XML.psd -------------------------------------------------------------------------------- /Pictures/ThreeDots.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/didikunz/CasparCGAddIn/HEAD/Pictures/ThreeDots.png -------------------------------------------------------------------------------- /Pictures/TimerPane.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/didikunz/CasparCGAddIn/HEAD/Pictures/TimerPane.png -------------------------------------------------------------------------------- /Pictures/Timer_Lap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/didikunz/CasparCGAddIn/HEAD/Pictures/Timer_Lap.png -------------------------------------------------------------------------------- /_Doc/Images/Ribbon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/didikunz/CasparCGAddIn/HEAD/_Doc/Images/Ribbon.png -------------------------------------------------------------------------------- /Pictures/Add_Button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/didikunz/CasparCGAddIn/HEAD/Pictures/Add_Button.png -------------------------------------------------------------------------------- /Pictures/Base_Folder.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/didikunz/CasparCGAddIn/HEAD/Pictures/Base_Folder.png -------------------------------------------------------------------------------- /Pictures/Base_Folder.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/didikunz/CasparCGAddIn/HEAD/Pictures/Base_Folder.psd -------------------------------------------------------------------------------- /Pictures/Cancel_16x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/didikunz/CasparCGAddIn/HEAD/Pictures/Cancel_16x.png -------------------------------------------------------------------------------- /Pictures/FlatList_16x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/didikunz/CasparCGAddIn/HEAD/Pictures/FlatList_16x.png -------------------------------------------------------------------------------- /Pictures/GaugeMeter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/didikunz/CasparCGAddIn/HEAD/Pictures/GaugeMeter.png -------------------------------------------------------------------------------- /Pictures/GlyphCenter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/didikunz/CasparCGAddIn/HEAD/Pictures/GlyphCenter.png -------------------------------------------------------------------------------- /Pictures/GlyphFastUp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/didikunz/CasparCGAddIn/HEAD/Pictures/GlyphFastUp.png -------------------------------------------------------------------------------- /Pictures/GlyphRight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/didikunz/CasparCGAddIn/HEAD/Pictures/GlyphRight.png -------------------------------------------------------------------------------- /Pictures/Open_Image.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/didikunz/CasparCGAddIn/HEAD/Pictures/Open_Image.png -------------------------------------------------------------------------------- /Pictures/Open_Image.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/didikunz/CasparCGAddIn/HEAD/Pictures/Open_Image.psd -------------------------------------------------------------------------------- /Pictures/PowerQuery.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/didikunz/CasparCGAddIn/HEAD/Pictures/PowerQuery.png -------------------------------------------------------------------------------- /Pictures/PowerQuery32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/didikunz/CasparCGAddIn/HEAD/Pictures/PowerQuery32.png -------------------------------------------------------------------------------- /Pictures/PowerQuery64.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/didikunz/CasparCGAddIn/HEAD/Pictures/PowerQuery64.png -------------------------------------------------------------------------------- /Pictures/Refresh_Icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/didikunz/CasparCGAddIn/HEAD/Pictures/Refresh_Icon.png -------------------------------------------------------------------------------- /Pictures/Refresh_Icon.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/didikunz/CasparCGAddIn/HEAD/Pictures/Refresh_Icon.psd -------------------------------------------------------------------------------- /Pictures/Save_Dataset.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/didikunz/CasparCGAddIn/HEAD/Pictures/Save_Dataset.png -------------------------------------------------------------------------------- /Pictures/Save_Dataset.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/didikunz/CasparCGAddIn/HEAD/Pictures/Save_Dataset.psd -------------------------------------------------------------------------------- /Pictures/Select_Range.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/didikunz/CasparCGAddIn/HEAD/Pictures/Select_Range.png -------------------------------------------------------------------------------- /Pictures/Select_Range.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/didikunz/CasparCGAddIn/HEAD/Pictures/Select_Range.psd -------------------------------------------------------------------------------- /Pictures/Synchronize.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/didikunz/CasparCGAddIn/HEAD/Pictures/Synchronize.png -------------------------------------------------------------------------------- /Pictures/Timer_Load.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/didikunz/CasparCGAddIn/HEAD/Pictures/Timer_Load.png -------------------------------------------------------------------------------- /Pictures/Timer_Minus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/didikunz/CasparCGAddIn/HEAD/Pictures/Timer_Minus.png -------------------------------------------------------------------------------- /Pictures/Timer_Pause.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/didikunz/CasparCGAddIn/HEAD/Pictures/Timer_Pause.png -------------------------------------------------------------------------------- /Pictures/Timer_Plus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/didikunz/CasparCGAddIn/HEAD/Pictures/Timer_Plus.png -------------------------------------------------------------------------------- /Pictures/Timer_Reset.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/didikunz/CasparCGAddIn/HEAD/Pictures/Timer_Reset.png -------------------------------------------------------------------------------- /Pictures/Timer_Resume.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/didikunz/CasparCGAddIn/HEAD/Pictures/Timer_Resume.png -------------------------------------------------------------------------------- /Pictures/Timer_Start.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/didikunz/CasparCGAddIn/HEAD/Pictures/Timer_Start.png -------------------------------------------------------------------------------- /Pictures/Timer_Stop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/didikunz/CasparCGAddIn/HEAD/Pictures/Timer_Stop.png -------------------------------------------------------------------------------- /Pictures/Timer_Stop_s.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/didikunz/CasparCGAddIn/HEAD/Pictures/Timer_Stop_s.png -------------------------------------------------------------------------------- /Pictures/Web_Download.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/didikunz/CasparCGAddIn/HEAD/Pictures/Web_Download.png -------------------------------------------------------------------------------- /_Doc/CasparCG_AddIn.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/didikunz/CasparCGAddIn/HEAD/_Doc/CasparCG_AddIn.docx -------------------------------------------------------------------------------- /_Doc/CasparCG_AddIn.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/didikunz/CasparCGAddIn/HEAD/_Doc/CasparCG_AddIn.pdf -------------------------------------------------------------------------------- /_Doc/Images/DataSets.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/didikunz/CasparCGAddIn/HEAD/_Doc/Images/DataSets.png -------------------------------------------------------------------------------- /_Doc/Images/Inserts.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/didikunz/CasparCGAddIn/HEAD/_Doc/Images/Inserts.png -------------------------------------------------------------------------------- /_Doc/Images/Lap_Pane.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/didikunz/CasparCGAddIn/HEAD/_Doc/Images/Lap_Pane.png -------------------------------------------------------------------------------- /_Doc/Images/Preview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/didikunz/CasparCGAddIn/HEAD/_Doc/Images/Preview.png -------------------------------------------------------------------------------- /_Doc/Images/View_Pane.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/didikunz/CasparCGAddIn/HEAD/_Doc/Images/View_Pane.png -------------------------------------------------------------------------------- /.vs/CasparCGAddIn/v14/.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/didikunz/CasparCGAddIn/HEAD/.vs/CasparCGAddIn/v14/.suo -------------------------------------------------------------------------------- /.vs/CasparCGAddIn/v16/.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/didikunz/CasparCGAddIn/HEAD/.vs/CasparCGAddIn/v16/.suo -------------------------------------------------------------------------------- /CasparCGAddIn/obj/Debug/CasparCGAddIn.vbproj.CoreCompileInputs.cache: -------------------------------------------------------------------------------- 1 | 8d4b9587fda8fdd8d16452a61d0fb61dcbe97f6e 2 | -------------------------------------------------------------------------------- /Pictures/ASPNETWeb_64x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/didikunz/CasparCGAddIn/HEAD/Pictures/ASPNETWeb_64x.png -------------------------------------------------------------------------------- /Pictures/GlyphFastDown.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/didikunz/CasparCGAddIn/HEAD/Pictures/GlyphFastDown.png -------------------------------------------------------------------------------- /Pictures/GlyphFastLeft.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/didikunz/CasparCGAddIn/HEAD/Pictures/GlyphFastLeft.png -------------------------------------------------------------------------------- /Pictures/GlyphFastRight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/didikunz/CasparCGAddIn/HEAD/Pictures/GlyphFastRight.png -------------------------------------------------------------------------------- /Pictures/Paint_Palette.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/didikunz/CasparCGAddIn/HEAD/Pictures/Paint_Palette.png -------------------------------------------------------------------------------- /Pictures/Paint_Palette.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/didikunz/CasparCGAddIn/HEAD/Pictures/Paint_Palette.psd -------------------------------------------------------------------------------- /Pictures/PreviewRefresh.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/didikunz/CasparCGAddIn/HEAD/Pictures/PreviewRefresh.png -------------------------------------------------------------------------------- /Pictures/PreviewRefresh.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/didikunz/CasparCGAddIn/HEAD/Pictures/PreviewRefresh.psd -------------------------------------------------------------------------------- /Pictures/Save_Dataset32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/didikunz/CasparCGAddIn/HEAD/Pictures/Save_Dataset32.png -------------------------------------------------------------------------------- /Pictures/StartTime_64x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/didikunz/CasparCGAddIn/HEAD/Pictures/StartTime_64x.png -------------------------------------------------------------------------------- /Pictures/Timer_Controls.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/didikunz/CasparCGAddIn/HEAD/Pictures/Timer_Controls.psd -------------------------------------------------------------------------------- /Pictures/Timer_Start_s.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/didikunz/CasparCGAddIn/HEAD/Pictures/Timer_Start_s.png -------------------------------------------------------------------------------- /Pictures/loader-spinner.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/didikunz/CasparCGAddIn/HEAD/Pictures/loader-spinner.gif -------------------------------------------------------------------------------- /_Doc/Images/AutoUpdate.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/didikunz/CasparCGAddIn/HEAD/_Doc/Images/AutoUpdate.png -------------------------------------------------------------------------------- /_Doc/Images/Basic_Range.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/didikunz/CasparCGAddIn/HEAD/_Doc/Images/Basic_Range.PNG -------------------------------------------------------------------------------- /_Doc/Images/Installer1.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/didikunz/CasparCGAddIn/HEAD/_Doc/Images/Installer1.PNG -------------------------------------------------------------------------------- /_Doc/Images/Installer2.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/didikunz/CasparCGAddIn/HEAD/_Doc/Images/Installer2.PNG -------------------------------------------------------------------------------- /_Doc/Images/Installer3.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/didikunz/CasparCGAddIn/HEAD/_Doc/Images/Installer3.PNG -------------------------------------------------------------------------------- /_Doc/Images/Installer4.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/didikunz/CasparCGAddIn/HEAD/_Doc/Images/Installer4.PNG -------------------------------------------------------------------------------- /_Doc/Images/Laps_Dialog.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/didikunz/CasparCGAddIn/HEAD/_Doc/Images/Laps_Dialog.png -------------------------------------------------------------------------------- /_Doc/Images/ListQueries.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/didikunz/CasparCGAddIn/HEAD/_Doc/Images/ListQueries.PNG -------------------------------------------------------------------------------- /_Doc/Images/List_Audio.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/didikunz/CasparCGAddIn/HEAD/_Doc/Images/List_Audio.png -------------------------------------------------------------------------------- /_Doc/Images/List_Image.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/didikunz/CasparCGAddIn/HEAD/_Doc/Images/List_Image.png -------------------------------------------------------------------------------- /_Doc/Images/List_Video.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/didikunz/CasparCGAddIn/HEAD/_Doc/Images/List_Video.png -------------------------------------------------------------------------------- /_Doc/Images/Refresh_All.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/didikunz/CasparCGAddIn/HEAD/_Doc/Images/Refresh_All.png -------------------------------------------------------------------------------- /_Doc/Images/Timer_Pane.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/didikunz/CasparCGAddIn/HEAD/_Doc/Images/Timer_Pane.png -------------------------------------------------------------------------------- /_Doc/Images/Timer_Panes.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/didikunz/CasparCGAddIn/HEAD/_Doc/Images/Timer_Panes.png -------------------------------------------------------------------------------- /CasparCGAddIn/Resources/F1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/didikunz/CasparCGAddIn/HEAD/CasparCGAddIn/Resources/F1.png -------------------------------------------------------------------------------- /CasparCGAddIn/Resources/F2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/didikunz/CasparCGAddIn/HEAD/CasparCGAddIn/Resources/F2.png -------------------------------------------------------------------------------- /CasparCGAddIn/Resources/F3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/didikunz/CasparCGAddIn/HEAD/CasparCGAddIn/Resources/F3.png -------------------------------------------------------------------------------- /CasparCGAddIn/Resources/F4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/didikunz/CasparCGAddIn/HEAD/CasparCGAddIn/Resources/F4.png -------------------------------------------------------------------------------- /CasparCGAddIn/Resources/F5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/didikunz/CasparCGAddIn/HEAD/CasparCGAddIn/Resources/F5.png -------------------------------------------------------------------------------- /CasparCGAddIn/Resources/F6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/didikunz/CasparCGAddIn/HEAD/CasparCGAddIn/Resources/F6.png -------------------------------------------------------------------------------- /CasparCGAddIn/Resources/F7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/didikunz/CasparCGAddIn/HEAD/CasparCGAddIn/Resources/F7.png -------------------------------------------------------------------------------- /CasparCGAddIn/Resources/F8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/didikunz/CasparCGAddIn/HEAD/CasparCGAddIn/Resources/F8.png -------------------------------------------------------------------------------- /CasparCGAddIn/Resources/F9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/didikunz/CasparCGAddIn/HEAD/CasparCGAddIn/Resources/F9.png -------------------------------------------------------------------------------- /CasparCGAddIn/obj/Release/CasparCGAddIn.vbproj.CoreCompileInputs.cache: -------------------------------------------------------------------------------- 1 | 47fbf05ce211c7beed3d5cea3f2a2dc03cc96b7e 2 | -------------------------------------------------------------------------------- /Pictures/Playback_Controls.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/didikunz/CasparCGAddIn/HEAD/Pictures/Playback_Controls.psd -------------------------------------------------------------------------------- /Pictures/Save_All_Datasets.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/didikunz/CasparCGAddIn/HEAD/Pictures/Save_All_Datasets.png -------------------------------------------------------------------------------- /Pictures/Save_All_Datasets.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/didikunz/CasparCGAddIn/HEAD/Pictures/Save_All_Datasets.psd -------------------------------------------------------------------------------- /Pictures/Select_Template.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/didikunz/CasparCGAddIn/HEAD/Pictures/Select_Template.png -------------------------------------------------------------------------------- /Pictures/Select_Template.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/didikunz/CasparCGAddIn/HEAD/Pictures/Select_Template.psd -------------------------------------------------------------------------------- /Pictures/Timer_SetOffset.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/didikunz/CasparCGAddIn/HEAD/Pictures/Timer_SetOffset.png -------------------------------------------------------------------------------- /Pictures/Timer_StartOffset.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/didikunz/CasparCGAddIn/HEAD/Pictures/Timer_StartOffset.png -------------------------------------------------------------------------------- /Pictures/Web_Refresh_64x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/didikunz/CasparCGAddIn/HEAD/Pictures/Web_Refresh_64x.png -------------------------------------------------------------------------------- /Pictures/Web_Refresh_64x.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/didikunz/CasparCGAddIn/HEAD/Pictures/Web_Refresh_64x.psd -------------------------------------------------------------------------------- /_Doc/Images/Black_Ribbon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/didikunz/CasparCGAddIn/HEAD/_Doc/Images/Black_Ribbon.png -------------------------------------------------------------------------------- /_Doc/Images/Browser_Import.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/didikunz/CasparCGAddIn/HEAD/_Doc/Images/Browser_Import.png -------------------------------------------------------------------------------- /_Doc/Images/CasparSettings.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/didikunz/CasparCGAddIn/HEAD/_Doc/Images/CasparSettings.PNG -------------------------------------------------------------------------------- /_Doc/Images/Connect_Icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/didikunz/CasparCGAddIn/HEAD/_Doc/Images/Connect_Icon.png -------------------------------------------------------------------------------- /_Doc/Images/DashboarLower.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/didikunz/CasparCGAddIn/HEAD/_Doc/Images/DashboarLower.PNG -------------------------------------------------------------------------------- /_Doc/Images/DashboarUpper.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/didikunz/CasparCGAddIn/HEAD/_Doc/Images/DashboarUpper.PNG -------------------------------------------------------------------------------- /_Doc/Images/ListSettings.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/didikunz/CasparCGAddIn/HEAD/_Doc/Images/ListSettings.PNG -------------------------------------------------------------------------------- /_Doc/Images/ListWorksheet.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/didikunz/CasparCGAddIn/HEAD/_Doc/Images/ListWorksheet.PNG -------------------------------------------------------------------------------- /_Doc/Images/List_Template.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/didikunz/CasparCGAddIn/HEAD/_Doc/Images/List_Template.png -------------------------------------------------------------------------------- /_Doc/Images/Playback_Load.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/didikunz/CasparCGAddIn/HEAD/_Doc/Images/Playback_Load.png -------------------------------------------------------------------------------- /_Doc/Images/Playback_Next.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/didikunz/CasparCGAddIn/HEAD/_Doc/Images/Playback_Next.png -------------------------------------------------------------------------------- /_Doc/Images/Playback_Play.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/didikunz/CasparCGAddIn/HEAD/_Doc/Images/Playback_Play.png -------------------------------------------------------------------------------- /_Doc/Images/Playback_Stop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/didikunz/CasparCGAddIn/HEAD/_Doc/Images/Playback_Stop.png -------------------------------------------------------------------------------- /_Doc/Images/QueriesDialog.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/didikunz/CasparCGAddIn/HEAD/_Doc/Images/QueriesDialog.PNG -------------------------------------------------------------------------------- /_Doc/Images/S+_Templates.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/didikunz/CasparCGAddIn/HEAD/_Doc/Images/S+_Templates.PNG -------------------------------------------------------------------------------- /_Doc/Images/Servers_Local.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/didikunz/CasparCGAddIn/HEAD/_Doc/Images/Servers_Local.png -------------------------------------------------------------------------------- /_Doc/Images/Servers_Remore.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/didikunz/CasparCGAddIn/HEAD/_Doc/Images/Servers_Remore.png -------------------------------------------------------------------------------- /_Doc/Images/SetOutputRange.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/didikunz/CasparCGAddIn/HEAD/_Doc/Images/SetOutputRange.png -------------------------------------------------------------------------------- /CasparCGAddIn/Resources/Live.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/didikunz/CasparCGAddIn/HEAD/CasparCGAddIn/Resources/Live.png -------------------------------------------------------------------------------- /CasparCGFunctions/obj/Debug/CasparCGFunctions.vbproj.CoreCompileInputs.cache: -------------------------------------------------------------------------------- 1 | d6508bf3b03e9de3bd97fc7503aae09050a5bd57 2 | -------------------------------------------------------------------------------- /CasparCGFunctions/obj/Release/CasparCGFunctions.vbproj.CoreCompileInputs.cache: -------------------------------------------------------------------------------- 1 | f679723cc6ddeca00dac1dc5df780a1e3de12359 2 | -------------------------------------------------------------------------------- /Pictures/Save_All_Datasets32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/didikunz/CasparCGAddIn/HEAD/Pictures/Save_All_Datasets32.png -------------------------------------------------------------------------------- /Pictures/Timer_StartOffset_S.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/didikunz/CasparCGAddIn/HEAD/Pictures/Timer_StartOffset_S.png -------------------------------------------------------------------------------- /Pictures/google-loading-icon.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/didikunz/CasparCGAddIn/HEAD/Pictures/google-loading-icon.gif -------------------------------------------------------------------------------- /_Doc/Images/AutoUpdateDialog.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/didikunz/CasparCGAddIn/HEAD/_Doc/Images/AutoUpdateDialog.png -------------------------------------------------------------------------------- /_Doc/Images/Browser_Refresh.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/didikunz/CasparCGAddIn/HEAD/_Doc/Images/Browser_Refresh.png -------------------------------------------------------------------------------- /_Doc/Images/DashboardButton.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/didikunz/CasparCGAddIn/HEAD/_Doc/Images/DashboardButton.png -------------------------------------------------------------------------------- /_Doc/Images/Delimited_Range.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/didikunz/CasparCGAddIn/HEAD/_Doc/Images/Delimited_Range.PNG -------------------------------------------------------------------------------- /_Doc/Images/Playback_Update.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/didikunz/CasparCGAddIn/HEAD/_Doc/Images/Playback_Update.png -------------------------------------------------------------------------------- /_Doc/Images/Sheet_Props_Auto.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/didikunz/CasparCGAddIn/HEAD/_Doc/Images/Sheet_Props_Auto.png -------------------------------------------------------------------------------- /_Doc/Images/Sheet_Props_DVE.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/didikunz/CasparCGAddIn/HEAD/_Doc/Images/Sheet_Props_DVE.png -------------------------------------------------------------------------------- /_Doc/Images/SimpleSelection.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/didikunz/CasparCGAddIn/HEAD/_Doc/Images/SimpleSelection.PNG -------------------------------------------------------------------------------- /.vs/CasparCGAddIn/v14/suo2282.tmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/didikunz/CasparCGAddIn/HEAD/.vs/CasparCGAddIn/v14/suo2282.tmp -------------------------------------------------------------------------------- /.vs/CasparCGAddIn/v14/suoECAF.tmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/didikunz/CasparCGAddIn/HEAD/.vs/CasparCGAddIn/v14/suoECAF.tmp -------------------------------------------------------------------------------- /CasparCGAddIn/Resources/Connect.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/didikunz/CasparCGAddIn/HEAD/CasparCGAddIn/Resources/Connect.bmp -------------------------------------------------------------------------------- /CasparCGAddIn/Resources/Connect.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/didikunz/CasparCGAddIn/HEAD/CasparCGAddIn/Resources/Connect.png -------------------------------------------------------------------------------- /CasparCGAddIn/Resources/GlyphUp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/didikunz/CasparCGAddIn/HEAD/CasparCGAddIn/Resources/GlyphUp.png -------------------------------------------------------------------------------- /CasparCGAddIn/Resources/Live64.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/didikunz/CasparCGAddIn/HEAD/CasparCGAddIn/Resources/Live64.png -------------------------------------------------------------------------------- /CasparCGAddIn/Resources/Preview.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/didikunz/CasparCGAddIn/HEAD/CasparCGAddIn/Resources/Preview.bmp -------------------------------------------------------------------------------- /CasparCGAddIn/Resources/Preview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/didikunz/CasparCGAddIn/HEAD/CasparCGAddIn/Resources/Preview.png -------------------------------------------------------------------------------- /CasparCGAddIn/Resources/Refresh.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/didikunz/CasparCGAddIn/HEAD/CasparCGAddIn/Resources/Refresh.bmp -------------------------------------------------------------------------------- /CasparCGAddIn/Resources/Timer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/didikunz/CasparCGAddIn/HEAD/CasparCGAddIn/Resources/Timer.png -------------------------------------------------------------------------------- /Pictures/Playback_Controls_Load.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/didikunz/CasparCGAddIn/HEAD/Pictures/Playback_Controls_Load.png -------------------------------------------------------------------------------- /Pictures/Playback_Controls_Next.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/didikunz/CasparCGAddIn/HEAD/Pictures/Playback_Controls_Next.png -------------------------------------------------------------------------------- /Pictures/Playback_Controls_Play.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/didikunz/CasparCGAddIn/HEAD/Pictures/Playback_Controls_Play.png -------------------------------------------------------------------------------- /Pictures/Playback_Controls_Stop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/didikunz/CasparCGAddIn/HEAD/Pictures/Playback_Controls_Stop.png -------------------------------------------------------------------------------- /_Doc/Images/CasparConnect_Local.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/didikunz/CasparCGAddIn/HEAD/_Doc/Images/CasparConnect_Local.png -------------------------------------------------------------------------------- /_Doc/Images/CasparOSCSettings.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/didikunz/CasparCGAddIn/HEAD/_Doc/Images/CasparOSCSettings.PNG -------------------------------------------------------------------------------- /_Doc/Images/CasparOtherSettings.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/didikunz/CasparCGAddIn/HEAD/_Doc/Images/CasparOtherSettings.PNG -------------------------------------------------------------------------------- /_Doc/Images/GeneralSheetProps.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/didikunz/CasparCGAddIn/HEAD/_Doc/Images/GeneralSheetProps.PNG -------------------------------------------------------------------------------- /_Doc/Images/Sheet_Props_Timer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/didikunz/CasparCGAddIn/HEAD/_Doc/Images/Sheet_Props_Timer.png -------------------------------------------------------------------------------- /CasparCGAddIn/Resources/Dublicate.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/didikunz/CasparCGAddIn/HEAD/CasparCGAddIn/Resources/Dublicate.png -------------------------------------------------------------------------------- /CasparCGAddIn/Resources/GlyphDown.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/didikunz/CasparCGAddIn/HEAD/CasparCGAddIn/Resources/GlyphDown.png -------------------------------------------------------------------------------- /CasparCGAddIn/Resources/GlyphLeft.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/didikunz/CasparCGAddIn/HEAD/CasparCGAddIn/Resources/GlyphLeft.png -------------------------------------------------------------------------------- /CasparCGAddIn/Resources/Refresh16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/didikunz/CasparCGAddIn/HEAD/CasparCGAddIn/Resources/Refresh16.png -------------------------------------------------------------------------------- /CasparCGAddIn/Resources/Refresh32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/didikunz/CasparCGAddIn/HEAD/CasparCGAddIn/Resources/Refresh32.png -------------------------------------------------------------------------------- /CasparCGAddIn/Resources/Save_XML.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/didikunz/CasparCGAddIn/HEAD/CasparCGAddIn/Resources/Save_XML.bmp -------------------------------------------------------------------------------- /CasparCGAddIn/Resources/Save_XML.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/didikunz/CasparCGAddIn/HEAD/CasparCGAddIn/Resources/Save_XML.png -------------------------------------------------------------------------------- /CasparCGAddIn/Resources/ThreeDots.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/didikunz/CasparCGAddIn/HEAD/CasparCGAddIn/Resources/ThreeDots.png -------------------------------------------------------------------------------- /CasparCGAddIn/Resources/TimerPane.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/didikunz/CasparCGAddIn/HEAD/CasparCGAddIn/Resources/TimerPane.png -------------------------------------------------------------------------------- /CasparCGAddIn/Resources/Timer_Lap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/didikunz/CasparCGAddIn/HEAD/CasparCGAddIn/Resources/Timer_Lap.png -------------------------------------------------------------------------------- /CasparCGAddInSetup/Release/setup.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/didikunz/CasparCGAddIn/HEAD/CasparCGAddInSetup/Release/setup.exe -------------------------------------------------------------------------------- /Pictures/Playback_Controls_Audio.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/didikunz/CasparCGAddIn/HEAD/Pictures/Playback_Controls_Audio.png -------------------------------------------------------------------------------- /Pictures/Playback_Controls_Images.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/didikunz/CasparCGAddIn/HEAD/Pictures/Playback_Controls_Images.png -------------------------------------------------------------------------------- /Pictures/Playback_Controls_Query.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/didikunz/CasparCGAddIn/HEAD/Pictures/Playback_Controls_Query.png -------------------------------------------------------------------------------- /Pictures/Playback_Controls_Update.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/didikunz/CasparCGAddIn/HEAD/Pictures/Playback_Controls_Update.png -------------------------------------------------------------------------------- /Pictures/Playback_Controls_Video.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/didikunz/CasparCGAddIn/HEAD/Pictures/Playback_Controls_Video.png -------------------------------------------------------------------------------- /_Doc/Images/Browser_Import_Dialog.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/didikunz/CasparCGAddIn/HEAD/_Doc/Images/Browser_Import_Dialog.png -------------------------------------------------------------------------------- /_Doc/Images/CasparConnect_Remaote.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/didikunz/CasparCGAddIn/HEAD/_Doc/Images/CasparConnect_Remaote.png -------------------------------------------------------------------------------- /_Doc/Images/CasparPreviewSettings.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/didikunz/CasparCGAddIn/HEAD/_Doc/Images/CasparPreviewSettings.PNG -------------------------------------------------------------------------------- /_Doc/Images/DashboarLower_Before.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/didikunz/CasparCGAddIn/HEAD/_Doc/Images/DashboarLower_Before.PNG -------------------------------------------------------------------------------- /_Doc/Images/SetTimerOffset_Dialog.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/didikunz/CasparCGAddIn/HEAD/_Doc/Images/SetTimerOffset_Dialog.png -------------------------------------------------------------------------------- /_Doc/Images/TimerSettings_Dialog.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/didikunz/CasparCGAddIn/HEAD/_Doc/Images/TimerSettings_Dialog.png -------------------------------------------------------------------------------- /CasparCGAddIn/Resources/Add_Button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/didikunz/CasparCGAddIn/HEAD/CasparCGAddIn/Resources/Add_Button.png -------------------------------------------------------------------------------- /CasparCGAddIn/Resources/Base_Folder.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/didikunz/CasparCGAddIn/HEAD/CasparCGAddIn/Resources/Base_Folder.png -------------------------------------------------------------------------------- /CasparCGAddIn/Resources/Cancel_16x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/didikunz/CasparCGAddIn/HEAD/CasparCGAddIn/Resources/Cancel_16x.png -------------------------------------------------------------------------------- /CasparCGAddIn/Resources/Connect_32.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/didikunz/CasparCGAddIn/HEAD/CasparCGAddIn/Resources/Connect_32.bmp -------------------------------------------------------------------------------- /CasparCGAddIn/Resources/FlatList_16x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/didikunz/CasparCGAddIn/HEAD/CasparCGAddIn/Resources/FlatList_16x.png -------------------------------------------------------------------------------- /CasparCGAddIn/Resources/GaugeMeter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/didikunz/CasparCGAddIn/HEAD/CasparCGAddIn/Resources/GaugeMeter.png -------------------------------------------------------------------------------- /CasparCGAddIn/Resources/GlyphCenter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/didikunz/CasparCGAddIn/HEAD/CasparCGAddIn/Resources/GlyphCenter.png -------------------------------------------------------------------------------- /CasparCGAddIn/Resources/GlyphFastUp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/didikunz/CasparCGAddIn/HEAD/CasparCGAddIn/Resources/GlyphFastUp.png -------------------------------------------------------------------------------- /CasparCGAddIn/Resources/GlyphRight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/didikunz/CasparCGAddIn/HEAD/CasparCGAddIn/Resources/GlyphRight.png -------------------------------------------------------------------------------- /CasparCGAddIn/Resources/Open_Image.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/didikunz/CasparCGAddIn/HEAD/CasparCGAddIn/Resources/Open_Image.png -------------------------------------------------------------------------------- /CasparCGAddIn/Resources/PowerQuery32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/didikunz/CasparCGAddIn/HEAD/CasparCGAddIn/Resources/PowerQuery32.png -------------------------------------------------------------------------------- /CasparCGAddIn/Resources/Refresh_Icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/didikunz/CasparCGAddIn/HEAD/CasparCGAddIn/Resources/Refresh_Icon.png -------------------------------------------------------------------------------- /CasparCGAddIn/Resources/Save_Dataset.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/didikunz/CasparCGAddIn/HEAD/CasparCGAddIn/Resources/Save_Dataset.bmp -------------------------------------------------------------------------------- /CasparCGAddIn/Resources/Save_Dataset.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/didikunz/CasparCGAddIn/HEAD/CasparCGAddIn/Resources/Save_Dataset.png -------------------------------------------------------------------------------- /CasparCGAddIn/Resources/Select_Range.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/didikunz/CasparCGAddIn/HEAD/CasparCGAddIn/Resources/Select_Range.bmp -------------------------------------------------------------------------------- /CasparCGAddIn/Resources/Select_Range.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/didikunz/CasparCGAddIn/HEAD/CasparCGAddIn/Resources/Select_Range.png -------------------------------------------------------------------------------- /CasparCGAddIn/Resources/Synchronize.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/didikunz/CasparCGAddIn/HEAD/CasparCGAddIn/Resources/Synchronize.png -------------------------------------------------------------------------------- /CasparCGAddIn/Resources/Timer_Load.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/didikunz/CasparCGAddIn/HEAD/CasparCGAddIn/Resources/Timer_Load.png -------------------------------------------------------------------------------- /CasparCGAddIn/Resources/Timer_Minus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/didikunz/CasparCGAddIn/HEAD/CasparCGAddIn/Resources/Timer_Minus.png -------------------------------------------------------------------------------- /CasparCGAddIn/Resources/Timer_Pause.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/didikunz/CasparCGAddIn/HEAD/CasparCGAddIn/Resources/Timer_Pause.png -------------------------------------------------------------------------------- /CasparCGAddIn/Resources/Timer_Plus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/didikunz/CasparCGAddIn/HEAD/CasparCGAddIn/Resources/Timer_Plus.png -------------------------------------------------------------------------------- /CasparCGAddIn/Resources/Timer_Reset.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/didikunz/CasparCGAddIn/HEAD/CasparCGAddIn/Resources/Timer_Reset.png -------------------------------------------------------------------------------- /CasparCGAddIn/Resources/Timer_Resume.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/didikunz/CasparCGAddIn/HEAD/CasparCGAddIn/Resources/Timer_Resume.png -------------------------------------------------------------------------------- /CasparCGAddIn/Resources/Timer_Start.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/didikunz/CasparCGAddIn/HEAD/CasparCGAddIn/Resources/Timer_Start.png -------------------------------------------------------------------------------- /CasparCGAddIn/Resources/Timer_Stop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/didikunz/CasparCGAddIn/HEAD/CasparCGAddIn/Resources/Timer_Stop.png -------------------------------------------------------------------------------- /CasparCGAddIn/Resources/Timer_Stop_s.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/didikunz/CasparCGAddIn/HEAD/CasparCGAddIn/Resources/Timer_Stop_s.png -------------------------------------------------------------------------------- /CasparCGAddIn/Resources/Web_Download.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/didikunz/CasparCGAddIn/HEAD/CasparCGAddIn/Resources/Web_Download.png -------------------------------------------------------------------------------- /CasparCGAddInSetup.old/Release/setup.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/didikunz/CasparCGAddIn/HEAD/CasparCGAddInSetup.old/Release/setup.exe -------------------------------------------------------------------------------- /Pictures/Playback_Controls_Settings.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/didikunz/CasparCGAddIn/HEAD/Pictures/Playback_Controls_Settings.png -------------------------------------------------------------------------------- /Pictures/Playback_Controls_Template.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/didikunz/CasparCGAddIn/HEAD/Pictures/Playback_Controls_Template.png -------------------------------------------------------------------------------- /CasparCGAddIn/Resources/ASPNETWeb_64x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/didikunz/CasparCGAddIn/HEAD/CasparCGAddIn/Resources/ASPNETWeb_64x.png -------------------------------------------------------------------------------- /CasparCGAddIn/Resources/GlyphFastDown.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/didikunz/CasparCGAddIn/HEAD/CasparCGAddIn/Resources/GlyphFastDown.png -------------------------------------------------------------------------------- /CasparCGAddIn/Resources/GlyphFastLeft.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/didikunz/CasparCGAddIn/HEAD/CasparCGAddIn/Resources/GlyphFastLeft.png -------------------------------------------------------------------------------- /CasparCGAddIn/Resources/GlyphFastRight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/didikunz/CasparCGAddIn/HEAD/CasparCGAddIn/Resources/GlyphFastRight.png -------------------------------------------------------------------------------- /CasparCGAddIn/Resources/Paint_Palette.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/didikunz/CasparCGAddIn/HEAD/CasparCGAddIn/Resources/Paint_Palette.png -------------------------------------------------------------------------------- /CasparCGAddIn/Resources/PreviewRefresh.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/didikunz/CasparCGAddIn/HEAD/CasparCGAddIn/Resources/PreviewRefresh.bmp -------------------------------------------------------------------------------- /CasparCGAddIn/Resources/PreviewRefresh.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/didikunz/CasparCGAddIn/HEAD/CasparCGAddIn/Resources/PreviewRefresh.png -------------------------------------------------------------------------------- /CasparCGAddIn/Resources/Save_Dataset32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/didikunz/CasparCGAddIn/HEAD/CasparCGAddIn/Resources/Save_Dataset32.png -------------------------------------------------------------------------------- /CasparCGAddIn/Resources/StartTime_48x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/didikunz/CasparCGAddIn/HEAD/CasparCGAddIn/Resources/StartTime_48x.png -------------------------------------------------------------------------------- /CasparCGAddIn/Resources/StartTime_64x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/didikunz/CasparCGAddIn/HEAD/CasparCGAddIn/Resources/StartTime_64x.png -------------------------------------------------------------------------------- /CasparCGAddIn/Resources/Timer_Start_s.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/didikunz/CasparCGAddIn/HEAD/CasparCGAddIn/Resources/Timer_Start_s.png -------------------------------------------------------------------------------- /CasparCGAddIn/Resources/loader-spinner.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/didikunz/CasparCGAddIn/HEAD/CasparCGAddIn/Resources/loader-spinner.gif -------------------------------------------------------------------------------- /CasparCGAddIn/bin/Debug/Bespoke.Common.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/didikunz/CasparCGAddIn/HEAD/CasparCGAddIn/bin/Debug/Bespoke.Common.dll -------------------------------------------------------------------------------- /CasparCGAddIn/bin/Debug/Bespoke.Common.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/didikunz/CasparCGAddIn/HEAD/CasparCGAddIn/bin/Debug/Bespoke.Common.pdb -------------------------------------------------------------------------------- /CasparCGAddIn/bin/Debug/CasparCGAddIn.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/didikunz/CasparCGAddIn/HEAD/CasparCGAddIn/bin/Debug/CasparCGAddIn.dll -------------------------------------------------------------------------------- /CasparCGAddIn/bin/Debug/CasparCGAddIn.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/didikunz/CasparCGAddIn/HEAD/CasparCGAddIn/bin/Debug/CasparCGAddIn.pdb -------------------------------------------------------------------------------- /CasparCGAddIn/bin/Debug/CasparObjects.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/didikunz/CasparCGAddIn/HEAD/CasparCGAddIn/bin/Debug/CasparObjects.dll -------------------------------------------------------------------------------- /CasparCGAddIn/bin/Debug/CasparObjects.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/didikunz/CasparCGAddIn/HEAD/CasparCGAddIn/bin/Debug/CasparObjects.pdb -------------------------------------------------------------------------------- /CasparCGAddIn/bin/Debug/CommonAppData.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/didikunz/CasparCGAddIn/HEAD/CasparCGAddIn/bin/Debug/CommonAppData.dll -------------------------------------------------------------------------------- /CasparCGAddIn/bin/Debug/CommonControls.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/didikunz/CasparCGAddIn/HEAD/CasparCGAddIn/bin/Debug/CommonControls.dll -------------------------------------------------------------------------------- /CasparCGAddIn/obj/Debug/CasparCGAddIn.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/didikunz/CasparCGAddIn/HEAD/CasparCGAddIn/obj/Debug/CasparCGAddIn.dll -------------------------------------------------------------------------------- /CasparCGAddIn/obj/Debug/CasparCGAddIn.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/didikunz/CasparCGAddIn/HEAD/CasparCGAddIn/obj/Debug/CasparCGAddIn.pdb -------------------------------------------------------------------------------- /_Doc/Images/SimpleHorizontalSelection.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/didikunz/CasparCGAddIn/HEAD/_Doc/Images/SimpleHorizontalSelection.PNG -------------------------------------------------------------------------------- /CasparCGAddIn/CasparCGAddIn_TemporaryKey.pfx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/didikunz/CasparCGAddIn/HEAD/CasparCGAddIn/CasparCGAddIn_TemporaryKey.pfx -------------------------------------------------------------------------------- /CasparCGAddIn/Resources/Save_All_Datasets.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/didikunz/CasparCGAddIn/HEAD/CasparCGAddIn/Resources/Save_All_Datasets.bmp -------------------------------------------------------------------------------- /CasparCGAddIn/Resources/Save_All_Datasets.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/didikunz/CasparCGAddIn/HEAD/CasparCGAddIn/Resources/Save_All_Datasets.png -------------------------------------------------------------------------------- /CasparCGAddIn/Resources/Select_Template.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/didikunz/CasparCGAddIn/HEAD/CasparCGAddIn/Resources/Select_Template.bmp -------------------------------------------------------------------------------- /CasparCGAddIn/Resources/Select_Template.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/didikunz/CasparCGAddIn/HEAD/CasparCGAddIn/Resources/Select_Template.png -------------------------------------------------------------------------------- /CasparCGAddIn/Resources/Timer_SetOffset.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/didikunz/CasparCGAddIn/HEAD/CasparCGAddIn/Resources/Timer_SetOffset.png -------------------------------------------------------------------------------- /CasparCGAddIn/Resources/Timer_StartOffset.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/didikunz/CasparCGAddIn/HEAD/CasparCGAddIn/Resources/Timer_StartOffset.png -------------------------------------------------------------------------------- /CasparCGAddIn/Resources/Web_Refresh_64x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/didikunz/CasparCGAddIn/HEAD/CasparCGAddIn/Resources/Web_Refresh_64x.png -------------------------------------------------------------------------------- /CasparCGAddIn/Resources/Web_Refresh_64x1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/didikunz/CasparCGAddIn/HEAD/CasparCGAddIn/Resources/Web_Refresh_64x1.png -------------------------------------------------------------------------------- /CasparCGAddIn/bin/Debug/Newtonsoft.Json.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/didikunz/CasparCGAddIn/HEAD/CasparCGAddIn/bin/Debug/Newtonsoft.Json.dll -------------------------------------------------------------------------------- /CasparCGAddIn/bin/Debug/Newtonsoft.Json.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/didikunz/CasparCGAddIn/HEAD/CasparCGAddIn/bin/Debug/Newtonsoft.Json.pdb -------------------------------------------------------------------------------- /CasparCGAddIn/bin/Release/Bespoke.Common.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/didikunz/CasparCGAddIn/HEAD/CasparCGAddIn/bin/Release/Bespoke.Common.dll -------------------------------------------------------------------------------- /CasparCGAddIn/bin/Release/Bespoke.Common.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/didikunz/CasparCGAddIn/HEAD/CasparCGAddIn/bin/Release/Bespoke.Common.pdb -------------------------------------------------------------------------------- /CasparCGAddIn/bin/Release/CasparCGAddIn.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/didikunz/CasparCGAddIn/HEAD/CasparCGAddIn/bin/Release/CasparCGAddIn.dll -------------------------------------------------------------------------------- /CasparCGAddIn/bin/Release/CasparCGAddIn.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/didikunz/CasparCGAddIn/HEAD/CasparCGAddIn/bin/Release/CasparCGAddIn.pdb -------------------------------------------------------------------------------- /CasparCGAddIn/bin/Release/CasparObjects.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/didikunz/CasparCGAddIn/HEAD/CasparCGAddIn/bin/Release/CasparObjects.dll -------------------------------------------------------------------------------- /CasparCGAddIn/bin/Release/CasparObjects.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/didikunz/CasparCGAddIn/HEAD/CasparCGAddIn/bin/Release/CasparObjects.pdb -------------------------------------------------------------------------------- /CasparCGAddIn/bin/Release/CommonAppData.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/didikunz/CasparCGAddIn/HEAD/CasparCGAddIn/bin/Release/CommonAppData.dll -------------------------------------------------------------------------------- /CasparCGAddIn/bin/Release/CommonControls.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/didikunz/CasparCGAddIn/HEAD/CasparCGAddIn/bin/Release/CommonControls.dll -------------------------------------------------------------------------------- /CasparCGAddIn/bin/Release/Newtonsoft.Json.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/didikunz/CasparCGAddIn/HEAD/CasparCGAddIn/bin/Release/Newtonsoft.Json.dll -------------------------------------------------------------------------------- /CasparCGAddIn/bin/Release/Newtonsoft.Json.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/didikunz/CasparCGAddIn/HEAD/CasparCGAddIn/bin/Release/Newtonsoft.Json.pdb -------------------------------------------------------------------------------- /CasparCGAddIn/obj/Release/CasparCGAddIn.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/didikunz/CasparCGAddIn/HEAD/CasparCGAddIn/obj/Release/CasparCGAddIn.dll -------------------------------------------------------------------------------- /CasparCGAddIn/obj/Release/CasparCGAddIn.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/didikunz/CasparCGAddIn/HEAD/CasparCGAddIn/obj/Release/CasparCGAddIn.pdb -------------------------------------------------------------------------------- /_Doc/Images/DashboarLower_Settings_Button.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/didikunz/CasparCGAddIn/HEAD/_Doc/Images/DashboarLower_Settings_Button.PNG -------------------------------------------------------------------------------- /packages/ExcelDna.AddIn.1.0.0/.signature.p7s: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/didikunz/CasparCGAddIn/HEAD/packages/ExcelDna.AddIn.1.0.0/.signature.p7s -------------------------------------------------------------------------------- /CasparCGAddIn/Resources/Save_All_Datasets32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/didikunz/CasparCGAddIn/HEAD/CasparCGAddIn/Resources/Save_All_Datasets32.png -------------------------------------------------------------------------------- /CasparCGAddIn/Resources/Timer_StartOffset_S.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/didikunz/CasparCGAddIn/HEAD/CasparCGAddIn/Resources/Timer_StartOffset_S.png -------------------------------------------------------------------------------- /CasparCGAddIn/Resources/google-loading-icon.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/didikunz/CasparCGAddIn/HEAD/CasparCGAddIn/Resources/google-loading-icon.gif -------------------------------------------------------------------------------- /CasparCGAddIn/bin/Debug/Bespoke.Common.Osc.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/didikunz/CasparCGAddIn/HEAD/CasparCGAddIn/bin/Debug/Bespoke.Common.Osc.dll -------------------------------------------------------------------------------- /CasparCGAddIn/bin/Debug/Bespoke.Common.Osc.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/didikunz/CasparCGAddIn/HEAD/CasparCGAddIn/bin/Debug/Bespoke.Common.Osc.pdb -------------------------------------------------------------------------------- /CasparCGAddIn/Resources/Playback_Controls_Load.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/didikunz/CasparCGAddIn/HEAD/CasparCGAddIn/Resources/Playback_Controls_Load.png -------------------------------------------------------------------------------- /CasparCGAddIn/Resources/Playback_Controls_Next.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/didikunz/CasparCGAddIn/HEAD/CasparCGAddIn/Resources/Playback_Controls_Next.png -------------------------------------------------------------------------------- /CasparCGAddIn/Resources/Playback_Controls_Play.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/didikunz/CasparCGAddIn/HEAD/CasparCGAddIn/Resources/Playback_Controls_Play.png -------------------------------------------------------------------------------- /CasparCGAddIn/Resources/Playback_Controls_Stop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/didikunz/CasparCGAddIn/HEAD/CasparCGAddIn/Resources/Playback_Controls_Stop.png -------------------------------------------------------------------------------- /CasparCGAddIn/bin/Debug/Microsoft.Office.Tools.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/didikunz/CasparCGAddIn/HEAD/CasparCGAddIn/bin/Debug/Microsoft.Office.Tools.dll -------------------------------------------------------------------------------- /CasparCGAddIn/bin/Release/Bespoke.Common.Osc.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/didikunz/CasparCGAddIn/HEAD/CasparCGAddIn/bin/Release/Bespoke.Common.Osc.dll -------------------------------------------------------------------------------- /CasparCGAddIn/bin/Release/Bespoke.Common.Osc.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/didikunz/CasparCGAddIn/HEAD/CasparCGAddIn/bin/Release/Bespoke.Common.Osc.pdb -------------------------------------------------------------------------------- /CasparCGAddInSetup/Release/CasparCGAddInSetup.msi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/didikunz/CasparCGAddIn/HEAD/CasparCGAddInSetup/Release/CasparCGAddInSetup.msi -------------------------------------------------------------------------------- /CasparCGFunctions/bin/Debug/CasparCGFunctions.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/didikunz/CasparCGAddIn/HEAD/CasparCGFunctions/bin/Debug/CasparCGFunctions.dll -------------------------------------------------------------------------------- /CasparCGFunctions/bin/Debug/CasparCGFunctions.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/didikunz/CasparCGAddIn/HEAD/CasparCGFunctions/bin/Debug/CasparCGFunctions.pdb -------------------------------------------------------------------------------- /CasparCGFunctions/obj/Debug/CasparCGFunctions.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/didikunz/CasparCGAddIn/HEAD/CasparCGFunctions/obj/Debug/CasparCGFunctions.dll -------------------------------------------------------------------------------- /CasparCGFunctions/obj/Debug/CasparCGFunctions.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/didikunz/CasparCGAddIn/HEAD/CasparCGFunctions/obj/Debug/CasparCGFunctions.pdb -------------------------------------------------------------------------------- /packages/ExcelDna.AddIn.1.0.0/tools/ExcelDna.xll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/didikunz/CasparCGAddIn/HEAD/packages/ExcelDna.AddIn.1.0.0/tools/ExcelDna.xll -------------------------------------------------------------------------------- /packages/ExcelDna.AddIn.1.0.0/tools/ExcelDna64.xll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/didikunz/CasparCGAddIn/HEAD/packages/ExcelDna.AddIn.1.0.0/tools/ExcelDna64.xll -------------------------------------------------------------------------------- /packages/ExcelDna.Integration.1.0.0/.signature.p7s: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/didikunz/CasparCGAddIn/HEAD/packages/ExcelDna.Integration.1.0.0/.signature.p7s -------------------------------------------------------------------------------- /CasparCGAddIn/Resources/Playback_Controls_Audio.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/didikunz/CasparCGAddIn/HEAD/CasparCGAddIn/Resources/Playback_Controls_Audio.png -------------------------------------------------------------------------------- /CasparCGAddIn/Resources/Playback_Controls_Images.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/didikunz/CasparCGAddIn/HEAD/CasparCGAddIn/Resources/Playback_Controls_Images.png -------------------------------------------------------------------------------- /CasparCGAddIn/Resources/Playback_Controls_Query.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/didikunz/CasparCGAddIn/HEAD/CasparCGAddIn/Resources/Playback_Controls_Query.png -------------------------------------------------------------------------------- /CasparCGAddIn/Resources/Playback_Controls_Update.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/didikunz/CasparCGAddIn/HEAD/CasparCGAddIn/Resources/Playback_Controls_Update.png -------------------------------------------------------------------------------- /CasparCGAddIn/Resources/Playback_Controls_Video.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/didikunz/CasparCGAddIn/HEAD/CasparCGAddIn/Resources/Playback_Controls_Video.png -------------------------------------------------------------------------------- /CasparCGAddIn/bin/Release/Microsoft.Office.Tools.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/didikunz/CasparCGAddIn/HEAD/CasparCGAddIn/bin/Release/Microsoft.Office.Tools.dll -------------------------------------------------------------------------------- /CasparCGFunctions/bin/Release/CasparCGFunctions.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/didikunz/CasparCGAddIn/HEAD/CasparCGFunctions/bin/Release/CasparCGFunctions.dll -------------------------------------------------------------------------------- /CasparCGFunctions/bin/Release/CasparCGFunctions.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/didikunz/CasparCGAddIn/HEAD/CasparCGFunctions/bin/Release/CasparCGFunctions.pdb -------------------------------------------------------------------------------- /CasparCGFunctions/obj/Release/CasparCGFunctions.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/didikunz/CasparCGAddIn/HEAD/CasparCGFunctions/obj/Release/CasparCGFunctions.dll -------------------------------------------------------------------------------- /CasparCGFunctions/obj/Release/CasparCGFunctions.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/didikunz/CasparCGAddIn/HEAD/CasparCGFunctions/obj/Release/CasparCGFunctions.pdb -------------------------------------------------------------------------------- /packages/ExcelDna.AddIn.1.0.0/tools/ExcelDnaPack.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/didikunz/CasparCGAddIn/HEAD/packages/ExcelDna.AddIn.1.0.0/tools/ExcelDnaPack.exe -------------------------------------------------------------------------------- /CasparCGAddIn/Resources/Playback_Controls_LoadQuery.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/didikunz/CasparCGAddIn/HEAD/CasparCGAddIn/Resources/Playback_Controls_LoadQuery.png -------------------------------------------------------------------------------- /CasparCGAddIn/Resources/Playback_Controls_Settings.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/didikunz/CasparCGAddIn/HEAD/CasparCGAddIn/Resources/Playback_Controls_Settings.png -------------------------------------------------------------------------------- /CasparCGAddIn/Resources/Playback_Controls_Template.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/didikunz/CasparCGAddIn/HEAD/CasparCGAddIn/Resources/Playback_Controls_Template.png -------------------------------------------------------------------------------- /CasparCGAddIn/obj/Debug/CasparCGAddIn.frmWait.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/didikunz/CasparCGAddIn/HEAD/CasparCGAddIn/obj/Debug/CasparCGAddIn.frmWait.resources -------------------------------------------------------------------------------- /CasparCGAddInSetup.old/Release/CasparCGAddInSetup.msi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/didikunz/CasparCGAddIn/HEAD/CasparCGAddInSetup.old/Release/CasparCGAddInSetup.msi -------------------------------------------------------------------------------- /CasparCGFunctions/bin/Debug/CasparCGFunctions-AddIn.xll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/didikunz/CasparCGAddIn/HEAD/CasparCGFunctions/bin/Debug/CasparCGFunctions-AddIn.xll -------------------------------------------------------------------------------- /CasparCGAddIn/bin/Debug/Microsoft.Office.Tools.Common.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/didikunz/CasparCGAddIn/HEAD/CasparCGAddIn/bin/Debug/Microsoft.Office.Tools.Common.dll -------------------------------------------------------------------------------- /CasparCGAddIn/bin/Debug/Microsoft.Office.Tools.Excel.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/didikunz/CasparCGAddIn/HEAD/CasparCGAddIn/bin/Debug/Microsoft.Office.Tools.Excel.dll -------------------------------------------------------------------------------- /CasparCGAddIn/obj/Debug/CasparCGAddIn.Resources.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/didikunz/CasparCGAddIn/HEAD/CasparCGAddIn/obj/Debug/CasparCGAddIn.Resources.resources -------------------------------------------------------------------------------- /CasparCGAddIn/obj/Release/CasparCGAddIn.frmWait.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/didikunz/CasparCGAddIn/HEAD/CasparCGAddIn/obj/Release/CasparCGAddIn.frmWait.resources -------------------------------------------------------------------------------- /CasparCGFunctions/bin/Debug/CasparCGFunctions-AddIn64.xll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/didikunz/CasparCGAddIn/HEAD/CasparCGFunctions/bin/Debug/CasparCGFunctions-AddIn64.xll -------------------------------------------------------------------------------- /CasparCGFunctions/bin/Release/CasparCGFunctions-AddIn.xll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/didikunz/CasparCGAddIn/HEAD/CasparCGFunctions/bin/Release/CasparCGFunctions-AddIn.xll -------------------------------------------------------------------------------- /packages/ExcelDna.AddIn.1.0.0/ExcelDna.AddIn.1.0.0.nupkg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/didikunz/CasparCGAddIn/HEAD/packages/ExcelDna.AddIn.1.0.0/ExcelDna.AddIn.1.0.0.nupkg -------------------------------------------------------------------------------- /CasparCGAddIn/bin/Release/Microsoft.Office.Tools.Common.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/didikunz/CasparCGAddIn/HEAD/CasparCGAddIn/bin/Release/Microsoft.Office.Tools.Common.dll -------------------------------------------------------------------------------- /CasparCGAddIn/bin/Release/Microsoft.Office.Tools.Excel.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/didikunz/CasparCGAddIn/HEAD/CasparCGAddIn/bin/Release/Microsoft.Office.Tools.Excel.dll -------------------------------------------------------------------------------- /CasparCGAddIn/obj/Debug/CasparCGAddIn.frmSettings.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/didikunz/CasparCGAddIn/HEAD/CasparCGAddIn/obj/Debug/CasparCGAddIn.frmSettings.resources -------------------------------------------------------------------------------- /CasparCGAddIn/obj/Debug/CasparCGAddIn.frmTimerLaps.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/didikunz/CasparCGAddIn/HEAD/CasparCGAddIn/obj/Debug/CasparCGAddIn.frmTimerLaps.resources -------------------------------------------------------------------------------- /CasparCGAddIn/obj/Debug/CasparCGAddIn.ribCasparCG.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/didikunz/CasparCGAddIn/HEAD/CasparCGAddIn/obj/Debug/CasparCGAddIn.ribCasparCG.resources -------------------------------------------------------------------------------- /CasparCGAddIn/obj/Debug/CasparCGAddIn.ucDashboard.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/didikunz/CasparCGAddIn/HEAD/CasparCGAddIn/obj/Debug/CasparCGAddIn.ucDashboard.resources -------------------------------------------------------------------------------- /CasparCGAddIn/obj/Release/CasparCGAddIn.Resources.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/didikunz/CasparCGAddIn/HEAD/CasparCGAddIn/obj/Release/CasparCGAddIn.Resources.resources -------------------------------------------------------------------------------- /CasparCGFunctions/bin/Release/CasparCGFunctions-AddIn64.xll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/didikunz/CasparCGAddIn/HEAD/CasparCGFunctions/bin/Release/CasparCGFunctions-AddIn64.xll -------------------------------------------------------------------------------- /packages/ExcelDna.AddIn.1.0.0/tools/ExcelDna.AddIn.Tasks.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/didikunz/CasparCGAddIn/HEAD/packages/ExcelDna.AddIn.1.0.0/tools/ExcelDna.AddIn.Tasks.dll -------------------------------------------------------------------------------- /packages/ExcelDna.AddIn.1.0.0/tools/ExcelDna.Integration.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/didikunz/CasparCGAddIn/HEAD/packages/ExcelDna.AddIn.1.0.0/tools/ExcelDna.Integration.dll -------------------------------------------------------------------------------- /CasparCGAddIn/obj/Debug/CasparCGAddIn.frmLayerRules.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/didikunz/CasparCGAddIn/HEAD/CasparCGAddIn/obj/Debug/CasparCGAddIn.frmLayerRules.resources -------------------------------------------------------------------------------- /CasparCGAddIn/obj/Debug/CasparCGAddIn.frmSelectQuery.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/didikunz/CasparCGAddIn/HEAD/CasparCGAddIn/obj/Debug/CasparCGAddIn.frmSelectQuery.resources -------------------------------------------------------------------------------- /CasparCGAddIn/obj/Debug/CasparCGAddIn.frmWebbrowser.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/didikunz/CasparCGAddIn/HEAD/CasparCGAddIn/obj/Debug/CasparCGAddIn.frmWebbrowser.resources -------------------------------------------------------------------------------- /CasparCGAddIn/obj/Release/CasparCGAddIn.frmSettings.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/didikunz/CasparCGAddIn/HEAD/CasparCGAddIn/obj/Release/CasparCGAddIn.frmSettings.resources -------------------------------------------------------------------------------- /CasparCGAddIn/obj/Release/CasparCGAddIn.frmTimerLaps.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/didikunz/CasparCGAddIn/HEAD/CasparCGAddIn/obj/Release/CasparCGAddIn.frmTimerLaps.resources -------------------------------------------------------------------------------- /CasparCGAddIn/obj/Release/CasparCGAddIn.ribCasparCG.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/didikunz/CasparCGAddIn/HEAD/CasparCGAddIn/obj/Release/CasparCGAddIn.ribCasparCG.resources -------------------------------------------------------------------------------- /CasparCGAddIn/obj/Release/CasparCGAddIn.ucDashboard.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/didikunz/CasparCGAddIn/HEAD/CasparCGAddIn/obj/Release/CasparCGAddIn.ucDashboard.resources -------------------------------------------------------------------------------- /CasparCGFunctions/bin/Debug/CasparCGFunctions-AddIn-packed.xll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/didikunz/CasparCGAddIn/HEAD/CasparCGFunctions/bin/Debug/CasparCGFunctions-AddIn-packed.xll -------------------------------------------------------------------------------- /CasparCGFunctions/obj/Debug/ExcelFunctions.Resources.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/didikunz/CasparCGAddIn/HEAD/CasparCGFunctions/obj/Debug/ExcelFunctions.Resources.resources -------------------------------------------------------------------------------- /CasparCGAddIn/bin/Debug/Microsoft.Office.Tools.v4.0.Framework.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/didikunz/CasparCGAddIn/HEAD/CasparCGAddIn/bin/Debug/Microsoft.Office.Tools.v4.0.Framework.dll -------------------------------------------------------------------------------- /CasparCGAddIn/obj/Debug/CasparCGAddIn.frmTimerSettings.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/didikunz/CasparCGAddIn/HEAD/CasparCGAddIn/obj/Debug/CasparCGAddIn.frmTimerSettings.resources -------------------------------------------------------------------------------- /CasparCGAddIn/obj/Debug/CasparCGAddIn.ucPlaybackButtons.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/didikunz/CasparCGAddIn/HEAD/CasparCGAddIn/obj/Debug/CasparCGAddIn.ucPlaybackButtons.resources -------------------------------------------------------------------------------- /CasparCGAddIn/obj/Debug/CasparCGAddIn.ucTimeSpanEditor.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/didikunz/CasparCGAddIn/HEAD/CasparCGAddIn/obj/Debug/CasparCGAddIn.ucTimeSpanEditor.resources -------------------------------------------------------------------------------- /CasparCGAddIn/obj/Debug/DesignTimeResolveAssemblyReferences.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/didikunz/CasparCGAddIn/HEAD/CasparCGAddIn/obj/Debug/DesignTimeResolveAssemblyReferences.cache -------------------------------------------------------------------------------- /CasparCGAddIn/obj/Release/CasparCGAddIn.frmLayerRules.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/didikunz/CasparCGAddIn/HEAD/CasparCGAddIn/obj/Release/CasparCGAddIn.frmLayerRules.resources -------------------------------------------------------------------------------- /CasparCGAddIn/obj/Release/CasparCGAddIn.frmSelectQuery.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/didikunz/CasparCGAddIn/HEAD/CasparCGAddIn/obj/Release/CasparCGAddIn.frmSelectQuery.resources -------------------------------------------------------------------------------- /CasparCGAddIn/obj/Release/CasparCGAddIn.frmWebbrowser.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/didikunz/CasparCGAddIn/HEAD/CasparCGAddIn/obj/Release/CasparCGAddIn.frmWebbrowser.resources -------------------------------------------------------------------------------- /CasparCGFunctions/bin/Debug/CasparCGFunctions-AddIn64-packed.xll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/didikunz/CasparCGAddIn/HEAD/CasparCGFunctions/bin/Debug/CasparCGFunctions-AddIn64-packed.xll -------------------------------------------------------------------------------- /CasparCGFunctions/bin/Release/CasparCGFunctions-AddIn-packed.xll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/didikunz/CasparCGAddIn/HEAD/CasparCGFunctions/bin/Release/CasparCGFunctions-AddIn-packed.xll -------------------------------------------------------------------------------- /CasparCGFunctions/obj/Release/ExcelFunctions.Resources.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/didikunz/CasparCGAddIn/HEAD/CasparCGFunctions/obj/Release/ExcelFunctions.Resources.resources -------------------------------------------------------------------------------- /packages/ExcelDna.Integration.1.0.0/lib/ExcelDna.Integration.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/didikunz/CasparCGAddIn/HEAD/packages/ExcelDna.Integration.1.0.0/lib/ExcelDna.Integration.dll -------------------------------------------------------------------------------- /CasparCGAddIn/bin/Release/Microsoft.Office.Tools.v4.0.Framework.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/didikunz/CasparCGAddIn/HEAD/CasparCGAddIn/bin/Release/Microsoft.Office.Tools.v4.0.Framework.dll -------------------------------------------------------------------------------- /CasparCGAddIn/obj/Debug/CasparCGAddIn.frmSheetProperties.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/didikunz/CasparCGAddIn/HEAD/CasparCGAddIn/obj/Debug/CasparCGAddIn.frmSheetProperties.resources -------------------------------------------------------------------------------- /CasparCGAddIn/obj/Debug/CasparCGAddIn.ucPlaybackControls.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/didikunz/CasparCGAddIn/HEAD/CasparCGAddIn/obj/Debug/CasparCGAddIn.ucPlaybackControls.resources -------------------------------------------------------------------------------- /CasparCGAddIn/obj/Debug/CasparCGAddIn.vbproj.GenerateResource.Cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/didikunz/CasparCGAddIn/HEAD/CasparCGAddIn/obj/Debug/CasparCGAddIn.vbproj.GenerateResource.Cache -------------------------------------------------------------------------------- /CasparCGAddIn/obj/Debug/TempPE/My Project.Resources.Designer.vb.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/didikunz/CasparCGAddIn/HEAD/CasparCGAddIn/obj/Debug/TempPE/My Project.Resources.Designer.vb.dll -------------------------------------------------------------------------------- /CasparCGAddIn/obj/Release/CasparCGAddIn.frmTimerSettings.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/didikunz/CasparCGAddIn/HEAD/CasparCGAddIn/obj/Release/CasparCGAddIn.frmTimerSettings.resources -------------------------------------------------------------------------------- /CasparCGAddIn/obj/Release/CasparCGAddIn.ucPlaybackButtons.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/didikunz/CasparCGAddIn/HEAD/CasparCGAddIn/obj/Release/CasparCGAddIn.ucPlaybackButtons.resources -------------------------------------------------------------------------------- /CasparCGAddIn/obj/Release/CasparCGAddIn.ucTimeSpanEditor.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/didikunz/CasparCGAddIn/HEAD/CasparCGAddIn/obj/Release/CasparCGAddIn.ucTimeSpanEditor.resources -------------------------------------------------------------------------------- /CasparCGAddIn/obj/Release/DesignTimeResolveAssemblyReferences.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/didikunz/CasparCGAddIn/HEAD/CasparCGAddIn/obj/Release/DesignTimeResolveAssemblyReferences.cache -------------------------------------------------------------------------------- /CasparCGFunctions/bin/Release/CasparCGFunctions-AddIn64-packed.xll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/didikunz/CasparCGAddIn/HEAD/CasparCGFunctions/bin/Release/CasparCGFunctions-AddIn64-packed.xll -------------------------------------------------------------------------------- /CasparCGAddIn/obj/Debug/CasparCGAddIn.frmChangeTemplatePath.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/didikunz/CasparCGAddIn/HEAD/CasparCGAddIn/obj/Debug/CasparCGAddIn.frmChangeTemplatePath.resources -------------------------------------------------------------------------------- /CasparCGAddIn/obj/Debug/CasparCGAddIn.frmDashboardSettings.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/didikunz/CasparCGAddIn/HEAD/CasparCGAddIn/obj/Debug/CasparCGAddIn.frmDashboardSettings.resources -------------------------------------------------------------------------------- /CasparCGAddIn/obj/Debug/CasparCGAddIn.frmSetTimerStartOffset.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/didikunz/CasparCGAddIn/HEAD/CasparCGAddIn/obj/Debug/CasparCGAddIn.frmSetTimerStartOffset.resources -------------------------------------------------------------------------------- /CasparCGAddIn/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/didikunz/CasparCGAddIn/HEAD/CasparCGAddIn/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache -------------------------------------------------------------------------------- /CasparCGAddIn/obj/Debug/TempPE/My Project.Resources1.Designer.vb.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/didikunz/CasparCGAddIn/HEAD/CasparCGAddIn/obj/Debug/TempPE/My Project.Resources1.Designer.vb.dll -------------------------------------------------------------------------------- /CasparCGAddIn/obj/Release/CasparCGAddIn.frmDashboardSettings.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/didikunz/CasparCGAddIn/HEAD/CasparCGAddIn/obj/Release/CasparCGAddIn.frmDashboardSettings.resources -------------------------------------------------------------------------------- /CasparCGAddIn/obj/Release/CasparCGAddIn.frmSheetProperties.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/didikunz/CasparCGAddIn/HEAD/CasparCGAddIn/obj/Release/CasparCGAddIn.frmSheetProperties.resources -------------------------------------------------------------------------------- /CasparCGAddIn/obj/Release/CasparCGAddIn.ucPlaybackControls.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/didikunz/CasparCGAddIn/HEAD/CasparCGAddIn/obj/Release/CasparCGAddIn.ucPlaybackControls.resources -------------------------------------------------------------------------------- /CasparCGAddIn/obj/Release/CasparCGAddIn.vbproj.AssemblyReference.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/didikunz/CasparCGAddIn/HEAD/CasparCGAddIn/obj/Release/CasparCGAddIn.vbproj.AssemblyReference.cache -------------------------------------------------------------------------------- /CasparCGAddIn/obj/Release/CasparCGAddIn.vbproj.GenerateResource.Cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/didikunz/CasparCGAddIn/HEAD/CasparCGAddIn/obj/Release/CasparCGAddIn.vbproj.GenerateResource.Cache -------------------------------------------------------------------------------- /CasparCGAddIn/obj/Release/CasparCGAddIn.vbprojAssemblyReference.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/didikunz/CasparCGAddIn/HEAD/CasparCGAddIn/obj/Release/CasparCGAddIn.vbprojAssemblyReference.cache -------------------------------------------------------------------------------- /CasparCGAddIn/obj/Release/TempPE/My Project.Resources.Designer.vb.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/didikunz/CasparCGAddIn/HEAD/CasparCGAddIn/obj/Release/TempPE/My Project.Resources.Designer.vb.dll -------------------------------------------------------------------------------- /CasparCGAddIn/obj/Release/TempPE/My Project.Resources1.Designer.vb.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/didikunz/CasparCGAddIn/HEAD/CasparCGAddIn/obj/Release/TempPE/My Project.Resources1.Designer.vb.dll -------------------------------------------------------------------------------- /CasparCGAddInSetup.old/CasparCGAddInSetup/Express/Interm/_IsIcoRes.Exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/didikunz/CasparCGAddIn/HEAD/CasparCGAddInSetup.old/CasparCGAddInSetup/Express/Interm/_IsIcoRes.Exe -------------------------------------------------------------------------------- /CasparCGAddInSetup.old/CasparCGAddInSetup/Express/Interm/isregsvr.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/didikunz/CasparCGAddIn/HEAD/CasparCGAddInSetup.old/CasparCGAddInSetup/Express/Interm/isregsvr.dll -------------------------------------------------------------------------------- /packages/ExcelDna.Integration.1.0.0/ExcelDna.Integration.1.0.0.nupkg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/didikunz/CasparCGAddIn/HEAD/packages/ExcelDna.Integration.1.0.0/ExcelDna.Integration.1.0.0.nupkg -------------------------------------------------------------------------------- /CasparCGAddIn/bin/Debug/Microsoft.Office.Tools.Common.v4.0.Utilities.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/didikunz/CasparCGAddIn/HEAD/CasparCGAddIn/bin/Debug/Microsoft.Office.Tools.Common.v4.0.Utilities.dll -------------------------------------------------------------------------------- /CasparCGAddIn/bin/Debug/Microsoft.Office.Tools.Excel.v4.0.Utilities.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/didikunz/CasparCGAddIn/HEAD/CasparCGAddIn/bin/Debug/Microsoft.Office.Tools.Excel.v4.0.Utilities.dll -------------------------------------------------------------------------------- /CasparCGAddIn/obj/Release/CasparCGAddIn.frmChangeTemplatePath.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/didikunz/CasparCGAddIn/HEAD/CasparCGAddIn/obj/Release/CasparCGAddIn.frmChangeTemplatePath.resources -------------------------------------------------------------------------------- /CasparCGAddIn/obj/Release/CasparCGAddIn.frmSetTimerStartOffset.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/didikunz/CasparCGAddIn/HEAD/CasparCGAddIn/obj/Release/CasparCGAddIn.frmSetTimerStartOffset.resources -------------------------------------------------------------------------------- /CasparCGAddIn/obj/Release/DesignTimeResolveAssemblyReferencesInput.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/didikunz/CasparCGAddIn/HEAD/CasparCGAddIn/obj/Release/DesignTimeResolveAssemblyReferencesInput.cache -------------------------------------------------------------------------------- /CasparCGFunctions/obj/Debug/TempPE/My Project.Resources.Designer.vb.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/didikunz/CasparCGAddIn/HEAD/CasparCGFunctions/obj/Debug/TempPE/My Project.Resources.Designer.vb.dll -------------------------------------------------------------------------------- /CasparCGAddIn/bin/Release/Microsoft.Office.Tools.Common.v4.0.Utilities.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/didikunz/CasparCGAddIn/HEAD/CasparCGAddIn/bin/Release/Microsoft.Office.Tools.Common.v4.0.Utilities.dll -------------------------------------------------------------------------------- /CasparCGAddIn/bin/Release/Microsoft.Office.Tools.Excel.v4.0.Utilities.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/didikunz/CasparCGAddIn/HEAD/CasparCGAddIn/bin/Release/Microsoft.Office.Tools.Excel.v4.0.Utilities.dll -------------------------------------------------------------------------------- /CasparCGAddIn/obj/Debug/CasparCGAddIn.frmPlaybackControlsCaptions.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/didikunz/CasparCGAddIn/HEAD/CasparCGAddIn/obj/Debug/CasparCGAddIn.frmPlaybackControlsCaptions.resources -------------------------------------------------------------------------------- /CasparCGFunctions/obj/Debug/CasparCGFunctions.vbproj.GenerateResource.Cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/didikunz/CasparCGAddIn/HEAD/CasparCGFunctions/obj/Debug/CasparCGFunctions.vbproj.GenerateResource.Cache -------------------------------------------------------------------------------- /CasparCGFunctions/obj/Debug/CasparCGFunctions.vbprojAssemblyReference.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/didikunz/CasparCGAddIn/HEAD/CasparCGFunctions/obj/Debug/CasparCGFunctions.vbprojAssemblyReference.cache -------------------------------------------------------------------------------- /CasparCGFunctions/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/didikunz/CasparCGAddIn/HEAD/CasparCGFunctions/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache -------------------------------------------------------------------------------- /CasparCGFunctions/obj/Release/TempPE/My Project.Resources.Designer.vb.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/didikunz/CasparCGAddIn/HEAD/CasparCGFunctions/obj/Release/TempPE/My Project.Resources.Designer.vb.dll -------------------------------------------------------------------------------- /CasparCGAddIn/bin/Debug/Microsoft.VisualStudio.Tools.Applications.Runtime.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/didikunz/CasparCGAddIn/HEAD/CasparCGAddIn/bin/Debug/Microsoft.VisualStudio.Tools.Applications.Runtime.dll -------------------------------------------------------------------------------- /CasparCGAddIn/obj/Release/CasparCGAddIn.frmPlaybackControlsCaptions.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/didikunz/CasparCGAddIn/HEAD/CasparCGAddIn/obj/Release/CasparCGAddIn.frmPlaybackControlsCaptions.resources -------------------------------------------------------------------------------- /CasparCGFunctions/obj/Debug/CasparCGFunctions.vbproj.AssemblyReference.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/didikunz/CasparCGAddIn/HEAD/CasparCGFunctions/obj/Debug/CasparCGFunctions.vbproj.AssemblyReference.cache -------------------------------------------------------------------------------- /CasparCGFunctions/obj/Release/CasparCGFunctions.vbproj.GenerateResource.Cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/didikunz/CasparCGAddIn/HEAD/CasparCGFunctions/obj/Release/CasparCGFunctions.vbproj.GenerateResource.Cache -------------------------------------------------------------------------------- /CasparCGFunctions/obj/Release/CasparCGFunctions.vbprojAssemblyReference.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/didikunz/CasparCGAddIn/HEAD/CasparCGFunctions/obj/Release/CasparCGFunctions.vbprojAssemblyReference.cache -------------------------------------------------------------------------------- /CasparCGFunctions/obj/Release/DesignTimeResolveAssemblyReferencesInput.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/didikunz/CasparCGAddIn/HEAD/CasparCGFunctions/obj/Release/DesignTimeResolveAssemblyReferencesInput.cache -------------------------------------------------------------------------------- /.vs/CasparCGAddIn/v14/ (Big-Caspars in Konflikt stehende Kopie 2019-03-16).suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/didikunz/CasparCGAddIn/HEAD/.vs/CasparCGAddIn/v14/ (Big-Caspars in Konflikt stehende Kopie 2019-03-16).suo -------------------------------------------------------------------------------- /CasparCGAddIn/bin/Release/Microsoft.VisualStudio.Tools.Applications.Runtime.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/didikunz/CasparCGAddIn/HEAD/CasparCGAddIn/bin/Release/Microsoft.VisualStudio.Tools.Applications.Runtime.dll -------------------------------------------------------------------------------- /CasparCGFunctions/obj/Debug/CasparCGFunctions.vbproj.ResolveComReference.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/didikunz/CasparCGAddIn/HEAD/CasparCGFunctions/obj/Debug/CasparCGFunctions.vbproj.ResolveComReference.cache -------------------------------------------------------------------------------- /CasparCGFunctions/obj/Release/CasparCGFunctions.vbproj.AssemblyReference.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/didikunz/CasparCGAddIn/HEAD/CasparCGFunctions/obj/Release/CasparCGFunctions.vbproj.AssemblyReference.cache -------------------------------------------------------------------------------- /CasparCGFunctions/obj/Release/CasparCGFunctions.vbproj.ResolveComReference.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/didikunz/CasparCGAddIn/HEAD/CasparCGFunctions/obj/Release/CasparCGFunctions.vbproj.ResolveComReference.cache -------------------------------------------------------------------------------- /CasparCGAddIn/frmWait.vb: -------------------------------------------------------------------------------- 1 | Public Class frmWait 2 | 3 | Public WriteOnly Property Info As String 4 | Set(value As String) 5 | lblInfo.Text = value 6 | End Set 7 | End Property 8 | 9 | End Class -------------------------------------------------------------------------------- /CasparCGAddInSetup.old/CasparCGAddInSetup/Express/SingleImage/DiskImages/DISK1/Setup.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/didikunz/CasparCGAddIn/HEAD/CasparCGAddInSetup.old/CasparCGAddInSetup/Express/SingleImage/DiskImages/DISK1/Setup.ini -------------------------------------------------------------------------------- /CasparCGAddInSetup.old/CasparCGAddInSetup/Express/SingleImage/DiskImages/DISK1/setup.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/didikunz/CasparCGAddIn/HEAD/CasparCGAddInSetup.old/CasparCGAddInSetup/Express/SingleImage/DiskImages/DISK1/setup.exe -------------------------------------------------------------------------------- /CasparCGAddInSetup.old/CasparCGAddInSetup/Express/SingleImage/LogFiles/3-23-2020 05-04-04.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/didikunz/CasparCGAddIn/HEAD/CasparCGAddInSetup.old/CasparCGAddInSetup/Express/SingleImage/LogFiles/3-23-2020 05-04-04.txt -------------------------------------------------------------------------------- /CasparCGAddInSetup.old/CasparCGAddInSetup/Express/SingleImage/DiskImages/DISK1/CasparCGAddIn.msi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/didikunz/CasparCGAddIn/HEAD/CasparCGAddInSetup.old/CasparCGAddInSetup/Express/SingleImage/DiskImages/DISK1/CasparCGAddIn.msi -------------------------------------------------------------------------------- /packages/ExcelDna.AddIn.1.0.0/tools/ExcelDnaPack.exe.config: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /CasparCGFunctions/packages.config: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /CasparCGAddIn/obj/Debug/CasparCGAddIn.Resources (Big-Caspars in Konflikt stehende Kopie 2019-03-16).resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/didikunz/CasparCGAddIn/HEAD/CasparCGAddIn/obj/Debug/CasparCGAddIn.Resources (Big-Caspars in Konflikt stehende Kopie 2019-03-16).resources -------------------------------------------------------------------------------- /CasparCGAddIn/obj/Debug/CasparCGAddIn.ribCasparCG (Big-Caspars in Konflikt stehende Kopie 2019-03-16).resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/didikunz/CasparCGAddIn/HEAD/CasparCGAddIn/obj/Debug/CasparCGAddIn.ribCasparCG (Big-Caspars in Konflikt stehende Kopie 2019-03-16).resources -------------------------------------------------------------------------------- /CasparCGAddIn/obj/Debug/CasparCGAddIn.vbprojResolveAssemblyReference (Big-Caspars in Konflikt stehende Kopie 2019-03-16).cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/didikunz/CasparCGAddIn/HEAD/CasparCGAddIn/obj/Debug/CasparCGAddIn.vbprojResolveAssemblyReference (Big-Caspars in Konflikt stehende Kopie 2019-03-16).cache -------------------------------------------------------------------------------- /CasparCGAddIn/My Project/Settings.settings: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /CasparCGFunctions/My Project/Settings.settings: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /CasparCGAddIn/XInfos.vb: -------------------------------------------------------------------------------- 1 | Public Class XInfos 2 | 3 | Private _XInfos As List(Of ExtractInfo) 4 | 5 | Public ReadOnly Property XInfos() As List(Of ExtractInfo) 6 | Get 7 | Return _XInfos 8 | End Get 9 | End Property 10 | 11 | Public Sub New() 12 | _XInfos = New List(Of ExtractInfo) 13 | End Sub 14 | 15 | End Class 16 | -------------------------------------------------------------------------------- /CasparCGAddIn/obj/Debug/.NETFramework,Version=v4.5.2.AssemblyAttributes.vb: -------------------------------------------------------------------------------- 1 | ' 2 | Option Strict Off 3 | Option Explicit On 4 | 5 | Imports System 6 | Imports System.Reflection 7 | 8 | -------------------------------------------------------------------------------- /CasparCGAddIn/obj/Release/.NETFramework,Version=v4.5.2.AssemblyAttributes.vb: -------------------------------------------------------------------------------- 1 | ' 2 | Option Strict Off 3 | Option Explicit On 4 | 5 | Imports System 6 | Imports System.Reflection 7 | 8 | -------------------------------------------------------------------------------- /CasparCGFunctions/obj/Debug/.NETFramework,Version=v4.5.2.AssemblyAttributes.vb: -------------------------------------------------------------------------------- 1 | ' 2 | Option Strict Off 3 | Option Explicit On 4 | 5 | Imports System 6 | Imports System.Reflection 7 | 8 | -------------------------------------------------------------------------------- /CasparCGFunctions/obj/Release/.NETFramework,Version=v4.5.2.AssemblyAttributes.vb: -------------------------------------------------------------------------------- 1 | ' 2 | Option Strict Off 3 | Option Explicit On 4 | 5 | Imports System 6 | Imports System.Reflection 7 | 8 | -------------------------------------------------------------------------------- /packages/ExcelDna.Integration.1.0.0/tools/install.ps1: -------------------------------------------------------------------------------- 1 | param($installPath, $toolsPath, $package, $project) 2 | Write-Host "Starting ExcelDna.Integration install script" 3 | 4 | Write-Host "`tSet reference to ExcelDna.Integration to be CopyLocal=false" 5 | $project.Object.References | Where-Object { $_.Name -eq 'ExcelDna.Integration' } | ForEach-Object { $_.CopyLocal = $false } 6 | 7 | Write-Host "Completed ExcelDna.Integration install script" -------------------------------------------------------------------------------- /CasparCGAddIn/ucTimeSpanEditor.vb: -------------------------------------------------------------------------------- 1 | Public Class ucTimeSpanEditor 2 | 3 | Public Property Value As TimeSpan 4 | Get 5 | Return New TimeSpan(nudDay.Value, nudHour.Value, nudMinutes.Value, nudSeconds.Value) 6 | End Get 7 | Set(value As TimeSpan) 8 | nudDay.Value = value.Days 9 | nudHour.Value = value.Hours 10 | nudMinutes.Value = value.Minutes 11 | nudSeconds.Value = value.Seconds 12 | End Set 13 | End Property 14 | 15 | End Class 16 | -------------------------------------------------------------------------------- /CasparCGFunctions/My Project/Application.myapp: -------------------------------------------------------------------------------- 1 | 2 | 3 | false 4 | false 5 | 0 6 | true 7 | 0 8 | 1 9 | true 10 | 11 | -------------------------------------------------------------------------------- /CasparCGAddIn.sln.DotSettings.user: -------------------------------------------------------------------------------- 1 | 2 | True 3 | True -------------------------------------------------------------------------------- /CasparCGFunctions/My Project/Application.Designer.vb: -------------------------------------------------------------------------------- 1 | '------------------------------------------------------------------------------ 2 | ' 3 | ' Dieser Code wurde von einem Tool generiert. 4 | ' Laufzeitversion:4.0.30319.42000 5 | ' 6 | ' Änderungen an dieser Datei können falsches Verhalten verursachen und gehen verloren, wenn 7 | ' der Code erneut generiert wird. 8 | ' 9 | '------------------------------------------------------------------------------ 10 | 11 | Option Strict On 12 | Option Explicit On 13 | 14 | -------------------------------------------------------------------------------- /CasparCGAddIn/CasparCGAddIn.vbproj.user: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | ShowAllFiles 5 | veröffentlichen\ 6 | 7 | 8 | 9 | 10 | false 11 | 12 | -------------------------------------------------------------------------------- /CasparCGAddIn/TimerField.vb: -------------------------------------------------------------------------------- 1 | Imports System.Xml.Serialization 2 | 3 | 4 | Public Class TimerField 5 | 6 | Public Property FieldName As String = "(New)" 7 | Public Property ItemName As String = "Default" 8 | Public Property QueryValue As TimerItem.enumQueryValues 9 | 10 | Public Sub New() 11 | End Sub 12 | 13 | Public Sub New(fieldName As String, itemName As String, queryValue As TimerItem.enumQueryValues) 14 | Me.FieldName = fieldName 15 | Me.ItemName = itemName 16 | Me.QueryValue = queryValue 17 | End Sub 18 | 19 | End Class 20 | -------------------------------------------------------------------------------- /CasparCGAddIn/ExtractInfo.vb: -------------------------------------------------------------------------------- 1 | Public Class ExtractInfo 2 | 3 | Public Property Location As String = "" 4 | Public Property Id As String = "" 5 | Public Property TagName As String = "" 6 | 7 | Public Overrides Function ToString() As String 8 | Return String.Format("Id: {0} Name: {1} Location: {2}", Me.Id, Me.TagName, Me.Location) 9 | End Function 10 | 11 | Public Sub New() 12 | End Sub 13 | 14 | Public Sub New(ByVal Location As String, ByVal Id As String, ByVal TagName As String) 15 | Me.Location = Location 16 | Me.Id = Id 17 | Me.TagName = TagName 18 | End Sub 19 | 20 | End Class 21 | -------------------------------------------------------------------------------- /CasparCGAddIn/My Project/DataSources/LayerRule.datasource: -------------------------------------------------------------------------------- 1 | 2 | 8 | 9 | CasparCGAddIn.LayerRule, CasparCGAddIn, Version=1.0.0.718, Culture=neutral, PublicKeyToken=null 10 | -------------------------------------------------------------------------------- /CasparCGAddIn/My Project/DataSources/CasparObjects.CasparCG.datasource: -------------------------------------------------------------------------------- 1 | 2 | 8 | 9 | CasparObjects.CasparCG, CasparObjects, Version=1.0.0.1, Culture=neutral, PublicKeyToken=null 10 | -------------------------------------------------------------------------------- /CasparCGAddIn/My Project/DataSources/ClockItem.datasource: -------------------------------------------------------------------------------- 1 | 2 | 8 | 9 | CasparCGAddIn.ClockItem, CasparCGAddIn, Version=1.0.0.827, Culture=neutral, PublicKeyToken=null 10 | -------------------------------------------------------------------------------- /CasparCGAddIn/My Project/DataSources/TimerItem.datasource: -------------------------------------------------------------------------------- 1 | 2 | 8 | 9 | CasparCGAddIn.TimerItem, CasparCGAddIn, Version=1.0.0.827, Culture=neutral, PublicKeyToken=null 10 | -------------------------------------------------------------------------------- /CasparCGAddIn/My Project/DataSources/TimerSettings.datasource: -------------------------------------------------------------------------------- 1 | 2 | 8 | 9 | CasparCGAddIn.TimerSettings, CasparCGAddIn, Version=1.0.0.827, Culture=neutral, PublicKeyToken=null 10 | -------------------------------------------------------------------------------- /CasparCGAddIn/TimerTrigger.vb: -------------------------------------------------------------------------------- 1 | Imports System.Xml.Serialization 2 | 3 | 4 | Public Class TimerTrigger 5 | 6 | Public Enum enumTriggerEvent 7 | doNothing 8 | doStart 9 | doPause 10 | doUnPause 11 | doLap 12 | doResume 13 | doStop 14 | End Enum 15 | 16 | Public Property TimerName As String = "" 17 | Public Property TriggerEvent As enumTriggerEvent = enumTriggerEvent.doNothing 18 | 19 | 20 | Public Sub New() 21 | End Sub 22 | 23 | Public Sub New(timerName As String, triggerEvent As enumTriggerEvent) 24 | Me.TimerName = timerName 25 | Me.TriggerEvent = triggerEvent 26 | End Sub 27 | 28 | End Class 29 | -------------------------------------------------------------------------------- /CasparCGAddIn/My Project/DataSources/frmSetupWebData.WebData.datasource: -------------------------------------------------------------------------------- 1 | 2 | 8 | 9 | CasparCGAddIn.frmSetupWebData+WebData, CasparCGAddIn, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null 10 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # CasparCGAddIn 2 | ## Excel plugin for CasparCG - Use Microsoft Excel as your CasparCG client. 3 | ![CasparCGAddIn for Excel](https://user-images.githubusercontent.com/6048776/77230146-7923ad80-6b92-11ea-95d5-9e09828a8961.png) 4 | 5 | This Add-In is made for Microsoft Excel for Windows only. 6 | You can download the setup program from [here][1] and the documentation from [here][2]. 7 | 8 | This programm uses [CasparObjects][3] as a dependency. 9 | 10 | Open source, licensed under the Apache License. 11 | 12 | [1]: https://www.dropbox.com/scl/fi/o0q7eqe1yw13kqy08x54p/CasparCGAddInSetup.zip?rlkey=tawuc3d3012y1kyg44nkq4r81&dl=1 "Installer for MS Excel" 13 | [2]: https://www.dropbox.com/scl/fi/4j32ez8on5tdzs6xhgwp9/CasparCG_AddIn.pdf?rlkey=8cfj1d1h9ow4710zxu6rzvpyg&dl=1 "Documentation" 14 | [3]: https://github.com/didikunz/CasparObjects "CasparObjects Repository" 15 | -------------------------------------------------------------------------------- /CasparCGFunctions/bin/Debug/CasparCGFunctions.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | CasparCGFunctions 6 | 7 | 8 | 9 | 10 | 11 | Eine stark typisierte Ressourcenklasse zum Suchen von lokalisierten Zeichenfolgen usw. 12 | 13 | 14 | 15 | 16 | Gibt die zwischengespeicherte ResourceManager-Instanz zurück, die von dieser Klasse verwendet wird. 17 | 18 | 19 | 20 | 21 | Überschreibt die CurrentUICulture-Eigenschaft des aktuellen Threads für alle 22 | Ressourcenzuordnungen, die diese stark typisierte Ressourcenklasse verwenden. 23 | 24 | 25 | 26 | 27 | -------------------------------------------------------------------------------- /CasparCGFunctions/obj/Debug/CasparCGFunctions.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | CasparCGFunctions 6 | 7 | 8 | 9 | 10 | 11 | Eine stark typisierte Ressourcenklasse zum Suchen von lokalisierten Zeichenfolgen usw. 12 | 13 | 14 | 15 | 16 | Gibt die zwischengespeicherte ResourceManager-Instanz zurück, die von dieser Klasse verwendet wird. 17 | 18 | 19 | 20 | 21 | Überschreibt die CurrentUICulture-Eigenschaft des aktuellen Threads für alle 22 | Ressourcenzuordnungen, die diese stark typisierte Ressourcenklasse verwenden. 23 | 24 | 25 | 26 | 27 | -------------------------------------------------------------------------------- /CasparCGFunctions/bin/Release/CasparCGFunctions.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | CasparCGFunctions 6 | 7 | 8 | 9 | 10 | 11 | Eine stark typisierte Ressourcenklasse zum Suchen von lokalisierten Zeichenfolgen usw. 12 | 13 | 14 | 15 | 16 | Gibt die zwischengespeicherte ResourceManager-Instanz zurück, die von dieser Klasse verwendet wird. 17 | 18 | 19 | 20 | 21 | Überschreibt die CurrentUICulture-Eigenschaft des aktuellen Threads für alle 22 | Ressourcenzuordnungen, die diese stark typisierte Ressourcenklasse verwenden. 23 | 24 | 25 | 26 | 27 | -------------------------------------------------------------------------------- /CasparCGFunctions/obj/Release/CasparCGFunctions.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | CasparCGFunctions 6 | 7 | 8 | 9 | 10 | 11 | Eine stark typisierte Ressourcenklasse zum Suchen von lokalisierten Zeichenfolgen usw. 12 | 13 | 14 | 15 | 16 | Gibt die zwischengespeicherte ResourceManager-Instanz zurück, die von dieser Klasse verwendet wird. 17 | 18 | 19 | 20 | 21 | Überschreibt die CurrentUICulture-Eigenschaft des aktuellen Threads für alle 22 | Ressourcenzuordnungen, die diese stark typisierte Ressourcenklasse verwenden. 23 | 24 | 25 | 26 | 27 | -------------------------------------------------------------------------------- /CasparCGFunctions/CasparCGFunctions.vbproj.user: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | ShowAllFiles 5 | 6 | 7 | Program 8 | C:\Program Files %28x86%29\Microsoft Office\root\Office16\EXCEL.EXE 9 | "CasparCGFunctions-AddIn.xll" 10 | 11 | 12 | Program 13 | C:\Program Files %28x86%29\Microsoft Office\root\Office16\EXCEL.EXE 14 | "CasparCGFunctions-AddIn.xll" 15 | 16 | -------------------------------------------------------------------------------- /CasparCGFunctions/obj/Release/CasparCGFunctions.vbproj.FileListAbsolute.txt: -------------------------------------------------------------------------------- 1 | D:\Projects\CasparCGAddIn\CasparCGFunctions\bin\Release\CasparCGFunctions.dll 2 | D:\Projects\CasparCGAddIn\CasparCGFunctions\bin\Release\CasparCGFunctions.pdb 3 | D:\Projects\CasparCGAddIn\CasparCGFunctions\bin\Release\CasparCGFunctions.xml 4 | D:\Projects\CasparCGAddIn\CasparCGFunctions\obj\Release\CasparCGFunctions.vbproj.ResolveComReference.cache 5 | D:\Projects\CasparCGAddIn\CasparCGFunctions\obj\Release\ExcelFunctions.Resources.resources 6 | D:\Projects\CasparCGAddIn\CasparCGFunctions\obj\Release\CasparCGFunctions.vbproj.GenerateResource.Cache 7 | D:\Projects\CasparCGAddIn\CasparCGFunctions\obj\Release\CasparCGFunctions.dll 8 | D:\Projects\CasparCGAddIn\CasparCGFunctions\obj\Release\CasparCGFunctions.xml 9 | D:\Projects\CasparCGAddIn\CasparCGFunctions\obj\Release\CasparCGFunctions.pdb 10 | D:\Projects\CasparCGAddIn\CasparCGFunctions\obj\Release\CasparCGFunctions.vbproj.AssemblyReference.cache 11 | D:\Projects\CasparCGAddIn\CasparCGFunctions\obj\Release\CasparCGFunctions.vbproj.CoreCompileInputs.cache 12 | -------------------------------------------------------------------------------- /CasparCGAddIn/ThisAddIn.Designer.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /CasparCGAddIn/frmSetTimerStartOffset.vb: -------------------------------------------------------------------------------- 1 | Public Class frmSetTimerStartOffset 2 | 3 | Public Property CurrentItem As TimerItem 4 | Public Property Settings As Settings 5 | 6 | Private Sub btnStart_Click(sender As Object, e As EventArgs) Handles btnStart.Click 7 | If CurrentItem IsNot Nothing Then 8 | CurrentItem.StartTimer(tseOffset.Value) 9 | End If 10 | End Sub 11 | 12 | Private Sub btnStop_Click(sender As Object, e As EventArgs) Handles btnStop.Click 13 | If CurrentItem IsNot Nothing Then 14 | CurrentItem.StopTimer() 15 | End If 16 | End Sub 17 | 18 | Private Sub frmSetTimerStartOffset_Load(sender As Object, e As EventArgs) Handles MyBase.Load 19 | 20 | Loader.Load(Me, Settings.Theme) 21 | 22 | If CurrentItem IsNot Nothing Then 23 | tseOffset.Value = CurrentItem.Offset 24 | End If 25 | 26 | End Sub 27 | 28 | Private Sub btnOk_Click(sender As Object, e As EventArgs) Handles btnOk.Click 29 | If CurrentItem IsNot Nothing Then 30 | CurrentItem.Offset = tseOffset.Value 31 | End If 32 | End Sub 33 | 34 | End Class -------------------------------------------------------------------------------- /CasparCGAddIn/TimerSheet.vb: -------------------------------------------------------------------------------- 1 | Imports System.Xml.Serialization 2 | 3 | 4 | Public Class TimerSheet 5 | 6 | Public Enum enumAutoPlayMode 7 | doNothing 8 | AutoPlay 9 | AutoStop 10 | AutoPlayStop 11 | End Enum 12 | 13 | Private _Fields As List(Of TimerField) = New List(Of TimerField) 14 | 15 | Public Property WorksheetName As String = "" 16 | 17 | Public ReadOnly Property Fields As List(Of TimerField) 18 | Get 19 | Return _Fields 20 | End Get 21 | End Property 22 | 23 | Public Property OnTimeTimer As String = "" 24 | Public Property OnTimeInvoke As String = "" 25 | Public Property AutoPlayMode As enumAutoPlayMode = enumAutoPlayMode.doNothing 26 | Public Property AutoPlayTimer As String = "" 27 | 28 | 29 | Public Property Server As Integer = 0 30 | 31 | Public Property Channel As Integer = 1 32 | 33 | Public Property Layer As Integer = 20 34 | 35 | Public Property FlashLayer As Integer = 1 36 | 37 | Public Sub New() 38 | End Sub 39 | 40 | Public Sub New(worksheetName As String) 41 | Me.WorksheetName = worksheetName.Trim 42 | End Sub 43 | 44 | End Class 45 | -------------------------------------------------------------------------------- /CasparCGFunctions/CasparCGFunctions-AddIn.dna: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 23 | 24 | -------------------------------------------------------------------------------- /packages/ExcelDna.AddIn.1.0.0/content/ExcelDna-Template.dna: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 23 | 24 | -------------------------------------------------------------------------------- /CasparCGFunctions/bin/Debug/CasparCGFunctions-AddIn.dna: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 23 | 24 | -------------------------------------------------------------------------------- /CasparCGFunctions/bin/Debug/CasparCGFunctions-AddIn64.dna: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 23 | 24 | -------------------------------------------------------------------------------- /CasparCGFunctions/bin/Release/CasparCGFunctions-AddIn.dna: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 23 | 24 | -------------------------------------------------------------------------------- /CasparCGFunctions/bin/Release/CasparCGFunctions-AddIn64.dna: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 23 | 24 | -------------------------------------------------------------------------------- /packages/ExcelDna.AddIn.1.0.0/tools/uninstall.ps1: -------------------------------------------------------------------------------- 1 | param($installPath, $toolsPath, $package, $project) 2 | Write-Host "Starting ExcelDna.AddIn uninstall script" 3 | 4 | $isFSharpProject = ($project.Type -eq "F#") 5 | $projectName = $project.Name 6 | 7 | # Rename .dna file 8 | $dnaFileName = "${projectName}-AddIn.dna" 9 | $dnaFileItem = $project.ProjectItems | Where-Object { $_.Name -eq $dnaFileName } 10 | if ($null -ne $dnaFileItem) 11 | { 12 | Write-Host "`tRenaming -AddIn.dna file" 13 | # Try to rename the file 14 | if ($null -eq ($project.ProjectItems | Where-Object { $_.Name -eq "_UNINSTALLED_${dnaFileName}" })) 15 | { 16 | $dnaFileItem.Name = "_UNINSTALLED_${dnaFileName}" 17 | } 18 | else 19 | { 20 | $suffix = 1 21 | while ($null -ne ($project.ProjectItems | Where-Object { $_.Name -eq "_UNINSTALLED_${suffix}_${dnaFileName}" })) 22 | { 23 | $suffix++ 24 | } 25 | $dnaFileItem.Name = "_UNINSTALLED_${suffix}_${dnaFileName}" 26 | } 27 | } 28 | 29 | if ($isFSharpProject) 30 | { 31 | $project.Save("") 32 | } 33 | else 34 | { 35 | $project.Save() 36 | } 37 | 38 | Write-Host "Completed ExcelDna.AddIn uninstall script" 39 | -------------------------------------------------------------------------------- /CasparCGFunctions/My Project/AssemblyInfo.vb: -------------------------------------------------------------------------------- 1 | Imports System 2 | Imports System.Reflection 3 | Imports System.Runtime.InteropServices 4 | 5 | ' Allgemeine Informationen über eine Assembly werden über die folgenden 6 | ' Attribute gesteuert. Ändern Sie diese Attributwerte, um die Informationen zu ändern, 7 | ' die einer Assembly zugeordnet sind. 8 | 9 | ' Werte der Assemblyattribute überprüfen 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 'Die folgende GUID bestimmt die ID der Typbibliothek, wenn dieses Projekt für COM verfügbar gemacht wird. 21 | 22 | 23 | ' Versionsinformationen für eine Assembly bestehen aus den folgenden vier Werten: 24 | ' 25 | ' Hauptversion 26 | ' Nebenversion 27 | ' Buildnummer 28 | ' Revision 29 | ' 30 | ' Sie können alle Werte angeben oder die standardmäßigen Build- und Revisionsnummern 31 | ' übernehmen, indem Sie "*" eingeben: 32 | ' 33 | 34 | 35 | 36 | -------------------------------------------------------------------------------- /CasparCGAddIn/bin/Debug/CasparObjects.dll.config: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 23 | 24 | 25 | 26 | 27 | 28 | -------------------------------------------------------------------------------- /CasparCGAddIn/bin/Release/CasparObjects.dll.config: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 23 | 24 | 25 | 26 | 27 | 28 | -------------------------------------------------------------------------------- /CasparCGAddIn/frmPlaybackControlsCaptions.vb: -------------------------------------------------------------------------------- 1 | Imports System.Windows.Forms 2 | 3 | Public Class frmPlaybackControlsCaptions 4 | 5 | Private _Settings As Settings 6 | Private _tempCaptionColor As System.Drawing.Color 7 | 8 | Public Property CaptionText As String 9 | 10 | Public Property CaptionColor As System.Drawing.Color 11 | 12 | Public Property OscEndpoint As String 13 | 14 | Public WriteOnly Property Settings As Settings 15 | Set(value As Settings) 16 | _Settings = value 17 | End Set 18 | End Property 19 | 20 | Private Sub frmPlaybackControlsCaptions_Load(sender As Object, e As EventArgs) Handles MyBase.Load 21 | 22 | Loader.Load(Me, _Settings.Theme) 23 | 24 | txtCaption.Text = Me.CaptionText 25 | _tempCaptionColor = Me.CaptionColor 26 | txtOscEndpoint.Text = Me.OscEndpoint 27 | 28 | End Sub 29 | 30 | Private Sub btnCaptionColor_Click(sender As Object, e As EventArgs) Handles btnCaptionColor.Click 31 | 32 | Dim dlg As ColorDialog = New ColorDialog 33 | dlg.Color = _tempCaptionColor 34 | dlg.FullOpen = True 35 | 36 | If dlg.ShowDialog = DialogResult.OK Then 37 | _tempCaptionColor = dlg.Color 38 | End If 39 | 40 | End Sub 41 | 42 | Private Sub btnOk_Click(sender As Object, e As EventArgs) Handles btnOk.Click 43 | 44 | Me.CaptionText = txtCaption.Text 45 | Me.CaptionColor = _tempCaptionColor 46 | Me.OscEndpoint = txtOscEndpoint.Text.Replace(" ", "") 47 | 48 | Me.DialogResult = DialogResult.OK 49 | 50 | End Sub 51 | 52 | End Class -------------------------------------------------------------------------------- /CasparCGAddIn/CustomXML.vb: -------------------------------------------------------------------------------- 1 | Imports Microsoft.Office.Core 2 | Imports Microsoft.Office.Interop.Excel 3 | 4 | Public Class CustomXML 5 | 6 | ''' 7 | ''' Saves an XML, that is serialized into a string 8 | ''' 9 | ''' The workbook to save in 10 | ''' The Guid as string 11 | ''' The serialized xml 12 | ''' The id. Always when you save a new id is returned 13 | Public Shared Function Save(wrkBook As Workbook, id As String, XML As String) As String 14 | Try 15 | Dim part As CustomXMLPart = wrkBook.CustomXMLParts.SelectByID(id) 16 | If part IsNot Nothing Then 17 | part.Delete() 18 | End If 19 | part = wrkBook.CustomXMLParts.Add(XML) 20 | Return part.Id 21 | Catch ex As Exception 22 | Return "" 23 | End Try 24 | End Function 25 | 26 | ''' 27 | ''' Loads a XML string from a workbook 28 | ''' 29 | ''' The workbook to load from 30 | ''' The Guid as string 31 | ''' The serialized xml 32 | Public Shared Function Load(wrkBook As Workbook, id As String) As String 33 | Try 34 | Dim part As CustomXMLPart = wrkBook.CustomXMLParts.SelectByID(id) 35 | If part IsNot Nothing Then 36 | Return part.DocumentElement.XML 37 | Else 38 | Return "" 39 | End If 40 | Catch ex As Exception 41 | Return "" 42 | End Try 43 | End Function 44 | 45 | End Class 46 | -------------------------------------------------------------------------------- /CasparCGAddInSetup.old/CasparCGAddInSetup.isproj: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | Express 6 | 7 | Debug 8 | $(Configuration) 9 | 10 | 11 | 12 | 13 | 14 | 15 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 29 | 30 | 31 | 32 | 33 | CasparCGAddIn 34 | {563A3AAC-C8BF-442C-88D4-CEE57BC6E6B2} 35 | 36 | 37 | -------------------------------------------------------------------------------- /CasparCGFunctions/obj/Debug/CasparCGFunctions.vbproj.FileListAbsolute.txt: -------------------------------------------------------------------------------- 1 | D:\Projects\CasparCGAddIn\CasparCGFunctions\bin\Debug\CasparCGFunctions.dll 2 | D:\Projects\CasparCGAddIn\CasparCGFunctions\bin\Debug\CasparCGFunctions.pdb 3 | D:\Projects\CasparCGAddIn\CasparCGFunctions\bin\Debug\CasparCGFunctions.xml 4 | D:\Projects\CasparCGAddIn\CasparCGFunctions\obj\Debug\CasparCGFunctions.vbproj.ResolveComReference.cache 5 | D:\Projects\CasparCGAddIn\CasparCGFunctions\obj\Debug\CasparCGFunctions.vbproj.GenerateResource.Cache 6 | D:\Projects\CasparCGAddIn\CasparCGFunctions\obj\Debug\CasparCGFunctions.dll 7 | D:\Projects\CasparCGAddIn\CasparCGFunctions\obj\Debug\CasparCGFunctions.xml 8 | D:\Projects\CasparCGAddIn\CasparCGFunctions\obj\Debug\CasparCGFunctions.pdb 9 | D:\Projects\CasparCGAddIn\CasparCGFunctions\obj\Debug\ExcelFunctions.Resources.resources 10 | D:\Dropbox\_AA_external\CasparCGAddIn\CasparCGFunctions\bin\Debug\CasparCGFunctions.dll 11 | D:\Dropbox\_AA_external\CasparCGAddIn\CasparCGFunctions\bin\Debug\CasparCGFunctions.pdb 12 | D:\Dropbox\_AA_external\CasparCGAddIn\CasparCGFunctions\bin\Debug\CasparCGFunctions.xml 13 | D:\Dropbox\_AA_external\CasparCGAddIn\CasparCGFunctions\obj\Debug\CasparCGFunctions.vbprojResolveAssemblyReference.cache 14 | D:\Dropbox\_AA_external\CasparCGAddIn\CasparCGFunctions\obj\Debug\CasparCGFunctions.vbproj.ResolveComReference.cache 15 | D:\Dropbox\_AA_external\CasparCGAddIn\CasparCGFunctions\obj\Debug\ExcelFunctions.Resources.resources 16 | D:\Dropbox\_AA_external\CasparCGAddIn\CasparCGFunctions\obj\Debug\CasparCGFunctions.vbproj.GenerateResource.Cache 17 | D:\Dropbox\_AA_external\CasparCGAddIn\CasparCGFunctions\obj\Debug\CasparCGFunctions.dll 18 | D:\Dropbox\_AA_external\CasparCGAddIn\CasparCGFunctions\obj\Debug\CasparCGFunctions.xml 19 | D:\Dropbox\_AA_external\CasparCGAddIn\CasparCGFunctions\obj\Debug\CasparCGFunctions.pdb 20 | D:\Projects\CasparCGAddIn\CasparCGFunctions\obj\Debug\CasparCGFunctions.vbproj.AssemblyReference.cache 21 | D:\Projects\CasparCGAddIn\CasparCGFunctions\obj\Debug\CasparCGFunctions.vbproj.CoreCompileInputs.cache 22 | -------------------------------------------------------------------------------- /CasparCGAddIn/frmSelectQuery.vb: -------------------------------------------------------------------------------- 1 | Imports Microsoft.Office.Interop.Excel 2 | Imports System.Windows.Forms 3 | 4 | Public Class frmSelectQuery 5 | 6 | Private _Settings As Settings 7 | Private _wrkSheet As Worksheet 8 | Private _currentRow As Integer 9 | 10 | Public WriteOnly Property Settings As Settings 11 | Set(value As Settings) 12 | _Settings = value 13 | End Set 14 | End Property 15 | 16 | Public WriteOnly Property wrkSheet As Worksheet 17 | Set(value As Worksheet) 18 | _wrkSheet = value 19 | End Set 20 | End Property 21 | 22 | Public WriteOnly Property currentRow As Integer 23 | Set(value As Integer) 24 | _currentRow = value 25 | End Set 26 | End Property 27 | 28 | Private Sub frmSelectQuery_Load(sender As Object, e As EventArgs) Handles MyBase.Load 29 | 30 | Loader.Load(Me, _Settings.Theme) 31 | 32 | Dim AppObject As Workbook = Globals.ThisAddIn.Application.ActiveWorkbook 33 | 34 | Dim range As Excel.Range = _wrkSheet.Cells 35 | Dim que As String = "" 36 | 37 | 'Cue/Query 38 | Dim cell As Excel.Range = Range(_currentRow, 1) 39 | If cell.Value IsNot Nothing AndAlso cell.Text.ToString.StartsWith("{") Then 40 | que = cell.Text.ToString.Substring(1, cell.Text.ToString.Length - 2) 41 | End If 42 | 43 | For Each con In AppObject.Connections 44 | Dim n As String = con.Name 45 | lbQueries.Items.Add(n) 46 | Next 47 | 48 | For c As Integer = 0 To lbQueries.Items.Count - 1 49 | If que = lbQueries.Items(c) Then 50 | lbQueries.SelectedIndex = c 51 | Exit For 52 | End If 53 | Next 54 | 55 | End Sub 56 | 57 | Private Sub btnOk_Click(sender As Object, e As EventArgs) Handles btnOk.Click 58 | 59 | Dim range As Excel.Range = _wrkSheet.Cells 60 | 61 | 'Cue/Query 62 | Dim cell As Excel.Range = range(_currentRow, 1) 63 | cell.Value = "{" + lbQueries.Items(lbQueries.SelectedIndex) + "}" 64 | 65 | Me.DialogResult = DialogResult.OK 66 | 67 | End Sub 68 | 69 | End Class -------------------------------------------------------------------------------- /CasparCGAddIn/My Project/AssemblyInfo.vb: -------------------------------------------------------------------------------- 1 | Imports System 2 | Imports System.Reflection 3 | Imports System.Runtime.InteropServices 4 | Imports System.Security 5 | 6 | ' Allgemeine Informationen über eine Assembly werden über die folgende 7 | ' Attributgruppe gesteuert. Ändern Sie diese Attributwerte, um die Informationen zu ändern, 8 | ' die einer Assembly zugeordnet sind. 9 | 10 | ' Werte der Assemblyattribute überprüfen 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | ' Durch Festlegen von ComVisible auf "false" werden die Typen in dieser Assembly unsichtbar 20 | ' für COM-Komponenten. Wenn Sie auf einen Zugriffstyp in dieser Assembly aus 21 | ' COM aus zugreifen müssen, sollten Sie das ComVisible-Attribut für diesen Typ auf "True" festlegen. 22 | 23 | 24 | 'Die folgende GUID bestimmt die ID der Typbibliothek, wenn dieses Projekt für COM verfügbar gemacht wird. 25 | 26 | 27 | ' Versionsinformationen für eine Assembly bestehen aus den folgenden vier Werten: 28 | ' 29 | ' Hauptversion 30 | ' Nebenversion 31 | ' Buildnummer 32 | ' Revision 33 | ' 34 | ' Sie können alle Werte angeben oder die standardmäßigen Build- und Revisionsnummern 35 | ' übernehmen, indem Sie "*" eingeben: 36 | ' 37 | 38 | 39 | 40 | 41 | Friend Module DesignTimeConstants 42 | Public Const RibbonTypeSerializer As String = "Microsoft.VisualStudio.Tools.Office.Ribbon.Serialization.RibbonTypeCodeDomSerializer, Microsoft.VisualStudio.Tools.Office.Designer, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" 43 | Public Const RibbonBaseTypeSerializer As String = "System.ComponentModel.Design.Serialization.TypeCodeDomSerializer, System.Design" 44 | Public Const RibbonDesigner As String = "Microsoft.VisualStudio.Tools.Office.Ribbon.Design.RibbonDesigner, Microsoft.VisualStudio.Tools.Office.Designer, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" 45 | End Module 46 | -------------------------------------------------------------------------------- /CasparCGAddIn/CustomDocumentProperties.vb: -------------------------------------------------------------------------------- 1 | Imports Microsoft.Office.Core 2 | Imports Microsoft.Office.Interop.Excel 3 | 4 | Public Class CustomDocumentProperties 5 | 6 | Public Shared Function Save(wrkBook As Workbook, Key As String, Value As String) As Boolean 7 | Try 8 | Dim props As DocumentProperties = wrkBook.CustomDocumentProperties 9 | 10 | Delete(wrkBook, Key) 11 | props.Add(Key, False, MsoDocProperties.msoPropertyTypeString, Value) 12 | 13 | Return True 14 | 15 | Catch ex As Exception 16 | Return False 17 | End Try 18 | End Function 19 | 20 | Public Shared Function Load(wrkBook As Workbook, Key As String, DefaultValue As Integer) As Integer 21 | Dim inte As Integer = 0 22 | If Integer.TryParse(Load(wrkBook, Key), inte) Then 23 | Return inte 24 | Else 25 | Return DefaultValue 26 | End If 27 | End Function 28 | 29 | Public Shared Function Load(wrkBook As Workbook, Key As String, DefaultValue As Boolean) As Boolean 30 | Dim inte As Integer = Load(wrkBook, Key, IIf(DefaultValue, 1, 0)) 31 | Return (inte = 1) 32 | End Function 33 | 34 | Public Shared Function Load(wrkBook As Workbook, Key As String, DefaultValue As String) As String 35 | Dim s As String = Load(wrkBook, Key) 36 | If s = "" Then 37 | Return DefaultValue 38 | Else 39 | Return s 40 | End If 41 | End Function 42 | 43 | Public Shared Function Delete(wrkBook As Workbook, Key As String) As Boolean 44 | Try 45 | Dim props As DocumentProperties = wrkBook.CustomDocumentProperties 46 | props(Key).Delete() 47 | Return True 48 | Catch ex As Exception 49 | Return False 50 | End Try 51 | End Function 52 | 53 | 'Basic Load function 54 | Private Shared Function Load(wrkBook As Workbook, Key As String) As String 55 | Try 56 | Dim props As DocumentProperties = wrkBook.CustomDocumentProperties 57 | 58 | For Each prop As Office.DocumentProperty In props 59 | If prop.Name = Key Then 60 | Return prop.Value.ToString 61 | End If 62 | Next 63 | Return "" 64 | 65 | Catch ex As Exception 66 | Return "" 67 | End Try 68 | End Function 69 | 70 | End Class 71 | -------------------------------------------------------------------------------- /packages/ExcelDna.AddIn.1.0.0/tools/install.ps1: -------------------------------------------------------------------------------- 1 | param($installPath, $toolsPath, $package, $project) 2 | Write-Host "Starting ExcelDna.AddIn install script" 3 | 4 | $isFSharpProject = ($project.Type -eq "F#") 5 | $projectName = $project.Name 6 | 7 | # Look for and rename old .dna file 8 | $newDnaFile = $project.ProjectItems | Where-Object { $_.Name -eq "ExcelDna-Template.dna" } 9 | $newDnaFileName = "${projectName}-AddIn.dna" 10 | $oldDnaFile = $project.ProjectItems | Where-Object { $_.Name -eq $newDnaFileName } 11 | 12 | if ($null -ne $oldDnaFile) 13 | { 14 | # We have a file with the new name already 15 | Write-Host "`tNot writing -AddIn.dna file. File exists already." 16 | $newDnaFile.Delete() 17 | } 18 | else 19 | { 20 | # Check for an existing item 21 | $oldUninstalledDnaFile = $project.ProjectItems | Where-Object { $_.Name -eq "_UNINSTALLED_${newDnaFileName}" } 22 | if ($null -ne $oldUninstalledDnaFile) 23 | { 24 | $suffix = 1 25 | while ($null -ne ($project.ProjectItems | Where-Object { $_.Name -eq "_UNINSTALLED_${suffix}_${newDnaFileName}" })) 26 | { 27 | $oldUninstalledDnaFile = ($project.ProjectItems | Where-Object { $_.Name -eq "_UNINSTALLED_${suffix}_${newDnaFileName}" }) 28 | $suffix++ 29 | } 30 | 31 | $oldUninstalledDnaFile.Name = $newDnaFileName 32 | 33 | # Delete the new template 34 | $newDnaFile.Delete() 35 | } 36 | else 37 | { 38 | Write-Host "`tCreating -AddIn.dna file" 39 | 40 | # Rename and fill in ExcelDna-Template.dna file. 41 | $newDnaFile.Name = $newDnaFileName 42 | 43 | # These replacements match strings in the content\ExcelDna-Template.dna file 44 | $dnaFullPath = $newDnaFile.Properties.Item("FullPath").Value 45 | $outputFileName = $project.Properties.Item("OutputFileName").Value 46 | (get-content $dnaFullPath) | foreach-object { $_ -replace "%OutputFileName%", $outputFileName } | set-content $dnaFullPath 47 | (get-content $dnaFullPath) | foreach-object { $_ -replace "%ProjectName%" , $projectName } | set-content $dnaFullPath 48 | } 49 | } 50 | 51 | if ($isFSharpProject) 52 | { 53 | $project.Save("") 54 | } 55 | else 56 | { 57 | $project.Save() 58 | } 59 | 60 | Write-Host "Completed ExcelDna.AddIn install script" 61 | -------------------------------------------------------------------------------- /CasparCGAddIn/frmWait.Designer.vb: -------------------------------------------------------------------------------- 1 | _ 2 | Partial Class frmWait 3 | Inherits System.Windows.Forms.Form 4 | 5 | 'Das Formular überschreibt den Löschvorgang, um die Komponentenliste zu bereinigen. 6 | _ 7 | Protected Overrides Sub Dispose(ByVal disposing As Boolean) 8 | Try 9 | If disposing AndAlso components IsNot Nothing Then 10 | components.Dispose() 11 | End If 12 | Finally 13 | MyBase.Dispose(disposing) 14 | End Try 15 | End Sub 16 | 17 | 'Wird vom Windows Form-Designer benötigt. 18 | Private components As System.ComponentModel.IContainer 19 | 20 | 'Hinweis: Die folgende Prozedur ist für den Windows Form-Designer erforderlich. 21 | 'Das Bearbeiten ist mit dem Windows Form-Designer möglich. 22 | 'Das Bearbeiten mit dem Code-Editor ist nicht möglich. 23 | _ 24 | Private Sub InitializeComponent() 25 | Me.pbAnimation = New System.Windows.Forms.PictureBox() 26 | Me.lblInfo = New System.Windows.Forms.Label() 27 | CType(Me.pbAnimation, System.ComponentModel.ISupportInitialize).BeginInit() 28 | Me.SuspendLayout() 29 | ' 30 | 'pbAnimation 31 | ' 32 | Me.pbAnimation.Image = Global.CasparCGAddIn.My.Resources.Resources.loader_spinner 33 | Me.pbAnimation.Location = New System.Drawing.Point(0, 0) 34 | Me.pbAnimation.Name = "pbAnimation" 35 | Me.pbAnimation.Size = New System.Drawing.Size(350, 350) 36 | Me.pbAnimation.TabIndex = 0 37 | Me.pbAnimation.TabStop = False 38 | ' 39 | 'lblInfo 40 | ' 41 | Me.lblInfo.Location = New System.Drawing.Point(0, 353) 42 | Me.lblInfo.Name = "lblInfo" 43 | Me.lblInfo.Size = New System.Drawing.Size(350, 21) 44 | Me.lblInfo.TabIndex = 1 45 | Me.lblInfo.Text = "..." 46 | Me.lblInfo.TextAlign = System.Drawing.ContentAlignment.MiddleCenter 47 | ' 48 | 'frmWait 49 | ' 50 | Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) 51 | Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font 52 | Me.ClientSize = New System.Drawing.Size(350, 376) 53 | Me.Controls.Add(Me.lblInfo) 54 | Me.Controls.Add(Me.pbAnimation) 55 | Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None 56 | Me.Name = "frmWait" 57 | Me.ShowInTaskbar = False 58 | Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen 59 | Me.Text = "Wait" 60 | CType(Me.pbAnimation, System.ComponentModel.ISupportInitialize).EndInit() 61 | Me.ResumeLayout(False) 62 | 63 | End Sub 64 | 65 | Friend WithEvents pbAnimation As System.Windows.Forms.PictureBox 66 | Friend WithEvents lblInfo As System.Windows.Forms.Label 67 | End Class 68 | -------------------------------------------------------------------------------- /CasparCGFunctions/Properties/ExcelDna.Build.props: -------------------------------------------------------------------------------- 1 | 2 | 3 | 15 | 16 | 19 | 20 | 23 | true 24 | 25 | 29 | 30 | 31 | 35 | 36 | 37 | 38 | 41 | 42 | 45 | true 46 | true 47 | 48 | 51 | 52 | 64 53 | 54 | 55 | 58 | 59 | 62 | true 63 | 64 | 67 | -packed 68 | 69 | 70 | 71 | -------------------------------------------------------------------------------- /packages/ExcelDna.AddIn.1.0.0/content/Properties/ExcelDna.Build.props: -------------------------------------------------------------------------------- 1 | 2 | 3 | 15 | 16 | 19 | 20 | 23 | true 24 | 25 | 29 | 30 | 31 | 35 | 36 | 37 | 38 | 41 | 42 | 45 | true 46 | true 47 | 48 | 51 | 52 | 64 53 | 54 | 55 | 58 | 59 | 62 | true 63 | 64 | 67 | -packed 68 | 69 | 70 | 71 | -------------------------------------------------------------------------------- /CasparCGAddIn/My Project/Settings.Designer.vb: -------------------------------------------------------------------------------- 1 | '------------------------------------------------------------------------------ 2 | ' 3 | ' This code was generated by a tool. 4 | ' Runtime Version:4.0.30319.42000 5 | ' 6 | ' Changes to this file may cause incorrect behavior and will be lost if 7 | ' the code is regenerated. 8 | ' 9 | '------------------------------------------------------------------------------ 10 | 11 | Option Strict On 12 | Option Explicit On 13 | 14 | 15 | 16 | _ 19 | Partial Friend NotInheritable Class MySettings 20 | Inherits Global.System.Configuration.ApplicationSettingsBase 21 | 22 | Private Shared defaultInstance As MySettings = CType(Global.System.Configuration.ApplicationSettingsBase.Synchronized(New MySettings()), MySettings) 23 | 24 | #Region "My.Settings Auto-Save Functionality" 25 | #If _MyType = "WindowsForms" Then 26 | Private Shared addedHandler As Boolean 27 | 28 | Private Shared addedHandlerLockObject As New Object 29 | 30 | _ 31 | Private Shared Sub AutoSaveSettings(ByVal sender As Global.System.Object, ByVal e As Global.System.EventArgs) 32 | If My.Application.SaveMySettingsOnExit Then 33 | My.Settings.Save() 34 | End If 35 | End Sub 36 | #End If 37 | #End Region 38 | 39 | Public Shared ReadOnly Property [Default]() As MySettings 40 | Get 41 | 42 | #If _MyType = "WindowsForms" Then 43 | If Not addedHandler Then 44 | SyncLock addedHandlerLockObject 45 | If Not addedHandler Then 46 | AddHandler My.Application.Shutdown, AddressOf AutoSaveSettings 47 | addedHandler = True 48 | End If 49 | End SyncLock 50 | End If 51 | #End If 52 | Return defaultInstance 53 | End Get 54 | End Property 55 | End Class 56 | 57 | Namespace My 58 | 59 | _ 62 | Friend Module MySettingsProperty 63 | 64 | _ 65 | Friend ReadOnly Property Settings() As Global.CasparCGAddIn.MySettings 66 | Get 67 | Return Global.CasparCGAddIn.MySettings.Default 68 | End Get 69 | End Property 70 | End Module 71 | End Namespace 72 | -------------------------------------------------------------------------------- /CasparCGAddIn/LayerRules.vb: -------------------------------------------------------------------------------- 1 | Imports System.Text 2 | 3 | Public Class LayerRule 4 | 5 | Public Enum enumRulesMode 6 | rmNone 7 | rmBeginsWith 8 | rmContains 9 | rmEndsWith 10 | End Enum 11 | 12 | Public Property NamePart As String = "" 13 | Public Property Layer As Integer = 20 14 | Public Property RulesMode As enumRulesMode = enumRulesMode.rmNone 15 | 16 | Public Sub New() 17 | End Sub 18 | 19 | Public Sub New(namePart As String) 20 | Me.NamePart = namePart 21 | End Sub 22 | 23 | Public Sub New(namePart As String, layer As Integer, mode As enumRulesMode) 24 | Me.NamePart = namePart 25 | Me.Layer = layer 26 | Me.RulesMode = mode 27 | End Sub 28 | 29 | End Class 30 | 31 | Public Class LayerRules 32 | 33 | Private _Rules As List(Of LayerRule) = New List(Of LayerRule) 34 | 35 | Public ReadOnly Property Rules As List(Of LayerRule) 36 | Get 37 | Return _Rules 38 | End Get 39 | End Property 40 | 41 | Public Function CheckRules(name As String, defaultLayer As Integer) As Integer 42 | 43 | name = name.ToUpper 44 | Dim retVal As Integer = defaultLayer 45 | 46 | For Each lr As LayerRule In _Rules 47 | 48 | Select Case lr.RulesMode 49 | Case LayerRule.enumRulesMode.rmBeginsWith 50 | If name.StartsWith(lr.NamePart.ToUpper) Then 51 | retVal = lr.Layer 52 | Exit For 53 | End If 54 | 55 | Case LayerRule.enumRulesMode.rmContains 56 | If name.Contains(lr.NamePart.ToUpper) Then 57 | retVal = lr.Layer 58 | Exit For 59 | End If 60 | 61 | Case LayerRule.enumRulesMode.rmEndsWith 62 | If name.EndsWith(lr.NamePart.ToUpper) Then 63 | retVal = lr.Layer 64 | Exit For 65 | End If 66 | 67 | End Select 68 | 69 | Next 70 | 71 | Return retVal 72 | 73 | End Function 74 | 75 | Public Function GetRules() As String 76 | 77 | Dim sb As StringBuilder = New StringBuilder 78 | 79 | For Each lr As LayerRule In _Rules 80 | sb.Append(lr.NamePart) 81 | sb.Append(":") 82 | sb.Append(lr.Layer.ToString) 83 | sb.Append(":") 84 | sb.Append(CInt(lr.RulesMode).ToString) 85 | sb.Append("|") 86 | Next 87 | 88 | Return sb.ToString 89 | 90 | End Function 91 | 92 | Private Sub SetRules(rules As String) 93 | 94 | Dim arr() As String = rules.Split("|") 95 | 96 | For Each s As String In arr 97 | Dim parts() As String = s.Split(":") 98 | If parts.Length = 3 Then 99 | _Rules.Add(New LayerRule(parts(0), Integer.Parse(parts(1)), Integer.Parse(parts(2)))) 100 | End If 101 | Next 102 | 103 | End Sub 104 | 105 | Public Sub New() 106 | End Sub 107 | 108 | Public Sub New(rules As String) 109 | SetRules(rules) 110 | End Sub 111 | 112 | End Class 113 | -------------------------------------------------------------------------------- /CasparCGFunctions/My Project/Resources.Designer.vb: -------------------------------------------------------------------------------- 1 | '------------------------------------------------------------------------------ 2 | ' 3 | ' Dieser Code wurde von einem Tool generiert. 4 | ' Laufzeitversion:4.0.30319.42000 5 | ' 6 | ' Änderungen an dieser Datei können falsches Verhalten verursachen und gehen verloren, wenn 7 | ' der Code erneut generiert wird. 8 | ' 9 | '------------------------------------------------------------------------------ 10 | 11 | Option Strict On 12 | Option Explicit On 13 | 14 | Imports System 15 | 16 | Namespace My.Resources 17 | 18 | 'Diese Klasse wurde von der StronglyTypedResourceBuilder automatisch generiert 19 | '-Klasse über ein Tool wie ResGen oder Visual Studio automatisch generiert. 20 | 'Um einen Member hinzuzufügen oder zu entfernen, bearbeiten Sie die .ResX-Datei und führen dann ResGen 21 | 'mit der /str-Option erneut aus, oder Sie erstellen Ihr VS-Projekt neu. 22 | ''' 23 | ''' Eine stark typisierte Ressourcenklasse zum Suchen von lokalisierten Zeichenfolgen usw. 24 | ''' 25 | _ 29 | Friend Module Resources 30 | 31 | Private resourceMan As Global.System.Resources.ResourceManager 32 | 33 | Private resourceCulture As Global.System.Globalization.CultureInfo 34 | 35 | ''' 36 | ''' Gibt die zwischengespeicherte ResourceManager-Instanz zurück, die von dieser Klasse verwendet wird. 37 | ''' 38 | _ 39 | Friend ReadOnly Property ResourceManager() As Global.System.Resources.ResourceManager 40 | Get 41 | If Object.ReferenceEquals(resourceMan, Nothing) Then 42 | Dim temp As Global.System.Resources.ResourceManager = New Global.System.Resources.ResourceManager("ExcelFunctions.Resources", GetType(Resources).Assembly) 43 | resourceMan = temp 44 | End If 45 | Return resourceMan 46 | End Get 47 | End Property 48 | 49 | ''' 50 | ''' Überschreibt die CurrentUICulture-Eigenschaft des aktuellen Threads für alle 51 | ''' Ressourcenzuordnungen, die diese stark typisierte Ressourcenklasse verwenden. 52 | ''' 53 | _ 54 | Friend Property Culture() As Global.System.Globalization.CultureInfo 55 | Get 56 | Return resourceCulture 57 | End Get 58 | Set 59 | resourceCulture = value 60 | End Set 61 | End Property 62 | End Module 63 | End Namespace 64 | -------------------------------------------------------------------------------- /CasparCGFunctions/My Project/Settings.Designer.vb: -------------------------------------------------------------------------------- 1 | '------------------------------------------------------------------------------ 2 | ' 3 | ' Dieser Code wurde von einem Tool generiert. 4 | ' Laufzeitversion:4.0.30319.42000 5 | ' 6 | ' Änderungen an dieser Datei können falsches Verhalten verursachen und gehen verloren, wenn 7 | ' der Code erneut generiert wird. 8 | ' 9 | '------------------------------------------------------------------------------ 10 | 11 | Option Strict On 12 | Option Explicit On 13 | 14 | 15 | Namespace My 16 | 17 | _ 20 | Partial Friend NotInheritable Class MySettings 21 | Inherits Global.System.Configuration.ApplicationSettingsBase 22 | 23 | Private Shared defaultInstance As MySettings = CType(Global.System.Configuration.ApplicationSettingsBase.Synchronized(New MySettings()),MySettings) 24 | 25 | #Region "Funktion zum automatischen Speichern von My.Settings" 26 | #If _MyType = "WindowsForms" Then 27 | Private Shared addedHandler As Boolean 28 | 29 | Private Shared addedHandlerLockObject As New Object 30 | 31 | _ 32 | Private Shared Sub AutoSaveSettings(ByVal sender As Global.System.Object, ByVal e As Global.System.EventArgs) 33 | If My.Application.SaveMySettingsOnExit Then 34 | My.Settings.Save() 35 | End If 36 | End Sub 37 | #End If 38 | #End Region 39 | 40 | Public Shared ReadOnly Property [Default]() As MySettings 41 | Get 42 | 43 | #If _MyType = "WindowsForms" Then 44 | If Not addedHandler Then 45 | SyncLock addedHandlerLockObject 46 | If Not addedHandler Then 47 | AddHandler My.Application.Shutdown, AddressOf AutoSaveSettings 48 | addedHandler = True 49 | End If 50 | End SyncLock 51 | End If 52 | #End If 53 | Return defaultInstance 54 | End Get 55 | End Property 56 | End Class 57 | End Namespace 58 | 59 | Namespace My 60 | 61 | _ 64 | Friend Module MySettingsProperty 65 | 66 | _ 67 | Friend ReadOnly Property Settings() As Global.ExcelFunctions.My.MySettings 68 | Get 69 | Return Global.ExcelFunctions.My.MySettings.Default 70 | End Get 71 | End Property 72 | End Module 73 | End Namespace 74 | -------------------------------------------------------------------------------- /CasparCGAddIn/frmChangeTemplatePath.vb: -------------------------------------------------------------------------------- 1 | Imports Microsoft.Office.Interop.Excel 2 | Imports CasparObjects 3 | Imports System.Windows.Forms 4 | 5 | Public Class frmChangeTemplatePath 6 | 7 | Private _Settings As Settings 8 | Private _wrkSheet As Worksheet 9 | Private _CasparCG As CasparCG 10 | 11 | Public WriteOnly Property Settings As Settings 12 | Set(value As Settings) 13 | _Settings = value 14 | End Set 15 | End Property 16 | 17 | Public WriteOnly Property wrkSheet As Worksheet 18 | Set(value As Worksheet) 19 | _wrkSheet = value 20 | End Set 21 | End Property 22 | 23 | Public WriteOnly Property CasparCG As CasparCG 24 | Set(value As CasparCG) 25 | _CasparCG = value 26 | End Set 27 | End Property 28 | 29 | Private Sub frmChangeTemplatePath_Load(sender As Object, e As EventArgs) Handles Me.Load 30 | 31 | Loader.Load(Me, _Settings.Theme) 32 | 33 | Dim lst As List(Of String) = _CasparCG.GetTemplateFolderNames() 34 | 35 | For Each t As String In lst 36 | cboSource.Items.Add(t) 37 | cboDestination.Items.Add(t) 38 | Next 39 | 40 | End Sub 41 | 42 | Private Sub btnStart_Click(sender As Object, e As EventArgs) Handles btnStart.Click 43 | 44 | If MsgBox("This will change the settings on ALL worksheets of the whole workbook. Proceed?", vbQuestion Or MsgBoxStyle.YesNo, "Change Template paths") = MsgBoxResult.Yes Then 45 | 46 | Dim src As String = "" 47 | Dim dst As String = "" 48 | 49 | If Not (cboSource.SelectedIndex = 0 Or cboSource.SelectedIndex = -1) Then 50 | src = cboSource.Text 51 | End If 52 | If Not (cboDestination.SelectedIndex = 0 Or cboDestination.SelectedIndex = -1) Then 53 | dst = cboDestination.Text 54 | End If 55 | 56 | If Not (src = "" And dst = "") Then 57 | 58 | 59 | Dim wb As Workbook = CType(_wrkSheet.Parent, Workbook) 60 | For Each ws As Worksheet In wb.Sheets 61 | 62 | Dim mainTemplateName As String = CustomProperties.Load(ws, "Template", "") 63 | Dim previewTemplateName As String = CustomProperties.Load(ws, "PreviewTemplate", "") 64 | 65 | If src = "" Then 66 | If mainTemplateName <> "" And Not mainTemplateName.StartsWith(dst) Then 67 | mainTemplateName = dst + "/" + mainTemplateName 68 | End If 69 | If previewTemplateName <> "" And Not previewTemplateName.StartsWith(dst) Then 70 | previewTemplateName = dst + "/" + previewTemplateName 71 | End If 72 | Else 73 | If mainTemplateName <> "" And Not mainTemplateName.StartsWith(dst) Then 74 | mainTemplateName.Replace(src, dst) 75 | End If 76 | If previewTemplateName <> "" And Not previewTemplateName.StartsWith(dst) Then 77 | previewTemplateName.Replace(src, dst) 78 | End If 79 | End If 80 | 81 | If mainTemplateName <> "" Then 82 | CustomProperties.Save(ws, "Template", mainTemplateName) 83 | End If 84 | If previewTemplateName <> "" Then 85 | CustomProperties.Save(ws, "PreviewTemplate", previewTemplateName) 86 | End If 87 | Next 88 | 89 | End If 90 | 91 | End If 92 | 93 | Me.DialogResult = DialogResult.OK 94 | Me.Close() 95 | 96 | End Sub 97 | 98 | End Class -------------------------------------------------------------------------------- /CasparCGAddIn/frmDashboardSettings.vb: -------------------------------------------------------------------------------- 1 | Imports Microsoft.Office.Interop.Excel 2 | Imports CasparObjects 3 | 4 | Public Class frmDashboardSettings 5 | 6 | Private _Settings As Settings 7 | Private _CasparServerNames As List(Of String) 8 | 9 | Public WriteOnly Property Settings As Settings 10 | Set(value As Settings) 11 | _Settings = value 12 | End Set 13 | End Property 14 | 15 | Public WriteOnly Property CasparServerNames As List(Of String) 16 | Set(value As List(Of String)) 17 | _CasparServerNames = value 18 | End Set 19 | End Property 20 | 21 | Public Property ServerNumber As Integer = 1 22 | Public Property Channel As Integer = 1 23 | Public Property Layer As Integer = 20 24 | Public Property DataFields As String = "" 25 | Public Property ControlsSet As ucPlaybackButtons.enumControlSets = ucPlaybackButtons.enumControlSets.csLoadPlayStopUpdate 26 | Public Property AutoClearEffect As String = "CUT" 27 | Public Property AutoClearEffectDuration As Integer = 0 28 | Public Property LayerRules As LayerRules = New LayerRules 29 | 30 | Private Sub frmDashboardSettings_Load(sender As Object, e As EventArgs) Handles MyBase.Load 31 | 32 | Loader.Load(Me, _Settings.Theme) 33 | 34 | cboServers.Items.Clear() 35 | cboServers.Items.Add("All") 36 | For Each s As String In _CasparServerNames 37 | cboServers.Items.Add(s) 38 | Next 39 | 40 | If cboServers.Items.Count > ServerNumber Then 41 | cboServers.SelectedIndex = ServerNumber 42 | End If 43 | 44 | nudChannel.Value = Channel 45 | nudLayer.Value = Layer 46 | 47 | cboControlSet.SelectedIndex = CInt(Me.ControlsSet) 48 | 49 | Dim flds As String = DataFields 50 | If flds = "" Then 51 | flds = "f0|f1|f2|f3|f4|f5" 52 | End If 53 | flds = flds.Replace("|", vbCrLf) 54 | txtFields.Text = flds 55 | 56 | If AutoClearEffect = "CUT" Then 57 | cboAutoClearEffect.SelectedIndex = 0 58 | Else 59 | cboAutoClearEffect.SelectedIndex = 1 60 | End If 61 | 62 | nudAutoClearEffectDuration.Value = AutoClearEffectDuration 63 | 64 | End Sub 65 | 66 | Private Sub btnOk_Click(sender As Object, e As EventArgs) Handles btnOk.Click 67 | 68 | ServerNumber = cboServers.SelectedIndex 69 | Channel = CInt(nudChannel.Value) 70 | Layer = CInt(nudLayer.Value) 71 | 72 | ControlsSet = cboControlSet.SelectedIndex 73 | 74 | Dim flds As String = txtFields.Text 75 | flds = flds.Replace(vbCrLf, "|") 76 | flds = flds.Replace("||", "|") 77 | DataFields = flds 78 | 79 | If cboAutoClearEffect.SelectedIndex = 0 Then 80 | AutoClearEffect = "CUT" 81 | Else 82 | AutoClearEffect = "MIX" 83 | End If 84 | 85 | AutoClearEffectDuration = CInt(nudAutoClearEffectDuration.Value) 86 | 87 | DialogResult = System.Windows.Forms.DialogResult.OK 88 | 89 | End Sub 90 | 91 | Private Sub lnklblDefaultDatafields_LinkClicked(sender As Object, e As System.Windows.Forms.LinkLabelLinkClickedEventArgs) Handles lnklblDefaultDatafields.LinkClicked 92 | If _Settings IsNot Nothing Then 93 | _Settings.DefaultDataFields = DataFields 94 | End If 95 | End Sub 96 | 97 | Private Sub lnklblLayerRules_LinkClicked(sender As Object, e As System.Windows.Forms.LinkLabelLinkClickedEventArgs) Handles lnklblLayerRules.LinkClicked 98 | Dim flr As frmLayerRules = New frmLayerRules 99 | flr.Settings = _Settings 100 | flr.LayerRules = LayerRules 101 | flr.ShowDialog() 102 | End Sub 103 | 104 | End Class -------------------------------------------------------------------------------- /CasparCGAddIn/CustomProperies.vb: -------------------------------------------------------------------------------- 1 | Imports Microsoft.Office.Interop.Excel 2 | Public Class CustomProperties 3 | 4 | Public Shared Function Save(wrkSheet As Worksheet, Key As String, Value As String) As Boolean 5 | 6 | If Exists(wrkSheet, Key) Then 7 | 8 | If Not Remove(wrkSheet, Key) Then 9 | Return False 10 | End If 11 | 12 | End If 13 | 14 | If Not Add(wrkSheet, Key, Value) Then 15 | Return False 16 | End If 17 | 18 | Return True 19 | 20 | End Function 21 | 22 | Public Shared Function Load(wrkSheet As Worksheet, Key As String, DefaultValue As Boolean) As Boolean 23 | Dim inte As Integer = Load(wrkSheet, Key, CInt(IIf(DefaultValue, 1, 0))) 24 | Return (inte = 1) 25 | End Function 26 | 27 | Public Shared Function Load(wrkSheet As Worksheet, Key As String, DefaultValue As Integer) As Integer 28 | Dim inte As Integer = 0 29 | If Integer.TryParse(Load(wrkSheet, Key), inte) Then 30 | Return inte 31 | Else 32 | Return DefaultValue 33 | End If 34 | End Function 35 | 36 | Public Shared Function Load(wrkSheet As Worksheet, Key As String, DefaultValue As String) As String 37 | Dim s As String = Load(wrkSheet, Key) 38 | If s = "" Then 39 | Return DefaultValue 40 | Else 41 | Return s 42 | End If 43 | End Function 44 | 45 | 'Basic Load function 46 | Private Shared Function Load(wrkSheet As Worksheet, Key As String) As String 47 | Try 48 | For i As Integer = 1 To wrkSheet.CustomProperties.Count 49 | If wrkSheet.CustomProperties.Item(i).Name = Key Then 50 | Return wrkSheet.CustomProperties.Item(i).Value.ToString 51 | End If 52 | Next 53 | Return "" 54 | 55 | Catch ex As Exception 56 | Return "" 57 | End Try 58 | End Function 59 | 60 | 61 | Public Shared Function Delete(wrkSheet As Worksheet, Key As String) As Boolean 62 | Return Remove(wrkSheet, Key) 63 | End Function 64 | 65 | Public Shared Function Clear(wrkSheet As Worksheet) As Boolean 66 | Try 67 | Do While wrkSheet.CustomProperties.Count > 0 68 | wrkSheet.CustomProperties.Item(0).Delete() 69 | Loop 70 | Return True 71 | Catch ex As Exception 72 | Return False 73 | End Try 74 | End Function 75 | 76 | Private Shared Function Add(wrkSheet As Worksheet, Key As String, Value As String) As Boolean 77 | Try 78 | wrkSheet.CustomProperties.Add(Key, Value) 79 | Return True 80 | Catch ex As Exception 81 | Return False 82 | End Try 83 | End Function 84 | 85 | Private Shared Function Remove(wrkSheet As Worksheet, Key As String) As Boolean 86 | Try 87 | For i As Integer = 1 To wrkSheet.CustomProperties.Count 88 | If wrkSheet.CustomProperties.Item(i).Name = Key Then 89 | wrkSheet.CustomProperties.Item(i).Delete() 90 | Exit For 91 | End If 92 | Next 93 | Return True 94 | Catch ex As Exception 95 | Return False 96 | End Try 97 | End Function 98 | 99 | Private Shared Function Exists(wrkSheet As Worksheet, Key As String) As Boolean 100 | Try 101 | For i As Integer = 1 To wrkSheet.CustomProperties.Count 102 | If wrkSheet.CustomProperties.Item(i).Name = Key Then 103 | Return True 104 | End If 105 | Next 106 | Return False 107 | Catch ex As Exception 108 | Return False 109 | End Try 110 | End Function 111 | 112 | End Class 113 | -------------------------------------------------------------------------------- /CasparCGAddIn/frmLapLog.vb: -------------------------------------------------------------------------------- 1 | Imports Microsoft.Office.Interop.Excel 2 | Imports CasparObjects 3 | Imports System.Windows.Forms 4 | Imports System.ComponentModel 5 | 6 | Public Class frmLapLog 7 | 8 | Private _currentLapLogItem As LapLogItem = Nothing 9 | 10 | Private _wrkBook As Workbook 11 | 12 | Public Property currentLapLogItem As LapLogItem 13 | Get 14 | Return _currentLapLogItem 15 | End Get 16 | Set(value As LapLogItem) 17 | _currentLapLogItem = value 18 | End Set 19 | End Property 20 | 21 | Public WriteOnly Property wrkBook As Workbook 22 | Set(value As Workbook) 23 | _wrkBook = value 24 | End Set 25 | End Property 26 | 27 | Private Sub frmLapLog_Load(sender As Object, e As EventArgs) Handles MyBase.Load 28 | 29 | If _currentLapLogItem IsNot Nothing AndAlso _wrkBook IsNot Nothing Then 30 | 31 | cboLapSheet.Items.Clear() 32 | cboLogSheet.Items.Clear() 33 | cboLapSheet.Items.Add("(None)") 34 | cboLogSheet.Items.Add("(None)") 35 | For Each wrk As Worksheet In _wrkBook.Sheets 36 | Dim sh As String = wrk.Name.ToString.Trim 37 | cboLapSheet.Items.Add(sh) 38 | cboLogSheet.Items.Add(sh) 39 | Next 40 | 41 | txtName.Text = _currentLapLogItem.Name 42 | 43 | 'LAP 44 | cboLapSheet.SelectedIndex = 0 45 | For i As Integer = 0 To cboLapSheet.Items.Count - 1 46 | If _currentLapLogItem.LapSheet = cboLapSheet.Items(i) Then 47 | cboLapSheet.SelectedIndex = i 48 | Exit For 49 | End If 50 | Next 51 | 52 | txtLapCell1.Text = _currentLapLogItem.LapCell_1 53 | cboLapFormat1.SelectedIndex = _currentLapLogItem.LapFormat_1 54 | txtLapCell2.Text = _currentLapLogItem.LapCell_2 55 | cboLapFormat2.SelectedIndex = _currentLapLogItem.LapFormat_2 56 | txtLapCell3.Text = _currentLapLogItem.LapCell_3 57 | cboLapFormat3.SelectedIndex = _currentLapLogItem.LapFormat_3 58 | txtLapCell4.Text = _currentLapLogItem.LapCell_4 59 | cboLapFormat4.SelectedIndex = _currentLapLogItem.LapFormat_4 60 | 61 | 'LOG 62 | cboLogSheet.SelectedIndex = 0 63 | For i As Integer = 0 To cboLogSheet.Items.Count - 1 64 | If _currentLapLogItem.LogSheet = cboLogSheet.Items(i) Then 65 | cboLogSheet.SelectedIndex = i 66 | Exit For 67 | End If 68 | Next 69 | 70 | txtSource.Text = _currentLapLogItem.LogSource 71 | txtDestination.Text = _currentLapLogItem.LogDestination 72 | chkIncrement.Checked = _currentLapLogItem.LogIncrementRowCounter 73 | 74 | End If 75 | 76 | End Sub 77 | 78 | Private Sub btnOk_Click(sender As Object, e As EventArgs) Handles btnOk.Click 79 | 80 | If _currentLapLogItem IsNot Nothing Then 81 | 82 | _currentLapLogItem.Name = txtName.Text 83 | 84 | 'LAP 85 | _currentLapLogItem.LapSheet = cboLapSheet.Items(cboLapSheet.SelectedIndex) 86 | 87 | _currentLapLogItem.LapCell_1 = txtLapCell1.Text 88 | _currentLapLogItem.LapFormat_1 = cboLapFormat1.SelectedIndex 89 | _currentLapLogItem.LapCell_2 = txtLapCell2.Text 90 | _currentLapLogItem.LapFormat_2 = cboLapFormat2.SelectedIndex 91 | _currentLapLogItem.LapCell_3 = txtLapCell3.Text 92 | _currentLapLogItem.LapFormat_3 = cboLapFormat3.SelectedIndex 93 | _currentLapLogItem.LapCell_4 = txtLapCell4.Text 94 | _currentLapLogItem.LapFormat_4 = cboLapFormat4.SelectedIndex 95 | 96 | 'LOG 97 | _currentLapLogItem.LogSheet = cboLogSheet.Items(cboLogSheet.SelectedIndex) 98 | 99 | _currentLapLogItem.LogSource = txtSource.Text 100 | _currentLapLogItem.LogDestination = txtDestination.Text 101 | _currentLapLogItem.LogIncrementRowCounter = chkIncrement.Checked 102 | 103 | End If 104 | 105 | End Sub 106 | 107 | End Class -------------------------------------------------------------------------------- /CasparCGAddIn/frmLayerRules.vb: -------------------------------------------------------------------------------- 1 | Imports System.Windows.Forms 2 | 3 | Public Class frmLayerRules 4 | 5 | Private _Settings As Settings 6 | 7 | Public Property LayerRules As LayerRules = New LayerRules 8 | 9 | Public WriteOnly Property Settings As Settings 10 | Set(value As Settings) 11 | _Settings = value 12 | End Set 13 | End Property 14 | 15 | Private Sub frmLayerRules_Load(sender As Object, e As EventArgs) Handles MyBase.Load 16 | 17 | Loader.Load(Me, _Settings.Theme) 18 | lblMode.Left = -200 19 | 20 | If LayerRules IsNot Nothing Then 21 | 22 | bsRules.DataSource = LayerRules.Rules 23 | bsRules.ResetBindings(False) 24 | 25 | End If 26 | 27 | End Sub 28 | Private Sub frmLayerRules_FormClosing(sender As Object, e As FormClosingEventArgs) Handles Me.FormClosing 29 | bsRules.EndEdit() 30 | End Sub 31 | 32 | Private Sub btnAdd_Click(sender As Object, e As EventArgs) Handles btnAdd.Click 33 | 34 | If LayerRules IsNot Nothing Then 35 | 36 | Dim newRule As LayerRule = New LayerRule("(New-Rule)") 37 | LayerRules.Rules.Add(newRule) 38 | 39 | bsRules.ResetBindings(False) 40 | bsRules.Position = bsRules.IndexOf(newRule) 41 | 42 | End If 43 | 44 | End Sub 45 | 46 | Private Sub btnRemove_Click(sender As Object, e As EventArgs) Handles btnRemove.Click 47 | 48 | If LayerRules IsNot Nothing Then 49 | 50 | Dim oldRule As LayerRule = CType(bsRules.Current, LayerRule) 51 | If oldRule IsNot Nothing Then 52 | 53 | LayerRules.Rules.Remove(oldRule) 54 | 55 | bsRules.ResetBindings(False) 56 | bsRules.Position = 0 57 | 58 | End If 59 | 60 | End If 61 | 62 | End Sub 63 | 64 | Private Sub btnFinish_Click(sender As Object, e As EventArgs) Handles btnFinish.Click 65 | DialogResult = DialogResult.OK 66 | Close() 67 | End Sub 68 | 69 | Private Sub bsRules_PositionChanged(sender As Object, e As EventArgs) Handles bsRules.PositionChanged 70 | 71 | If LayerRules IsNot Nothing Then 72 | 73 | Dim rule As LayerRule = CType(bsRules.Current, LayerRule) 74 | If rule IsNot Nothing Then 75 | 76 | Select Case rule.RulesMode 77 | Case LayerRule.enumRulesMode.rmNone 78 | rbNone.Checked = True 79 | Case LayerRule.enumRulesMode.rmBeginsWith 80 | rbStarts.Checked = True 81 | Case LayerRule.enumRulesMode.rmContains 82 | rbContains.Checked = True 83 | Case LayerRule.enumRulesMode.rmEndsWith 84 | rbEnds.Checked = True 85 | End Select 86 | 87 | End If 88 | 89 | End If 90 | 91 | End Sub 92 | 93 | Private Sub rbNone_CheckedChanged(sender As Object, e As EventArgs) Handles rbNone.CheckedChanged 94 | If rbNone.Checked Then 95 | lblMode.Text = 0 96 | End If 97 | End Sub 98 | 99 | Private Sub rbStarts_CheckedChanged(sender As Object, e As EventArgs) Handles rbStarts.CheckedChanged 100 | If rbStarts.Checked Then 101 | lblMode.Text = 1 102 | End If 103 | End Sub 104 | 105 | Private Sub rbContains_CheckedChanged(sender As Object, e As EventArgs) Handles rbContains.CheckedChanged 106 | If rbContains.Checked Then 107 | lblMode.Text = 2 108 | End If 109 | End Sub 110 | 111 | Private Sub rbEnds_CheckedChanged(sender As Object, e As EventArgs) Handles rbEnds.CheckedChanged 112 | If rbEnds.Checked Then 113 | lblMode.Text = 3 114 | End If 115 | End Sub 116 | 117 | Private Sub lnklblSetDefault_LinkClicked(sender As Object, e As LinkLabelLinkClickedEventArgs) Handles lnklblSetDefault.LinkClicked 118 | If MsgBox("This will overwrite the default for all new Excel-Files. Proceed?", MsgBoxStyle.Question Or MsgBoxStyle.YesNo, "Set as Default") = MsgBoxResult.Yes Then 119 | bsRules.EndEdit() 120 | _Settings.DefaultLayerRules = LayerRules.GetRules() 121 | End If 122 | End Sub 123 | End Class -------------------------------------------------------------------------------- /CasparCGAddIn/Theme.vb: -------------------------------------------------------------------------------- 1 | Imports System.IO 2 | Imports System.Xml.Serialization 3 | Imports System.Drawing 4 | Imports System.Drawing.Drawing2D 5 | 6 | 7 | Public Class Theme 8 | 9 | Private _WindowBackgroundImage As Image = Nothing 10 | 11 | Public Property ForeColor As Color = Color.Black 12 | Public Property BackColor As Color = Color.White 13 | 14 | Public Property WindowColor As Color = Color.FromArgb(230, 240, 255) 15 | 16 | Public Property HighliteForeColor As Color = Color.FromArgb(255, 255, 255) 17 | Public Property HighliteBackColor As Color = Color.FromArgb(204, 26, 27) 18 | 19 | Public Property SelectionForeColor As Color = Color.FromKnownColor(KnownColor.HighlightText) 20 | Public Property SelectionBackColor As Color = Color.FromKnownColor(KnownColor.Highlight) 21 | 22 | Public Property GridBackColor As Color = Color.FromKnownColor(KnownColor.AppWorkspace) 23 | Public Property GridColor As Color = Color.FromKnownColor(KnownColor.ControlDark) 24 | Public Property GridHeaderForeColor As Color = Color.FromKnownColor(KnownColor.WindowText) 25 | Public Property GridHeaderBackColor As Color = Color.FromKnownColor(KnownColor.Control) 26 | 27 | Public Property WindowBackgroundImageTopColor As Color = Color.FromArgb(153, 204, 255) 28 | Public Property WindowBackgroundImageBottomColor As Color = Color.FromArgb(254, 255, 255) 29 | 30 | Public Property ErrorBackColor As Color = Color.Red 31 | 32 | Public ReadOnly Property WindowBackgroundImage As Image 33 | Get 34 | If _WindowBackgroundImage Is Nothing Then 35 | _WindowBackgroundImage = New Bitmap(20, 100, Imaging.PixelFormat.Format24bppRgb) 36 | Dim g As Graphics = Graphics.FromImage(_WindowBackgroundImage) 37 | Dim lgb As LinearGradientBrush = New LinearGradientBrush(New Point(10, 0), New Point(10, 100), WindowBackgroundImageTopColor, WindowBackgroundImageBottomColor) 38 | g.FillRectangle(lgb, New Rectangle(0, 0, 20, 100)) 39 | End If 40 | Return _WindowBackgroundImage 41 | End Get 42 | End Property 43 | 44 | 45 | Public Sub Save(ByVal XMLFile As String) 46 | 47 | Dim wr As StreamWriter = Nothing 48 | 49 | Try 50 | Dim ser As XmlSerializer = New XmlSerializer(GetType(Theme)) 51 | wr = New StreamWriter(XMLFile) 52 | ser.Serialize(wr, Me) 53 | Catch ex As Exception 54 | Throw (New Exception("WriteToXML: " + ex.Message, ex)) 55 | Finally 56 | wr.Close() 57 | End Try 58 | 59 | End Sub 60 | 61 | Private Function ReadFromXML(ByVal XMLFile As String) As Theme 62 | 63 | Dim fs As FileStream = Nothing 64 | Dim th As Theme 65 | 66 | Try 67 | Dim ser As XmlSerializer = New XmlSerializer(GetType(Theme)) 68 | fs = New FileStream(XMLFile, FileMode.Open) 69 | th = CType(ser.Deserialize(fs), Theme) 70 | Catch ex As Exception 71 | Throw (New Exception("ReadFromXML: " + ex.Message, ex)) 72 | Finally 73 | fs.Close() 74 | End Try 75 | 76 | Return th 77 | 78 | End Function 79 | 80 | Public Sub New() 81 | 82 | End Sub 83 | 84 | Public Sub New(Filename As String) 85 | 86 | Dim th As Theme = ReadFromXML(Filename) 87 | 88 | Me.ForeColor = th.ForeColor 89 | Me.BackColor = th.BackColor 90 | 91 | Me.WindowColor = th.WindowColor 92 | 93 | Me.HighliteForeColor = th.HighliteForeColor 94 | Me.HighliteBackColor = th.HighliteBackColor 95 | 96 | Me.SelectionForeColor = th.SelectionForeColor 97 | Me.SelectionBackColor = th.SelectionBackColor 98 | 99 | Me.GridBackColor = th.GridBackColor 100 | Me.GridColor = th.GridColor 101 | Me.GridHeaderForeColor = th.GridHeaderForeColor 102 | Me.GridHeaderBackColor = th.GridHeaderBackColor 103 | 104 | Me.WindowBackgroundImageTopColor = th.WindowBackgroundImageTopColor 105 | Me.WindowBackgroundImageBottomColor = th.WindowBackgroundImageBottomColor 106 | 107 | Me.ErrorBackColor = th.ErrorBackColor 108 | 109 | End Sub 110 | 111 | End Class 112 | -------------------------------------------------------------------------------- /CasparCGAddIn.sln: -------------------------------------------------------------------------------- 1 | 2 | Microsoft Visual Studio Solution File, Format Version 12.00 3 | # Visual Studio Version 16 4 | VisualStudioVersion = 16.0.31402.337 5 | MinimumVisualStudioVersion = 10.0.40219.1 6 | Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "CasparCGAddIn", "CasparCGAddIn\CasparCGAddIn.vbproj", "{563A3AAC-C8BF-442C-88D4-CEE57BC6E6B2}" 7 | EndProject 8 | Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "CasparObjects", "..\ZZZ_Common\CasparObjects\CasparObjects.vbproj", "{EE1B6A2B-16A9-4752-9BDA-2EDBF97CB665}" 9 | EndProject 10 | Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "CasparCGFunctions", "CasparCGFunctions\CasparCGFunctions.vbproj", "{F1E5E782-462C-42A7-B285-D801021D72BD}" 11 | EndProject 12 | Project("{54435603-DBB4-11D2-8724-00A0C9A8B90C}") = "CasparCGAddInSetup", "CasparCGAddInSetup\CasparCGAddInSetup.vdproj", "{CA560206-1512-4B4C-A3EC-86535E9B97E3}" 13 | EndProject 14 | Global 15 | GlobalSection(SolutionConfigurationPlatforms) = preSolution 16 | CD_ROM|Any CPU = CD_ROM|Any CPU 17 | Debug|Any CPU = Debug|Any CPU 18 | DVD-5|Any CPU = DVD-5|Any CPU 19 | Release|Any CPU = Release|Any CPU 20 | SingleImage|Any CPU = SingleImage|Any CPU 21 | EndGlobalSection 22 | GlobalSection(ProjectConfigurationPlatforms) = postSolution 23 | {563A3AAC-C8BF-442C-88D4-CEE57BC6E6B2}.CD_ROM|Any CPU.ActiveCfg = Release|Any CPU 24 | {563A3AAC-C8BF-442C-88D4-CEE57BC6E6B2}.CD_ROM|Any CPU.Build.0 = Release|Any CPU 25 | {563A3AAC-C8BF-442C-88D4-CEE57BC6E6B2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU 26 | {563A3AAC-C8BF-442C-88D4-CEE57BC6E6B2}.Debug|Any CPU.Build.0 = Debug|Any CPU 27 | {563A3AAC-C8BF-442C-88D4-CEE57BC6E6B2}.DVD-5|Any CPU.ActiveCfg = Debug|Any CPU 28 | {563A3AAC-C8BF-442C-88D4-CEE57BC6E6B2}.DVD-5|Any CPU.Build.0 = Debug|Any CPU 29 | {563A3AAC-C8BF-442C-88D4-CEE57BC6E6B2}.Release|Any CPU.ActiveCfg = Release|Any CPU 30 | {563A3AAC-C8BF-442C-88D4-CEE57BC6E6B2}.Release|Any CPU.Build.0 = Release|Any CPU 31 | {563A3AAC-C8BF-442C-88D4-CEE57BC6E6B2}.SingleImage|Any CPU.ActiveCfg = Release|Any CPU 32 | {563A3AAC-C8BF-442C-88D4-CEE57BC6E6B2}.SingleImage|Any CPU.Build.0 = Release|Any CPU 33 | {EE1B6A2B-16A9-4752-9BDA-2EDBF97CB665}.CD_ROM|Any CPU.ActiveCfg = Release|Any CPU 34 | {EE1B6A2B-16A9-4752-9BDA-2EDBF97CB665}.CD_ROM|Any CPU.Build.0 = Release|Any CPU 35 | {EE1B6A2B-16A9-4752-9BDA-2EDBF97CB665}.Debug|Any CPU.ActiveCfg = Debug|Any CPU 36 | {EE1B6A2B-16A9-4752-9BDA-2EDBF97CB665}.Debug|Any CPU.Build.0 = Debug|Any CPU 37 | {EE1B6A2B-16A9-4752-9BDA-2EDBF97CB665}.DVD-5|Any CPU.ActiveCfg = Debug|Any CPU 38 | {EE1B6A2B-16A9-4752-9BDA-2EDBF97CB665}.DVD-5|Any CPU.Build.0 = Debug|Any CPU 39 | {EE1B6A2B-16A9-4752-9BDA-2EDBF97CB665}.Release|Any CPU.ActiveCfg = Release|Any CPU 40 | {EE1B6A2B-16A9-4752-9BDA-2EDBF97CB665}.Release|Any CPU.Build.0 = Release|Any CPU 41 | {EE1B6A2B-16A9-4752-9BDA-2EDBF97CB665}.SingleImage|Any CPU.ActiveCfg = Release|Any CPU 42 | {EE1B6A2B-16A9-4752-9BDA-2EDBF97CB665}.SingleImage|Any CPU.Build.0 = Release|Any CPU 43 | {F1E5E782-462C-42A7-B285-D801021D72BD}.CD_ROM|Any CPU.ActiveCfg = Release|Any CPU 44 | {F1E5E782-462C-42A7-B285-D801021D72BD}.CD_ROM|Any CPU.Build.0 = Release|Any CPU 45 | {F1E5E782-462C-42A7-B285-D801021D72BD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU 46 | {F1E5E782-462C-42A7-B285-D801021D72BD}.Debug|Any CPU.Build.0 = Debug|Any CPU 47 | {F1E5E782-462C-42A7-B285-D801021D72BD}.DVD-5|Any CPU.ActiveCfg = Debug|Any CPU 48 | {F1E5E782-462C-42A7-B285-D801021D72BD}.DVD-5|Any CPU.Build.0 = Debug|Any CPU 49 | {F1E5E782-462C-42A7-B285-D801021D72BD}.Release|Any CPU.ActiveCfg = Release|Any CPU 50 | {F1E5E782-462C-42A7-B285-D801021D72BD}.Release|Any CPU.Build.0 = Release|Any CPU 51 | {F1E5E782-462C-42A7-B285-D801021D72BD}.SingleImage|Any CPU.ActiveCfg = Release|Any CPU 52 | {F1E5E782-462C-42A7-B285-D801021D72BD}.SingleImage|Any CPU.Build.0 = Release|Any CPU 53 | {CA560206-1512-4B4C-A3EC-86535E9B97E3}.CD_ROM|Any CPU.ActiveCfg = Release 54 | {CA560206-1512-4B4C-A3EC-86535E9B97E3}.Debug|Any CPU.ActiveCfg = Debug 55 | {CA560206-1512-4B4C-A3EC-86535E9B97E3}.DVD-5|Any CPU.ActiveCfg = Debug 56 | {CA560206-1512-4B4C-A3EC-86535E9B97E3}.Release|Any CPU.ActiveCfg = Release 57 | {CA560206-1512-4B4C-A3EC-86535E9B97E3}.SingleImage|Any CPU.ActiveCfg = Release 58 | EndGlobalSection 59 | GlobalSection(SolutionProperties) = preSolution 60 | HideSolutionNode = FALSE 61 | EndGlobalSection 62 | GlobalSection(ExtensibilityGlobals) = postSolution 63 | SolutionGuid = {9B92278A-4167-4621-8ED0-366676441656} 64 | EndGlobalSection 65 | EndGlobal 66 | --------------------------------------------------------------------------------