├── ..IdealAutomate └── UnconvertUWP │ ├── cbxCustomSelectedValue.txt │ ├── cbxStatusSelectedValue.txt │ ├── custom.txt │ ├── description.txt │ └── status.txt ├── .gitignore ├── ArtificialIntelligence ├── ..IdealAutomate │ └── CategoryState.txt ├── ComponentsOfArtificalIntelligence.rtf ├── Microsoft AI School.url ├── http--ai.berkeley.edu-lecture_videos.html.url ├── http--artint.info-html-ArtInt.html.url ├── http--nptel.ac.in-courses-106105077-2.url └── https--cosmolearning.org-courses-artificial-intelligence-with-prof-p-dasgupta-video-lectures-.url ├── AutomateGoogleYahoo ├── .vs │ └── AutomateGoogleYahoo │ │ └── v15 │ │ └── Server │ │ └── sqlite3 │ │ ├── db.lock │ │ └── storage.ide ├── AutomateGoogleYahoo.sln └── AutomateGoogleYahoo │ ├── App.xaml │ ├── App.xaml.cs │ ├── AutomateGoogleYahoo.csproj │ ├── ClassDiagram1.cd │ ├── Images │ ├── 112_UpArrowShort_Green.ico │ ├── imgPatch16.PNG │ ├── imgPatch17.PNG │ ├── imgPatch2015_08.PNG │ ├── imgPatch2015_08_Home.PNG │ ├── imgSVNUpdate.PNG │ ├── imgSVNUpdate_Home.PNG │ ├── imgUpdateLogOK.PNG │ └── imgUpdateLogOK_Home.PNG │ ├── MainWindow.xaml │ ├── MainWindow.xaml.cs │ ├── Properties │ ├── AssemblyInfo.cs │ ├── Resources.Designer.cs │ ├── Resources.resx │ ├── Settings.Designer.cs │ └── Settings.settings │ ├── app.config │ ├── bin │ └── Debug │ │ ├── AutomateGoogleYahoo.exe │ │ ├── AutomateGoogleYahoo.vshost.exe │ │ ├── AutomateGoogleYahoo.vshost.exe.manifest │ │ ├── IdealAutomateCore.dll │ │ ├── IdealAutomateCore.xml │ │ ├── Images │ │ ├── 112_UpArrowShort_Green.ico │ │ ├── imgPatch16.PNG │ │ ├── imgPatch17.PNG │ │ ├── imgPatch2015_08.PNG │ │ ├── imgPatch2015_08_Home.PNG │ │ ├── imgSVNUpdate.PNG │ │ ├── imgSVNUpdate_Home.PNG │ │ ├── imgUpdateLogOK.PNG │ │ └── imgUpdateLogOK_Home.PNG │ │ ├── WindowsInput.dll │ │ └── WindowsInput.xml │ └── obj │ └── x86 │ └── Debug │ ├── App.g.cs │ ├── App.g.i.cs │ ├── AutomateGoogleYahoo.Properties.Resources.resources │ ├── AutomateGoogleYahoo.csproj.CopyComplete │ ├── AutomateGoogleYahoo.csproj.FileListAbsolute.txt │ ├── AutomateGoogleYahoo.exe │ ├── AutomateGoogleYahoo.g.resources │ ├── AutomateGoogleYahoo_Content.g.cs │ ├── AutomateGoogleYahoo_Content.g.i.cs │ ├── MainWindow.baml │ ├── MainWindow.g.cs │ ├── MainWindow.g.i.cs │ └── TempPE │ └── Properties.Resources.Designer.cs.dll ├── BalloonGuideExampleWebAPIProject ├── BalloonGuideExampleWebAPIProject.sln └── BalloonGuideExampleWebAPIProject │ ├── App.xaml │ ├── App.xaml.cs │ ├── BalloonGuideExampleWebAPIProject.csproj │ ├── ClassDiagram1.cd │ ├── Images │ ├── 112_UpArrowShort_Green.ico │ ├── imgPatch16.PNG │ ├── imgPatch17.PNG │ ├── imgPatch2015_08.PNG │ ├── imgPatch2015_08_Home.PNG │ ├── imgSVNUpdate.PNG │ ├── imgSVNUpdate_Home.PNG │ ├── imgUpdateLogOK.PNG │ └── imgUpdateLogOK_Home.PNG │ ├── MainWindow.xaml │ ├── MainWindow.xaml.cs │ ├── Properties │ ├── AssemblyInfo.cs │ ├── Resources.Designer.cs │ ├── Resources.resx │ ├── Settings.Designer.cs │ └── Settings.settings │ └── app.config ├── CODE_OF_CONDUCT.md ├── CSharp ├── ..IdealAutomate │ └── CategoryState.txt ├── Abstract Class.rtf ├── Access Modifiers.rtf ├── Anonymous Method.rtf ├── Array.rtf ├── BackgroundWorker.txt ├── Base.rtf ├── CSharpExamples │ ├── ..IdealAutomate │ │ └── CategoryState.txt │ ├── Arrays │ │ ├── ..IdealAutomate │ │ │ └── CategoryState.txt │ │ └── HardingEduExample.txt │ ├── Attributes │ │ ├── ..IdealAutomate │ │ │ └── CategoryState.txt │ │ └── HardingEduExample.txt │ ├── Choices │ │ ├── ..IdealAutomate │ │ │ └── CategoryState.txt │ │ └── HardingEduExample.txt │ ├── Classes & Interfaces │ │ ├── ..IdealAutomate │ │ │ └── CategoryState.txt │ │ └── HardingEduExample.txt │ ├── Collections │ │ ├── ..IdealAutomate │ │ │ └── CategoryState.txt │ │ └── HardingEduExample.txt │ ├── Comments │ │ ├── ..IdealAutomate │ │ │ └── CategoryState.txt │ │ └── HardingEduExample.txt │ ├── ConsoleIO │ │ ├── ..IdealAutomate │ │ │ └── CategoryState.txt │ │ └── HardingEduExample.txt │ ├── Constants │ │ ├── ..IdealAutomate │ │ │ └── CategoryState.txt │ │ └── HardingEduExample.txt │ └── ConstructorsAndDestructors │ │ ├── ..IdealAutomate │ │ └── CategoryState.txt │ │ └── HardingEduExample.txt ├── CSharpSyntax │ ├── ..IdealAutomate │ │ └── CategoryState.txt │ ├── CSharpSyntax.sln │ └── CSharpSyntax │ │ ├── App.xaml │ │ ├── App.xaml.cs │ │ ├── CSharpSyntax.csproj │ │ ├── ClassDiagram1.cd │ │ ├── Images │ │ ├── 112_UpArrowShort_Green.ico │ │ ├── imgPatch16.PNG │ │ ├── imgPatch17.PNG │ │ ├── imgPatch2015_08.PNG │ │ ├── imgPatch2015_08_Home.PNG │ │ ├── imgSVNUpdate.PNG │ │ ├── imgSVNUpdate_Home.PNG │ │ ├── imgUpdateLogOK.PNG │ │ └── imgUpdateLogOK_Home.PNG │ │ ├── MainWindow.xaml │ │ ├── MainWindow.xaml.cs │ │ ├── Properties │ │ ├── AssemblyInfo.cs │ │ ├── Resources.Designer.cs │ │ ├── Resources.resx │ │ ├── Settings.Designer.cs │ │ └── Settings.settings │ │ ├── app.config │ │ ├── bin │ │ └── Debug │ │ │ ├── CSharpSyntax.exe │ │ │ ├── IdealAutomateCore.dll │ │ │ ├── IdealAutomateCore.xml │ │ │ ├── Images │ │ │ ├── 112_UpArrowShort_Green.ico │ │ │ ├── imgPatch16.PNG │ │ │ ├── imgPatch17.PNG │ │ │ ├── imgPatch2015_08.PNG │ │ │ ├── imgPatch2015_08_Home.PNG │ │ │ ├── imgSVNUpdate.PNG │ │ │ ├── imgSVNUpdate_Home.PNG │ │ │ ├── imgUpdateLogOK.PNG │ │ │ └── imgUpdateLogOK_Home.PNG │ │ │ ├── WindowsInput.dll │ │ │ └── WindowsInput.xml │ │ └── obj │ │ └── x86 │ │ └── Debug │ │ ├── App.g.cs │ │ ├── App.g.i.cs │ │ ├── CSharpSyntax.Properties.Resources.resources │ │ ├── CSharpSyntax.csproj.FileListAbsolute.txt │ │ ├── CSharpSyntax.exe │ │ ├── CSharpSyntax.g.resources │ │ ├── CSharpSyntax_Content.g.cs │ │ ├── CSharpSyntax_Content.g.i.cs │ │ ├── MainWindow.baml │ │ ├── MainWindow.g.cs │ │ └── MainWindow.g.i.cs └── Code Websites │ ├── ..IdealAutomate │ └── CategoryState.txt │ ├── ASP Snippets.url │ ├── CSharp Examples.url │ ├── Code Msdn Microsoft.url │ ├── Code Snippet Research Microsoft.url │ ├── CodeProject.url │ ├── Codeplex.url │ ├── Dot Net Funda.url │ ├── Dot Net Perls.url │ ├── Fincher.url │ ├── Gist.url │ ├── Github.url │ ├── Harding Edu.url │ ├── IdealProgrammer.com.url │ ├── Java2s.url │ ├── SanFoundry.url │ └── W3Schools.url ├── CheatSheets ├── ..IdealAutomate │ └── CategoryState.txt ├── ASPNET MVC │ ├── ..IdealAutomate │ │ └── CategoryState.txt │ ├── http--techbrij.com-notes-aspnet-mvc-4.php.url │ └── http--www.benjaminjohnston.com.au-downloads-mvc_cheat_sheet.pdf.url ├── Angular │ ├── ..IdealAutomate │ │ └── CategoryState.txt │ ├── AngularCheatSheet-DNCMagazine.pdf │ ├── AngularCheatSheetOverviewKeyConcepts.url │ ├── BBV16Poster_Angular2.pdf │ ├── Overview.rtf │ ├── OverviewOfKeyConcepts.docx │ ├── OverviewOfKeyConcepts.odt │ └── http--a2.hubwiz.com-docs-ts-latest-guide-cheatsheet.html.url ├── AngularJS │ ├── ..IdealAutomate │ │ └── CategoryState.txt │ ├── AngularJSCheatSheetW3schools.url │ └── angularjs.pdf ├── Artificial Intelligence │ ├── ..IdealAutomate │ │ └── CategoryState.txt │ ├── AI_Algorithms.odt │ ├── Resources │ │ ├── ..IdealAutomate │ │ │ └── CategoryState.txt │ │ ├── http--ai.berkeley.edu-lecture_videos.html.url │ │ ├── http--artint.info-html-ArtInt.html.url │ │ ├── http--nptel.ac.in-courses-106105077-2.url │ │ └── https--cosmolearning.org-courses-artificial-intelligence-with-prof-p-dasgupta-video-lectures-.url │ ├── artificial_intelligence_tutorial.pdf │ └── https--www.cheatography.com-sonyapur-cheat-sheets-aritificial-intelligence-cheat-sheet-.url ├── CSS │ ├── ..IdealAutomate │ │ └── CategoryState.txt │ ├── CSS_Diff_Absolute_Relative_Fixed.url │ └── css-cheatsheet.pdf ├── CSharp │ ├── ..IdealAutomate │ │ └── CategoryState.txt │ └── c#_40_cheatsheet.pdf ├── CheatSheets.odt ├── HTML │ ├── ..IdealAutomate │ │ └── CategoryState.txt │ ├── HTML5-Mega-Cheat-Sheet-A4-Print-ready.pdf │ └── html5-cheat-sheet.pdf ├── Javascript │ ├── ..IdealAutomate │ │ └── CategoryState.txt │ ├── https--developer.mozilla.org-en-US-docs-Web-JavaScript-Reference.url │ ├── https--developer.mozilla.org-en-US-docs-Web-JavaScript.url │ └── javascript-dom-cheat-sheet.jpg ├── Machine Learning │ ├── ..IdealAutomate │ │ └── CategoryState.txt │ └── MachineLearningAlgorithms.png ├── MarkDown │ ├── ..IdealAutomate │ │ └── CategoryState.txt │ └── https--github.com-adam-p-markdown-here-wiki-Markdown-Cheatsheet#lines.url ├── Security │ └── ..IdealAutomate │ │ └── CategoryState.txt └── jQuery │ ├── ..IdealAutomate │ └── CategoryState.txt │ └── http--www.javascripttoolbox.com-jquery-cheatsheet-.url ├── Classic ASP ├── ..IdealAutomate │ └── CategoryState.txt └── WrapHtmlInResponseWrite │ ├── WrapHtmlInResponseWrite.sln │ └── WrapHtmlInResponseWrite │ ├── App.xaml │ ├── App.xaml.cs │ ├── ClassDiagram1.cd │ ├── Images │ ├── 112_UpArrowShort_Green.ico │ ├── imgPatch16.PNG │ ├── imgPatch17.PNG │ ├── imgPatch2015_08.PNG │ ├── imgPatch2015_08_Home.PNG │ ├── imgSVNUpdate.PNG │ ├── imgSVNUpdate_Home.PNG │ ├── imgUpdateLogOK.PNG │ └── imgUpdateLogOK_Home.PNG │ ├── MainWindow.xaml │ ├── MainWindow.xaml.cs │ ├── Properties │ ├── AssemblyInfo.cs │ ├── Resources.Designer.cs │ ├── Resources.resx │ ├── Settings.Designer.cs │ └── Settings.settings │ ├── WrapHtmlInResponseWrite.csproj │ ├── bin │ └── Debug │ │ ├── IdealAutomateCore.dll │ │ ├── IdealAutomateCore.xml │ │ ├── Images │ │ ├── 112_UpArrowShort_Green.ico │ │ ├── imgPatch16.PNG │ │ ├── imgPatch17.PNG │ │ ├── imgPatch2015_08.PNG │ │ ├── imgPatch2015_08_Home.PNG │ │ ├── imgSVNUpdate.PNG │ │ ├── imgSVNUpdate_Home.PNG │ │ ├── imgUpdateLogOK.PNG │ │ └── imgUpdateLogOK_Home.PNG │ │ ├── WindowsInput.dll │ │ ├── WindowsInput.xml │ │ ├── WrapHtmlInResponseWrite.exe │ │ ├── WrapHtmlInResponseWrite.vshost.exe │ │ └── WrapHtmlInResponseWrite.vshost.exe.manifest │ └── obj │ └── x86 │ └── Debug │ ├── App.g.cs │ ├── App.g.i.cs │ ├── MainWindow.baml │ ├── MainWindow.g.cs │ ├── MainWindow.g.i.cs │ ├── WrapHtmlInResponseWrite.Properties.Resources.resources │ ├── WrapHtmlInResponseWrite.csproj.FileListAbsolute.txt │ ├── WrapHtmlInResponseWrite.exe │ ├── WrapHtmlInResponseWrite.g.resources │ ├── WrapHtmlInResponseWrite_Content.g.cs │ └── WrapHtmlInResponseWrite_Content.g.i.cs ├── Clipboard ├── ..IdealAutomate │ └── CategoryState.txt ├── RetrieveClips │ ├── ClipboardHelper │ │ ├── ClassDiagram1.cd │ │ ├── ClipData.cs │ │ ├── ClipboardHelper.cs │ │ ├── ClipboardHelper.csproj │ │ ├── Properties │ │ │ └── AssemblyInfo.cs │ │ ├── Win32ClipboardAPI.cs │ │ └── Win32MemoryAPI.cs │ ├── RetrieveClips.sln │ └── RetrieveClips │ │ ├── App.xaml │ │ ├── App.xaml.cs │ │ ├── ClassDiagram1.cd │ │ ├── Images │ │ ├── 112_UpArrowShort_Green.ico │ │ ├── imgPatch16.PNG │ │ ├── imgPatch17.PNG │ │ ├── imgPatch2015_08.PNG │ │ ├── imgPatch2015_08_Home.PNG │ │ ├── imgSVNUpdate.PNG │ │ ├── imgSVNUpdate_Home.PNG │ │ ├── imgUpdateLogOK.PNG │ │ └── imgUpdateLogOK_Home.PNG │ │ ├── MainWindow.xaml │ │ ├── MainWindow.xaml.cs │ │ ├── Properties │ │ ├── AssemblyInfo.cs │ │ ├── Resources.Designer.cs │ │ ├── Resources.resx │ │ ├── Settings.Designer.cs │ │ └── Settings.settings │ │ ├── RetrieveClips.csproj │ │ └── app.config └── SaveClipboardToFile │ ├── ClipboardHelper │ ├── ClassDiagram1.cd │ ├── ClipData.cs │ ├── ClipboardHelper.cs │ ├── ClipboardHelper.csproj │ ├── Properties │ │ └── AssemblyInfo.cs │ ├── Win32ClipboardAPI.cs │ └── Win32MemoryAPI.cs │ ├── SaveClipboardToFile.sln │ └── SaveClipboardToFile │ ├── App.xaml │ ├── App.xaml.cs │ ├── ClassDiagram1.cd │ ├── Images │ ├── 112_UpArrowShort_Green.ico │ ├── imgPatch16.PNG │ ├── imgPatch17.PNG │ ├── imgPatch2015_08.PNG │ ├── imgPatch2015_08_Home.PNG │ ├── imgSVNUpdate.PNG │ ├── imgSVNUpdate_Home.PNG │ ├── imgUpdateLogOK.PNG │ └── imgUpdateLogOK_Home.PNG │ ├── MainWindow.xaml │ ├── MainWindow.xaml.cs │ ├── Properties │ ├── AssemblyInfo.cs │ ├── Resources.Designer.cs │ ├── Resources.resx │ ├── Settings.Designer.cs │ └── Settings.settings │ ├── SaveClipboardToFile.csproj │ └── app.config ├── CodeGenCSharp ├── ..IdealAutomate │ └── CategoryState.txt └── CreateConnectionString │ ├── ..IdealAutomate │ ├── cbxCustomSelectedValue.txt │ ├── cbxStatusSelectedValue.txt │ ├── custom.txt │ ├── description.txt │ └── status.txt │ ├── CreateConnectionString.sln │ └── CreateConnectionString │ ├── App.xaml │ ├── App.xaml.cs │ ├── ClassDiagram1.cd │ ├── CreateConnectionString.csproj │ ├── EncryptDecrypt.cs │ ├── Images │ ├── 112_UpArrowShort_Green.ico │ ├── imgPatch16.PNG │ ├── imgPatch17.PNG │ ├── imgPatch2015_08.PNG │ ├── imgPatch2015_08_Home.PNG │ ├── imgSVNUpdate.PNG │ ├── imgSVNUpdate_Home.PNG │ ├── imgUpdateLogOK.PNG │ └── imgUpdateLogOK_Home.PNG │ ├── MainWindow.xaml │ ├── MainWindow.xaml.cs │ ├── Properties │ ├── AssemblyInfo.cs │ ├── Resources.Designer.cs │ ├── Resources.resx │ ├── Settings.Designer.cs │ └── Settings.settings │ └── app.config ├── CodeGenObservableCollection ├── CodeGenObservableCollection.sln └── CodeGenObservableCollection │ ├── App.xaml │ ├── App.xaml.cs │ ├── ClassDiagram1.cd │ ├── CodeGenObservableCollection.csproj │ ├── Images │ ├── 112_UpArrowShort_Green.ico │ ├── imgPatch16.PNG │ ├── imgPatch17.PNG │ ├── imgPatch2015_08.PNG │ ├── imgPatch2015_08_Home.PNG │ ├── imgSVNUpdate.PNG │ ├── imgSVNUpdate_Home.PNG │ ├── imgUpdateLogOK.PNG │ └── imgUpdateLogOK_Home.PNG │ ├── JunkTestCode.cs │ ├── JunkTestObject.cs │ ├── MainWindow.xaml │ ├── MainWindow.xaml.cs │ ├── Properties │ ├── AssemblyInfo.cs │ ├── Resources.Designer.cs │ ├── Resources.resx │ ├── Settings.Designer.cs │ └── Settings.settings │ ├── SQLToGrid.xaml │ ├── SQLToGrid.xaml.cs │ └── app.config ├── CodeGenTemplateParms ├── CodeGenTemplateParms.sln └── CodeGenTemplateParms │ ├── App.xaml │ ├── App.xaml.cs │ ├── ClassDiagram1.cd │ ├── CodeGenTemplateParms.csproj │ ├── CodeGenTemplateParms.csproj.user │ ├── Images │ ├── 112_UpArrowShort_Green.ico │ ├── imgPatch16.PNG │ ├── imgPatch17.PNG │ ├── imgPatch2015_08.PNG │ ├── imgPatch2015_08_Home.PNG │ ├── imgSVNUpdate.PNG │ ├── imgSVNUpdate_Home.PNG │ ├── imgUpdateLogOK.PNG │ └── imgUpdateLogOK_Home.PNG │ ├── MainWindow.xaml │ ├── MainWindow.xaml.cs │ ├── Properties │ ├── AssemblyInfo.cs │ ├── Resources.Designer.cs │ ├── Resources.resx │ ├── Settings.Designer.cs │ └── Settings.settings │ ├── TemplateButton.txt │ ├── TemplateComboBox.txt │ ├── TemplateHeading.txt │ ├── TemplateIterations.txt │ ├── TemplateIterator.txt │ ├── TemplateLabel.txt │ ├── TemplateTemplate.txt │ ├── TemplateTextBox.txt │ ├── app.config │ ├── bin │ └── Debug │ │ ├── CodeGenTemplateParms.exe │ │ ├── CodeGenTemplateParms.pdb │ │ ├── CodeGenTemplateParms.vshost.exe │ │ ├── CodeGenTemplateParms.vshost.exe.manifest │ │ ├── IdealAutomateCore.dll │ │ ├── IdealAutomateCore.pdb │ │ ├── IdealAutomateCore.xml │ │ ├── Images │ │ ├── 112_UpArrowShort_Green.ico │ │ ├── imgPatch16.PNG │ │ ├── imgPatch17.PNG │ │ ├── imgPatch2015_08.PNG │ │ ├── imgPatch2015_08_Home.PNG │ │ ├── imgSVNUpdate.PNG │ │ ├── imgSVNUpdate_Home.PNG │ │ ├── imgUpdateLogOK.PNG │ │ └── imgUpdateLogOK_Home.PNG │ │ ├── TemplateButton.txt │ │ ├── TemplateComboBox.txt │ │ ├── TemplateHeading.txt │ │ ├── TemplateIterations.txt │ │ ├── TemplateIterator.txt │ │ ├── TemplateLabel.txt │ │ ├── TemplateTemplate.txt │ │ ├── TemplateTextBox.txt │ │ ├── WindowsInput.dll │ │ └── WindowsInput.xml │ └── obj │ └── x86 │ └── Debug │ ├── App.g.cs │ ├── App.g.i.cs │ ├── CodeGenTemplateParms.Properties.Resources.resources │ ├── CodeGenTemplateParms.csproj.FileListAbsolute.txt │ ├── CodeGenTemplateParms.csproj.GenerateResource.Cache │ ├── CodeGenTemplateParms.exe │ ├── CodeGenTemplateParms.g.resources │ ├── CodeGenTemplateParms.pdb │ ├── CodeGenTemplateParms_Content.g.cs │ ├── CodeGenTemplateParms_Content.g.i.cs │ ├── CodeGenTemplateParms_MarkupCompile.cache │ ├── MainWindow.baml │ ├── MainWindow.g.cs │ ├── MainWindow.g.i.cs │ └── TempPE │ └── Properties.Resources.Designer.cs.dll ├── Control Panel ├── ..IdealAutomate │ └── CategoryState.txt └── Problem Steps Recorder.lnk ├── CreateOPFrom3Fields ├── CreateOPFrom3Fields.sln └── CreateOPFrom3Fields │ ├── App.xaml │ ├── App.xaml.cs │ ├── ClassDiagram1.cd │ ├── CreateOPFrom3Fields.csproj │ ├── Images │ ├── 112_UpArrowShort_Green.ico │ ├── imgPatch16.PNG │ ├── imgPatch17.PNG │ ├── imgPatch2015_08.PNG │ ├── imgPatch2015_08_Home.PNG │ ├── imgSVNUpdate.PNG │ ├── imgSVNUpdate_Home.PNG │ ├── imgUpdateLogOK.PNG │ └── imgUpdateLogOK_Home.PNG │ ├── MainWindow.xaml │ ├── MainWindow.xaml.cs │ ├── Properties │ ├── AssemblyInfo.cs │ ├── Resources.Designer.cs │ ├── Resources.resx │ ├── Settings.Designer.cs │ └── Settings.settings │ ├── app.config │ ├── bin │ └── Debug │ │ ├── CreateOPFrom3Fields.exe │ │ ├── CreateOPFrom3Fields.vshost.exe │ │ ├── CreateOPFrom3Fields.vshost.exe.manifest │ │ ├── IdealAutomateCore.dll │ │ ├── IdealAutomateCore.xml │ │ ├── Images │ │ ├── 112_UpArrowShort_Green.ico │ │ ├── imgPatch16.PNG │ │ ├── imgPatch17.PNG │ │ ├── imgPatch2015_08.PNG │ │ ├── imgPatch2015_08_Home.PNG │ │ ├── imgSVNUpdate.PNG │ │ ├── imgSVNUpdate_Home.PNG │ │ ├── imgUpdateLogOK.PNG │ │ └── imgUpdateLogOK_Home.PNG │ │ ├── WindowsInput.dll │ │ └── WindowsInput.xml │ └── obj │ └── x86 │ └── Debug │ ├── App.g.cs │ ├── App.g.i.cs │ ├── CreateOPFrom3Fields.Properties.Resources.resources │ ├── CreateOPFrom3Fields.csproj.FileListAbsolute.txt │ ├── CreateOPFrom3Fields.exe │ ├── CreateOPFrom3Fields.g.resources │ ├── CreateOPFrom3Fields_Content.g.cs │ ├── CreateOPFrom3Fields_Content.g.i.cs │ ├── MainWindow.baml │ ├── MainWindow.g.cs │ └── MainWindow.g.i.cs ├── DDLMaint ├── DDLMaint.sln └── DDLMaint │ ├── App.xaml │ ├── App.xaml.cs │ ├── ClassDiagram1.cd │ ├── DDLMaint.csproj │ ├── Images │ ├── 112_UpArrowShort_Green.ico │ ├── imgPatch16.PNG │ ├── imgPatch17.PNG │ ├── imgPatch2015_08.PNG │ ├── imgPatch2015_08_Home.PNG │ ├── imgSVNUpdate.PNG │ ├── imgSVNUpdate_Home.PNG │ ├── imgUpdateLogOK.PNG │ └── imgUpdateLogOK_Home.PNG │ ├── MainWindow.xaml │ ├── MainWindow.xaml.cs │ ├── Properties │ ├── AssemblyInfo.cs │ ├── Resources.Designer.cs │ ├── Resources.resx │ ├── Settings.Designer.cs │ └── Settings.settings │ ├── app.config │ ├── bin │ └── Debug │ │ ├── DDLMaint.exe │ │ ├── DDLMaint.vshost.exe │ │ ├── DDLMaint.vshost.exe.manifest │ │ ├── IdealAutomateCore.dll │ │ ├── IdealAutomateCore.xml │ │ ├── Images │ │ ├── 112_UpArrowShort_Green.ico │ │ ├── imgPatch16.PNG │ │ ├── imgPatch17.PNG │ │ ├── imgPatch2015_08.PNG │ │ ├── imgPatch2015_08_Home.PNG │ │ ├── imgSVNUpdate.PNG │ │ ├── imgSVNUpdate_Home.PNG │ │ ├── imgUpdateLogOK.PNG │ │ └── imgUpdateLogOK_Home.PNG │ │ ├── WindowsInput.dll │ │ └── WindowsInput.xml │ └── obj │ └── x86 │ └── Debug │ ├── App.g.cs │ ├── App.g.i.cs │ ├── DDLMaint.Properties.Resources.resources │ ├── DDLMaint.csproj.FileListAbsolute.txt │ ├── DDLMaint.exe │ ├── DDLMaint.g.resources │ ├── DDLMaint_Content.g.cs │ ├── DDLMaint_Content.g.i.cs │ ├── MainWindow.baml │ ├── MainWindow.g.cs │ └── MainWindow.g.i.cs ├── Debugging Tools ├── ..IdealAutomate │ └── CategoryState.txt └── Notepad++.lnk ├── Debugging ├── ..IdealAutomate │ └── CategoryState.txt └── DebugTrace │ ├── DebugTrace.sln │ └── DebugTrace │ ├── App.xaml │ ├── App.xaml.cs │ ├── ClassDiagram1.cd │ ├── DebugTrace.csproj │ ├── HotKeyRecord.cs │ ├── Images │ ├── 112_UpArrowShort_Green.ico │ ├── imgPatch16.PNG │ ├── imgPatch17.PNG │ ├── imgPatch2015_08.PNG │ ├── imgPatch2015_08_Home.PNG │ ├── imgSVNUpdate.PNG │ ├── imgSVNUpdate_Home.PNG │ ├── imgUpdateLogOK.PNG │ └── imgUpdateLogOK_Home.PNG │ ├── MainWindow.xaml │ ├── MainWindow.xaml.cs │ ├── Properties │ ├── AssemblyInfo.cs │ ├── Resources.Designer.cs │ ├── Resources.resx │ ├── Settings.Designer.cs │ └── Settings.settings │ ├── app.config │ └── packages.config ├── Explorer └── AddNewFieldToIEA │ ├── AddNewFieldToIEA.sln │ └── AddNewFieldToIEA │ ├── AddNewFieldToIEA.csproj │ ├── App.xaml │ ├── App.xaml.cs │ ├── ClassDiagram1.cd │ ├── Images │ ├── 112_UpArrowShort_Green.ico │ ├── imgPatch16.PNG │ ├── imgPatch17.PNG │ ├── imgPatch2015_08.PNG │ ├── imgPatch2015_08_Home.PNG │ ├── imgSVNUpdate.PNG │ ├── imgSVNUpdate_Home.PNG │ ├── imgUpdateLogOK.PNG │ └── imgUpdateLogOK_Home.PNG │ ├── MainWindow.xaml │ ├── MainWindow.xaml.cs │ ├── Properties │ ├── AssemblyInfo.cs │ ├── Resources.Designer.cs │ ├── Resources.resx │ ├── Settings.Designer.cs │ └── Settings.settings │ ├── bin │ └── Debug │ │ ├── AddNewFieldToIEA.exe │ │ ├── IdealAutomateCore.dll │ │ ├── IdealAutomateCore.xml │ │ ├── Images │ │ ├── 112_UpArrowShort_Green.ico │ │ ├── imgPatch16.PNG │ │ ├── imgPatch17.PNG │ │ ├── imgPatch2015_08.PNG │ │ ├── imgPatch2015_08_Home.PNG │ │ ├── imgSVNUpdate.PNG │ │ ├── imgSVNUpdate_Home.PNG │ │ ├── imgUpdateLogOK.PNG │ │ └── imgUpdateLogOK_Home.PNG │ │ ├── WindowsInput.dll │ │ └── WindowsInput.xml │ └── obj │ └── x86 │ └── Debug │ ├── AddNewFieldToIEA.Properties.Resources.resources │ ├── AddNewFieldToIEA.csproj.FileListAbsolute.txt │ ├── AddNewFieldToIEA.exe │ ├── AddNewFieldToIEA.g.resources │ ├── AddNewFieldToIEA_Content.g.cs │ ├── AddNewFieldToIEA_Content.g.i.cs │ ├── App.g.cs │ ├── App.g.i.cs │ ├── MainWindow.baml │ ├── MainWindow.g.cs │ ├── MainWindow.g.i.cs │ └── TempPE │ └── Properties.Resources.Designer.cs.dll ├── HelloWorldExample ├── .vs │ └── HelloWorldExample │ │ └── v15 │ │ └── Server │ │ └── sqlite3 │ │ ├── db.lock │ │ └── storage.ide ├── HelloWorldExample.sln └── HelloWorldExample │ ├── App.xaml │ ├── App.xaml.cs │ ├── ClassDiagram1.cd │ ├── HelloWorldExample.csproj │ ├── Images │ ├── 112_UpArrowShort_Green.ico │ ├── imgPatch16.PNG │ ├── imgPatch17.PNG │ ├── imgPatch2015_08.PNG │ ├── imgPatch2015_08_Home.PNG │ ├── imgSVNUpdate.PNG │ ├── imgSVNUpdate_Home.PNG │ ├── imgUpdateLogOK.PNG │ └── imgUpdateLogOK_Home.PNG │ ├── MainWindow.xaml │ ├── MainWindow.xaml.cs │ ├── Properties │ ├── AssemblyInfo.cs │ ├── Resources.Designer.cs │ ├── Resources.resx │ ├── Settings.Designer.cs │ └── Settings.settings │ ├── app.config │ ├── bin │ └── Debug │ │ ├── HelloWorldExample.exe │ │ ├── HelloWorldExample.vshost.exe │ │ ├── HelloWorldExample.vshost.exe.manifest │ │ ├── IdealAutomateCore.dll │ │ ├── IdealAutomateCore.xml │ │ ├── Images │ │ ├── 112_UpArrowShort_Green.ico │ │ ├── imgPatch16.PNG │ │ ├── imgPatch17.PNG │ │ ├── imgPatch2015_08.PNG │ │ ├── imgPatch2015_08_Home.PNG │ │ ├── imgSVNUpdate.PNG │ │ ├── imgSVNUpdate_Home.PNG │ │ ├── imgUpdateLogOK.PNG │ │ └── imgUpdateLogOK_Home.PNG │ │ ├── WindowsInput.dll │ │ └── WindowsInput.xml │ └── obj │ └── x86 │ └── Debug │ ├── App.g.cs │ ├── App.g.i.cs │ ├── HelloWorldExample.Properties.Resources.resources │ ├── HelloWorldExample.csproj.CopyComplete │ ├── HelloWorldExample.csproj.FileListAbsolute.txt │ ├── HelloWorldExample.exe │ ├── HelloWorldExample.g.resources │ ├── HelloWorldExample_Content.g.cs │ ├── HelloWorldExample_Content.g.i.cs │ ├── MainWindow.baml │ ├── MainWindow.g.cs │ ├── MainWindow.g.i.cs │ └── TempPE │ └── Properties.Resources.Designer.cs.dll ├── IdealAutomateCore ├── .docstates.suo ├── .vs │ └── IdealAutomateCore │ │ ├── v14 │ │ └── .suo │ │ └── v15 │ │ └── Server │ │ └── sqlite3 │ │ └── storage.ide ├── IdealAutomateCore.sln ├── IdealAutomateCore.sln.docstates.suo ├── IdealAutomateCore.suo ├── IdealAutomateCore.v12.suo ├── IdealAutomateCore │ ├── ArrayExtensions.cs │ ├── BalloonArrowDirectionEnum.cs │ ├── ClipboardNative.cs │ ├── ComboBoxPair.cs │ ├── ControlEntity.cs │ ├── ControlType.cs │ ├── DeviceInfo.cs │ ├── FindDelimitedTextParms.cs │ ├── IdealAutomate.Core.csproj │ ├── IdealAutomate.Core.csproj.user │ ├── IdealAutomateCore.csproj │ ├── IdealAutomateCore.csproj.user │ ├── IdealAutomateCore.csproj.vspscc │ ├── ImageEntity.cs │ ├── Images │ │ └── FolderLogo.png │ ├── KeyboardSend.cs │ ├── Logging.cs │ ├── Methods.cs │ ├── Position_Cursor.cs │ ├── Properties │ │ ├── AssemblyInfo.cs │ │ ├── Resources.Designer.cs │ │ └── Resources.resx │ ├── Resources │ │ ├── FolderLogo.png │ │ ├── RedArrowDown.png │ │ ├── RedArrowLeft.png │ │ ├── RedArrowLeftUp.bmp │ │ ├── RedArrowLeftUp.png │ │ ├── RedArrowRight.png │ │ ├── RedArrowUp.png │ │ └── RedBox.png │ ├── Scraper.cs │ ├── ScreenHelper.cs │ ├── SnippingTool.cs │ ├── SnippingTool.designer.cs │ ├── StringExtensionMethods.cs │ ├── SubPositionInfo.cs │ ├── WindowBalloonMultipleControls.xaml │ ├── WindowBalloonMultipleControls.xaml.cs │ ├── WindowMultipleControls.xaml │ ├── WindowMultipleControls.xaml.cs │ ├── WindowShape.xaml │ ├── WindowShape.xaml.cs │ ├── WindowShowEnum.cs │ ├── bin │ │ └── Debug │ │ │ ├── $RANDOM_SEED$ │ │ │ ├── IdealAutomateCore.XML │ │ │ ├── IdealAutomateCore.dll │ │ │ ├── IdealAutomateCore.pdb │ │ │ ├── Images │ │ │ └── FolderLogo.png │ │ │ ├── WindowsInput.dll │ │ │ └── WindowsInput.xml │ ├── obj │ │ └── Debug │ │ │ ├── ComboBox.g.i.cs │ │ │ ├── ComboBoxShow.g.i.cs │ │ │ ├── DesignTimeResolveAssemblyReferences.cache │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache.r294 │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache.r299 │ │ │ ├── DropDownList.g.i.cs │ │ │ ├── IdealAutomate.Core.csproj.FileListAbsolute.txt │ │ │ ├── IdealAutomate.Core.csprojResolveAssemblyReference.cache │ │ │ ├── IdealAutomateCore.Properties.Resources.resources │ │ │ ├── IdealAutomateCore.csproj.FileListAbsolute.txt │ │ │ ├── IdealAutomateCore.csproj.GenerateResource.Cache │ │ │ ├── IdealAutomateCore.dll │ │ │ ├── IdealAutomateCore.g.resources │ │ │ ├── IdealAutomateCore.pdb │ │ │ ├── IdealAutomateCore_MarkupCompile.cache │ │ │ ├── IdealAutomateCore_MarkupCompile.i.cache │ │ │ ├── IdealAutomateCore_MarkupCompile.i.cache.mine │ │ │ ├── IdealAutomateCore_MarkupCompile.i.cache.r294 │ │ │ ├── IdealAutomateCore_MarkupCompile.i.cache.r299 │ │ │ ├── IdealAutomateCore_MarkupCompile.i.cache.r336 │ │ │ ├── IdealAutomateCore_MarkupCompile.i.cache.r341 │ │ │ ├── TempPE │ │ │ └── Properties.Resources.Designer.cs.dll │ │ │ ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs │ │ │ ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs │ │ │ ├── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs │ │ │ ├── UserInput.g.i.cs │ │ │ ├── WindowComboBox - Copy.g.i.cs │ │ │ ├── WindowComboBox.g.i.cs │ │ │ ├── WindowMultipleControls - Copy.g.i.cs │ │ │ ├── WindowMultipleControls.baml │ │ │ ├── WindowMultipleControls.g.cs │ │ │ ├── WindowMultipleControls.g.i.cs │ │ │ ├── WindowShape.baml │ │ │ ├── WindowShape.g.cs │ │ │ ├── WindowShape.g.i.cs │ │ │ └── WindowTextBox.g.i.cs │ └── packages.config └── packages │ ├── InputSimulator.1.0.4.0 │ ├── InputSimulator.1.0.4.0.nupkg │ └── lib │ │ └── net20 │ │ ├── WindowsInput.dll │ │ └── WindowsInput.xml │ └── repositories.config ├── IdealAutomateExplorer ├── DLL │ ├── InteractiveToolTip.Designer.cs │ ├── InteractiveToolTip.cs │ ├── InteractiveToolTipDLL.csproj │ └── Properties │ │ └── AssemblyInfo.cs ├── DataGridFilterLibrary │ ├── DataGridColumnExtensions.cs │ ├── DataGridColumnFilter.cs │ ├── DataGridComboBoxColumnWithBindingHack.cs │ ├── DataGridComboBoxExtensions.cs │ ├── DataGridExtensions.cs │ ├── DataGridFilterCommand.cs │ ├── DataGridFilterLibrary.csproj │ ├── DataGridHeaderFilterControl.cs │ ├── Properties │ │ ├── AssemblyInfo.cs │ │ ├── Resources.Designer.cs │ │ ├── Resources.resx │ │ ├── Settings.Designer.cs │ │ └── Settings.settings │ ├── Querying │ │ ├── FilteringEventArgs.cs │ │ ├── ParameterCounter.cs │ │ ├── Query.cs │ │ ├── QueryController.cs │ │ ├── QueryControllerFactory.cs │ │ ├── QueryCreator.cs │ │ └── StringFilterExpressionCreator.cs │ ├── Support │ │ ├── BooleanToHeightConverter.cs │ │ ├── CheckBoxValueConverter.cs │ │ ├── ClearFilterButtonVisibilityConverter.cs │ │ ├── ComboBoxToQueryStringConverter.cs │ │ ├── DatePickerToQueryStringConverter.cs │ │ ├── DelayTextBox.cs │ │ ├── DisplayStringAttribute.cs │ │ ├── DynamicLibrary.cs │ │ ├── EnumDisplayer.cs │ │ ├── FilterData.cs │ │ ├── FilterOperator.cs │ │ ├── FilterType.cs │ │ ├── FontSizeToHeightConverter.cs │ │ ├── Helper.cs │ │ ├── MyBooleanToVisibilityConverter.cs │ │ ├── MyOppositeBooleanToVisibilityConverter.cs │ │ └── VisibilityToWidthConverter.cs │ └── Themes │ │ └── Generic.xaml ├── DgvFilterPopup │ ├── DgvFilterPopup.csproj │ ├── Diagrams │ │ ├── BasicDiagram.cd │ │ ├── DetailDiagram.cd │ │ ├── Extensions.cd │ │ └── Implementations.cd │ ├── FilterPopup │ │ ├── ColumnFilterEvent.cs │ │ ├── DgvBaseColumnFilter.cs │ │ ├── DgvBaseFilterHost.cs │ │ ├── DgvFilterManager.cs │ │ ├── Extensions │ │ │ ├── DgvDateRangeColumnFilter.Designer.cs │ │ │ ├── DgvDateRangeColumnFilter.cs │ │ │ ├── DgvDateRangeColumnFilter.resx │ │ │ ├── DgvMonthYearColumnFilter.Designer.cs │ │ │ ├── DgvMonthYearColumnFilter.cs │ │ │ ├── DgvMonthYearColumnFilter.resx │ │ │ ├── DgvNumRangeColumnFilter.Designer.cs │ │ │ ├── DgvNumRangeColumnFilter.cs │ │ │ └── DgvNumRangeColumnFilter.resx │ │ └── Implementations │ │ │ ├── DgvCheckBoxColumnFilter.Designer.cs │ │ │ ├── DgvCheckBoxColumnFilter.cs │ │ │ ├── DgvCheckBoxColumnFilter.resx │ │ │ ├── DgvComboBoxColumnFilter.Designer.cs │ │ │ ├── DgvComboBoxColumnFilter.cs │ │ │ ├── DgvComboBoxColumnFilter.resx │ │ │ ├── DgvDateColumnFilter.Designer.cs │ │ │ ├── DgvDateColumnFilter.cs │ │ │ ├── DgvDateColumnFilter.resx │ │ │ ├── DgvFilterHost.Designer.cs │ │ │ ├── DgvFilterHost.cs │ │ │ ├── DgvFilterHost.resx │ │ │ ├── DgvTextBoxColumnFilter.Designer.cs │ │ │ ├── DgvTextBoxColumnFilter.cs │ │ │ └── DgvTextBoxColumnFilter.resx │ └── Properties │ │ └── AssemblyInfo.cs ├── GitHubApiDemo │ └── GitHubApiDemo │ │ ├── GitHubApiDemo.sln │ │ └── GitHubApiDemo │ │ ├── App.config │ │ ├── Broker.cs │ │ ├── CategoryText.cs │ │ ├── CodeSearcher.cs │ │ ├── ColumnForm.Designer.cs │ │ ├── ColumnForm.cs │ │ ├── ColumnForm.resx │ │ ├── ColumnSet.cs │ │ ├── DateConverter.cs │ │ ├── DateRangeBroker.cs │ │ ├── DateRangeConverter.cs │ │ ├── DescriptionKeyAttribute.cs │ │ ├── Descriptions │ │ └── GitHubApiDemo │ │ │ ├── IssueExclusionsBroker.Designer.cs │ │ │ ├── IssueExclusionsBroker.resx │ │ │ ├── SearchBroker.Designer.cs │ │ │ ├── SearchBroker.resx │ │ │ ├── SearchCodeBroker.Designer.cs │ │ │ ├── SearchCodeBroker.resx │ │ │ ├── SearchIssuesBroker.Designer.cs │ │ │ ├── SearchIssuesBroker.resx │ │ │ ├── SearchLabelsBroker.Designer.cs │ │ │ ├── SearchLabelsBroker.resx │ │ │ ├── SearchRepositoriesBroker.Designer.cs │ │ │ ├── SearchRepositoriesBroker.resx │ │ │ ├── SearchUsersBroker.Designer.cs │ │ │ └── SearchUsersBroker.resx │ │ ├── EnumListTypeConverter.cs │ │ ├── EnumListUITypeEditor.cs │ │ ├── FileFolderDialog.cs │ │ ├── GitHubApiDemo.csproj │ │ ├── IListExtensions.cs │ │ ├── ISearchBroker.cs │ │ ├── Int32RangeBroker.cs │ │ ├── Int32RangeConverter.cs │ │ ├── IssueExclusionsBroker.cs │ │ ├── IssuesSearcher.cs │ │ ├── LabelSearcher.cs │ │ ├── LoginForm.Designer.cs │ │ ├── LoginForm.cs │ │ ├── LoginForm.resx │ │ ├── MainAboutBox.Designer.cs │ │ ├── MainAboutBox.cs │ │ ├── MainAboutBox.resx │ │ ├── MainForm.Designer.cs │ │ ├── MainForm.cs │ │ ├── MainForm.resx │ │ ├── Program.cs │ │ ├── Properties │ │ ├── AssemblyInfo.cs │ │ ├── Resources.Designer.cs │ │ ├── Resources.resx │ │ ├── Settings.Designer.cs │ │ └── Settings.settings │ │ ├── PropertyDescriptorBroker.cs │ │ ├── RangeBroker.cs │ │ ├── RangeConverter.cs │ │ ├── RepositorySearcher.cs │ │ ├── SearchBroker.cs │ │ ├── SearchCodeBroker.cs │ │ ├── SearchCriteriaForm.Designer.cs │ │ ├── SearchCriteriaForm.cs │ │ ├── SearchCriteriaForm.resx │ │ ├── SearchIssuesBroker.cs │ │ ├── SearchLabelsBroker.cs │ │ ├── SearchQualifierValue.cs │ │ ├── SearchRepositoriesBroker.cs │ │ ├── SearchResult.cs │ │ ├── SearchUsersBroker.cs │ │ ├── Searcher.cs │ │ ├── TypeBroker.cs │ │ ├── UserSearcher.cs │ │ └── packages.config ├── IdealAutomateExplorer.sln ├── IdealAutomateExplorer.v12.suo ├── IdealAutomateExplorer │ ├── AboutDialog.xaml │ ├── AboutDialog.xaml.cs │ ├── ArrayExtensions.cs │ ├── BaseForm.cs │ ├── BaseForm1.Designer.cs │ ├── BaseForm1.cs │ ├── BuildProjects.bat │ ├── ClipboardNative.cs │ ├── ComboBoxPair.cs │ ├── Common.cs │ ├── ControlEntity.cs │ ├── ControlType.cs │ ├── CurrentUser.cs │ ├── DataGridViewColumnSelector.cs │ ├── DataGridViewExt.Designer.cs │ ├── DataGridViewExt.cs │ ├── DataGridViewExtx.Designer.cs │ ├── DataGridViewExtx.cs │ ├── DebloatScript.ps1 │ ├── DeviceInfo.cs │ ├── DirectoryView.cs │ ├── EncryptDecrypt.cs │ ├── ExplorerView.Designer.cs │ ├── ExplorerView.cs │ ├── ExplorerView.resx │ ├── ExtensionIcon.cs │ ├── FileFolderDialog.cs │ ├── FileView.cs │ ├── FindDelimitedTextParms.cs │ ├── GetCursorPosDemo.exe │ ├── GitHubApiDemo.exe │ ├── GlobalMouseHandler.cs │ ├── Help │ │ ├── AddSQLParameter.xaml │ │ ├── AddSQLParameter.xaml.cs │ │ ├── Arrays.xaml │ │ ├── Arrays.xaml.cs │ │ ├── AutomaterBenefits.xaml │ │ ├── AutomaterBenefits.xaml.cs │ │ ├── Benefits.xaml │ │ ├── Benefits.xaml.cs │ │ ├── BenefitsFindColumns.xaml │ │ ├── BenefitsFindColumns.xaml.cs │ │ ├── ClearSQLParameters.xaml │ │ ├── ClearSQLParameters.xaml.cs │ │ ├── ClickImageIfExists.xaml │ │ ├── ClickImageIfExists.xaml.cs │ │ ├── Description.xaml │ │ ├── Description.xaml.cs │ │ ├── ExecuteSQLNonQueryCommand.xaml │ │ ├── ExecuteSQLNonQueryCommand.xaml.cs │ │ ├── ExecuteSQLQueryCommand.xaml │ │ ├── ExecuteSQLQueryCommand.xaml.cs │ │ ├── ExecuteSQLScalarCommand.xaml │ │ ├── ExecuteSQLScalarCommand.xaml.cs │ │ ├── Expressions.xaml │ │ ├── Expressions.xaml.cs │ │ ├── GoToLabel.xaml │ │ ├── GoToLabel.xaml.cs │ │ ├── IfElseEndIf.xaml │ │ ├── IfElseEndIf.xaml.cs │ │ ├── Images.xaml │ │ ├── Images.xaml.cs │ │ ├── IncludeScript.xaml │ │ ├── IncludeScript.xaml.cs │ │ ├── Inputs.xaml │ │ ├── Inputs.xaml.cs │ │ ├── InputsFindColumns.xaml │ │ ├── InputsFindColumns.xaml.cs │ │ ├── Label.xaml │ │ ├── Label.xaml.cs │ │ ├── LeftClick.xaml │ │ ├── LeftClick.xaml.cs │ │ ├── Logic.xaml │ │ ├── Logic.xaml.cs │ │ ├── MessageBox.xaml │ │ ├── MessageBox.xaml.cs │ │ ├── NavWindow.xaml │ │ ├── NavWindow.xaml.cs │ │ ├── NavWindowAutomater.xaml │ │ ├── NavWindowAutomater.xaml.cs │ │ ├── NavWindowFindColumns.xaml │ │ ├── NavWindowFindColumns.xaml.cs │ │ ├── Outputs.xaml │ │ ├── Outputs.xaml.cs │ │ ├── OutputsFindColumns.xaml │ │ ├── OutputsFindColumns.xaml.cs │ │ ├── Overview.xaml │ │ ├── Overview.xaml.cs │ │ ├── OverviewAutomater.xaml │ │ ├── OverviewAutomater.xaml.cs │ │ ├── OverviewFindColumns.xaml │ │ ├── OverviewFindColumns.xaml.cs │ │ ├── PositionCursor.xaml │ │ ├── PositionCursor.xaml.cs │ │ ├── Primitives.xaml │ │ ├── Primitives.xaml.cs │ │ ├── PutAll.xaml │ │ ├── PutAll.xaml.cs │ │ ├── PutCaretPositionInArray.xaml │ │ ├── PutCaretPositionInArray.xaml.cs │ │ ├── PutClipboardInEntity.xaml │ │ ├── PutClipboardInEntity.xaml.cs │ │ ├── PutCursorPosition.xaml │ │ ├── PutCursorPosition.xaml.cs │ │ ├── PutEntityInClipboard.xaml │ │ ├── PutEntityInClipboard.xaml.cs │ │ ├── ReplaceAllStringInEntity.xaml │ │ ├── ReplaceAllStringInEntity.xaml.cs │ │ ├── Results.xaml │ │ ├── Results.xaml.cs │ │ ├── RightClick.xaml │ │ ├── RightClick.xaml.cs │ │ ├── Run.xaml │ │ ├── Run.xaml.cs │ │ ├── SQLCmds.xaml │ │ ├── SQLCmds.xaml.cs │ │ ├── SQLParms.xaml │ │ ├── SQLParms.xaml.cs │ │ ├── Set.xaml │ │ ├── Set.xaml.cs │ │ ├── ShiftClick.xaml │ │ ├── ShiftClick.xaml.cs │ │ ├── Shortcuts.xaml │ │ ├── Shortcuts.xaml.cs │ │ ├── Sleep.xaml │ │ ├── Sleep.xaml.cs │ │ ├── Tips.xaml │ │ ├── Tips.xaml.cs │ │ ├── TypeText.xaml │ │ ├── TypeText.xaml.cs │ │ ├── WindowsTaskScheduler.xaml │ │ └── WindowsTaskScheduler.xaml.cs │ ├── HotKeyRecord.cs │ ├── IdealAutomate.Core.csproj │ ├── IdealAutomateCore.csproj │ ├── IdealAutomateCore.dll │ ├── IdealAutomateExplorer.csproj │ ├── IdealAutomateExplorer.csproj.rej │ ├── IdealAutomateExplorer.csproj.user │ ├── IdealAutomateExplorer.csproj.vspscc │ ├── IdealAutomateExplorer_5_TemporaryKey.pfx │ ├── IdealAutomateExplorer_9_TemporaryKey.pfx │ ├── IdealAutomateExplorer_TemporaryKey.pfx │ ├── IdealSqlTracer.exe │ ├── ImageEntity.cs │ ├── Images │ │ ├── 112_Plus_Grey.ico │ │ ├── 112_UpArrowShort_Green.ico │ │ ├── Add.png │ │ ├── AddSQLParameter.PNG │ │ ├── Arrays.PNG │ │ ├── ArraysPutCaretPosition.PNG │ │ ├── ArraysPutCursorPosition.PNG │ │ ├── Back.PNG │ │ ├── Benefits.jpg │ │ ├── Big.png │ │ ├── Book.png │ │ ├── CareerBuilderLoaded.PNG │ │ ├── CategoriesSubCategories.png │ │ ├── ContextMenus.png │ │ ├── Description.PNG │ │ ├── Details.PNG │ │ ├── DevToolsElements.PNG │ │ ├── DevToolsModeOn.PNG │ │ ├── DiceLoaded.PNG │ │ ├── ExactLocation.PNG │ │ ├── ExactLocationChecked.PNG │ │ ├── Expressions.PNG │ │ ├── Folder.PNG │ │ ├── FolderClosed.png │ │ ├── FolderLogo.png │ │ ├── FolderOpen.png │ │ ├── FolderOrig.png │ │ ├── FolderSelected.png │ │ ├── Forward.PNG │ │ ├── GlassDoorLoaded.PNG │ │ ├── GreenCheck.png │ │ ├── Handdrawngoods-Busy-Newspaper-jobs.ico │ │ ├── Home.png │ │ ├── IdealAutomateCoreBuildProperties.PNG │ │ ├── IdealAutomateExplorer.PNG │ │ ├── IdealAutomateExplorerDetailsView.PNG │ │ ├── Images.PNG │ │ ├── ImagesPutCursorPosition.PNG │ │ ├── IncludeScript.PNG │ │ ├── IndeedLoaded.PNG │ │ ├── Info.png │ │ ├── Jobs.PNG │ │ ├── Location.PNG │ │ ├── Logic.PNG │ │ ├── LogicFindImage.PNG │ │ ├── LogicPutCaretPosition.PNG │ │ ├── LogicPutClipboard.PNG │ │ ├── LogicPutCursorPosition.PNG │ │ ├── LogicReplaceAll.PNG │ │ ├── LogicRun.PNG │ │ ├── LogicSet.PNG │ │ ├── LogicSleep.PNG │ │ ├── LogicTypeText.PNG │ │ ├── Logo.png │ │ ├── Movie.png │ │ ├── Music.png │ │ ├── NewProject.png │ │ ├── NoJobsCareerBuilder.PNG │ │ ├── NoJobsDice.PNG │ │ ├── NoJobsFoundWithinIndeed.PNG │ │ ├── NoJobsGlassDoor.PNG │ │ ├── NoMatchingJobsLinkedIn.PNG │ │ ├── Output1.PNG │ │ ├── Output2.PNG │ │ ├── Oxygen-Icons.org-Oxygen-Actions-page-zoom.ico │ │ ├── Preview.png │ │ ├── Primitives.PNG │ │ ├── PrimitivesMessageBox.PNG │ │ ├── PrimitivesPutCaretPosition.PNG │ │ ├── PrimitivesPutClipboard.PNG │ │ ├── PrimitivesPutCursorPosition.PNG │ │ ├── PrimitivesPutEntity.PNG │ │ ├── PrimitivesReplaceAll.PNG │ │ ├── PrimitivesRun.PNG │ │ ├── PrimitivesSet.PNG │ │ ├── PrimitivesSleep.PNG │ │ ├── PrimitivesTypeText.PNG │ │ ├── Remove.png │ │ ├── Results.PNG │ │ ├── SQLCmds.PNG │ │ ├── SQLParms.PNG │ │ ├── Search.png │ │ ├── SearchJobs.PNG │ │ ├── Snipping Tool.png │ │ ├── SnippingTool.PNG │ │ ├── Star.png │ │ ├── Stats.PNG │ │ ├── Stopwatch.PNG │ │ ├── Tabs.png │ │ ├── Tips.jpg │ │ ├── Up.PNG │ │ ├── WinFolder.gif │ │ ├── colorfulfolder.jpg │ │ ├── favicon.ico │ │ ├── favicon_minus.ico │ │ ├── favicon_plus.ico │ │ ├── folder-146940_960_720.png │ │ ├── folder2.jpg │ │ ├── help.png │ │ ├── help1.png │ │ ├── help2.png │ │ ├── ico-plus.jpg │ │ ├── icon38.png │ │ ├── icon_close.png │ │ ├── icon_minus.bmp │ │ ├── icon_minus.ico │ │ ├── icon_minus.png │ │ ├── icon_plus.png │ │ ├── iconfinder_letter_J_red_1553101.ico │ │ ├── iconfinder_office4_36601.ico │ │ ├── iconfinder_resolutions-23_897229.ico │ │ ├── imgKeepRatio.PNG │ │ ├── imgPatch16.PNG │ │ ├── imgPatch17.PNG │ │ ├── imgPatch2015_08.PNG │ │ ├── imgPatch2015_08_Home.PNG │ │ ├── imgSVNUpdate.PNG │ │ ├── imgSVNUpdate_Home.PNG │ │ ├── imgUpdateLogOK.PNG │ │ ├── imgUpdateLogOK_Home.PNG │ │ ├── minus.png │ │ ├── minus_a5g_icon.ico │ │ ├── minus_icon.gif │ │ ├── plus.png │ │ ├── plus_Pu6_icon.ico │ │ ├── profile.jpg │ │ ├── profile.png │ │ ├── round.jpg │ │ ├── small.png │ │ ├── verticalfolder.jpg │ │ ├── videos.jpg │ │ └── wadeface.jpg │ ├── Jobs │ │ ├── ConnectionString1.cs │ │ ├── DataItem.cs │ │ ├── ItemRecord.cs │ │ ├── JobApplicationJobBoards.cs │ │ ├── JobApplicationLocations.cs │ │ ├── JobBoardManager.cs │ │ ├── JobBoardsPage.xaml │ │ ├── JobBoardsPage.xaml.cs │ │ ├── JobSearchPage.xaml │ │ ├── JobSearchPage.xaml.cs │ │ ├── KeywordManager.cs │ │ ├── Keywords.cs │ │ ├── KeywordsPage.xaml │ │ ├── KeywordsPage.xaml.cs │ │ ├── LocationManager.cs │ │ ├── LocationsPage.xaml │ │ ├── LocationsPage.xaml.cs │ │ ├── MainWindowJobs.xaml │ │ ├── MainWindowJobs.xaml.cs │ │ ├── ModifyConnectionsPage.xaml │ │ ├── ModifyConnectionsPage.xaml.cs │ │ ├── OverviewJobs.xaml │ │ ├── OverviewJobs.xaml.cs │ │ ├── SMSPage.xaml │ │ ├── SMSPage.xaml.cs │ │ ├── ShowApplicationsPage.xaml │ │ ├── ShowApplicationsPage.xaml.cs │ │ └── TestData │ │ │ ├── Employee.cs │ │ │ └── TestDataGenerator.cs │ ├── KeyboardSend.cs │ ├── Logging.cs │ ├── MainWindow.xaml │ ├── MainWindow.xaml.cs │ ├── MatchInfo.cs │ ├── Methods.cs │ ├── MoveTo.Designer.cs │ ├── MoveTo.cs │ ├── MoveTo.resx │ ├── MyNewProject │ │ ├── .vs │ │ │ └── MyNewProject │ │ │ │ └── v14 │ │ │ │ └── .suo │ │ ├── MyNewProject.sln │ │ └── MyNewProject │ │ │ ├── App.xaml │ │ │ ├── App.xaml.cs │ │ │ ├── ClassDiagram1.cd │ │ │ ├── Images │ │ │ ├── 112_UpArrowShort_Green.ico │ │ │ ├── favicon_minus.ico │ │ │ ├── favicon_plus.ico │ │ │ ├── icon_minus.png │ │ │ ├── icon_plus.png │ │ │ ├── imgPatch16.PNG │ │ │ ├── imgPatch17.PNG │ │ │ ├── imgPatch2015_08.PNG │ │ │ ├── imgPatch2015_08_Home.PNG │ │ │ ├── imgSVNUpdate.PNG │ │ │ ├── imgSVNUpdate_Home.PNG │ │ │ ├── imgUpdateLogOK.PNG │ │ │ └── imgUpdateLogOK_Home.PNG │ │ │ ├── MainWindow.xaml │ │ │ ├── MainWindow.xaml.cs │ │ │ ├── MyNewProject.csproj │ │ │ ├── MyNewProject.csproj.user │ │ │ ├── Properties │ │ │ ├── AssemblyInfo.cs │ │ │ ├── Resources.Designer.cs │ │ │ ├── Resources.resx │ │ │ ├── Settings.Designer.cs │ │ │ └── Settings.settings │ │ │ ├── bin │ │ │ └── Debug │ │ │ │ ├── IdealAutomateCore.dll │ │ │ │ ├── IdealAutomateCore.pdb │ │ │ │ ├── IdealAutomateCore.xml │ │ │ │ ├── Images │ │ │ │ ├── 112_UpArrowShort_Green.ico │ │ │ │ ├── imgPatch16.PNG │ │ │ │ ├── imgPatch17.PNG │ │ │ │ ├── imgPatch2015_08.PNG │ │ │ │ ├── imgPatch2015_08_Home.PNG │ │ │ │ ├── imgSVNUpdate.PNG │ │ │ │ ├── imgSVNUpdate_Home.PNG │ │ │ │ ├── imgUpdateLogOK.PNG │ │ │ │ └── imgUpdateLogOK_Home.PNG │ │ │ │ ├── MyNewProject.exe │ │ │ │ ├── MyNewProject.pdb │ │ │ │ ├── WindowsInput.dll │ │ │ │ └── WindowsInput.xml │ │ │ └── obj │ │ │ └── x86 │ │ │ └── Debug │ │ │ ├── App.g.cs │ │ │ ├── App.g.i.cs │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache │ │ │ ├── MainWindow.baml │ │ │ ├── MainWindow.g.cs │ │ │ ├── MainWindow.g.i.cs │ │ │ ├── MyNewProject.Properties.Resources.resources │ │ │ ├── MyNewProject.csproj.FileListAbsolute.txt │ │ │ ├── MyNewProject.csproj.GenerateResource.Cache │ │ │ ├── MyNewProject.csprojResolveAssemblyReference.cache │ │ │ ├── MyNewProject.exe │ │ │ ├── MyNewProject.g.resources │ │ │ ├── MyNewProject.pdb │ │ │ ├── MyNewProject_Content.g.cs │ │ │ ├── MyNewProject_Content.g.i.cs │ │ │ ├── MyNewProject_MarkupCompile.cache │ │ │ ├── MyNewProject_MarkupCompile.i.cache │ │ │ └── TempPE │ │ │ └── Properties.Resources.Designer.cs.dll │ ├── NativeMethods.cs │ ├── OpenedFile.cs │ ├── Pages │ │ ├── FindColumns.xaml │ │ ├── FindColumns.xaml.cs │ │ ├── SQLToGrid.xaml │ │ ├── SQLToGrid.xaml.cs │ │ ├── Stopwatch.xaml.cs │ │ ├── StopwatchPage.xaml │ │ ├── SwitcherMenu.xaml │ │ └── SwitcherMenu.xaml.cs │ ├── Peek.Designer.cs │ ├── Peek.cs │ ├── Peek.resx │ ├── Position_Cursor.cs │ ├── Program.cs │ ├── Properties │ │ ├── AssemblyInfo.cs │ │ ├── Resources.Designer.cs │ │ ├── Resources.resx │ │ ├── Settings.Designer.cs │ │ ├── Settings.settings │ │ └── app.manifest │ ├── Resources │ │ ├── 112_Minus_Grey.ico │ │ ├── GoSign.png │ │ ├── GoSign1.png │ │ ├── Plusx.ico │ │ ├── Plusx.png │ │ ├── Search.ico │ │ ├── favicon.ico │ │ ├── folder.ico │ │ ├── home.png │ │ ├── home1.png │ │ ├── icon_minus.ico │ │ ├── icon_plus.ico │ │ ├── minus.ico │ │ ├── next.png │ │ ├── next1.png │ │ ├── plus.ico │ │ ├── plus.png │ │ ├── plus_icon.png │ │ ├── prev.png │ │ ├── prev1.png │ │ ├── printButton.png │ │ ├── printButton1.png │ │ ├── refresh.png │ │ └── refresh1.png │ ├── RoamingFolderForTabs.cs │ ├── Saved.Designer.cs │ ├── Saved.cs │ ├── Saved.resx │ ├── Scraper.cs │ ├── ScreenHelper.cs │ ├── ScriptExec.exe │ ├── Search.Designer.cs │ ├── Search.cs │ ├── Search.resx │ ├── Settings.cs │ ├── ShellGetFileInfo.cs │ ├── SnippingTool.cs │ ├── SnippingTool.designer.cs │ ├── SortableBindingList.cs │ ├── SqlFormatter.exe │ ├── StringExtensionMethods.cs │ ├── StringExtensions.cs │ ├── SubPositionInfo.cs │ ├── Switcher.cs │ ├── SystemIconsImageList.cs │ ├── Text │ │ └── InitialDirectory.txt │ ├── TextLineInfo.cs │ ├── ToolTipContent.Designer.cs │ ├── ToolTipContent.cs │ ├── ToolTipContent.resx │ ├── Videos │ │ ├── BasicFeatures.xaml │ │ ├── BasicFeatures.xaml.cs │ │ ├── CreateExecutablesMenu.xaml │ │ ├── CreateExecutablesMenu.xaml.cs │ │ ├── GettingStarted.xaml │ │ ├── GettingStarted.xaml.cs │ │ ├── IdealSqlTracer.xaml │ │ ├── IdealSqlTracer.xaml.cs │ │ ├── Search.xaml │ │ ├── Search.xaml.cs │ │ ├── SetBreakpoints.xaml │ │ ├── SetBreakpoints.xaml.cs │ │ ├── VideoTutorials.xaml │ │ ├── VideoTutorials.xaml.cs │ │ ├── WrapSqlInQuotes.xaml │ │ ├── WrapSqlInQuotes.xaml.cs │ │ ├── WrapTextInQuotes.xaml │ │ └── WrapTextInQuotes.xaml.cs │ ├── WPFToolkit.dll │ ├── WindowMultipleControls.xaml │ ├── WindowMultipleControls.xaml.cs │ ├── WindowShape.xaml │ ├── WindowShape.xaml.cs │ ├── WindowShowEnum.cs │ ├── WordpadTemplate.rtf │ ├── aodlread │ │ └── settings.xml │ ├── app.config │ ├── bin │ │ ├── Debug │ │ │ ├── AODL.dll │ │ │ ├── BuildProjects.bat │ │ │ ├── DocumentFormat.OpenXml.dll │ │ │ ├── DocumentFormat.OpenXml.xml │ │ │ ├── How to Add New Columns to Explorer.rtf │ │ │ ├── ICSharpCode.SharpZipLib.dll │ │ │ ├── IdealAutomateExplorer.application │ │ │ ├── IdealAutomateExplorer.exe │ │ │ ├── IdealAutomateExplorer.exe.config │ │ │ ├── IdealAutomateExplorer.exe.manifest │ │ │ ├── IdealAutomateExplorer.pdb │ │ │ ├── IdealAutomateExplorer.vshost.exe │ │ │ ├── IdealAutomateExplorer.vshost.exe.manifest │ │ │ ├── Images │ │ │ │ ├── Add.png │ │ │ │ ├── AddSQLParameter.PNG │ │ │ │ ├── Arrays.PNG │ │ │ │ ├── ArraysPutCaretPosition.PNG │ │ │ │ ├── ArraysPutCursorPosition.PNG │ │ │ │ ├── Back.PNG │ │ │ │ ├── Benefits.jpg │ │ │ │ ├── Big.png │ │ │ │ ├── Book.png │ │ │ │ ├── Description.PNG │ │ │ │ ├── Details.PNG │ │ │ │ ├── Expressions.PNG │ │ │ │ ├── FolderClosed.png │ │ │ │ ├── FolderLogo.png │ │ │ │ ├── FolderOpen.png │ │ │ │ ├── FolderSelected.png │ │ │ │ ├── Forward.PNG │ │ │ │ ├── Home.png │ │ │ │ ├── Images.PNG │ │ │ │ ├── ImagesPutCursorPosition.PNG │ │ │ │ ├── IncludeScript.PNG │ │ │ │ ├── Info.png │ │ │ │ ├── Logic.PNG │ │ │ │ ├── LogicFindImage.PNG │ │ │ │ ├── LogicPutCaretPosition.PNG │ │ │ │ ├── LogicPutClipboard.PNG │ │ │ │ ├── LogicPutCursorPosition.PNG │ │ │ │ ├── LogicReplaceAll.PNG │ │ │ │ ├── LogicRun.PNG │ │ │ │ ├── LogicSet.PNG │ │ │ │ ├── LogicSleep.PNG │ │ │ │ ├── LogicTypeText.PNG │ │ │ │ ├── Logo.png │ │ │ │ ├── Movie.png │ │ │ │ ├── Music.png │ │ │ │ ├── Oxygen-Icons.org-Oxygen-Actions-page-zoom.ico │ │ │ │ ├── Primitives.PNG │ │ │ │ ├── PrimitivesMessageBox.PNG │ │ │ │ ├── PrimitivesPutCaretPosition.PNG │ │ │ │ ├── PrimitivesPutClipboard.PNG │ │ │ │ ├── PrimitivesPutCursorPosition.PNG │ │ │ │ ├── PrimitivesPutEntity.PNG │ │ │ │ ├── PrimitivesReplaceAll.PNG │ │ │ │ ├── PrimitivesRun.PNG │ │ │ │ ├── PrimitivesSet.PNG │ │ │ │ ├── PrimitivesSleep.PNG │ │ │ │ ├── PrimitivesTypeText.PNG │ │ │ │ ├── Remove.png │ │ │ │ ├── Results.PNG │ │ │ │ ├── SQLCmds.PNG │ │ │ │ ├── SQLParms.PNG │ │ │ │ ├── Snipping Tool.png │ │ │ │ ├── SnippingTool.PNG │ │ │ │ ├── Star.png │ │ │ │ ├── Stats.PNG │ │ │ │ ├── Tips.jpg │ │ │ │ ├── Up.PNG │ │ │ │ ├── WinFolder.gif │ │ │ │ ├── colorfulfolder.jpg │ │ │ │ ├── favicon_minus.ico │ │ │ │ ├── favicon_plus.ico │ │ │ │ ├── folder-146940_960_720.png │ │ │ │ ├── help.png │ │ │ │ ├── help1.png │ │ │ │ ├── help2.png │ │ │ │ ├── ico-plus.jpg │ │ │ │ ├── icon38.png │ │ │ │ ├── icon_close.png │ │ │ │ ├── icon_minus.bmp │ │ │ │ ├── icon_minus.ico │ │ │ │ ├── icon_minus.png │ │ │ │ ├── icon_plus.png │ │ │ │ ├── minus.png │ │ │ │ ├── minus_a5g_icon.ico │ │ │ │ ├── minus_icon.gif │ │ │ │ ├── plus.png │ │ │ │ ├── plus_Pu6_icon.ico │ │ │ │ ├── profile.jpg │ │ │ │ ├── profile.png │ │ │ │ ├── round.jpg │ │ │ │ ├── small.png │ │ │ │ ├── verticalfolder.jpg │ │ │ │ ├── videos.jpg │ │ │ │ └── wadeface.jpg │ │ │ ├── MyNewProject │ │ │ │ ├── MyNewProject.sln │ │ │ │ └── MyNewProject │ │ │ │ │ ├── App.xaml │ │ │ │ │ ├── App.xaml.cs │ │ │ │ │ ├── ClassDiagram1.cd │ │ │ │ │ ├── Images │ │ │ │ │ ├── 112_UpArrowShort_Green.ico │ │ │ │ │ ├── imgPatch16.PNG │ │ │ │ │ ├── imgPatch17.PNG │ │ │ │ │ ├── imgPatch2015_08.PNG │ │ │ │ │ ├── imgPatch2015_08_Home.PNG │ │ │ │ │ ├── imgSVNUpdate.PNG │ │ │ │ │ ├── imgSVNUpdate_Home.PNG │ │ │ │ │ ├── imgUpdateLogOK.PNG │ │ │ │ │ └── imgUpdateLogOK_Home.PNG │ │ │ │ │ ├── MainWindow.xaml │ │ │ │ │ ├── MainWindow.xaml.cs │ │ │ │ │ ├── MyNewProject.csproj │ │ │ │ │ └── Properties │ │ │ │ │ ├── AssemblyInfo.cs │ │ │ │ │ ├── Resources.Designer.cs │ │ │ │ │ ├── Resources.resx │ │ │ │ │ ├── Settings.Designer.cs │ │ │ │ │ └── Settings.settings │ │ │ ├── Text │ │ │ │ └── InitialDirectory.txt │ │ │ ├── WPFToolkit.dll │ │ │ ├── WindowsInput.dll │ │ │ ├── app.publish │ │ │ │ └── IdealAutomateExplorer.exe │ │ │ └── myfile.txt │ │ └── Release │ │ │ ├── AODL.dll │ │ │ ├── BuildProjects.bat │ │ │ ├── DocumentFormat.OpenXml.dll │ │ │ ├── DocumentFormat.OpenXml.xml │ │ │ ├── ICSharpCode.SharpZipLib.dll │ │ │ ├── IdealAutomateExplorer.exe │ │ │ ├── IdealAutomateExplorer.exe.config │ │ │ ├── Images │ │ │ ├── Add.png │ │ │ ├── AddSQLParameter.PNG │ │ │ ├── Arrays.PNG │ │ │ ├── ArraysPutCaretPosition.PNG │ │ │ ├── ArraysPutCursorPosition.PNG │ │ │ ├── Back.PNG │ │ │ ├── Benefits.jpg │ │ │ ├── Big.png │ │ │ ├── Book.png │ │ │ ├── Description.PNG │ │ │ ├── Details.PNG │ │ │ ├── Expressions.PNG │ │ │ ├── FolderClosed.png │ │ │ ├── FolderLogo.png │ │ │ ├── FolderOpen.png │ │ │ ├── FolderSelected.png │ │ │ ├── Forward.PNG │ │ │ ├── Home.png │ │ │ ├── Images.PNG │ │ │ ├── ImagesPutCursorPosition.PNG │ │ │ ├── IncludeScript.PNG │ │ │ ├── Info.png │ │ │ ├── Logic.PNG │ │ │ ├── LogicFindImage.PNG │ │ │ ├── LogicPutCaretPosition.PNG │ │ │ ├── LogicPutClipboard.PNG │ │ │ ├── LogicPutCursorPosition.PNG │ │ │ ├── LogicReplaceAll.PNG │ │ │ ├── LogicRun.PNG │ │ │ ├── LogicSet.PNG │ │ │ ├── LogicSleep.PNG │ │ │ ├── LogicTypeText.PNG │ │ │ ├── Logo.png │ │ │ ├── Movie.png │ │ │ ├── Music.png │ │ │ ├── Oxygen-Icons.org-Oxygen-Actions-page-zoom.ico │ │ │ ├── Primitives.PNG │ │ │ ├── PrimitivesMessageBox.PNG │ │ │ ├── PrimitivesPutCaretPosition.PNG │ │ │ ├── PrimitivesPutClipboard.PNG │ │ │ ├── PrimitivesPutCursorPosition.PNG │ │ │ ├── PrimitivesPutEntity.PNG │ │ │ ├── PrimitivesReplaceAll.PNG │ │ │ ├── PrimitivesRun.PNG │ │ │ ├── PrimitivesSet.PNG │ │ │ ├── PrimitivesSleep.PNG │ │ │ ├── PrimitivesTypeText.PNG │ │ │ ├── Remove.png │ │ │ ├── Results.PNG │ │ │ ├── SQLCmds.PNG │ │ │ ├── SQLParms.PNG │ │ │ ├── Snipping Tool.png │ │ │ ├── SnippingTool.PNG │ │ │ ├── Star.png │ │ │ ├── Stats.PNG │ │ │ ├── Tips.jpg │ │ │ ├── Up.PNG │ │ │ ├── WinFolder.gif │ │ │ ├── colorfulfolder.jpg │ │ │ ├── favicon_minus.ico │ │ │ ├── favicon_plus.ico │ │ │ ├── folder-146940_960_720.png │ │ │ ├── help.png │ │ │ ├── help1.png │ │ │ ├── help2.png │ │ │ ├── ico-plus.jpg │ │ │ ├── icon38.png │ │ │ ├── icon_close.png │ │ │ ├── icon_minus.bmp │ │ │ ├── icon_minus.ico │ │ │ ├── icon_minus.png │ │ │ ├── icon_plus.png │ │ │ ├── minus.png │ │ │ ├── minus_a5g_icon.ico │ │ │ ├── minus_icon.gif │ │ │ ├── plus.png │ │ │ ├── plus_Pu6_icon.ico │ │ │ ├── profile.jpg │ │ │ ├── profile.png │ │ │ ├── round.jpg │ │ │ ├── small.png │ │ │ ├── verticalfolder.jpg │ │ │ ├── videos.jpg │ │ │ └── wadeface.jpg │ │ │ ├── MyNewProject │ │ │ ├── MyNewProject.sln │ │ │ └── MyNewProject │ │ │ │ ├── App.xaml │ │ │ │ ├── App.xaml.cs │ │ │ │ ├── ClassDiagram1.cd │ │ │ │ ├── Images │ │ │ │ ├── 112_UpArrowShort_Green.ico │ │ │ │ ├── imgPatch16.PNG │ │ │ │ ├── imgPatch17.PNG │ │ │ │ ├── imgPatch2015_08.PNG │ │ │ │ ├── imgPatch2015_08_Home.PNG │ │ │ │ ├── imgSVNUpdate.PNG │ │ │ │ ├── imgSVNUpdate_Home.PNG │ │ │ │ ├── imgUpdateLogOK.PNG │ │ │ │ └── imgUpdateLogOK_Home.PNG │ │ │ │ ├── MainWindow.xaml │ │ │ │ ├── MainWindow.xaml.cs │ │ │ │ ├── MyNewProject.csproj │ │ │ │ └── Properties │ │ │ │ ├── AssemblyInfo.cs │ │ │ │ ├── Resources.Designer.cs │ │ │ │ ├── Resources.resx │ │ │ │ ├── Settings.Designer.cs │ │ │ │ └── Settings.settings │ │ │ ├── Text │ │ │ └── InitialDirectory.txt │ │ │ ├── WPFToolkit.dll │ │ │ ├── WindowsInput.dll │ │ │ ├── WindowsInput.xml │ │ │ └── aodlread │ │ │ └── settings.xml │ ├── debloat.bat │ ├── howto_rename_files_with_regex.exe │ ├── obj │ │ ├── Debug │ │ │ ├── AboutDialog.baml │ │ │ ├── AboutDialog.g.cs │ │ │ ├── AboutDialog.g.i.cs │ │ │ ├── CoreCompileInputs.cache │ │ │ ├── DesignTimeResolveAssemblyReferences.cache │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache │ │ │ ├── FindColumns.g.i.cs │ │ │ ├── GeneratedInternalTypeHelper.g.i.cs │ │ │ ├── Help │ │ │ │ ├── AddSQLParameter.baml │ │ │ │ ├── AddSQLParameter.g.cs │ │ │ │ ├── AddSQLParameter.g.i.cs │ │ │ │ ├── Arrays.baml │ │ │ │ ├── Arrays.g.cs │ │ │ │ ├── Arrays.g.i.cs │ │ │ │ ├── AutomaterBenefits.baml │ │ │ │ ├── AutomaterBenefits.g.cs │ │ │ │ ├── AutomaterBenefits.g.i.cs │ │ │ │ ├── Benefits.baml │ │ │ │ ├── Benefits.g.cs │ │ │ │ ├── Benefits.g.i.cs │ │ │ │ ├── BenefitsFindColumns.baml │ │ │ │ ├── BenefitsFindColumns.g.cs │ │ │ │ ├── BenefitsFindColumns.g.i.cs │ │ │ │ ├── ClearSQLParameters.baml │ │ │ │ ├── ClearSQLParameters.g.cs │ │ │ │ ├── ClearSQLParameters.g.i.cs │ │ │ │ ├── ClickImageIfExists.baml │ │ │ │ ├── ClickImageIfExists.g.cs │ │ │ │ ├── ClickImageIfExists.g.i.cs │ │ │ │ ├── Description.baml │ │ │ │ ├── Description.g.cs │ │ │ │ ├── Description.g.i.cs │ │ │ │ ├── ExecuteSQLNonQueryCommand.baml │ │ │ │ ├── ExecuteSQLNonQueryCommand.g.cs │ │ │ │ ├── ExecuteSQLNonQueryCommand.g.i.cs │ │ │ │ ├── ExecuteSQLQueryCommand.baml │ │ │ │ ├── ExecuteSQLQueryCommand.g.cs │ │ │ │ ├── ExecuteSQLQueryCommand.g.i.cs │ │ │ │ ├── ExecuteSQLScalarCommand.baml │ │ │ │ ├── ExecuteSQLScalarCommand.g.cs │ │ │ │ ├── ExecuteSQLScalarCommand.g.i.cs │ │ │ │ ├── Expressions.baml │ │ │ │ ├── Expressions.g.cs │ │ │ │ ├── Expressions.g.i.cs │ │ │ │ ├── GoToLabel.baml │ │ │ │ ├── GoToLabel.g.cs │ │ │ │ ├── GoToLabel.g.i.cs │ │ │ │ ├── IfElseEndIf.baml │ │ │ │ ├── IfElseEndIf.g.cs │ │ │ │ ├── IfElseEndIf.g.i.cs │ │ │ │ ├── Images.baml │ │ │ │ ├── Images.g.cs │ │ │ │ ├── Images.g.i.cs │ │ │ │ ├── IncludeScript.baml │ │ │ │ ├── IncludeScript.g.cs │ │ │ │ ├── IncludeScript.g.i.cs │ │ │ │ ├── Inputs.baml │ │ │ │ ├── Inputs.g.cs │ │ │ │ ├── Inputs.g.i.cs │ │ │ │ ├── InputsFindColumns.baml │ │ │ │ ├── InputsFindColumns.g.cs │ │ │ │ ├── InputsFindColumns.g.i.cs │ │ │ │ ├── Label.baml │ │ │ │ ├── Label.g.cs │ │ │ │ ├── Label.g.i.cs │ │ │ │ ├── LeftClick.baml │ │ │ │ ├── LeftClick.g.cs │ │ │ │ ├── LeftClick.g.i.cs │ │ │ │ ├── Logic.baml │ │ │ │ ├── Logic.g.cs │ │ │ │ ├── Logic.g.i.cs │ │ │ │ ├── MessageBox.baml │ │ │ │ ├── MessageBox.g.cs │ │ │ │ ├── MessageBox.g.i.cs │ │ │ │ ├── NavWindow.baml │ │ │ │ ├── NavWindow.g.cs │ │ │ │ ├── NavWindow.g.i.cs │ │ │ │ ├── NavWindowAutomater.baml │ │ │ │ ├── NavWindowAutomater.g.cs │ │ │ │ ├── NavWindowAutomater.g.i.cs │ │ │ │ ├── NavWindowFindColumns.baml │ │ │ │ ├── NavWindowFindColumns.g.cs │ │ │ │ ├── NavWindowFindColumns.g.i.cs │ │ │ │ ├── Outputs.baml │ │ │ │ ├── Outputs.g.cs │ │ │ │ ├── Outputs.g.i.cs │ │ │ │ ├── OutputsFindColumns.baml │ │ │ │ ├── OutputsFindColumns.g.cs │ │ │ │ ├── OutputsFindColumns.g.i.cs │ │ │ │ ├── Overview.baml │ │ │ │ ├── Overview.g.cs │ │ │ │ ├── Overview.g.i.cs │ │ │ │ ├── OverviewAutomater.baml │ │ │ │ ├── OverviewAutomater.g.cs │ │ │ │ ├── OverviewAutomater.g.i.cs │ │ │ │ ├── OverviewFindColumns.baml │ │ │ │ ├── OverviewFindColumns.g.cs │ │ │ │ ├── OverviewFindColumns.g.i.cs │ │ │ │ ├── PositionCursor.baml │ │ │ │ ├── PositionCursor.g.cs │ │ │ │ ├── PositionCursor.g.i.cs │ │ │ │ ├── Primitives.baml │ │ │ │ ├── Primitives.g.cs │ │ │ │ ├── Primitives.g.i.cs │ │ │ │ ├── PutAll.baml │ │ │ │ ├── PutAll.g.cs │ │ │ │ ├── PutAll.g.i.cs │ │ │ │ ├── PutCaretPositionInArray.baml │ │ │ │ ├── PutCaretPositionInArray.g.cs │ │ │ │ ├── PutCaretPositionInArray.g.i.cs │ │ │ │ ├── PutClipboardInEntity.baml │ │ │ │ ├── PutClipboardInEntity.g.cs │ │ │ │ ├── PutClipboardInEntity.g.i.cs │ │ │ │ ├── PutCursorPosition.baml │ │ │ │ ├── PutCursorPosition.g.cs │ │ │ │ ├── PutCursorPosition.g.i.cs │ │ │ │ ├── PutEntityInClipboard.baml │ │ │ │ ├── PutEntityInClipboard.g.cs │ │ │ │ ├── PutEntityInClipboard.g.i.cs │ │ │ │ ├── ReplaceAllStringInEntity.baml │ │ │ │ ├── ReplaceAllStringInEntity.g.cs │ │ │ │ ├── ReplaceAllStringInEntity.g.i.cs │ │ │ │ ├── Results.baml │ │ │ │ ├── Results.g.cs │ │ │ │ ├── Results.g.i.cs │ │ │ │ ├── RightClick.baml │ │ │ │ ├── RightClick.g.cs │ │ │ │ ├── RightClick.g.i.cs │ │ │ │ ├── Run.baml │ │ │ │ ├── Run.g.cs │ │ │ │ ├── Run.g.i.cs │ │ │ │ ├── SQLCmds.baml │ │ │ │ ├── SQLCmds.g.cs │ │ │ │ ├── SQLCmds.g.i.cs │ │ │ │ ├── SQLParms.baml │ │ │ │ ├── SQLParms.g.cs │ │ │ │ ├── SQLParms.g.i.cs │ │ │ │ ├── Set.baml │ │ │ │ ├── Set.g.cs │ │ │ │ ├── Set.g.i.cs │ │ │ │ ├── ShiftClick.baml │ │ │ │ ├── ShiftClick.g.cs │ │ │ │ ├── ShiftClick.g.i.cs │ │ │ │ ├── Shortcuts.baml │ │ │ │ ├── Shortcuts.g.cs │ │ │ │ ├── Shortcuts.g.i.cs │ │ │ │ ├── Sleep.baml │ │ │ │ ├── Sleep.g.cs │ │ │ │ ├── Sleep.g.i.cs │ │ │ │ ├── Tips.baml │ │ │ │ ├── Tips.g.cs │ │ │ │ ├── Tips.g.i.cs │ │ │ │ ├── TypeText.baml │ │ │ │ ├── TypeText.g.cs │ │ │ │ ├── TypeText.g.i.cs │ │ │ │ ├── WindowsTaskScheduler.baml │ │ │ │ ├── WindowsTaskScheduler.g.cs │ │ │ │ └── WindowsTaskScheduler.g.i.cs │ │ │ ├── IdealAutomateExplorer.TrustInfo.xml │ │ │ ├── IdealAutomateExplorer.application │ │ │ ├── IdealAutomateExplorer.csproj.CopyComplete │ │ │ ├── IdealAutomateExplorer.csproj.FileListAbsolute.txt │ │ │ ├── IdealAutomateExplorer.csproj.GenerateResource.Cache │ │ │ ├── IdealAutomateExplorer.exe │ │ │ ├── IdealAutomateExplorer.exe.manifest │ │ │ ├── IdealAutomateExplorer.g.resources │ │ │ ├── IdealAutomateExplorer.pdb │ │ │ ├── IdealAutomateExplorer_Content.g.cs │ │ │ ├── IdealAutomateExplorer_Content.g.i.cs │ │ │ ├── IdealAutomateExplorer_MarkupCompile.lref │ │ │ ├── Interop.IWshRuntimeLibrary.dll │ │ │ ├── Interop.Shell32.dll │ │ │ ├── Interop.VSTOEE100.dll │ │ │ ├── MainWindow.baml │ │ │ ├── MainWindow.g.cs │ │ │ ├── MainWindow.g.i.cs │ │ │ ├── Pages │ │ │ │ ├── FindColumns.g.cs │ │ │ │ ├── FindColumns.g.i.cs │ │ │ │ ├── IdealLauncher.g.i.cs │ │ │ │ ├── LocalScripts.g.i.cs │ │ │ │ ├── OCR.g.i.cs │ │ │ │ ├── SQLToGrid.g.cs │ │ │ │ ├── SQLToGrid.g.i.cs │ │ │ │ └── SwitcherMenu.g.i.cs │ │ │ ├── SQLToGrid.g.i.cs │ │ │ ├── System.Windows.Forms.Samples.ExplorerView.resources │ │ │ ├── System.Windows.Forms.Samples.Properties.Resources.resources │ │ │ ├── System.Windows.Forms.Samples.Saved.resources │ │ │ ├── TempPE │ │ │ │ └── Properties.Resources.Designer.cs.dll │ │ │ ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs │ │ │ ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs │ │ │ ├── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs │ │ │ ├── Videos │ │ │ │ ├── AffiliateProgram.g.i.cs │ │ │ │ ├── AutomateLogin.g.i.cs │ │ │ │ ├── Install.g.i.cs │ │ │ │ ├── LaunchExecutable.g.i.cs │ │ │ │ ├── VideoTutorials.baml │ │ │ │ ├── VideoTutorials.g.cs │ │ │ │ └── VideoTutorials.g.i.cs │ │ │ ├── WindowMultipleControls.baml │ │ │ ├── WindowMultipleControls.g.cs │ │ │ ├── WindowMultipleControls.g.i.cs │ │ │ ├── WindowShape.baml │ │ │ ├── WindowShape.g.cs │ │ │ └── WindowShape.g.i.cs │ │ └── Release │ │ │ ├── AboutDialog.baml │ │ │ ├── AboutDialog.g.cs │ │ │ ├── AboutDialog.g.i.cs │ │ │ ├── Help │ │ │ ├── AddSQLParameter.baml │ │ │ ├── AddSQLParameter.g.cs │ │ │ ├── AddSQLParameter.g.i.cs │ │ │ ├── Arrays.baml │ │ │ ├── Arrays.g.cs │ │ │ ├── Arrays.g.i.cs │ │ │ ├── AutomaterBenefits.baml │ │ │ ├── AutomaterBenefits.g.cs │ │ │ ├── AutomaterBenefits.g.i.cs │ │ │ ├── Benefits.baml │ │ │ ├── Benefits.g.cs │ │ │ ├── Benefits.g.i.cs │ │ │ ├── BenefitsFindColumns.baml │ │ │ ├── BenefitsFindColumns.g.cs │ │ │ ├── BenefitsFindColumns.g.i.cs │ │ │ ├── ClearSQLParameters.baml │ │ │ ├── ClearSQLParameters.g.cs │ │ │ ├── ClearSQLParameters.g.i.cs │ │ │ ├── ClickImageIfExists.baml │ │ │ ├── ClickImageIfExists.g.cs │ │ │ ├── ClickImageIfExists.g.i.cs │ │ │ ├── Description.baml │ │ │ ├── Description.g.cs │ │ │ ├── Description.g.i.cs │ │ │ ├── ExecuteSQLNonQueryCommand.baml │ │ │ ├── ExecuteSQLNonQueryCommand.g.cs │ │ │ ├── ExecuteSQLNonQueryCommand.g.i.cs │ │ │ ├── ExecuteSQLQueryCommand.baml │ │ │ ├── ExecuteSQLQueryCommand.g.cs │ │ │ ├── ExecuteSQLQueryCommand.g.i.cs │ │ │ ├── ExecuteSQLScalarCommand.baml │ │ │ ├── ExecuteSQLScalarCommand.g.cs │ │ │ ├── ExecuteSQLScalarCommand.g.i.cs │ │ │ ├── Expressions.baml │ │ │ ├── Expressions.g.cs │ │ │ ├── Expressions.g.i.cs │ │ │ ├── GoToLabel.baml │ │ │ ├── GoToLabel.g.cs │ │ │ ├── GoToLabel.g.i.cs │ │ │ ├── IfElseEndIf.baml │ │ │ ├── IfElseEndIf.g.cs │ │ │ ├── IfElseEndIf.g.i.cs │ │ │ ├── Images.baml │ │ │ ├── Images.g.cs │ │ │ ├── Images.g.i.cs │ │ │ ├── IncludeScript.baml │ │ │ ├── IncludeScript.g.cs │ │ │ ├── IncludeScript.g.i.cs │ │ │ ├── Inputs.baml │ │ │ ├── Inputs.g.cs │ │ │ ├── Inputs.g.i.cs │ │ │ ├── InputsFindColumns.baml │ │ │ ├── InputsFindColumns.g.cs │ │ │ ├── InputsFindColumns.g.i.cs │ │ │ ├── Label.baml │ │ │ ├── Label.g.cs │ │ │ ├── Label.g.i.cs │ │ │ ├── LeftClick.baml │ │ │ ├── LeftClick.g.cs │ │ │ ├── LeftClick.g.i.cs │ │ │ ├── Logic.baml │ │ │ ├── Logic.g.cs │ │ │ ├── Logic.g.i.cs │ │ │ ├── MessageBox.baml │ │ │ ├── MessageBox.g.cs │ │ │ ├── MessageBox.g.i.cs │ │ │ ├── NavWindow.baml │ │ │ ├── NavWindow.g.cs │ │ │ ├── NavWindow.g.i.cs │ │ │ ├── NavWindowAutomater.baml │ │ │ ├── NavWindowAutomater.g.cs │ │ │ ├── NavWindowAutomater.g.i.cs │ │ │ ├── NavWindowFindColumns.baml │ │ │ ├── NavWindowFindColumns.g.cs │ │ │ ├── NavWindowFindColumns.g.i.cs │ │ │ ├── Outputs.baml │ │ │ ├── Outputs.g.cs │ │ │ ├── Outputs.g.i.cs │ │ │ ├── OutputsFindColumns.baml │ │ │ ├── OutputsFindColumns.g.cs │ │ │ ├── OutputsFindColumns.g.i.cs │ │ │ ├── Overview.baml │ │ │ ├── Overview.g.cs │ │ │ ├── Overview.g.i.cs │ │ │ ├── OverviewAutomater.baml │ │ │ ├── OverviewAutomater.g.cs │ │ │ ├── OverviewAutomater.g.i.cs │ │ │ ├── OverviewFindColumns.baml │ │ │ ├── OverviewFindColumns.g.cs │ │ │ ├── OverviewFindColumns.g.i.cs │ │ │ ├── PositionCursor.baml │ │ │ ├── PositionCursor.g.cs │ │ │ ├── PositionCursor.g.i.cs │ │ │ ├── Primitives.baml │ │ │ ├── Primitives.g.cs │ │ │ ├── Primitives.g.i.cs │ │ │ ├── PutAll.baml │ │ │ ├── PutAll.g.cs │ │ │ ├── PutAll.g.i.cs │ │ │ ├── PutCaretPositionInArray.baml │ │ │ ├── PutCaretPositionInArray.g.cs │ │ │ ├── PutCaretPositionInArray.g.i.cs │ │ │ ├── PutClipboardInEntity.baml │ │ │ ├── PutClipboardInEntity.g.cs │ │ │ ├── PutClipboardInEntity.g.i.cs │ │ │ ├── PutCursorPosition.baml │ │ │ ├── PutCursorPosition.g.cs │ │ │ ├── PutCursorPosition.g.i.cs │ │ │ ├── PutEntityInClipboard.baml │ │ │ ├── PutEntityInClipboard.g.cs │ │ │ ├── PutEntityInClipboard.g.i.cs │ │ │ ├── ReplaceAllStringInEntity.baml │ │ │ ├── ReplaceAllStringInEntity.g.cs │ │ │ ├── ReplaceAllStringInEntity.g.i.cs │ │ │ ├── Results.baml │ │ │ ├── Results.g.cs │ │ │ ├── Results.g.i.cs │ │ │ ├── RightClick.baml │ │ │ ├── RightClick.g.cs │ │ │ ├── RightClick.g.i.cs │ │ │ ├── Run.baml │ │ │ ├── Run.g.cs │ │ │ ├── Run.g.i.cs │ │ │ ├── SQLCmds.baml │ │ │ ├── SQLCmds.g.cs │ │ │ ├── SQLCmds.g.i.cs │ │ │ ├── SQLParms.baml │ │ │ ├── SQLParms.g.cs │ │ │ ├── SQLParms.g.i.cs │ │ │ ├── Set.baml │ │ │ ├── Set.g.cs │ │ │ ├── Set.g.i.cs │ │ │ ├── ShiftClick.baml │ │ │ ├── ShiftClick.g.cs │ │ │ ├── ShiftClick.g.i.cs │ │ │ ├── Shortcuts.baml │ │ │ ├── Shortcuts.g.cs │ │ │ ├── Shortcuts.g.i.cs │ │ │ ├── Sleep.baml │ │ │ ├── Sleep.g.cs │ │ │ ├── Sleep.g.i.cs │ │ │ ├── Tips.baml │ │ │ ├── Tips.g.cs │ │ │ ├── Tips.g.i.cs │ │ │ ├── TypeText.baml │ │ │ ├── TypeText.g.cs │ │ │ ├── TypeText.g.i.cs │ │ │ ├── WindowsTaskScheduler.baml │ │ │ ├── WindowsTaskScheduler.g.cs │ │ │ └── WindowsTaskScheduler.g.i.cs │ │ │ ├── IdealAutomateExplorer.csproj.CopyComplete │ │ │ ├── IdealAutomateExplorer.csproj.FileListAbsolute.txt │ │ │ ├── IdealAutomateExplorer.exe │ │ │ ├── IdealAutomateExplorer.g.resources │ │ │ ├── IdealAutomateExplorer_Content.g.cs │ │ │ ├── IdealAutomateExplorer_Content.g.i.cs │ │ │ ├── IdealAutomateExplorer_MarkupCompile.lref │ │ │ ├── Interop.IWshRuntimeLibrary.dll │ │ │ ├── Interop.Shell32.dll │ │ │ ├── MainWindow.baml │ │ │ ├── MainWindow.g.cs │ │ │ ├── MainWindow.g.i.cs │ │ │ ├── Pages │ │ │ ├── FindColumns.g.cs │ │ │ ├── FindColumns.g.i.cs │ │ │ ├── SQLToGrid.g.cs │ │ │ └── SQLToGrid.g.i.cs │ │ │ ├── System.Windows.Forms.Samples.ExplorerView.resources │ │ │ ├── System.Windows.Forms.Samples.Properties.Resources.resources │ │ │ ├── System.Windows.Forms.Samples.Saved.resources │ │ │ ├── TempPE │ │ │ └── Properties.Resources.Designer.cs.dll │ │ │ ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs │ │ │ ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs │ │ │ ├── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs │ │ │ ├── Videos │ │ │ ├── AffiliateProgram.g.i.cs │ │ │ ├── AutomateLogin.g.i.cs │ │ │ ├── Install.g.i.cs │ │ │ ├── LaunchExecutable.g.i.cs │ │ │ ├── VideoTutorials.baml │ │ │ ├── VideoTutorials.g.cs │ │ │ └── VideoTutorials.g.i.cs │ │ │ ├── WindowMultipleControls.baml │ │ │ ├── WindowMultipleControls.g.cs │ │ │ ├── WindowMultipleControls.g.i.cs │ │ │ ├── WindowShape.baml │ │ │ ├── WindowShape.g.cs │ │ │ └── WindowShape.g.i.cs │ ├── packages.config │ └── publish │ │ ├── IdealAutomateExplorer.application │ │ ├── autorun.inf │ │ └── setup.exe ├── IdealSqlTracer │ ├── App.xaml │ ├── App.xaml.cs │ ├── ClassDiagram1.cd │ ├── ComboBoxPair.cs │ ├── ControlEntity.cs │ ├── ControlType.cs │ ├── EncryptDecrypt.cs │ ├── IdealSqlTracer.csproj │ ├── IdealSqlTracer.sln │ ├── IdealSqlTracer_5_TemporaryKey.pfx │ ├── IdealSqlTracer_9_TemporaryKey.pfx │ ├── IdealSqlTracer_Temp.pfx.snk │ ├── IdealSqlTracer_TemporaryKey.pfx │ ├── Images │ │ ├── 112_UpArrowShort_Green.ico │ │ ├── FolderLogo.png │ │ ├── imgPatch16.PNG │ │ ├── imgPatch17.PNG │ │ ├── imgPatch2015_08.PNG │ │ ├── imgPatch2015_08_Home.PNG │ │ ├── imgSVNUpdate.PNG │ │ ├── imgSVNUpdate_Home.PNG │ │ ├── imgUpdateLogOK.PNG │ │ └── imgUpdateLogOK_Home.PNG │ ├── MainWindow.xaml │ ├── MainWindow.xaml.cs │ ├── Methods.cs │ ├── Oxygen-Icons.org-Oxygen-Places-server-database.ico │ ├── Properties │ │ ├── AssemblyInfo.cs │ │ ├── Resources.Designer.cs │ │ ├── Resources.resx │ │ ├── Settings.Designer.cs │ │ └── Settings.settings │ ├── Resources │ │ ├── FolderLogo.png │ │ ├── GreenBox.png │ │ ├── Oxygen-Icons.org-Oxygen-Places-server-database.ico │ │ ├── RedArrowDown.png │ │ ├── RedArrowLeft.png │ │ ├── RedArrowRight.png │ │ ├── RedArrowUp.png │ │ └── RedBox.png │ ├── SqlFormatter.exe │ ├── SqlFormatterLICENSE.txt │ ├── TraceFile.trc │ ├── WindowMultipleControls.xaml │ ├── WindowMultipleControls.xaml.cs │ ├── WindowShape.xaml │ ├── WindowShape.xaml.cs │ ├── app.config │ ├── bin │ │ ├── Debug │ │ │ ├── IdealSqlTracer.application │ │ │ ├── IdealSqlTracer.exe │ │ │ ├── IdealSqlTracer.exe.config │ │ │ ├── IdealSqlTracer.exe.manifest │ │ │ ├── Images │ │ │ │ ├── 112_UpArrowShort_Green.ico │ │ │ │ ├── imgPatch16.PNG │ │ │ │ ├── imgPatch17.PNG │ │ │ │ ├── imgPatch2015_08.PNG │ │ │ │ ├── imgPatch2015_08_Home.PNG │ │ │ │ ├── imgSVNUpdate.PNG │ │ │ │ ├── imgSVNUpdate_Home.PNG │ │ │ │ ├── imgUpdateLogOK.PNG │ │ │ │ └── imgUpdateLogOK_Home.PNG │ │ │ ├── SqlFormatter.exe │ │ │ └── app.publish │ │ │ │ └── IdealSqlTracer.exe │ │ └── Release │ │ │ ├── IdealSqlTracer.application │ │ │ ├── IdealSqlTracer.exe │ │ │ ├── IdealSqlTracer.exe.config │ │ │ ├── IdealSqlTracer.exe.manifest │ │ │ ├── Images │ │ │ ├── 112_UpArrowShort_Green.ico │ │ │ ├── imgPatch16.PNG │ │ │ ├── imgPatch17.PNG │ │ │ ├── imgPatch2015_08.PNG │ │ │ ├── imgPatch2015_08_Home.PNG │ │ │ ├── imgSVNUpdate.PNG │ │ │ ├── imgSVNUpdate_Home.PNG │ │ │ ├── imgUpdateLogOK.PNG │ │ │ └── imgUpdateLogOK_Home.PNG │ │ │ ├── SqlFormatter.exe │ │ │ └── app.publish │ │ │ └── IdealSqlTracer.exe │ ├── obj │ │ └── x86 │ │ │ └── Debug │ │ │ ├── App.g.cs │ │ │ ├── App.g.i.cs │ │ │ ├── IdealSqlTracer.Properties.Resources.resources │ │ │ ├── IdealSqlTracer.application │ │ │ ├── IdealSqlTracer.csproj.FileListAbsolute.txt │ │ │ ├── IdealSqlTracer.exe │ │ │ ├── IdealSqlTracer.exe.manifest │ │ │ ├── IdealSqlTracer.g.resources │ │ │ ├── IdealSqlTracer_Content.g.cs │ │ │ ├── IdealSqlTracer_Content.g.i.cs │ │ │ ├── MainWindow.baml │ │ │ ├── MainWindow.g.cs │ │ │ ├── MainWindow.g.i.cs │ │ │ ├── WindowMultipleControls.baml │ │ │ ├── WindowMultipleControls.g.cs │ │ │ ├── WindowMultipleControls.g.i.cs │ │ │ ├── WindowShape.baml │ │ │ ├── WindowShape.g.cs │ │ │ └── WindowShape.g.i.cs │ ├── packages │ │ └── InputSimulator.1.0.4.0 │ │ │ ├── InputSimulator.1.0.4.0.nupkg │ │ │ └── lib │ │ │ └── net20 │ │ │ └── WindowsInput.xml │ └── publish │ │ ├── Application Files │ │ ├── IdealSqlTracer_1_0_0_3 │ │ │ ├── IdealSqlTracer.application │ │ │ ├── IdealSqlTracer.exe.deploy │ │ │ ├── IdealSqlTracer.exe.manifest │ │ │ ├── Images │ │ │ │ ├── 112_UpArrowShort_Green.ico.deploy │ │ │ │ ├── imgPatch16.PNG.deploy │ │ │ │ ├── imgPatch17.PNG.deploy │ │ │ │ ├── imgPatch2015_08.PNG.deploy │ │ │ │ ├── imgPatch2015_08_Home.PNG.deploy │ │ │ │ ├── imgSVNUpdate.PNG.deploy │ │ │ │ ├── imgSVNUpdate_Home.PNG.deploy │ │ │ │ ├── imgUpdateLogOK.PNG.deploy │ │ │ │ └── imgUpdateLogOK_Home.PNG.deploy │ │ │ └── SqlFormatter.exe.deploy │ │ ├── IdealSqlTracer_1_0_0_4 │ │ │ ├── IdealSqlTracer.application │ │ │ ├── IdealSqlTracer.exe.deploy │ │ │ ├── IdealSqlTracer.exe.manifest │ │ │ ├── Images │ │ │ │ ├── 112_UpArrowShort_Green.ico.deploy │ │ │ │ ├── imgPatch16.PNG.deploy │ │ │ │ ├── imgPatch17.PNG.deploy │ │ │ │ ├── imgPatch2015_08.PNG.deploy │ │ │ │ ├── imgPatch2015_08_Home.PNG.deploy │ │ │ │ ├── imgSVNUpdate.PNG.deploy │ │ │ │ ├── imgSVNUpdate_Home.PNG.deploy │ │ │ │ ├── imgUpdateLogOK.PNG.deploy │ │ │ │ └── imgUpdateLogOK_Home.PNG.deploy │ │ │ └── SqlFormatter.exe.deploy │ │ ├── IdealSqlTracer_1_0_0_5 │ │ │ ├── IdealSqlTracer.application │ │ │ ├── IdealSqlTracer.exe.deploy │ │ │ ├── IdealSqlTracer.exe.manifest │ │ │ ├── Images │ │ │ │ ├── 112_UpArrowShort_Green.ico.deploy │ │ │ │ ├── imgPatch16.PNG.deploy │ │ │ │ ├── imgPatch17.PNG.deploy │ │ │ │ ├── imgPatch2015_08.PNG.deploy │ │ │ │ ├── imgPatch2015_08_Home.PNG.deploy │ │ │ │ ├── imgSVNUpdate.PNG.deploy │ │ │ │ ├── imgSVNUpdate_Home.PNG.deploy │ │ │ │ ├── imgUpdateLogOK.PNG.deploy │ │ │ │ └── imgUpdateLogOK_Home.PNG.deploy │ │ │ └── SqlFormatter.exe.deploy │ │ ├── IdealSqlTracer_1_0_0_6 │ │ │ ├── IdealSqlTracer.application │ │ │ ├── IdealSqlTracer.exe.deploy │ │ │ ├── IdealSqlTracer.exe.manifest │ │ │ ├── Images │ │ │ │ ├── 112_UpArrowShort_Green.ico.deploy │ │ │ │ ├── imgPatch16.PNG.deploy │ │ │ │ ├── imgPatch17.PNG.deploy │ │ │ │ ├── imgPatch2015_08.PNG.deploy │ │ │ │ ├── imgPatch2015_08_Home.PNG.deploy │ │ │ │ ├── imgSVNUpdate.PNG.deploy │ │ │ │ ├── imgSVNUpdate_Home.PNG.deploy │ │ │ │ ├── imgUpdateLogOK.PNG.deploy │ │ │ │ └── imgUpdateLogOK_Home.PNG.deploy │ │ │ └── SqlFormatter.exe.deploy │ │ └── IdealSqlTracer_1_0_0_7 │ │ │ ├── IdealSqlTracer.application │ │ │ ├── IdealSqlTracer.exe.deploy │ │ │ ├── IdealSqlTracer.exe.manifest │ │ │ ├── Images │ │ │ ├── 112_UpArrowShort_Green.ico.deploy │ │ │ ├── imgPatch16.PNG.deploy │ │ │ ├── imgPatch17.PNG.deploy │ │ │ ├── imgPatch2015_08.PNG.deploy │ │ │ ├── imgPatch2015_08_Home.PNG.deploy │ │ │ ├── imgSVNUpdate.PNG.deploy │ │ │ ├── imgSVNUpdate_Home.PNG.deploy │ │ │ ├── imgUpdateLogOK.PNG.deploy │ │ │ └── imgUpdateLogOK_Home.PNG.deploy │ │ │ └── SqlFormatter.exe.deploy │ │ ├── IdealSqlTracer.application │ │ ├── autorun.inf │ │ └── setup.exe ├── NAudio │ ├── Changes.xml │ ├── Codecs │ │ ├── ALawDecoder.cs │ │ ├── ALawEncoder.cs │ │ ├── G722Codec.cs │ │ ├── MuLawDecoder.cs │ │ └── MuLawEncoder.cs │ ├── CoreAudioApi │ │ ├── AudioCaptureClient.cs │ │ ├── AudioClient.cs │ │ ├── AudioClientBufferFlags.cs │ │ ├── AudioClientProperties.cs │ │ ├── AudioClientShareMode.cs │ │ ├── AudioClientStreamFlags.cs │ │ ├── AudioClientStreamOptions.cs │ │ ├── AudioClockClient.cs │ │ ├── AudioEndpointVolume.cs │ │ ├── AudioEndpointVolumeCallback.cs │ │ ├── AudioEndpointVolumeChannel.cs │ │ ├── AudioEndpointVolumeChannels.cs │ │ ├── AudioEndpointVolumeNotificationDelegate.cs │ │ ├── AudioEndpointVolumeStepInformation.cs │ │ ├── AudioEndpointVolumeVolumeRange.cs │ │ ├── AudioMeterInformation.cs │ │ ├── AudioMeterInformationChannels.cs │ │ ├── AudioRenderClient.cs │ │ ├── AudioSessionControl.cs │ │ ├── AudioSessionEventsCallback.cs │ │ ├── AudioSessionManager.cs │ │ ├── AudioSessionNotification.cs │ │ ├── AudioStreamCategory.cs │ │ ├── AudioStreamVolume.cs │ │ ├── AudioVolumeNotificationData.cs │ │ ├── DataFlow.cs │ │ ├── DeviceState.cs │ │ ├── EEndpointHardwareSupport.cs │ │ ├── Interfaces │ │ │ ├── AudioVolumeNotificationDataStruct.cs │ │ │ ├── Blob.cs │ │ │ ├── ClsCtx.cs │ │ │ ├── ErrorCodes.cs │ │ │ ├── IAudioCaptureClient.cs │ │ │ ├── IAudioClient.cs │ │ │ ├── IAudioClock2.cs │ │ │ ├── IAudioEndpointVolume.cs │ │ │ ├── IAudioEndpointVolumeCallback.cs │ │ │ ├── IAudioMeterInformation.cs │ │ │ ├── IAudioRenderClient.cs │ │ │ ├── IAudioSessionControl.cs │ │ │ ├── IAudioSessionEnumerator.cs │ │ │ ├── IAudioSessionEvents.cs │ │ │ ├── IAudioSessionEventsHandler.cs │ │ │ ├── IAudioSessionManager.cs │ │ │ ├── IAudioSessionNotification.cs │ │ │ ├── IAudioStreamVolume.cs │ │ │ ├── IMMDevice.cs │ │ │ ├── IMMDeviceCollection.cs │ │ │ ├── IMMDeviceEnumerator.cs │ │ │ ├── IMMEndpoint.cs │ │ │ ├── IMMNotificationClient.cs │ │ │ ├── IPropertyStore.cs │ │ │ ├── ISimpleAudioVolume.cs │ │ │ ├── MMDeviceEnumeratorComObject.cs │ │ │ └── StorageAccessMode.cs │ │ ├── MMDevice.cs │ │ ├── MMDeviceCollection.cs │ │ ├── MMDeviceEnumerator.cs │ │ ├── PropVariant.cs │ │ ├── PropVariantNative.cs │ │ ├── PropertyKey.cs │ │ ├── PropertyKeys.cs │ │ ├── PropertyStore.cs │ │ ├── PropertyStoreProperty.cs │ │ ├── Role.cs │ │ ├── SessionCollection.cs │ │ └── SimpleAudioVolume.cs │ ├── Dmo │ │ ├── AudioMediaSubtypes.cs │ │ ├── DmoDescriptor.cs │ │ ├── DmoEnumFlags.cs │ │ ├── DmoEnumerator.cs │ │ ├── DmoGuids.cs │ │ ├── DmoHResults.cs │ │ ├── DmoInputDataBufferFlags.cs │ │ ├── DmoInputStatusFlags.cs │ │ ├── DmoInterop.cs │ │ ├── DmoMediaType.cs │ │ ├── DmoOutputDataBuffer.cs │ │ ├── DmoOutputDataBufferFlags.cs │ │ ├── DmoPartialMediaType.cs │ │ ├── DmoProcessOutputFlags.cs │ │ ├── DmoSetTypeFlags.cs │ │ ├── IEnumDmo.cs │ │ ├── IMediaBuffer.cs │ │ ├── IMediaObject.cs │ │ ├── IMediaParamInfo.cs │ │ ├── IWMResamplerProps.cs │ │ ├── InputStreamInfoFlags.cs │ │ ├── MediaBuffer.cs │ │ ├── MediaObject.cs │ │ ├── MediaObjectSizeInfo.cs │ │ ├── MediaParamInfo.cs │ │ ├── MediaTypes.cs │ │ ├── OutputStreamInfoFlags.cs │ │ ├── ResamplerMediaObject.cs │ │ └── WindowsMediaMp3Decoder.cs │ ├── Dsp │ │ ├── BiQuadFilter.cs │ │ ├── Complex.cs │ │ ├── EnvelopeDetector.cs │ │ ├── EnvelopeGenerator.cs │ │ ├── FastFourierTransform.cs │ │ ├── ImpulseResponseConvolution.cs │ │ ├── SimpleCompressor.cs │ │ ├── SimpleGate.cs │ │ ├── SmbPitchShifter.cs │ │ └── WdlResampler.cs │ ├── FileFormats │ │ ├── Mp3 │ │ │ ├── ChannelMode.cs │ │ │ ├── DmoMp3FrameDecompressor.cs │ │ │ ├── IMp3FrameDecompressor.cs │ │ │ ├── Id3v2Tag.cs │ │ │ ├── Mp3Frame.cs │ │ │ ├── Mp3FrameDecompressor.cs │ │ │ ├── MpegLayer.cs │ │ │ ├── MpegVersion.cs │ │ │ └── XingHeader.cs │ │ ├── SoundFont │ │ │ ├── Generator.cs │ │ │ ├── GeneratorBuilder.cs │ │ │ ├── GeneratorEnum.cs │ │ │ ├── InfoChunk.cs │ │ │ ├── Instrument.cs │ │ │ ├── InstrumentBuilder.cs │ │ │ ├── Modulator.cs │ │ │ ├── ModulatorBuilder.cs │ │ │ ├── ModulatorType.cs │ │ │ ├── Preset.cs │ │ │ ├── PresetBuilder.cs │ │ │ ├── PresetsChunk.cs │ │ │ ├── RiffChunk.cs │ │ │ ├── SFSampleLink.cs │ │ │ ├── SFVersion.cs │ │ │ ├── SFVersionBuilder.cs │ │ │ ├── SampleDataChunk.cs │ │ │ ├── SampleHeader.cs │ │ │ ├── SampleHeaderBuilder.cs │ │ │ ├── SampleMode.cs │ │ │ ├── SoundFont.cs │ │ │ ├── StructureBuilder.cs │ │ │ ├── Zone.cs │ │ │ └── ZoneBuilder.cs │ │ └── Wav │ │ │ └── WaveFileChunkReader.cs │ ├── Gui │ │ ├── Fader.cs │ │ ├── Fader.resx │ │ ├── PanSlider.cs │ │ ├── PanSlider.resx │ │ ├── Pot.Designer.cs │ │ ├── Pot.cs │ │ ├── Pot.resx │ │ ├── VolumeMeter.Designer.cs │ │ ├── VolumeMeter.cs │ │ ├── VolumeSlider.cs │ │ ├── VolumeSlider.resx │ │ ├── WaveViewer.cs │ │ ├── WaveViewer.resx │ │ ├── WaveformPainter.Designer.cs │ │ └── WaveformPainter.cs │ ├── MediaFoundation │ │ ├── AudioSubtypes.cs │ │ ├── IMFActivate.cs │ │ ├── IMFAttributes.cs │ │ ├── IMFByteStream.cs │ │ ├── IMFCollection.cs │ │ ├── IMFMediaBuffer.cs │ │ ├── IMFMediaEvent.cs │ │ ├── IMFMediaType.cs │ │ ├── IMFReadWriteClassFactory.cs │ │ ├── IMFSample.cs │ │ ├── IMFSinkWriter.cs │ │ ├── IMFSourceReader.cs │ │ ├── IMFTransform.cs │ │ ├── MFT_INPUT_STREAM_INFO.cs │ │ ├── MFT_MESSAGE_TYPE.cs │ │ ├── MFT_OUTPUT_DATA_BUFFER.cs │ │ ├── MFT_OUTPUT_STREAM_INFO.cs │ │ ├── MFT_REGISTER_TYPE_INFO.cs │ │ ├── MF_SINK_WRITER_STATISTICS.cs │ │ ├── MediaEventType.cs │ │ ├── MediaFoundationAttributes.cs │ │ ├── MediaFoundationErrors.cs │ │ ├── MediaFoundationHelpers.cs │ │ ├── MediaFoundationInterop.cs │ │ ├── MediaFoundationTransform.cs │ │ ├── MediaFoundationTransformCategories.cs │ │ ├── MediaType.cs │ │ ├── MediaTypes.cs │ │ ├── _MFT_ENUM_FLAG.cs │ │ ├── _MFT_INPUT_STATUS_FLAGS.cs │ │ ├── _MFT_INPUT_STREAM_INFO_FLAGS.cs │ │ ├── _MFT_OUTPUT_DATA_BUFFER_FLAGS.cs │ │ ├── _MFT_OUTPUT_STATUS_FLAGS.cs │ │ ├── _MFT_OUTPUT_STREAM_INFO_FLAGS.cs │ │ ├── _MFT_PROCESS_OUTPUT_FLAGS.cs │ │ ├── _MFT_PROCESS_OUTPUT_STATUS.cs │ │ └── _MFT_SET_TYPE_FLAGS.cs │ ├── Midi │ │ ├── ChannelAfterTouchEvent.cs │ │ ├── ControlChangeEvent.cs │ │ ├── KeySignatureEvent.cs │ │ ├── MetaEvent.cs │ │ ├── MetaEventType.cs │ │ ├── MidiCommandCode.cs │ │ ├── MidiController.cs │ │ ├── MidiEvent.cs │ │ ├── MidiEventCollection.cs │ │ ├── MidiEventComparer.cs │ │ ├── MidiFile.cs │ │ ├── MidiIn.cs │ │ ├── MidiInCapabilities.cs │ │ ├── MidiInMessageEventArgs.cs │ │ ├── MidiInterop.cs │ │ ├── MidiMessage.cs │ │ ├── MidiOut.cs │ │ ├── MidiOutCapabilities.cs │ │ ├── MidiOutTechnology.cs │ │ ├── NoteEvent.cs │ │ ├── NoteOnEvent.cs │ │ ├── PatchChangeEvent.cs │ │ ├── PitchWheelChangeEvent.cs │ │ ├── RawMetaEvent.cs │ │ ├── SequencerSpecificEvent.cs │ │ ├── SmpteOffsetEvent.cs │ │ ├── SysexEvent.cs │ │ ├── TempoEvent.cs │ │ ├── TextEvent.cs │ │ ├── TimeSignatureEvent.cs │ │ └── TrackSequenceNumberEvent.cs │ ├── Mixer │ │ ├── BooleanMixerControl.cs │ │ ├── CustomMixerControl.cs │ │ ├── ListTextMixerControl.cs │ │ ├── Mixer.cs │ │ ├── MixerControl.cs │ │ ├── MixerControlType.cs │ │ ├── MixerFlags.cs │ │ ├── MixerInterop.cs │ │ ├── MixerLine.cs │ │ ├── MixerLineComponentType.cs │ │ ├── SignedMixerControl.cs │ │ └── UnsignedMixerControl.cs │ ├── NAudio.csproj │ ├── NAudio.csproj.DotSettings │ ├── NAudio.ruleset │ ├── Properties │ │ └── AssemblyInfo.cs │ ├── Utils │ │ ├── BufferHelpers.cs │ │ ├── ByteArrayExtensions.cs │ │ ├── ByteEncoding.cs │ │ ├── ChunkIdentifier.cs │ │ ├── CircularBuffer.cs │ │ ├── Decibels.cs │ │ ├── FieldDescriptionAttribute.cs │ │ ├── FieldDescriptionHelper.cs │ │ ├── HResult.cs │ │ ├── IEEE.cs │ │ ├── IgnoreDisposeStream.cs │ │ ├── MarshalHelpers.cs │ │ ├── MergeSort.cs │ │ ├── NativeMethods.cs │ │ ├── ProgressLog.Designer.cs │ │ ├── ProgressLog.cs │ │ ├── ProgressLog.resx │ │ └── WavePositionExtensions.cs │ └── Wave │ │ ├── Asio │ │ ├── ASIODriver.cs │ │ ├── ASIODriverExt.cs │ │ ├── ASIOSampleConvertor.cs │ │ ├── ASIOStructures.cs │ │ ├── Asio64Bit.cs │ │ ├── AsioCallbacks.cs │ │ ├── AsioChannelInfo.cs │ │ ├── AsioDriverCapability.cs │ │ ├── AsioError.cs │ │ ├── AsioMessageSelector.cs │ │ └── AsioSampleType.cs │ │ ├── Compression │ │ ├── AcmDriver.cs │ │ ├── AcmDriverAddFlags.cs │ │ ├── AcmDriverDetails.cs │ │ ├── AcmDriverDetailsSupportFlags.cs │ │ ├── AcmDriverEnumFlags.cs │ │ ├── AcmFormat.cs │ │ ├── AcmFormatChoose.cs │ │ ├── AcmFormatChooseStyleFlags.cs │ │ ├── AcmFormatDetails.cs │ │ ├── AcmFormatEnumFlags.cs │ │ ├── AcmFormatSuggestFlags.cs │ │ ├── AcmFormatTag.cs │ │ ├── AcmFormatTagDetails.cs │ │ ├── AcmInterop.cs │ │ ├── AcmMetrics.cs │ │ ├── AcmStream.cs │ │ ├── AcmStreamConvertFlags.cs │ │ ├── AcmStreamHeader.cs │ │ ├── AcmStreamHeaderStatusFlags.cs │ │ ├── AcmStreamHeaderStruct.cs │ │ ├── AcmStreamOpenFlags.cs │ │ ├── AcmStreamSizeFlags.cs │ │ └── WaveFilter.cs │ │ ├── MmeInterop │ │ ├── Manufacturers.cs │ │ ├── MmException.cs │ │ ├── MmResult.cs │ │ ├── MmTime.cs │ │ ├── WaveCallbackInfo.cs │ │ ├── WaveCallbackStrategy.cs │ │ ├── WaveHeader.cs │ │ ├── WaveHeaderFlags.cs │ │ ├── WaveInCapabilities.cs │ │ ├── WaveInEventArgs.cs │ │ ├── WaveInterop.cs │ │ ├── WaveOutCapabilities.cs │ │ ├── WaveOutSupport.cs │ │ └── WaveWindow.cs │ │ ├── SampleChunkConverters │ │ ├── ISampleChunkConverter.cs │ │ ├── Mono16SampleChunkConverter.cs │ │ ├── Mono24SampleChunkConverter.cs │ │ ├── Mono8SampleChunkConverter.cs │ │ ├── MonoFloatSampleChunkConverter.cs │ │ ├── Stereo16SampleChunkConverter.cs │ │ ├── Stereo24SampleChunkConverter.cs │ │ ├── Stereo8SampleChunkConverter.cs │ │ └── StereoFloatSampleChunkConverter.cs │ │ ├── SampleProviders │ │ ├── AdsrSampleProvider.cs │ │ ├── ConcatenatingSampleProvider.cs │ │ ├── FadeInOutSampleProvider.cs │ │ ├── MeteringSampleProvider.cs │ │ ├── MixingSampleProvider.cs │ │ ├── MonoToStereoSampleProvider.cs │ │ ├── MultiplexingSampleProvider.cs │ │ ├── NotifyingSampleProvider.cs │ │ ├── OffsetSampleProvider.cs │ │ ├── PanningSampleProvider.cs │ │ ├── Pcm16BitToSampleProvider.cs │ │ ├── Pcm24BitToSampleProvider.cs │ │ ├── Pcm32BitToSampleProvider.cs │ │ ├── Pcm8BitToSampleProvider.cs │ │ ├── SMBPitchShiftingSampleProvider.cs │ │ ├── SampleChannel.cs │ │ ├── SampleProviderConverterBase.cs │ │ ├── SampleProviderConverters.cs │ │ ├── SampleToWaveProvider.cs │ │ ├── SampleToWaveProvider16.cs │ │ ├── SampleToWaveProvider24.cs │ │ ├── SignalGenerator.cs │ │ ├── StereoToMonoSampleProvider.cs │ │ ├── VolumeSampleProvider.cs │ │ ├── WaveToSampleProvider.cs │ │ ├── WaveToSampleProvider64.cs │ │ └── WdlResamplingSampleProvider.cs │ │ ├── WaveExtensionMethods.cs │ │ ├── WaveFormats │ │ ├── AdpcmWaveFormat.cs │ │ ├── Gsm610WaveFormat.cs │ │ ├── ImaAdpcmWaveFormat.cs │ │ ├── Mp3WaveFormat.cs │ │ ├── OggWaveFormat.cs │ │ ├── TrueSpeechWaveFormat.cs │ │ ├── WaveFormat.cs │ │ ├── WaveFormatCustomMarshaler.cs │ │ ├── WaveFormatEncoding.cs │ │ ├── WaveFormatExtensible.cs │ │ ├── WaveFormatExtraData.cs │ │ └── WmaWaveFormat.cs │ │ ├── WaveInputs │ │ ├── IWaveIn.cs │ │ ├── WasapiCapture.cs │ │ ├── WasapiLoopbackCapture.cs │ │ ├── WaveIn.cs │ │ └── WaveInEvent.cs │ │ ├── WaveOutputs │ │ ├── AiffFileWriter.cs │ │ ├── AsioAudioAvailableEventArgs.cs │ │ ├── AsioOut.cs │ │ ├── BextChunkInfo.cs │ │ ├── BwfWriter.cs │ │ ├── CueWaveFileWriter.cs │ │ ├── DirectSoundOut.cs │ │ ├── IWaveBuffer.cs │ │ ├── IWavePlayer.cs │ │ ├── IWaveProvider.cs │ │ ├── IWaveProviderFloat.cs │ │ ├── MediaFoundationEncoder.cs │ │ ├── PlaybackState.cs │ │ ├── StoppedEventArgs.cs │ │ ├── WasapiOut.cs │ │ ├── WaveBuffer.cs │ │ ├── WaveFileWriter.cs │ │ ├── WaveOut.cs │ │ └── WaveOutEvent.cs │ │ ├── WaveProviders │ │ ├── BufferedWaveProvider.cs │ │ ├── MediaFoundationResampler.cs │ │ ├── MixingWaveProvider32.cs │ │ ├── MonoToStereoProvider16.cs │ │ ├── MultiplexingWaveProvider.cs │ │ ├── SilenceWaveProvider.cs │ │ ├── StereoToMonoProvider16.cs │ │ ├── VolumeWaveProvider16.cs │ │ ├── Wave16toFloatProvider.cs │ │ ├── WaveFloatTo16Provider.cs │ │ ├── WaveInProvider.cs │ │ ├── WaveProvider16.cs │ │ ├── WaveProvider32.cs │ │ └── WaveRecorder.cs │ │ └── WaveStreams │ │ ├── AiffFileReader.cs │ │ ├── AudioFileReader.cs │ │ ├── BlockAlignReductionStream.cs │ │ ├── ComStream.cs │ │ ├── CueList.cs │ │ ├── CueWaveFileReader.cs │ │ ├── ISampleNotifier.cs │ │ ├── MediaFoundationReader.cs │ │ ├── Mp3FileReader.cs │ │ ├── RawSourceWaveStream.cs │ │ ├── ResamplerDmoStream.cs │ │ ├── RiffChunk.cs │ │ ├── SimpleCompressorStream.cs │ │ ├── StreamMediaFoundationReader.cs │ │ ├── Wave32To16Stream.cs │ │ ├── WaveChannel32.cs │ │ ├── WaveFileReader.cs │ │ ├── WaveFormatConversionProvider.cs │ │ ├── WaveFormatConversionStream.cs │ │ ├── WaveInBuffer.cs │ │ ├── WaveMixerStream32.cs │ │ ├── WaveOffsetStream.cs │ │ ├── WaveOutBuffer.cs │ │ └── WaveStream.cs ├── ScriptExec │ ├── Program.cs │ ├── ScriptExec.sln │ └── ScriptExec │ │ ├── App.xaml │ │ ├── App.xaml.cs │ │ ├── ClassDiagram1.cd │ │ ├── FileFolderDialog.cs │ │ ├── Images │ │ ├── 112_UpArrowShort_Green.ico │ │ ├── imgPatch16.PNG │ │ ├── imgPatch17.PNG │ │ ├── imgPatch2015_08.PNG │ │ ├── imgPatch2015_08_Home.PNG │ │ ├── imgSVNUpdate.PNG │ │ ├── imgSVNUpdate_Home.PNG │ │ ├── imgUpdateLogOK.PNG │ │ └── imgUpdateLogOK_Home.PNG │ │ ├── MainWindow.xaml │ │ ├── MainWindow.xaml.cs │ │ ├── Program.cs │ │ ├── Properties │ │ ├── AssemblyInfo.cs │ │ ├── Resources.Designer.cs │ │ ├── Resources.resx │ │ ├── Settings.Designer.cs │ │ └── Settings.settings │ │ ├── ScriptExec.csproj │ │ └── app.config ├── howto_rename_files_with_regex │ ├── Form1.Designer.cs │ ├── Form1.cs │ ├── Form1.resx │ ├── Program.cs │ ├── Properties │ │ ├── AssemblyInfo.cs │ │ ├── Resources.Designer.cs │ │ ├── Resources.resx │ │ ├── Settings.Designer.cs │ │ └── Settings.settings │ ├── Test │ │ ├── test_file01.txt │ │ ├── test_file02.txt │ │ ├── test_file3.txt │ │ ├── testfile01.txt │ │ └── testfile02.txt │ ├── howto_rename_files_with_regex.csproj │ ├── howto_rename_files_with_regex.png │ └── howto_rename_files_with_regex.sln └── packages │ ├── AODL.1.2.0.1 │ ├── AODL.1.2.0.1.nupkg │ └── lib │ │ ├── AODL.dll │ │ └── ICSharpCode.SharpZipLib.dll │ └── InputSimulator.1.0.4.0 │ ├── InputSimulator.1.0.4.0.nupkg │ └── lib │ └── net20 │ ├── WindowsInput.dll │ └── WindowsInput.xml ├── IdealAutomateScriptRecorder ├── App.config ├── ControlEntity.vb ├── Form1.Designer.vb ├── Form1.resx ├── Form1.vb ├── HealthyWorkMate_1_TemporaryKey.pfx ├── HealthyWorkMate_3_TemporaryKey.pfx ├── HealthyWorkMate_TemporaryKey.pfx ├── IdealAutomateScriptRecorder.sln ├── IdealAutomateScriptRecorder.vbproj ├── IdealAutomateScriptRecorder.vbproj.user ├── IdealAutomateScriptRecorder_1_TemporaryKey.pfx ├── IdealAutomateScriptRecorder_TemporaryKey.pfx ├── ImageEntity.vb ├── My Project │ ├── Application.Designer.vb │ ├── Application.myapp │ ├── AssemblyInfo.vb │ ├── Resources.Designer.vb │ ├── Resources.resx │ ├── Settings.Designer.vb │ ├── Settings.settings │ └── app.manifest ├── Resources │ └── Stopwatch.ico ├── TestMove.Designer.vb ├── TestMove.resx ├── TestMove.vb ├── app1.config ├── bin │ └── Debug │ │ ├── IdealAutomateCore.dll │ │ ├── IdealAutomateCore.xml │ │ ├── IdealAutomateScriptRecorder.exe │ │ ├── IdealAutomateScriptRecorder.exe.config │ │ ├── WindowsInput.dll │ │ ├── WindowsInput.xml │ │ └── myfile.txt ├── clsProcess.vb ├── frmTestGetChildWindows.Designer.vb ├── frmTestGetChildWindows.vb ├── frmTestGetText.Designer.vb ├── frmTestGetText.resx ├── frmTestGetText.vb ├── obj │ └── x86 │ │ └── Debug │ │ ├── HealthyWorkMate.Form1.resources │ │ ├── HealthyWorkMate.Resources.resources │ │ ├── HealthyWorkMate.application │ │ ├── HealthyWorkMate.exe │ │ ├── HealthyWorkMate.exe.manifest │ │ ├── HealthyWorkMate.frmTestGetText.resources │ │ ├── HealthyWorkMate.vbproj.FileListAbsolute.txt │ │ ├── HealthyWorkMate.xml │ │ ├── IdealAutomateScriptRecorder.Form1.resources │ │ ├── IdealAutomateScriptRecorder.TestMove.resources │ │ ├── IdealAutomateScriptRecorder.exe │ │ ├── IdealAutomateScriptRecorder.frmTestGetText.resources │ │ ├── IdealAutomateScriptRecorder.vbproj.FileListAbsolute.txt │ │ └── TempPE │ │ └── My Project.Resources.Designer.vb.dll └── publish │ └── IdealAutomateScriptRecorder.application ├── IdealToolsOrganizer ├── IdealLauncher.mdf ├── IdealLauncher_log.ldf └── tasks.txt ├── JobSearch ├── ..IdealAutomate │ └── CategoryState.txt ├── JobSearch │ ├── JobSearch.sln │ └── JobSearch │ │ ├── App.xaml │ │ ├── App.xaml.cs │ │ ├── ClassDiagram1.cd │ │ ├── Images │ │ ├── 112_UpArrowShort_Green.ico │ │ ├── DevToolsElements.PNG │ │ ├── DevToolsModeOn.PNG │ │ ├── DiceLoaded.PNG │ │ ├── ExactLocation.PNG │ │ ├── ExactLocationChecked.PNG │ │ ├── GlassDoorLoaded.PNG │ │ ├── Handdrawngoods-Busy-Newspaper-jobs.ico │ │ ├── IndeedLoaded.PNG │ │ ├── Jobs.PNG │ │ ├── Location.PNG │ │ ├── NoJobsDice.PNG │ │ ├── NoJobsFoundWithinIndeed.PNG │ │ ├── NoJobsGlassDoor.PNG │ │ ├── NoMatchingJobsLinkedIn.PNG │ │ ├── Output1.PNG │ │ ├── Output2.PNG │ │ ├── Search.PNG │ │ ├── imgPatch16.PNG │ │ ├── imgPatch17.PNG │ │ ├── imgPatch2015_08.PNG │ │ ├── imgPatch2015_08_Home.PNG │ │ ├── imgSVNUpdate.PNG │ │ ├── imgSVNUpdate_Home.PNG │ │ ├── imgUpdateLogOK.PNG │ │ └── imgUpdateLogOK_Home.PNG │ │ ├── JobSearch.csproj │ │ ├── Locations.cs │ │ ├── MainWindow.xaml │ │ ├── MainWindow.xaml.cs │ │ ├── Properties │ │ ├── AssemblyInfo.cs │ │ ├── Resources.Designer.cs │ │ ├── Resources.resx │ │ ├── Settings.Designer.cs │ │ └── Settings.settings │ │ └── app.config ├── JobShow │ ├── DataGridFilterLibrary │ │ ├── DataGridColumnExtensions.cs │ │ ├── DataGridColumnFilter.cs │ │ ├── DataGridComboBoxColumnWithBindingHack.cs │ │ ├── DataGridComboBoxExtensions.cs │ │ ├── DataGridExtensions.cs │ │ ├── DataGridFilterCommand.cs │ │ ├── DataGridFilterLibrary.csproj │ │ ├── DataGridHeaderFilterControl.cs │ │ ├── Properties │ │ │ ├── AssemblyInfo.cs │ │ │ ├── Resources.Designer.cs │ │ │ ├── Resources.resx │ │ │ ├── Settings.Designer.cs │ │ │ └── Settings.settings │ │ ├── Querying │ │ │ ├── FilteringEventArgs.cs │ │ │ ├── ParameterCounter.cs │ │ │ ├── Query.cs │ │ │ ├── QueryController.cs │ │ │ ├── QueryControllerFactory.cs │ │ │ ├── QueryCreator.cs │ │ │ └── StringFilterExpressionCreator.cs │ │ ├── Support │ │ │ ├── BooleanToHeightConverter.cs │ │ │ ├── CheckBoxValueConverter.cs │ │ │ ├── ClearFilterButtonVisibilityConverter.cs │ │ │ ├── ComboBoxToQueryStringConverter.cs │ │ │ ├── DatePickerToQueryStringConverter.cs │ │ │ ├── DelayTextBox.cs │ │ │ ├── DisplayStringAttribute.cs │ │ │ ├── DynamicLibrary.cs │ │ │ ├── EnumDisplayer.cs │ │ │ ├── FilterData.cs │ │ │ ├── FilterOperator.cs │ │ │ ├── FilterType.cs │ │ │ ├── FontSizeToHeightConverter.cs │ │ │ ├── Helper.cs │ │ │ ├── MyBooleanToVisibilityConverter.cs │ │ │ ├── MyOppositeBooleanToVisibilityConverter.cs │ │ │ └── VisibilityToWidthConverter.cs │ │ └── Themes │ │ │ └── Generic.xaml │ ├── DataGridFilterTest │ │ ├── App.xaml │ │ ├── App.xaml.cs │ │ ├── ComboBoxItemString.cs │ │ ├── DataItem.cs │ │ ├── ItemRecord.cs │ │ ├── JobShow.csproj │ │ ├── OppositeBooleanToVisibility.cs │ │ ├── Properties │ │ │ ├── AssemblyInfo.cs │ │ │ ├── Resources.Designer.cs │ │ │ ├── Resources.resx │ │ │ ├── Settings.Designer.cs │ │ │ └── Settings.settings │ │ ├── TestData │ │ │ ├── Employee.cs │ │ │ └── TestDataGenerator.cs │ │ ├── Window1.xaml │ │ ├── Window1.xaml.cs │ │ ├── app.config │ │ └── packages.config │ └── JobShow.sln ├── SMSParameters │ ├── DataGridFilterLibrary │ │ ├── DataGridColumnExtensions.cs │ │ ├── DataGridColumnFilter.cs │ │ ├── DataGridComboBoxColumnWithBindingHack.cs │ │ ├── DataGridComboBoxExtensions.cs │ │ ├── DataGridExtensions.cs │ │ ├── DataGridFilterCommand.cs │ │ ├── DataGridFilterLibrary.csproj │ │ ├── DataGridHeaderFilterControl.cs │ │ ├── Properties │ │ │ ├── AssemblyInfo.cs │ │ │ ├── Resources.Designer.cs │ │ │ ├── Resources.resx │ │ │ ├── Settings.Designer.cs │ │ │ └── Settings.settings │ │ ├── Querying │ │ │ ├── FilteringEventArgs.cs │ │ │ ├── ParameterCounter.cs │ │ │ ├── Query.cs │ │ │ ├── QueryController.cs │ │ │ ├── QueryControllerFactory.cs │ │ │ ├── QueryCreator.cs │ │ │ └── StringFilterExpressionCreator.cs │ │ ├── Support │ │ │ ├── BooleanToHeightConverter.cs │ │ │ ├── CheckBoxValueConverter.cs │ │ │ ├── ClearFilterButtonVisibilityConverter.cs │ │ │ ├── ComboBoxToQueryStringConverter.cs │ │ │ ├── DatePickerToQueryStringConverter.cs │ │ │ ├── DelayTextBox.cs │ │ │ ├── DisplayStringAttribute.cs │ │ │ ├── DynamicLibrary.cs │ │ │ ├── EnumDisplayer.cs │ │ │ ├── FilterData.cs │ │ │ ├── FilterOperator.cs │ │ │ ├── FilterType.cs │ │ │ ├── FontSizeToHeightConverter.cs │ │ │ ├── Helper.cs │ │ │ ├── MyBooleanToVisibilityConverter.cs │ │ │ ├── MyOppositeBooleanToVisibilityConverter.cs │ │ │ └── VisibilityToWidthConverter.cs │ │ └── Themes │ │ │ └── Generic.xaml │ ├── SMSParameters.sln │ └── SMSParameters │ │ ├── App.xaml │ │ ├── App.xaml.cs │ │ ├── ClassDiagram1.cd │ │ ├── ConnectionString1.cs │ │ ├── DataItem.cs │ │ ├── Images │ │ ├── 112_UpArrowShort_Green.ico │ │ ├── CareerBuilderLoaded.PNG │ │ ├── DevToolsElements.PNG │ │ ├── DevToolsModeOn.PNG │ │ ├── DiceLoaded.PNG │ │ ├── ExactLocation.PNG │ │ ├── ExactLocationChecked.PNG │ │ ├── GlassDoorLoaded.PNG │ │ ├── Handdrawngoods-Busy-Newspaper-jobs.ico │ │ ├── IndeedLoaded.PNG │ │ ├── Jobs.PNG │ │ ├── Location.PNG │ │ ├── NoJobsCareerBuilder.PNG │ │ ├── NoJobsDice.PNG │ │ ├── NoJobsFoundWithinIndeed.PNG │ │ ├── NoJobsGlassDoor.PNG │ │ ├── NoMatchingJobsLinkedIn.PNG │ │ ├── Output1.PNG │ │ ├── Output2.PNG │ │ ├── SearchJobs.PNG │ │ ├── help.png │ │ ├── iconfinder_letter_J_red_1553101.ico │ │ ├── iconfinder_office4_36601.ico │ │ ├── iconfinder_resolutions-23_897229.ico │ │ ├── imgPatch16.PNG │ │ ├── imgPatch17.PNG │ │ ├── imgPatch2015_08.PNG │ │ ├── imgPatch2015_08_Home.PNG │ │ ├── imgSVNUpdate.PNG │ │ ├── imgSVNUpdate_Home.PNG │ │ ├── imgUpdateLogOK.PNG │ │ └── imgUpdateLogOK_Home.PNG │ │ ├── ItemRecord.cs │ │ ├── JobApplicationJobBoards.cs │ │ ├── JobApplicationLocations.cs │ │ ├── JobBoardManager.cs │ │ ├── JobBoardsPage.xaml │ │ ├── JobBoardsPage.xaml.cs │ │ ├── JobSearchPage.xaml │ │ ├── JobSearchPage.xaml.cs │ │ ├── KeywordManager.cs │ │ ├── Keywords.cs │ │ ├── KeywordsPage.xaml │ │ ├── KeywordsPage.xaml.cs │ │ ├── LocationManager.cs │ │ ├── LocationsPage.xaml │ │ ├── LocationsPage.xaml.cs │ │ ├── MainWindow.xaml │ │ ├── MainWindow.xaml.cs │ │ ├── ModifyConnectionsPage.xaml │ │ ├── ModifyConnectionsPage.xaml.cs │ │ ├── Overview.xaml │ │ ├── Overview.xaml.cs │ │ ├── Properties │ │ ├── AssemblyInfo.cs │ │ ├── Resources.Designer.cs │ │ ├── Resources.resx │ │ ├── Settings.Designer.cs │ │ └── Settings.settings │ │ ├── SMSPage.xaml │ │ ├── SMSPage.xaml.cs │ │ ├── SMSParameters.csproj │ │ ├── ShowApplicationsPage.xaml │ │ ├── ShowApplicationsPage.xaml.cs │ │ ├── TestData │ │ ├── Employee.cs │ │ └── TestDataGenerator.cs │ │ ├── app.config │ │ └── packages.config └── jobsearchtestweb │ ├── jobsearchtestweb.sln │ └── jobsearchtestweb │ ├── App.xaml │ ├── App.xaml.cs │ ├── ClassDiagram1.cd │ ├── Images │ ├── 112_UpArrowShort_Green.ico │ ├── imgPatch16.PNG │ ├── imgPatch17.PNG │ ├── imgPatch2015_08.PNG │ ├── imgPatch2015_08_Home.PNG │ ├── imgSVNUpdate.PNG │ ├── imgSVNUpdate_Home.PNG │ ├── imgUpdateLogOK.PNG │ └── imgUpdateLogOK_Home.PNG │ ├── MainWindow.xaml │ ├── MainWindow.xaml.cs │ ├── Properties │ ├── AssemblyInfo.cs │ ├── Resources.Designer.cs │ ├── Resources.resx │ ├── Settings.Designer.cs │ └── Settings.settings │ ├── app.config │ └── jobsearchtestweb.csproj ├── KeyboardShortcuts ├── ..IdealAutomate │ └── CategoryState.txt ├── ExcelKeyboardShortcuts.odt ├── Outlook.odt ├── RightClick.odt └── Windows7KeyboardShortcuts.odt ├── Mind Maps ├── ..IdealAutomate │ └── CategoryState.txt └── Mind Maps.url ├── OnlineCollegeCourses ├── ..IdealAutomate │ └── CategoryState.txt └── http--academicearth.org-philosophy-.url ├── OpenCurrentPageInVS ├── OpenCurrentPageInVS.sln └── OpenCurrentPageInVS │ ├── App.xaml │ ├── App.xaml.cs │ ├── ClassDiagram1.cd │ ├── Images │ ├── 112_UpArrowShort_Green.ico │ ├── imgPatch16.PNG │ ├── imgPatch17.PNG │ ├── imgPatch2015_08.PNG │ ├── imgPatch2015_08_Home.PNG │ ├── imgSVNUpdate.PNG │ ├── imgSVNUpdate_Home.PNG │ ├── imgUpdateLogOK.PNG │ └── imgUpdateLogOK_Home.PNG │ ├── MainWindow.xaml │ ├── MainWindow.xaml.cs │ ├── OpenCurrentPageInVS.csproj │ ├── OpenCurrentPageInVS.csproj.user │ ├── Properties │ ├── AssemblyInfo.cs │ ├── Resources.Designer.cs │ ├── Resources.resx │ ├── Settings.Designer.cs │ └── Settings.settings │ ├── app.config │ ├── bin │ └── Debug │ │ ├── IdealAutomateCore.dll │ │ ├── IdealAutomateCore.xml │ │ ├── Images │ │ ├── 112_UpArrowShort_Green.ico │ │ ├── imgPatch16.PNG │ │ ├── imgPatch17.PNG │ │ ├── imgPatch2015_08.PNG │ │ ├── imgPatch2015_08_Home.PNG │ │ ├── imgSVNUpdate.PNG │ │ ├── imgSVNUpdate_Home.PNG │ │ ├── imgUpdateLogOK.PNG │ │ └── imgUpdateLogOK_Home.PNG │ │ ├── OpenCurrentPageInVS.exe │ │ ├── OpenCurrentPageInVS.vshost.exe │ │ ├── OpenCurrentPageInVS.vshost.exe.manifest │ │ ├── WindowsInput.dll │ │ └── WindowsInput.xml │ └── obj │ └── x86 │ └── Debug │ ├── App.g.cs │ ├── App.g.i.cs │ ├── MainWindow.baml │ ├── MainWindow.g.cs │ ├── MainWindow.g.i.cs │ ├── OpenCurrentPageInVS.Properties.Resources.resources │ ├── OpenCurrentPageInVS.csproj.FileListAbsolute.txt │ ├── OpenCurrentPageInVS.exe │ ├── OpenCurrentPageInVS.g.resources │ ├── OpenCurrentPageInVS_Content.g.cs │ └── OpenCurrentPageInVS_Content.g.i.cs ├── OpenEditPlusInVS ├── .vs │ └── OpenEditPlusInVS │ │ └── v15 │ │ └── Server │ │ └── sqlite3 │ │ ├── db.lock │ │ └── storage.ide ├── OpenEditPlusInVS.sln └── OpenEditPlusInVS │ ├── App.xaml │ ├── App.xaml.cs │ ├── ClassDiagram1.cd │ ├── Images │ ├── 112_UpArrowShort_Green.ico │ ├── imgPatch16.PNG │ ├── imgPatch17.PNG │ ├── imgPatch2015_08.PNG │ ├── imgPatch2015_08_Home.PNG │ ├── imgSVNUpdate.PNG │ ├── imgSVNUpdate_Home.PNG │ ├── imgUpdateLogOK.PNG │ └── imgUpdateLogOK_Home.PNG │ ├── MainWindow.xaml │ ├── MainWindow.xaml.cs │ ├── OpenEditPlusInVS.csproj │ ├── OpenEditPlusInVS.csproj.user │ ├── Properties │ ├── AssemblyInfo.cs │ ├── Resources.Designer.cs │ ├── Resources.resx │ ├── Settings.Designer.cs │ └── Settings.settings │ ├── app.config │ ├── bin │ └── Debug │ │ ├── IdealAutomateCore.dll │ │ ├── IdealAutomateCore.xml │ │ ├── Images │ │ ├── 112_UpArrowShort_Green.ico │ │ ├── imgPatch16.PNG │ │ ├── imgPatch17.PNG │ │ ├── imgPatch2015_08.PNG │ │ ├── imgPatch2015_08_Home.PNG │ │ ├── imgSVNUpdate.PNG │ │ ├── imgSVNUpdate_Home.PNG │ │ ├── imgUpdateLogOK.PNG │ │ └── imgUpdateLogOK_Home.PNG │ │ ├── OpenEditPlusInVS.exe │ │ ├── OpenEditPlusInVS.vshost.exe │ │ ├── OpenEditPlusInVS.vshost.exe.manifest │ │ ├── WindowsInput.dll │ │ └── WindowsInput.xml │ └── obj │ └── x86 │ └── Debug │ ├── App.g.cs │ ├── App.g.i.cs │ ├── MainWindow.baml │ ├── MainWindow.g.cs │ ├── MainWindow.g.i.cs │ ├── OpenEditPlusInVS.Properties.Resources.resources │ ├── OpenEditPlusInVS.csproj.CopyComplete │ ├── OpenEditPlusInVS.csproj.FileListAbsolute.txt │ ├── OpenEditPlusInVS.exe │ ├── OpenEditPlusInVS.g.resources │ ├── OpenEditPlusInVS_Content.g.cs │ ├── OpenEditPlusInVS_Content.g.i.cs │ └── TempPE │ └── Properties.Resources.Designer.cs.dll ├── README.md ├── RemoveFormattingClipboard ├── .vs │ └── RemoveFormattingClipboard │ │ └── v15 │ │ └── Server │ │ └── sqlite3 │ │ ├── db.lock │ │ └── storage.ide ├── RemoveFormattingClipboard.sln └── RemoveFormattingClipboard │ ├── App.xaml │ ├── App.xaml.cs │ ├── ClassDiagram1.cd │ ├── Images │ ├── 112_UpArrowShort_Green.ico │ ├── imgPatch16.PNG │ ├── imgPatch17.PNG │ ├── imgPatch2015_08.PNG │ ├── imgPatch2015_08_Home.PNG │ ├── imgSVNUpdate.PNG │ ├── imgSVNUpdate_Home.PNG │ ├── imgUpdateLogOK.PNG │ └── imgUpdateLogOK_Home.PNG │ ├── MainWindow.xaml │ ├── MainWindow.xaml.cs │ ├── Properties │ ├── AssemblyInfo.cs │ ├── Resources.Designer.cs │ ├── Resources.resx │ ├── Settings.Designer.cs │ └── Settings.settings │ ├── RemoveFormattingClipboard.csproj │ ├── RemoveFormattingClipboard.csproj.user │ ├── app.config │ ├── bin │ └── Debug │ │ ├── IdealAutomateCore.dll │ │ ├── IdealAutomateCore.xml │ │ ├── Images │ │ ├── 112_UpArrowShort_Green.ico │ │ ├── imgPatch16.PNG │ │ ├── imgPatch17.PNG │ │ ├── imgPatch2015_08.PNG │ │ ├── imgPatch2015_08_Home.PNG │ │ ├── imgSVNUpdate.PNG │ │ ├── imgSVNUpdate_Home.PNG │ │ ├── imgUpdateLogOK.PNG │ │ └── imgUpdateLogOK_Home.PNG │ │ ├── RemoveFormattingClipboard.exe │ │ ├── RemoveFormattingClipboard.vshost.exe │ │ ├── RemoveFormattingClipboard.vshost.exe.manifest │ │ ├── WindowsInput.dll │ │ └── WindowsInput.xml │ └── obj │ └── x86 │ └── Debug │ ├── App.g.cs │ ├── App.g.i.cs │ ├── MainWindow.baml │ ├── MainWindow.g.cs │ ├── MainWindow.g.i.cs │ ├── RemoveFormattingClipboard.Properties.Resources.resources │ ├── RemoveFormattingClipboard.csproj.CopyComplete │ ├── RemoveFormattingClipboard.csproj.FileListAbsolute.txt │ ├── RemoveFormattingClipboard.exe │ ├── RemoveFormattingClipboard.g.resources │ ├── RemoveFormattingClipboard_Content.g.cs │ ├── RemoveFormattingClipboard_Content.g.i.cs │ └── TempPE │ └── Properties.Resources.Designer.cs.dll ├── ScriptGenerator ├── ..IdealAutomate │ ├── CategoryState.txt │ └── ScriptGenerator │ │ └── Methods.txt ├── ScriptGenerator.sln └── ScriptGenerator │ ├── ..IdealAutomate │ ├── Methods.txt │ └── ScriptGenerator │ │ └── Methods.txt │ ├── App.xaml │ ├── App.xaml.cs │ ├── ClassDiagram1.cd │ ├── Images │ ├── 112_UpArrowShort_Green.ico │ ├── imgPatch16.PNG │ ├── imgPatch17.PNG │ ├── imgPatch2015_08.PNG │ ├── imgPatch2015_08_Home.PNG │ ├── imgSVNUpdate.PNG │ ├── imgSVNUpdate_Home.PNG │ ├── imgUpdateLogOK.PNG │ └── imgUpdateLogOK_Home.PNG │ ├── MainWindow.xaml │ ├── MainWindow.xaml.cs │ ├── Methods.txt │ ├── Properties │ ├── AssemblyInfo.cs │ ├── Resources.Designer.cs │ ├── Resources.resx │ ├── Settings.Designer.cs │ └── Settings.settings │ ├── ScriptGenerator.csproj │ ├── ScriptGenerator.csproj.user │ ├── Templates │ ├── TemplateClickImageIfExists.txt │ ├── TemplateFindDelimitedText.txt │ ├── TemplatePutAll.txt │ └── TemplatePutAllFastByStoppingOnPerfectMatch.txt │ ├── app.config │ ├── bin │ └── Debug │ │ ├── IdealAutomateCore.dll │ │ ├── IdealAutomateCore.xml │ │ ├── Images │ │ ├── 112_UpArrowShort_Green.ico │ │ ├── imgPatch16.PNG │ │ ├── imgPatch17.PNG │ │ ├── imgPatch2015_08.PNG │ │ ├── imgPatch2015_08_Home.PNG │ │ ├── imgSVNUpdate.PNG │ │ ├── imgSVNUpdate_Home.PNG │ │ ├── imgUpdateLogOK.PNG │ │ └── imgUpdateLogOK_Home.PNG │ │ ├── ScriptGenerator.exe │ │ ├── ScriptGenerator.vshost.exe │ │ ├── ScriptGenerator.vshost.exe.manifest │ │ ├── Templates │ │ ├── TemplateClickImageIfExists.txt │ │ ├── TemplateFindDelimitedText.txt │ │ └── TemplatePutAll.txt │ │ ├── WindowsInput.dll │ │ └── WindowsInput.xml │ └── obj │ └── x86 │ └── Debug │ ├── App.g.cs │ ├── App.g.i.cs │ ├── MainWindow.baml │ ├── MainWindow.g.cs │ ├── MainWindow.g.i.cs │ ├── ScriptGenerator.Properties.Resources.resources │ ├── ScriptGenerator.csproj.FileListAbsolute.txt │ ├── ScriptGenerator.exe │ ├── ScriptGenerator.g.resources │ ├── ScriptGenerator_Content.g.cs │ ├── ScriptGenerator_Content.g.i.cs │ └── TempPE │ └── Properties.Resources.Designer.cs.dll ├── ScriptGenerators ├── Caret Position │ └── PutCaretPositionInArray │ │ ├── ..IdealAutomate │ │ ├── cbxCustomSelectedValue.txt │ │ ├── cbxStatusSelectedValue.txt │ │ ├── custom.txt │ │ ├── description.txt │ │ └── status.txt │ │ ├── PutCaretPositionInArray.sln │ │ └── PutCaretPositionInArray │ │ ├── App.xaml │ │ ├── App.xaml.cs │ │ ├── ClassDiagram1.cd │ │ ├── Images │ │ ├── 112_UpArrowShort_Green.ico │ │ ├── imgPatch16.PNG │ │ ├── imgPatch17.PNG │ │ ├── imgPatch2015_08.PNG │ │ ├── imgPatch2015_08_Home.PNG │ │ ├── imgSVNUpdate.PNG │ │ ├── imgSVNUpdate_Home.PNG │ │ ├── imgUpdateLogOK.PNG │ │ └── imgUpdateLogOK_Home.PNG │ │ ├── MainWindow.xaml │ │ ├── MainWindow.xaml.cs │ │ ├── Properties │ │ ├── AssemblyInfo.cs │ │ ├── Resources.Designer.cs │ │ ├── Resources.resx │ │ ├── Settings.Designer.cs │ │ └── Settings.settings │ │ ├── PutCaretPositionInArray.csproj │ │ ├── TemplateCode1Usings.txt │ │ ├── TemplateCode1UsingsNew.txt │ │ ├── TemplateCode2NamespaceClass.txt │ │ ├── TemplateCode3Globals.txt │ │ ├── TemplateCode3GlobalsNew.txt │ │ ├── TemplateCode4Main.txt │ │ ├── TemplateCode5Functions.txt │ │ └── app.config ├── Clipboard │ ├── PutClipboardInEntity │ │ ├── PutClipboardInEntity.sln │ │ └── PutClipboardInEntity │ │ │ ├── App.xaml │ │ │ ├── App.xaml.cs │ │ │ ├── ClassDiagram1.cd │ │ │ ├── Images │ │ │ ├── 112_UpArrowShort_Green.ico │ │ │ ├── imgPatch16.PNG │ │ │ ├── imgPatch17.PNG │ │ │ ├── imgPatch2015_08.PNG │ │ │ ├── imgPatch2015_08_Home.PNG │ │ │ ├── imgSVNUpdate.PNG │ │ │ ├── imgSVNUpdate_Home.PNG │ │ │ ├── imgUpdateLogOK.PNG │ │ │ └── imgUpdateLogOK_Home.PNG │ │ │ ├── MainWindow.xaml │ │ │ ├── MainWindow.xaml.cs │ │ │ ├── Properties │ │ │ ├── AssemblyInfo.cs │ │ │ ├── Resources.Designer.cs │ │ │ ├── Resources.resx │ │ │ ├── Settings.Designer.cs │ │ │ └── Settings.settings │ │ │ ├── PutClipboardInEntity.csproj │ │ │ ├── TemplateCode1Usings.txt │ │ │ ├── TemplateCode1UsingsNew.txt │ │ │ ├── TemplateCode2NamespaceClass.txt │ │ │ ├── TemplateCode3Globals.txt │ │ │ ├── TemplateCode3GlobalsNew.txt │ │ │ ├── TemplateCode4Main.txt │ │ │ ├── TemplateCode5Functions.txt │ │ │ └── app.config │ └── PutEntityInClipboard │ │ ├── PutEntityInClipboard.sln │ │ └── PutEntityInClipboard │ │ ├── App.xaml │ │ ├── App.xaml.cs │ │ ├── ClassDiagram1.cd │ │ ├── Images │ │ ├── 112_UpArrowShort_Green.ico │ │ ├── imgPatch16.PNG │ │ ├── imgPatch17.PNG │ │ ├── imgPatch2015_08.PNG │ │ ├── imgPatch2015_08_Home.PNG │ │ ├── imgSVNUpdate.PNG │ │ ├── imgSVNUpdate_Home.PNG │ │ ├── imgUpdateLogOK.PNG │ │ └── imgUpdateLogOK_Home.PNG │ │ ├── MainWindow.xaml │ │ ├── MainWindow.xaml.cs │ │ ├── Properties │ │ ├── AssemblyInfo.cs │ │ ├── Resources.Designer.cs │ │ ├── Resources.resx │ │ ├── Settings.Designer.cs │ │ └── Settings.settings │ │ ├── PutEntityInClipboard.csproj │ │ ├── TemplateCode1Usings.txt │ │ ├── TemplateCode1UsingsNew.txt │ │ ├── TemplateCode2NamespaceClass.txt │ │ ├── TemplateCode3Globals.txt │ │ ├── TemplateCode3GlobalsNew.txt │ │ ├── TemplateCode4Main.txt │ │ ├── TemplateCode5Functions.txt │ │ └── app.config ├── Database │ ├── GetValueByKey │ │ ├── GetValueByKey.sln │ │ └── GetValueByKey │ │ │ ├── App.xaml │ │ │ ├── App.xaml.cs │ │ │ ├── ClassDiagram1.cd │ │ │ ├── GetValueByKey.csproj │ │ │ ├── Images │ │ │ ├── 112_UpArrowShort_Green.ico │ │ │ ├── imgPatch16.PNG │ │ │ ├── imgPatch17.PNG │ │ │ ├── imgPatch2015_08.PNG │ │ │ ├── imgPatch2015_08_Home.PNG │ │ │ ├── imgSVNUpdate.PNG │ │ │ ├── imgSVNUpdate_Home.PNG │ │ │ ├── imgUpdateLogOK.PNG │ │ │ └── imgUpdateLogOK_Home.PNG │ │ │ ├── MainWindow.xaml │ │ │ ├── MainWindow.xaml.cs │ │ │ ├── Properties │ │ │ ├── AssemblyInfo.cs │ │ │ ├── Resources.Designer.cs │ │ │ ├── Resources.resx │ │ │ ├── Settings.Designer.cs │ │ │ └── Settings.settings │ │ │ ├── TemplateCode1Usings.txt │ │ │ ├── TemplateCode1UsingsNew.txt │ │ │ ├── TemplateCode2NamespaceClass.txt │ │ │ ├── TemplateCode3Globals.txt │ │ │ ├── TemplateCode3GlobalsNew.txt │ │ │ ├── TemplateCode4Main.txt │ │ │ ├── TemplateCode5Functions.txt │ │ │ └── app.config │ └── SetValueByKey │ │ ├── SetValueByKey.sln │ │ └── SetValueByKey │ │ ├── App.xaml │ │ ├── App.xaml.cs │ │ ├── ClassDiagram1.cd │ │ ├── Images │ │ ├── 112_UpArrowShort_Green.ico │ │ ├── imgPatch16.PNG │ │ ├── imgPatch17.PNG │ │ ├── imgPatch2015_08.PNG │ │ ├── imgPatch2015_08_Home.PNG │ │ ├── imgSVNUpdate.PNG │ │ ├── imgSVNUpdate_Home.PNG │ │ ├── imgUpdateLogOK.PNG │ │ └── imgUpdateLogOK_Home.PNG │ │ ├── MainWindow.xaml │ │ ├── MainWindow.xaml.cs │ │ ├── Properties │ │ ├── AssemblyInfo.cs │ │ ├── Resources.Designer.cs │ │ ├── Resources.resx │ │ ├── Settings.Designer.cs │ │ └── Settings.settings │ │ ├── SetValueByKey.csproj │ │ ├── TemplateCode1Usings.txt │ │ ├── TemplateCode1UsingsNew.txt │ │ ├── TemplateCode2NamespaceClass.txt │ │ ├── TemplateCode3Globals.txt │ │ ├── TemplateCode3GlobalsNew.txt │ │ ├── TemplateCode4Main.txt │ │ ├── TemplateCode5Functions.txt │ │ └── app.config ├── Image │ ├── ClickImageIfExists │ │ ├── ClickImageIfExists.sln │ │ └── ClickImageIfExists │ │ │ ├── App.xaml │ │ │ ├── App.xaml.cs │ │ │ ├── ClassDiagram1.cd │ │ │ ├── ClickImageIfExists.csproj │ │ │ ├── Images │ │ │ ├── 112_UpArrowShort_Green.ico │ │ │ ├── imgPatch16.PNG │ │ │ ├── imgPatch17.PNG │ │ │ ├── imgPatch2015_08.PNG │ │ │ ├── imgPatch2015_08_Home.PNG │ │ │ ├── imgSVNUpdate.PNG │ │ │ ├── imgSVNUpdate_Home.PNG │ │ │ ├── imgUpdateLogOK.PNG │ │ │ └── imgUpdateLogOK_Home.PNG │ │ │ ├── MainWindow.xaml │ │ │ ├── MainWindow.xaml.cs │ │ │ ├── Properties │ │ │ ├── AssemblyInfo.cs │ │ │ ├── Resources.Designer.cs │ │ │ ├── Resources.resx │ │ │ ├── Settings.Designer.cs │ │ │ └── Settings.settings │ │ │ ├── TemplateCode1Usings.txt │ │ │ ├── TemplateCode1UsingsNew.txt │ │ │ ├── TemplateCode2NamespaceClass.txt │ │ │ ├── TemplateCode3Globals.txt │ │ │ ├── TemplateCode3GlobalsNew.txt │ │ │ ├── TemplateCode4Main.txt │ │ │ ├── TemplateCode5Functions.txt │ │ │ ├── Templates │ │ │ └── TemplateClickImageIfExists.txt │ │ │ └── app.config │ ├── PutAll │ │ ├── PutAll.sln │ │ └── PutAll │ │ │ ├── App.xaml │ │ │ ├── App.xaml.cs │ │ │ ├── ClassDiagram1.cd │ │ │ ├── Images │ │ │ ├── 112_UpArrowShort_Green.ico │ │ │ ├── imgPatch16.PNG │ │ │ ├── imgPatch17.PNG │ │ │ ├── imgPatch2015_08.PNG │ │ │ ├── imgPatch2015_08_Home.PNG │ │ │ ├── imgSVNUpdate.PNG │ │ │ ├── imgSVNUpdate_Home.PNG │ │ │ ├── imgUpdateLogOK.PNG │ │ │ └── imgUpdateLogOK_Home.PNG │ │ │ ├── MainWindow.xaml │ │ │ ├── MainWindow.xaml.cs │ │ │ ├── Properties │ │ │ ├── AssemblyInfo.cs │ │ │ ├── Resources.Designer.cs │ │ │ ├── Resources.resx │ │ │ ├── Settings.Designer.cs │ │ │ └── Settings.settings │ │ │ ├── PutAll.csproj │ │ │ ├── TemplateCode1Usings.txt │ │ │ ├── TemplateCode1UsingsNew.txt │ │ │ ├── TemplateCode2NamespaceClass.txt │ │ │ ├── TemplateCode3Globals.txt │ │ │ ├── TemplateCode3GlobalsNew.txt │ │ │ ├── TemplateCode4Main.txt │ │ │ ├── TemplateCode5Functions.txt │ │ │ ├── Templates │ │ │ └── TemplatePutAll.txt │ │ │ └── app.config │ └── PutAllFastByStoppingOnPerfectMatch │ │ ├── PutAllFastByStoppingOnPerfectMatch.sln │ │ └── PutAllFastByStoppingOnPerfectMatch │ │ ├── App.xaml │ │ ├── App.xaml.cs │ │ ├── ClassDiagram1.cd │ │ ├── Images │ │ ├── 112_UpArrowShort_Green.ico │ │ ├── imgPatch16.PNG │ │ ├── imgPatch17.PNG │ │ ├── imgPatch2015_08.PNG │ │ ├── imgPatch2015_08_Home.PNG │ │ ├── imgSVNUpdate.PNG │ │ ├── imgSVNUpdate_Home.PNG │ │ ├── imgUpdateLogOK.PNG │ │ └── imgUpdateLogOK_Home.PNG │ │ ├── MainWindow.xaml │ │ ├── MainWindow.xaml.cs │ │ ├── Properties │ │ ├── AssemblyInfo.cs │ │ ├── Resources.Designer.cs │ │ ├── Resources.resx │ │ ├── Settings.Designer.cs │ │ └── Settings.settings │ │ ├── PutAllFastByStoppingOnPerfectMatch.csproj │ │ ├── TemplateCode1Usings.txt │ │ ├── TemplateCode1UsingsNew.txt │ │ ├── TemplateCode2NamespaceClass.txt │ │ ├── TemplateCode3Globals.txt │ │ ├── TemplateCode3GlobalsNew.txt │ │ ├── TemplateCode4Main.txt │ │ ├── TemplateCode5Functions.txt │ │ ├── Templates │ │ └── TemplatePutAllFastByStoppingOnPerfectMatch.txt │ │ └── app.config ├── Internet Explorer │ ├── IEGoToURL │ │ ├── IEGoToURL.sln │ │ └── IEGoToURL │ │ │ ├── App.xaml │ │ │ ├── App.xaml.cs │ │ │ ├── ClassDiagram1.cd │ │ │ ├── IEGoToURL.csproj │ │ │ ├── Images │ │ │ ├── 112_UpArrowShort_Green.ico │ │ │ ├── imgPatch16.PNG │ │ │ ├── imgPatch17.PNG │ │ │ ├── imgPatch2015_08.PNG │ │ │ ├── imgPatch2015_08_Home.PNG │ │ │ ├── imgSVNUpdate.PNG │ │ │ ├── imgSVNUpdate_Home.PNG │ │ │ ├── imgUpdateLogOK.PNG │ │ │ └── imgUpdateLogOK_Home.PNG │ │ │ ├── MainWindow.xaml │ │ │ ├── MainWindow.xaml.cs │ │ │ ├── Properties │ │ │ ├── AssemblyInfo.cs │ │ │ ├── Resources.Designer.cs │ │ │ ├── Resources.resx │ │ │ ├── Settings.Designer.cs │ │ │ └── Settings.settings │ │ │ ├── TemplateCode1Usings.txt │ │ │ ├── TemplateCode1UsingsNew.txt │ │ │ ├── TemplateCode2NamespaceClass.txt │ │ │ ├── TemplateCode3Globals.txt │ │ │ ├── TemplateCode3GlobalsNew.txt │ │ │ ├── TemplateCode4Main.txt │ │ │ ├── TemplateCode5Functions.txt │ │ │ └── app.config │ ├── PutIETabURLContainingStringInEntity │ │ ├── PutIETabURLContainingStringInEntity.sln │ │ └── PutIETabURLContainingStringInEntity │ │ │ ├── App.xaml │ │ │ ├── App.xaml.cs │ │ │ ├── ClassDiagram1.cd │ │ │ ├── Images │ │ │ ├── 112_UpArrowShort_Green.ico │ │ │ ├── imgPatch16.PNG │ │ │ ├── imgPatch17.PNG │ │ │ ├── imgPatch2015_08.PNG │ │ │ ├── imgPatch2015_08_Home.PNG │ │ │ ├── imgSVNUpdate.PNG │ │ │ ├── imgSVNUpdate_Home.PNG │ │ │ ├── imgUpdateLogOK.PNG │ │ │ └── imgUpdateLogOK_Home.PNG │ │ │ ├── MainWindow.xaml │ │ │ ├── MainWindow.xaml.cs │ │ │ ├── Properties │ │ │ ├── AssemblyInfo.cs │ │ │ ├── Resources.Designer.cs │ │ │ ├── Resources.resx │ │ │ ├── Settings.Designer.cs │ │ │ └── Settings.settings │ │ │ ├── PutIETabURLContainingStringInEntity.csproj │ │ │ ├── TemplateCode1Usings.txt │ │ │ ├── TemplateCode1UsingsNew.txt │ │ │ ├── TemplateCode2NamespaceClass.txt │ │ │ ├── TemplateCode3Globals.txt │ │ │ ├── TemplateCode3GlobalsNew.txt │ │ │ ├── TemplateCode4Main.txt │ │ │ ├── TemplateCode5Functions.txt │ │ │ └── app.config │ └── PutInternetExplorerTabTitleInEntity │ │ ├── PutInternetExplorerTabTitleInEntity.sln │ │ └── PutInternetExplorerTabTitleInEntity │ │ ├── App.xaml │ │ ├── App.xaml.cs │ │ ├── ClassDiagram1.cd │ │ ├── Images │ │ ├── 112_UpArrowShort_Green.ico │ │ ├── imgPatch16.PNG │ │ ├── imgPatch17.PNG │ │ ├── imgPatch2015_08.PNG │ │ ├── imgPatch2015_08_Home.PNG │ │ ├── imgSVNUpdate.PNG │ │ ├── imgSVNUpdate_Home.PNG │ │ ├── imgUpdateLogOK.PNG │ │ └── imgUpdateLogOK_Home.PNG │ │ ├── MainWindow.xaml │ │ ├── MainWindow.xaml.cs │ │ ├── Properties │ │ ├── AssemblyInfo.cs │ │ ├── Resources.Designer.cs │ │ ├── Resources.resx │ │ ├── Settings.Designer.cs │ │ └── Settings.settings │ │ ├── PutInternetExplorerTabTitleInEntity.csproj │ │ ├── TemplateCode1Usings.txt │ │ ├── TemplateCode1UsingsNew.txt │ │ ├── TemplateCode2NamespaceClass.txt │ │ ├── TemplateCode3Globals.txt │ │ ├── TemplateCode3GlobalsNew.txt │ │ ├── TemplateCode4Main.txt │ │ ├── TemplateCode5Functions.txt │ │ └── app.config ├── MessageBox │ ├── MessageBoxShow │ │ ├── MessageBoxShow.sln │ │ └── MessageBoxShow │ │ │ ├── App.xaml │ │ │ ├── App.xaml.cs │ │ │ ├── ClassDiagram1.cd │ │ │ ├── Images │ │ │ ├── 112_UpArrowShort_Green.ico │ │ │ ├── imgPatch16.PNG │ │ │ ├── imgPatch17.PNG │ │ │ ├── imgPatch2015_08.PNG │ │ │ ├── imgPatch2015_08_Home.PNG │ │ │ ├── imgSVNUpdate.PNG │ │ │ ├── imgSVNUpdate_Home.PNG │ │ │ ├── imgUpdateLogOK.PNG │ │ │ └── imgUpdateLogOK_Home.PNG │ │ │ ├── MainWindow.xaml │ │ │ ├── MainWindow.xaml.cs │ │ │ ├── MessageBoxShow.csproj │ │ │ ├── Properties │ │ │ ├── AssemblyInfo.cs │ │ │ ├── Resources.Designer.cs │ │ │ ├── Resources.resx │ │ │ ├── Settings.Designer.cs │ │ │ └── Settings.settings │ │ │ ├── TemplateCode1Usings.txt │ │ │ ├── TemplateCode1UsingsNew.txt │ │ │ ├── TemplateCode2NamespaceClass.txt │ │ │ ├── TemplateCode3Globals.txt │ │ │ ├── TemplateCode3GlobalsNew.txt │ │ │ ├── TemplateCode4Main.txt │ │ │ ├── TemplateCode5Functions.txt │ │ │ └── app.config │ └── MessageBoxShowWithYesNo │ │ ├── MessageBoxShowWithYesNo.sln │ │ └── MessageBoxShowWithYesNo │ │ ├── App.xaml │ │ ├── App.xaml.cs │ │ ├── ClassDiagram1.cd │ │ ├── Images │ │ ├── 112_UpArrowShort_Green.ico │ │ ├── imgPatch16.PNG │ │ ├── imgPatch17.PNG │ │ ├── imgPatch2015_08.PNG │ │ ├── imgPatch2015_08_Home.PNG │ │ ├── imgSVNUpdate.PNG │ │ ├── imgSVNUpdate_Home.PNG │ │ ├── imgUpdateLogOK.PNG │ │ └── imgUpdateLogOK_Home.PNG │ │ ├── MainWindow.xaml │ │ ├── MainWindow.xaml.cs │ │ ├── MessageBoxShowWithYesNo.csproj │ │ ├── Properties │ │ ├── AssemblyInfo.cs │ │ ├── Resources.Designer.cs │ │ ├── Resources.resx │ │ ├── Settings.Designer.cs │ │ └── Settings.settings │ │ ├── TemplateCode1Usings.txt │ │ ├── TemplateCode1UsingsNew.txt │ │ ├── TemplateCode2NamespaceClass.txt │ │ ├── TemplateCode3Globals.txt │ │ ├── TemplateCode3GlobalsNew.txt │ │ ├── TemplateCode4Main.txt │ │ ├── TemplateCode5Functions.txt │ │ └── app.config ├── Mouse │ ├── LeftClick │ │ ├── LeftClick.sln │ │ └── LeftClick │ │ │ ├── App.xaml │ │ │ ├── App.xaml.cs │ │ │ ├── ClassDiagram1.cd │ │ │ ├── Images │ │ │ ├── 112_UpArrowShort_Green.ico │ │ │ ├── imgPatch16.PNG │ │ │ ├── imgPatch17.PNG │ │ │ ├── imgPatch2015_08.PNG │ │ │ ├── imgPatch2015_08_Home.PNG │ │ │ ├── imgSVNUpdate.PNG │ │ │ ├── imgSVNUpdate_Home.PNG │ │ │ ├── imgUpdateLogOK.PNG │ │ │ └── imgUpdateLogOK_Home.PNG │ │ │ ├── LeftClick.csproj │ │ │ ├── MainWindow.xaml │ │ │ ├── MainWindow.xaml.cs │ │ │ ├── Properties │ │ │ ├── AssemblyInfo.cs │ │ │ ├── Resources.Designer.cs │ │ │ ├── Resources.resx │ │ │ ├── Settings.Designer.cs │ │ │ └── Settings.settings │ │ │ ├── TemplateCode1Usings.txt │ │ │ ├── TemplateCode1UsingsNew.txt │ │ │ ├── TemplateCode2NamespaceClass.txt │ │ │ ├── TemplateCode3Globals.txt │ │ │ ├── TemplateCode3GlobalsNew.txt │ │ │ ├── TemplateCode4Main.txt │ │ │ ├── TemplateCode5Functions.txt │ │ │ └── app.config │ ├── PositionCursor │ │ ├── PositionCursor.sln │ │ └── PositionCursor │ │ │ ├── App.xaml │ │ │ ├── App.xaml.cs │ │ │ ├── ClassDiagram1.cd │ │ │ ├── Images │ │ │ ├── 112_UpArrowShort_Green.ico │ │ │ ├── imgPatch16.PNG │ │ │ ├── imgPatch17.PNG │ │ │ ├── imgPatch2015_08.PNG │ │ │ ├── imgPatch2015_08_Home.PNG │ │ │ ├── imgSVNUpdate.PNG │ │ │ ├── imgSVNUpdate_Home.PNG │ │ │ ├── imgUpdateLogOK.PNG │ │ │ └── imgUpdateLogOK_Home.PNG │ │ │ ├── MainWindow.xaml │ │ │ ├── MainWindow.xaml.cs │ │ │ ├── PositionCursor.csproj │ │ │ ├── Properties │ │ │ ├── AssemblyInfo.cs │ │ │ ├── Resources.Designer.cs │ │ │ ├── Resources.resx │ │ │ ├── Settings.Designer.cs │ │ │ └── Settings.settings │ │ │ └── app.config │ ├── PutCursorPosition │ │ ├── PutCursorPosition.sln │ │ └── PutCursorPosition │ │ │ ├── App.xaml │ │ │ ├── App.xaml.cs │ │ │ ├── ClassDiagram1.cd │ │ │ ├── Images │ │ │ ├── 112_UpArrowShort_Green.ico │ │ │ ├── imgPatch16.PNG │ │ │ ├── imgPatch17.PNG │ │ │ ├── imgPatch2015_08.PNG │ │ │ ├── imgPatch2015_08_Home.PNG │ │ │ ├── imgSVNUpdate.PNG │ │ │ ├── imgSVNUpdate_Home.PNG │ │ │ ├── imgUpdateLogOK.PNG │ │ │ └── imgUpdateLogOK_Home.PNG │ │ │ ├── MainWindow.xaml │ │ │ ├── MainWindow.xaml.cs │ │ │ ├── Properties │ │ │ ├── AssemblyInfo.cs │ │ │ ├── Resources.Designer.cs │ │ │ ├── Resources.resx │ │ │ ├── Settings.Designer.cs │ │ │ └── Settings.settings │ │ │ ├── PutCursorPosition.csproj │ │ │ ├── TemplateCode1Usings.txt │ │ │ ├── TemplateCode1UsingsNew.txt │ │ │ ├── TemplateCode2NamespaceClass.txt │ │ │ ├── TemplateCode3Globals.txt │ │ │ ├── TemplateCode3GlobalsNew.txt │ │ │ ├── TemplateCode4Main.txt │ │ │ ├── TemplateCode5Functions.txt │ │ │ └── app.config │ ├── RightClick │ │ ├── RightClick.sln │ │ └── RightClick │ │ │ ├── App.xaml │ │ │ ├── App.xaml.cs │ │ │ ├── ClassDiagram1.cd │ │ │ ├── Images │ │ │ ├── 112_UpArrowShort_Green.ico │ │ │ ├── imgPatch16.PNG │ │ │ ├── imgPatch17.PNG │ │ │ ├── imgPatch2015_08.PNG │ │ │ ├── imgPatch2015_08_Home.PNG │ │ │ ├── imgSVNUpdate.PNG │ │ │ ├── imgSVNUpdate_Home.PNG │ │ │ ├── imgUpdateLogOK.PNG │ │ │ └── imgUpdateLogOK_Home.PNG │ │ │ ├── MainWindow.xaml │ │ │ ├── MainWindow.xaml.cs │ │ │ ├── Properties │ │ │ ├── AssemblyInfo.cs │ │ │ ├── Resources.Designer.cs │ │ │ ├── Resources.resx │ │ │ ├── Settings.Designer.cs │ │ │ └── Settings.settings │ │ │ ├── RightClick.csproj │ │ │ ├── TemplateCode1Usings.txt │ │ │ ├── TemplateCode1UsingsNew.txt │ │ │ ├── TemplateCode2NamespaceClass.txt │ │ │ ├── TemplateCode3Globals.txt │ │ │ ├── TemplateCode3GlobalsNew.txt │ │ │ ├── TemplateCode4Main.txt │ │ │ └── TemplateCode5Functions.txt │ └── ShiftClick │ │ ├── ShiftClick.sln │ │ └── ShiftClick │ │ ├── App.xaml │ │ ├── App.xaml.cs │ │ ├── ClassDiagram1.cd │ │ ├── Images │ │ ├── 112_UpArrowShort_Green.ico │ │ ├── imgPatch16.PNG │ │ ├── imgPatch17.PNG │ │ ├── imgPatch2015_08.PNG │ │ ├── imgPatch2015_08_Home.PNG │ │ ├── imgSVNUpdate.PNG │ │ ├── imgSVNUpdate_Home.PNG │ │ ├── imgUpdateLogOK.PNG │ │ └── imgUpdateLogOK_Home.PNG │ │ ├── MainWindow.xaml │ │ ├── MainWindow.xaml.cs │ │ ├── Properties │ │ ├── AssemblyInfo.cs │ │ ├── Resources.Designer.cs │ │ ├── Resources.resx │ │ ├── Settings.Designer.cs │ │ └── Settings.settings │ │ ├── ShiftClick.csproj │ │ ├── TemplateCode1Usings.txt │ │ ├── TemplateCode1UsingsNew.txt │ │ ├── TemplateCode2NamespaceClass.txt │ │ ├── TemplateCode3Globals.txt │ │ ├── TemplateCode3GlobalsNew.txt │ │ ├── TemplateCode4Main.txt │ │ ├── TemplateCode5Functions.txt │ │ └── app.config ├── NextSteps │ ├── ..IdealAutomate │ │ ├── Ajunk │ │ │ ├── cbxCustomSelectedValue.txt │ │ │ ├── cbxStatusSelectedValue.txt │ │ │ ├── custom.txt │ │ │ ├── description.txt │ │ │ └── status.txt │ │ ├── Bjunk │ │ │ ├── cbxCustomSelectedValue.txt │ │ │ ├── cbxStatusSelectedValue.txt │ │ │ ├── custom.txt │ │ │ ├── description.txt │ │ │ └── status.txt │ │ └── NextSteps │ │ │ ├── cbxCustomSelectedValue.txt │ │ │ ├── cbxStatusSelectedValue.txt │ │ │ ├── custom.txt │ │ │ ├── description.txt │ │ │ └── status.txt │ ├── Ajunk.rtf │ ├── Bjunk.txt │ └── NextSteps.rtf ├── Processes │ └── KillAllProcessesByProcessName │ │ ├── KillAllProcessesByProcessName.sln │ │ └── KillAllProcessesByProcessName │ │ ├── App.xaml │ │ ├── App.xaml.cs │ │ ├── ClassDiagram1.cd │ │ ├── Images │ │ ├── 112_UpArrowShort_Green.ico │ │ ├── imgPatch16.PNG │ │ ├── imgPatch17.PNG │ │ ├── imgPatch2015_08.PNG │ │ ├── imgPatch2015_08_Home.PNG │ │ ├── imgSVNUpdate.PNG │ │ ├── imgSVNUpdate_Home.PNG │ │ ├── imgUpdateLogOK.PNG │ │ └── imgUpdateLogOK_Home.PNG │ │ ├── KillAllProcessesByProcessName.csproj │ │ ├── MainWindow.xaml │ │ ├── MainWindow.xaml.cs │ │ ├── Properties │ │ ├── AssemblyInfo.cs │ │ ├── Resources.Designer.cs │ │ ├── Resources.resx │ │ ├── Settings.Designer.cs │ │ └── Settings.settings │ │ ├── TemplateCode1Usings.txt │ │ ├── TemplateCode1UsingsNew.txt │ │ ├── TemplateCode2NamespaceClass.txt │ │ ├── TemplateCode3Globals.txt │ │ ├── TemplateCode3GlobalsNew.txt │ │ ├── TemplateCode4Main.txt │ │ ├── TemplateCode5Functions.txt │ │ └── app.config ├── Run │ ├── Run │ │ ├── Run.sln │ │ └── Run │ │ │ ├── App.xaml │ │ │ ├── App.xaml.cs │ │ │ ├── ClassDiagram1.cd │ │ │ ├── Images │ │ │ ├── 112_UpArrowShort_Green.ico │ │ │ ├── imgPatch16.PNG │ │ │ ├── imgPatch17.PNG │ │ │ ├── imgPatch2015_08.PNG │ │ │ ├── imgPatch2015_08_Home.PNG │ │ │ ├── imgSVNUpdate.PNG │ │ │ ├── imgSVNUpdate_Home.PNG │ │ │ ├── imgUpdateLogOK.PNG │ │ │ └── imgUpdateLogOK_Home.PNG │ │ │ ├── MainWindow.xaml │ │ │ ├── MainWindow.xaml.cs │ │ │ ├── Properties │ │ │ ├── AssemblyInfo.cs │ │ │ ├── Resources.Designer.cs │ │ │ ├── Resources.resx │ │ │ ├── Settings.Designer.cs │ │ │ └── Settings.settings │ │ │ ├── Run.csproj │ │ │ ├── TemplateCode1Usings.txt │ │ │ ├── TemplateCode1UsingsNew.txt │ │ │ ├── TemplateCode2NamespaceClass.txt │ │ │ ├── TemplateCode3Globals.txt │ │ │ ├── TemplateCode3GlobalsNew.txt │ │ │ ├── TemplateCode4Main.txt │ │ │ ├── TemplateCode5Functions.txt │ │ │ └── app.config │ └── RunSync │ │ ├── RunSync.sln │ │ └── RunSync │ │ ├── App.xaml │ │ ├── App.xaml.cs │ │ ├── ClassDiagram1.cd │ │ ├── Images │ │ ├── 112_UpArrowShort_Green.ico │ │ ├── imgPatch16.PNG │ │ ├── imgPatch17.PNG │ │ ├── imgPatch2015_08.PNG │ │ ├── imgPatch2015_08_Home.PNG │ │ ├── imgSVNUpdate.PNG │ │ ├── imgSVNUpdate_Home.PNG │ │ ├── imgUpdateLogOK.PNG │ │ └── imgUpdateLogOK_Home.PNG │ │ ├── MainWindow.xaml │ │ ├── MainWindow.xaml.cs │ │ ├── Properties │ │ ├── AssemblyInfo.cs │ │ ├── Resources.Designer.cs │ │ ├── Resources.resx │ │ ├── Settings.Designer.cs │ │ └── Settings.settings │ │ ├── RunSync.csproj │ │ ├── TemplateCode1Usings.txt │ │ ├── TemplateCode1UsingsNew.txt │ │ ├── TemplateCode2NamespaceClass.txt │ │ ├── TemplateCode3Globals.txt │ │ ├── TemplateCode3GlobalsNew.txt │ │ ├── TemplateCode4Main.txt │ │ ├── TemplateCode5Functions.txt │ │ └── app.config ├── ScriptExec │ └── ScriptExec │ │ ├── Program.cs │ │ ├── ScriptExec.sln │ │ └── ScriptExec │ │ ├── App.xaml │ │ ├── App.xaml.cs │ │ ├── ClassDiagram1.cd │ │ ├── FileFolderDialog.cs │ │ ├── Images │ │ ├── 112_UpArrowShort_Green.ico │ │ ├── imgPatch16.PNG │ │ ├── imgPatch17.PNG │ │ ├── imgPatch2015_08.PNG │ │ ├── imgPatch2015_08_Home.PNG │ │ ├── imgSVNUpdate.PNG │ │ ├── imgSVNUpdate_Home.PNG │ │ ├── imgUpdateLogOK.PNG │ │ └── imgUpdateLogOK_Home.PNG │ │ ├── MainWindow.xaml │ │ ├── MainWindow.xaml.cs │ │ ├── Program.cs │ │ ├── Properties │ │ ├── AssemblyInfo.cs │ │ ├── Resources.Designer.cs │ │ ├── Resources.resx │ │ ├── Settings.Designer.cs │ │ └── Settings.settings │ │ ├── ScriptExec.csproj │ │ └── app.config ├── Search │ └── FindDelimitedText │ │ ├── FindDelimitedText.sln │ │ └── FindDelimitedText │ │ ├── App.xaml │ │ ├── App.xaml.cs │ │ ├── ClassDiagram1.cd │ │ ├── FindDelimitedText.csproj │ │ ├── Images │ │ ├── 112_UpArrowShort_Green.ico │ │ ├── imgPatch16.PNG │ │ ├── imgPatch17.PNG │ │ ├── imgPatch2015_08.PNG │ │ ├── imgPatch2015_08_Home.PNG │ │ ├── imgSVNUpdate.PNG │ │ ├── imgSVNUpdate_Home.PNG │ │ ├── imgUpdateLogOK.PNG │ │ └── imgUpdateLogOK_Home.PNG │ │ ├── MainWindow.xaml │ │ ├── MainWindow.xaml.cs │ │ ├── Properties │ │ ├── AssemblyInfo.cs │ │ ├── Resources.Designer.cs │ │ ├── Resources.resx │ │ ├── Settings.Designer.cs │ │ └── Settings.settings │ │ ├── TemplateCode1Usings.txt │ │ ├── TemplateCode1UsingsNew.txt │ │ ├── TemplateCode2NamespaceClass.txt │ │ ├── TemplateCode3Globals.txt │ │ ├── TemplateCode3GlobalsNew.txt │ │ ├── TemplateCode4Main.txt │ │ ├── TemplateCode5Functions.txt │ │ ├── Templates │ │ └── TemplateFindDelimitedText.txt │ │ └── app.config ├── Service │ ├── RestartService │ │ ├── RestartService.sln │ │ └── RestartService │ │ │ ├── App.xaml │ │ │ ├── App.xaml.cs │ │ │ ├── ClassDiagram1.cd │ │ │ ├── Images │ │ │ ├── 112_UpArrowShort_Green.ico │ │ │ ├── imgPatch16.PNG │ │ │ ├── imgPatch17.PNG │ │ │ ├── imgPatch2015_08.PNG │ │ │ ├── imgPatch2015_08_Home.PNG │ │ │ ├── imgSVNUpdate.PNG │ │ │ ├── imgSVNUpdate_Home.PNG │ │ │ ├── imgUpdateLogOK.PNG │ │ │ └── imgUpdateLogOK_Home.PNG │ │ │ ├── MainWindow.xaml │ │ │ ├── MainWindow.xaml.cs │ │ │ ├── Properties │ │ │ ├── AssemblyInfo.cs │ │ │ ├── Resources.Designer.cs │ │ │ ├── Resources.resx │ │ │ ├── Settings.Designer.cs │ │ │ └── Settings.settings │ │ │ ├── RestartService.csproj │ │ │ ├── TemplateCode1Usings.txt │ │ │ ├── TemplateCode1UsingsNew.txt │ │ │ ├── TemplateCode2NamespaceClass.txt │ │ │ ├── TemplateCode3Globals.txt │ │ │ ├── TemplateCode3GlobalsNew.txt │ │ │ ├── TemplateCode4Main.txt │ │ │ ├── TemplateCode5Functions.txt │ │ │ └── app.config │ ├── StartService │ │ ├── StartService.sln │ │ └── StartService │ │ │ ├── App.xaml │ │ │ ├── App.xaml.cs │ │ │ ├── ClassDiagram1.cd │ │ │ ├── Images │ │ │ ├── 112_UpArrowShort_Green.ico │ │ │ ├── imgPatch16.PNG │ │ │ ├── imgPatch17.PNG │ │ │ ├── imgPatch2015_08.PNG │ │ │ ├── imgPatch2015_08_Home.PNG │ │ │ ├── imgSVNUpdate.PNG │ │ │ ├── imgSVNUpdate_Home.PNG │ │ │ ├── imgUpdateLogOK.PNG │ │ │ └── imgUpdateLogOK_Home.PNG │ │ │ ├── MainWindow.xaml │ │ │ ├── MainWindow.xaml.cs │ │ │ ├── Properties │ │ │ ├── AssemblyInfo.cs │ │ │ ├── Resources.Designer.cs │ │ │ ├── Resources.resx │ │ │ ├── Settings.Designer.cs │ │ │ └── Settings.settings │ │ │ ├── StartService.csproj │ │ │ ├── TemplateCode1Usings.txt │ │ │ ├── TemplateCode1UsingsNew.txt │ │ │ ├── TemplateCode2NamespaceClass.txt │ │ │ ├── TemplateCode3Globals.txt │ │ │ ├── TemplateCode3GlobalsNew.txt │ │ │ ├── TemplateCode4Main.txt │ │ │ ├── TemplateCode5Functions.txt │ │ │ └── app.config │ └── StopService │ │ ├── StopService.sln │ │ └── StopService │ │ ├── App.xaml │ │ ├── App.xaml.cs │ │ ├── ClassDiagram1.cd │ │ ├── Images │ │ ├── 112_UpArrowShort_Green.ico │ │ ├── imgPatch16.PNG │ │ ├── imgPatch17.PNG │ │ ├── imgPatch2015_08.PNG │ │ ├── imgPatch2015_08_Home.PNG │ │ ├── imgSVNUpdate.PNG │ │ ├── imgSVNUpdate_Home.PNG │ │ ├── imgUpdateLogOK.PNG │ │ └── imgUpdateLogOK_Home.PNG │ │ ├── MainWindow.xaml │ │ ├── MainWindow.xaml.cs │ │ ├── Properties │ │ ├── AssemblyInfo.cs │ │ ├── Resources.Designer.cs │ │ ├── Resources.resx │ │ ├── Settings.Designer.cs │ │ └── Settings.settings │ │ ├── StopService.csproj │ │ ├── TemplateCode1Usings.txt │ │ ├── TemplateCode1UsingsNew.txt │ │ ├── TemplateCode2NamespaceClass.txt │ │ ├── TemplateCode3Globals.txt │ │ ├── TemplateCode3GlobalsNew.txt │ │ ├── TemplateCode4Main.txt │ │ ├── TemplateCode5Functions.txt │ │ └── app.config ├── Sleep │ └── Sleep │ │ ├── Sleep.sln │ │ └── Sleep │ │ ├── App.xaml │ │ ├── App.xaml.cs │ │ ├── ClassDiagram1.cd │ │ ├── Images │ │ ├── 112_UpArrowShort_Green.ico │ │ ├── imgPatch16.PNG │ │ ├── imgPatch17.PNG │ │ ├── imgPatch2015_08.PNG │ │ ├── imgPatch2015_08_Home.PNG │ │ ├── imgSVNUpdate.PNG │ │ ├── imgSVNUpdate_Home.PNG │ │ ├── imgUpdateLogOK.PNG │ │ └── imgUpdateLogOK_Home.PNG │ │ ├── MainWindow.xaml │ │ ├── MainWindow.xaml.cs │ │ ├── Properties │ │ ├── AssemblyInfo.cs │ │ ├── Resources.Designer.cs │ │ ├── Resources.resx │ │ ├── Settings.Designer.cs │ │ └── Settings.settings │ │ ├── Sleep.csproj │ │ ├── TemplateCode1Usings.txt │ │ ├── TemplateCode1UsingsNew.txt │ │ ├── TemplateCode2NamespaceClass.txt │ │ ├── TemplateCode3Globals.txt │ │ ├── TemplateCode3GlobalsNew.txt │ │ ├── TemplateCode4Main.txt │ │ ├── TemplateCode5Functions.txt │ │ └── app.config ├── TypeText │ └── TypeText │ │ ├── TypeText.sln │ │ └── TypeText │ │ ├── App.xaml │ │ ├── App.xaml.cs │ │ ├── ClassDiagram1.cd │ │ ├── Images │ │ ├── 112_UpArrowShort_Green.ico │ │ ├── imgPatch16.PNG │ │ ├── imgPatch17.PNG │ │ ├── imgPatch2015_08.PNG │ │ ├── imgPatch2015_08_Home.PNG │ │ ├── imgSVNUpdate.PNG │ │ ├── imgSVNUpdate_Home.PNG │ │ ├── imgUpdateLogOK.PNG │ │ └── imgUpdateLogOK_Home.PNG │ │ ├── MainWindow.xaml │ │ ├── MainWindow.xaml.cs │ │ ├── Properties │ │ ├── AssemblyInfo.cs │ │ ├── Resources.Designer.cs │ │ ├── Resources.resx │ │ ├── Settings.Designer.cs │ │ └── Settings.settings │ │ ├── TemplateCode1Usings.txt │ │ ├── TemplateCode1UsingsNew.txt │ │ ├── TemplateCode2NamespaceClass.txt │ │ ├── TemplateCode3Globals.txt │ │ ├── TemplateCode3GlobalsNew.txt │ │ ├── TemplateCode4Main.txt │ │ ├── TemplateCode5Functions.txt │ │ ├── TypeText.csproj │ │ └── app.config └── Window │ ├── ActivateWindowByTitle │ ├── ActivateWindowByTitle.sln │ └── ActivateWindowByTitle │ │ ├── ActivateWindowByTitle.csproj │ │ ├── App.xaml │ │ ├── App.xaml.cs │ │ ├── ClassDiagram1.cd │ │ ├── Images │ │ ├── 112_UpArrowShort_Green.ico │ │ ├── imgPatch16.PNG │ │ ├── imgPatch17.PNG │ │ ├── imgPatch2015_08.PNG │ │ ├── imgPatch2015_08_Home.PNG │ │ ├── imgSVNUpdate.PNG │ │ ├── imgSVNUpdate_Home.PNG │ │ ├── imgUpdateLogOK.PNG │ │ └── imgUpdateLogOK_Home.PNG │ │ ├── MainWindow.xaml │ │ ├── MainWindow.xaml.cs │ │ ├── Properties │ │ ├── AssemblyInfo.cs │ │ ├── Resources.Designer.cs │ │ ├── Resources.resx │ │ ├── Settings.Designer.cs │ │ └── Settings.settings │ │ ├── TemplateCode1Usings.txt │ │ ├── TemplateCode1UsingsNew.txt │ │ ├── TemplateCode2NamespaceClass.txt │ │ ├── TemplateCode3Globals.txt │ │ ├── TemplateCode3GlobalsNew.txt │ │ ├── TemplateCode4Main.txt │ │ ├── TemplateCode5Functions.txt │ │ └── app.config │ ├── GetActiveWindowTitle │ ├── GetActiveWindowTitle.sln │ └── GetActiveWindowTitle │ │ ├── App.xaml │ │ ├── App.xaml.cs │ │ ├── ClassDiagram1.cd │ │ ├── GetActiveWindowTitle.csproj │ │ ├── Images │ │ ├── 112_UpArrowShort_Green.ico │ │ ├── imgPatch16.PNG │ │ ├── imgPatch17.PNG │ │ ├── imgPatch2015_08.PNG │ │ ├── imgPatch2015_08_Home.PNG │ │ ├── imgSVNUpdate.PNG │ │ ├── imgSVNUpdate_Home.PNG │ │ ├── imgUpdateLogOK.PNG │ │ └── imgUpdateLogOK_Home.PNG │ │ ├── MainWindow.xaml │ │ ├── MainWindow.xaml.cs │ │ ├── Properties │ │ ├── AssemblyInfo.cs │ │ ├── Resources.Designer.cs │ │ ├── Resources.resx │ │ ├── Settings.Designer.cs │ │ └── Settings.settings │ │ ├── TemplateCode1Usings.txt │ │ ├── TemplateCode1UsingsNew.txt │ │ ├── TemplateCode2NamespaceClass.txt │ │ ├── TemplateCode3Globals.txt │ │ ├── TemplateCode3GlobalsNew.txt │ │ ├── TemplateCode4Main.txt │ │ ├── TemplateCode5Functions.txt │ │ └── app.config │ ├── GetWindowTitlesByProcessName │ ├── GetWindowTitlesByProcessName.sln │ └── GetWindowTitlesByProcessName │ │ ├── App.xaml │ │ ├── App.xaml.cs │ │ ├── ClassDiagram1.cd │ │ ├── GetWindowTitlesByProcessName.csproj │ │ ├── Images │ │ ├── 112_UpArrowShort_Green.ico │ │ ├── imgPatch16.PNG │ │ ├── imgPatch17.PNG │ │ ├── imgPatch2015_08.PNG │ │ ├── imgPatch2015_08_Home.PNG │ │ ├── imgSVNUpdate.PNG │ │ ├── imgSVNUpdate_Home.PNG │ │ ├── imgUpdateLogOK.PNG │ │ └── imgUpdateLogOK_Home.PNG │ │ ├── MainWindow.xaml │ │ ├── MainWindow.xaml.cs │ │ ├── Properties │ │ ├── AssemblyInfo.cs │ │ ├── Resources.Designer.cs │ │ ├── Resources.resx │ │ ├── Settings.Designer.cs │ │ └── Settings.settings │ │ ├── TemplateCode1Usings.txt │ │ ├── TemplateCode1UsingsNew.txt │ │ ├── TemplateCode2NamespaceClass.txt │ │ ├── TemplateCode3Globals.txt │ │ ├── TemplateCode3GlobalsNew.txt │ │ ├── TemplateCode4Main.txt │ │ ├── TemplateCode5Functions.txt │ │ └── app.config │ ├── PutWindowTitleInEntity │ ├── PutWindowTitleInEntity.sln │ └── PutWindowTitleInEntity │ │ ├── App.xaml │ │ ├── App.xaml.cs │ │ ├── ClassDiagram1.cd │ │ ├── Images │ │ ├── 112_UpArrowShort_Green.ico │ │ ├── imgPatch16.PNG │ │ ├── imgPatch17.PNG │ │ ├── imgPatch2015_08.PNG │ │ ├── imgPatch2015_08_Home.PNG │ │ ├── imgSVNUpdate.PNG │ │ ├── imgSVNUpdate_Home.PNG │ │ ├── imgUpdateLogOK.PNG │ │ └── imgUpdateLogOK_Home.PNG │ │ ├── MainWindow.xaml │ │ ├── MainWindow.xaml.cs │ │ ├── Properties │ │ ├── AssemblyInfo.cs │ │ ├── Resources.Designer.cs │ │ ├── Resources.resx │ │ ├── Settings.Designer.cs │ │ └── Settings.settings │ │ ├── PutWindowTitleInEntity.csproj │ │ ├── TemplateCode1Usings.txt │ │ ├── TemplateCode1UsingsNew.txt │ │ ├── TemplateCode2NamespaceClass.txt │ │ ├── TemplateCode3Globals.txt │ │ ├── TemplateCode3GlobalsNew.txt │ │ ├── TemplateCode4Main.txt │ │ ├── TemplateCode5Functions.txt │ │ └── app.config │ ├── WindowBalloonMultipleControls │ ├── WindowBalloonMultipleControls.sln │ └── WindowBalloonMultipleControls │ │ ├── App.xaml │ │ ├── App.xaml.cs │ │ ├── ClassDiagram1.cd │ │ ├── ImageEntity.cs │ │ ├── Images │ │ ├── 112_UpArrowShort_Green.ico │ │ ├── FolderLogo.png │ │ ├── imgPatch16.PNG │ │ ├── imgPatch17.PNG │ │ ├── imgPatch2015_08.PNG │ │ ├── imgPatch2015_08_Home.PNG │ │ ├── imgSVNUpdate.PNG │ │ ├── imgSVNUpdate_Home.PNG │ │ ├── imgUpdateLogOK.PNG │ │ └── imgUpdateLogOK_Home.PNG │ │ ├── MainWindow.xaml │ │ ├── MainWindow.xaml.cs │ │ ├── Properties │ │ ├── AssemblyInfo.cs │ │ ├── Resources.Designer.cs │ │ ├── Resources.resx │ │ ├── Settings.Designer.cs │ │ └── Settings.settings │ │ ├── SnippingTool.cs │ │ ├── SnippingTool.designer.cs │ │ ├── TemplateButton.txt │ │ ├── TemplateCode1Usings.txt │ │ ├── TemplateCode1UsingsNew.txt │ │ ├── TemplateCode2NamespaceClass.txt │ │ ├── TemplateCode3Globals.txt │ │ ├── TemplateCode3GlobalsNew.txt │ │ ├── TemplateCode4Main.txt │ │ ├── TemplateCode5Functions.txt │ │ ├── TemplateComboBox.txt │ │ ├── TemplateHeading.txt │ │ ├── TemplateImage.txt │ │ ├── TemplateIterations.txt │ │ ├── TemplateIterator.txt │ │ ├── TemplateLabel.txt │ │ ├── TemplateTemplate.txt │ │ ├── TemplateTextBox.txt │ │ ├── WindowBalloonMultipleControls.csproj │ │ ├── app.config │ │ └── packages.config │ ├── WindowMultipleControls │ ├── WindowMultipleControls.sln │ └── WindowMultipleControls │ │ ├── App.xaml │ │ ├── App.xaml.cs │ │ ├── ClassDiagram1.cd │ │ ├── Images │ │ ├── 112_UpArrowShort_Green.ico │ │ ├── imgPatch16.PNG │ │ ├── imgPatch17.PNG │ │ ├── imgPatch2015_08.PNG │ │ ├── imgPatch2015_08_Home.PNG │ │ ├── imgSVNUpdate.PNG │ │ ├── imgSVNUpdate_Home.PNG │ │ ├── imgUpdateLogOK.PNG │ │ └── imgUpdateLogOK_Home.PNG │ │ ├── MainWindow.xaml │ │ ├── MainWindow.xaml.cs │ │ ├── Properties │ │ ├── AssemblyInfo.cs │ │ ├── Resources.Designer.cs │ │ ├── Resources.resx │ │ ├── Settings.Designer.cs │ │ └── Settings.settings │ │ ├── SnippingTool.cs │ │ ├── SnippingTool.designer.cs │ │ ├── TemplateButton.txt │ │ ├── TemplateCode1Usings.txt │ │ ├── TemplateCode1UsingsNew.txt │ │ ├── TemplateCode2NamespaceClass.txt │ │ ├── TemplateCode3Globals.txt │ │ ├── TemplateCode3GlobalsNew.txt │ │ ├── TemplateCode4Main.txt │ │ ├── TemplateCode5Functions.txt │ │ ├── TemplateComboBox.txt │ │ ├── TemplateHeading.txt │ │ ├── TemplateIterations.txt │ │ ├── TemplateIterator.txt │ │ ├── TemplateLabel.txt │ │ ├── TemplateTemplate.txt │ │ ├── TemplateTextBox.txt │ │ ├── WindowMultipleControls.csproj │ │ ├── app.config │ │ └── packages.config │ └── WindowShape │ ├── WindowShape.sln │ └── WindowShape │ ├── App.xaml │ ├── App.xaml.cs │ ├── ClassDiagram1.cd │ ├── Images │ ├── 112_UpArrowShort_Green.ico │ ├── imgPatch16.PNG │ ├── imgPatch17.PNG │ ├── imgPatch2015_08.PNG │ ├── imgPatch2015_08_Home.PNG │ ├── imgSVNUpdate.PNG │ ├── imgSVNUpdate_Home.PNG │ ├── imgUpdateLogOK.PNG │ └── imgUpdateLogOK_Home.PNG │ ├── MainWindow.xaml │ ├── MainWindow.xaml.cs │ ├── Properties │ ├── AssemblyInfo.cs │ ├── Resources.Designer.cs │ ├── Resources.resx │ ├── Settings.Designer.cs │ └── Settings.settings │ ├── TemplateCode1Usings.txt │ ├── TemplateCode1UsingsNew.txt │ ├── TemplateCode2NamespaceClass.txt │ ├── TemplateCode3Globals.txt │ ├── TemplateCode3GlobalsNew.txt │ ├── TemplateCode4Main.txt │ ├── TemplateCode5Functions.txt │ ├── WindowShape.csproj │ └── app.config ├── Search ├── ..IdealAutomate │ └── CategoryState.txt └── FindValueInAnyTableInDB │ ├── FindValueInAnyTableInDB.sln │ └── FindValueInAnyTableInDB │ ├── App.xaml │ ├── App.xaml.cs │ ├── ClassDiagram1.cd │ ├── EncryptDecrypt.cs │ ├── FindValueInAnyTableInDB.csproj │ ├── Images │ ├── 112_UpArrowShort_Green.ico │ ├── imgPatch16.PNG │ ├── imgPatch17.PNG │ ├── imgPatch2015_08.PNG │ ├── imgPatch2015_08_Home.PNG │ ├── imgSVNUpdate.PNG │ ├── imgSVNUpdate_Home.PNG │ ├── imgUpdateLogOK.PNG │ └── imgUpdateLogOK_Home.PNG │ ├── MainWindow.xaml │ ├── MainWindow.xaml.cs │ └── Properties │ ├── AssemblyInfo.cs │ ├── Resources.Designer.cs │ ├── Resources.resx │ ├── Settings.Designer.cs │ └── Settings.settings ├── SortDeleteDupsCaseInsensitive ├── SortDeleteDupsCaseInsensitive.sln └── SortDeleteDupsCaseInsensitive │ ├── App.xaml │ ├── App.xaml.cs │ ├── ClassDiagram1.cd │ ├── Images │ ├── 112_UpArrowShort_Green.ico │ ├── imgPatch16.PNG │ ├── imgPatch17.PNG │ ├── imgPatch2015_08.PNG │ ├── imgPatch2015_08_Home.PNG │ ├── imgSVNUpdate.PNG │ ├── imgSVNUpdate_Home.PNG │ ├── imgUpdateLogOK.PNG │ └── imgUpdateLogOK_Home.PNG │ ├── MainWindow.xaml │ ├── MainWindow.xaml.cs │ ├── Properties │ ├── AssemblyInfo.cs │ ├── Resources.Designer.cs │ ├── Resources.resx │ ├── Settings.Designer.cs │ └── Settings.settings │ ├── SortDeleteDupsCaseInsensitive.csproj │ ├── app.config │ ├── bin │ └── Debug │ │ ├── IdealAutomateCore.dll │ │ ├── IdealAutomateCore.xml │ │ ├── Images │ │ ├── 112_UpArrowShort_Green.ico │ │ ├── imgPatch16.PNG │ │ ├── imgPatch17.PNG │ │ ├── imgPatch2015_08.PNG │ │ ├── imgPatch2015_08_Home.PNG │ │ ├── imgSVNUpdate.PNG │ │ ├── imgSVNUpdate_Home.PNG │ │ ├── imgUpdateLogOK.PNG │ │ └── imgUpdateLogOK_Home.PNG │ │ ├── SortDeleteDupsCaseInsensitive.exe │ │ ├── SortDeleteDupsCaseInsensitive.vshost.exe │ │ ├── SortDeleteDupsCaseInsensitive.vshost.exe.manifest │ │ ├── WindowsInput.dll │ │ ├── WindowsInput.xml │ │ └── sortdeletedupscaseinsensitive.bat │ ├── obj │ └── x86 │ │ └── Debug │ │ ├── App.g.cs │ │ ├── App.g.i.cs │ │ ├── MainWindow.baml │ │ ├── MainWindow.g.cs │ │ ├── MainWindow.g.i.cs │ │ ├── SortDeleteDupsCaseInsensitive.Properties.Resources.resources │ │ ├── SortDeleteDupsCaseInsensitive.csproj.FileListAbsolute.txt │ │ ├── SortDeleteDupsCaseInsensitive.exe │ │ ├── SortDeleteDupsCaseInsensitive.g.resources │ │ ├── SortDeleteDupsCaseInsensitive_Content.g.cs │ │ └── SortDeleteDupsCaseInsensitive_Content.g.i.cs │ └── sortdeletedupscaseinsensitive.bat ├── TestDynamicCompiler ├── TestDynamicCompiler.sln └── TestDynamicCompiler │ ├── App.xaml │ ├── App.xaml.cs │ ├── ClassDiagram1.cd │ ├── Images │ ├── 112_UpArrowShort_Green.ico │ ├── imgPatch16.PNG │ ├── imgPatch17.PNG │ ├── imgPatch2015_08.PNG │ ├── imgPatch2015_08_Home.PNG │ ├── imgSVNUpdate.PNG │ ├── imgSVNUpdate_Home.PNG │ ├── imgUpdateLogOK.PNG │ └── imgUpdateLogOK_Home.PNG │ ├── MainWindow.xaml │ ├── MainWindow.xaml.cs │ ├── Properties │ ├── AssemblyInfo.cs │ ├── Resources.Designer.cs │ ├── Resources.resx │ ├── Settings.Designer.cs │ └── Settings.settings │ ├── TestDynamicCompiler.csproj │ └── app.config ├── TutorialCreateIdealAutomateTemplate ├── TutorialCreateIdealAutomateTemplate.sln └── TutorialCreateIdealAutomateTemplate │ ├── App.xaml │ ├── App.xaml.cs │ ├── ClassDiagram1.cd │ ├── Images │ ├── 112_UpArrowShort_Green.ico │ ├── imgPatch16.PNG │ ├── imgPatch17.PNG │ ├── imgPatch2015_08.PNG │ ├── imgPatch2015_08_Home.PNG │ ├── imgSVNUpdate.PNG │ ├── imgSVNUpdate_Home.PNG │ ├── imgUpdateLogOK.PNG │ └── imgUpdateLogOK_Home.PNG │ ├── MainWindow.xaml │ ├── MainWindow.xaml.cs │ ├── Properties │ ├── AssemblyInfo.cs │ ├── Resources.Designer.cs │ ├── Resources.resx │ ├── Settings.Designer.cs │ └── Settings.settings │ ├── TutorialCreateIdealAutomateTemplate.csproj │ ├── app.config │ ├── bin │ └── Debug │ │ ├── IdealAutomateCore.dll │ │ ├── IdealAutomateCore.xml │ │ ├── Images │ │ ├── 112_UpArrowShort_Green.ico │ │ ├── imgPatch16.PNG │ │ ├── imgPatch17.PNG │ │ ├── imgPatch2015_08.PNG │ │ ├── imgPatch2015_08_Home.PNG │ │ ├── imgSVNUpdate.PNG │ │ ├── imgSVNUpdate_Home.PNG │ │ ├── imgUpdateLogOK.PNG │ │ └── imgUpdateLogOK_Home.PNG │ │ ├── TutorialCreateIdealAutomateTemplate.exe │ │ ├── TutorialCreateIdealAutomateTemplate.vshost.exe │ │ ├── TutorialCreateIdealAutomateTemplate.vshost.exe.manifest │ │ ├── WindowsInput.dll │ │ └── WindowsInput.xml │ └── obj │ └── x86 │ └── Debug │ ├── App.g.cs │ ├── App.g.i.cs │ ├── MainWindow.baml │ ├── MainWindow.g.cs │ ├── MainWindow.g.i.cs │ ├── TutorialCreateIdealAutomateTemplate.Properties.Resources.resources │ ├── TutorialCreateIdealAutomateTemplate.csproj.FileListAbsolute.txt │ ├── TutorialCreateIdealAutomateTemplate.exe │ ├── TutorialCreateIdealAutomateTemplate.g.resources │ ├── TutorialCreateIdealAutomateTemplate_Content.g.cs │ └── TutorialCreateIdealAutomateTemplate_Content.g.i.cs ├── TutorialExample ├── TutorialExample.sln └── TutorialExample │ ├── App.xaml │ ├── App.xaml.cs │ ├── ClassDiagram1.cd │ ├── Images │ ├── 112_UpArrowShort_Green.ico │ ├── imgPatch16.PNG │ ├── imgPatch17.PNG │ ├── imgPatch2015_08.PNG │ ├── imgPatch2015_08_Home.PNG │ ├── imgSVNUpdate.PNG │ ├── imgSVNUpdate_Home.PNG │ ├── imgUpdateLogOK.PNG │ └── imgUpdateLogOK_Home.PNG │ ├── MainWindow.xaml │ ├── MainWindow.xaml.cs │ ├── Properties │ ├── AssemblyInfo.cs │ ├── Resources.Designer.cs │ ├── Resources.resx │ ├── Settings.Designer.cs │ └── Settings.settings │ ├── TutorialExample.csproj │ ├── TutorialExample.csproj.user │ ├── app.config │ ├── bin │ └── Debug │ │ ├── IdealAutomateCore.dll │ │ ├── IdealAutomateCore.xml │ │ ├── Images │ │ ├── 112_UpArrowShort_Green.ico │ │ ├── imgPatch16.PNG │ │ ├── imgPatch17.PNG │ │ ├── imgPatch2015_08.PNG │ │ ├── imgPatch2015_08_Home.PNG │ │ ├── imgSVNUpdate.PNG │ │ ├── imgSVNUpdate_Home.PNG │ │ ├── imgUpdateLogOK.PNG │ │ └── imgUpdateLogOK_Home.PNG │ │ ├── TutorialExample.exe │ │ ├── TutorialExample.vshost.exe │ │ ├── TutorialExample.vshost.exe.manifest │ │ ├── WindowsInput.dll │ │ └── WindowsInput.xml │ └── obj │ └── x86 │ └── Debug │ ├── App.g.cs │ ├── App.g.i.cs │ ├── MainWindow.baml │ ├── MainWindow.g.cs │ ├── MainWindow.g.i.cs │ ├── TutorialExample.Properties.Resources.resources │ ├── TutorialExample.csproj.FileListAbsolute.txt │ ├── TutorialExample.exe │ ├── TutorialExample.g.resources │ ├── TutorialExample_Content.g.cs │ └── TutorialExample_Content.g.i.cs ├── Utilities ├── ..IdealAutomate │ └── CategoryState.txt ├── CleanCDrive │ ├── CleanCDrive.sln │ └── CleanCDrive │ │ ├── App.xaml │ │ ├── App.xaml.cs │ │ ├── ClassDiagram1.cd │ │ ├── CleanCDrive.csproj │ │ ├── Images │ │ ├── 112_UpArrowShort_Green.ico │ │ ├── imgPatch16.PNG │ │ ├── imgPatch17.PNG │ │ ├── imgPatch2015_08.PNG │ │ ├── imgPatch2015_08_Home.PNG │ │ ├── imgSVNUpdate.PNG │ │ ├── imgSVNUpdate_Home.PNG │ │ ├── imgUpdateLogOK.PNG │ │ └── imgUpdateLogOK_Home.PNG │ │ ├── MainWindow.xaml │ │ ├── MainWindow.xaml.cs │ │ ├── Properties │ │ ├── AssemblyInfo.cs │ │ ├── Resources.Designer.cs │ │ ├── Resources.resx │ │ ├── Settings.Designer.cs │ │ └── Settings.settings │ │ └── app.config ├── GetCommentsMethodsFromFile │ ├── GetCommentsMethodsFromFile.sln │ └── GetCommentsMethodsFromFile │ │ ├── App.xaml │ │ ├── App.xaml.cs │ │ ├── ClassDiagram1.cd │ │ ├── GetCommentsMethodsFromFile.csproj │ │ ├── Images │ │ ├── 112_UpArrowShort_Green.ico │ │ ├── imgPatch16.PNG │ │ ├── imgPatch17.PNG │ │ ├── imgPatch2015_08.PNG │ │ ├── imgPatch2015_08_Home.PNG │ │ ├── imgSVNUpdate.PNG │ │ ├── imgSVNUpdate_Home.PNG │ │ ├── imgUpdateLogOK.PNG │ │ └── imgUpdateLogOK_Home.PNG │ │ ├── MainWindow.xaml │ │ ├── MainWindow.xaml.cs │ │ ├── Properties │ │ ├── AssemblyInfo.cs │ │ ├── Resources.Designer.cs │ │ ├── Resources.resx │ │ ├── Settings.Designer.cs │ │ └── Settings.settings │ │ ├── Text │ │ ├── Reserved_Words_CS.txt │ │ └── Type_Words_CS.txt │ │ ├── app.config │ │ ├── bin │ │ └── Debug │ │ │ ├── GetCommentsMethodsFromFile.exe │ │ │ ├── IdealAutomateCore.dll │ │ │ ├── IdealAutomateCore.xml │ │ │ ├── Images │ │ │ ├── 112_UpArrowShort_Green.ico │ │ │ ├── imgPatch16.PNG │ │ │ ├── imgPatch17.PNG │ │ │ ├── imgPatch2015_08.PNG │ │ │ ├── imgPatch2015_08_Home.PNG │ │ │ ├── imgSVNUpdate.PNG │ │ │ ├── imgSVNUpdate_Home.PNG │ │ │ ├── imgUpdateLogOK.PNG │ │ │ └── imgUpdateLogOK_Home.PNG │ │ │ ├── Text │ │ │ ├── Reserved_Words_CS.txt │ │ │ └── Type_Words_CS.txt │ │ │ ├── WindowsInput.dll │ │ │ └── WindowsInput.xml │ │ └── obj │ │ └── x86 │ │ └── Debug │ │ ├── App.g.cs │ │ ├── App.g.i.cs │ │ ├── GetCommentsMethodsFromFile.Properties.Resources.resources │ │ ├── GetCommentsMethodsFromFile.csproj.FileListAbsolute.txt │ │ ├── GetCommentsMethodsFromFile.exe │ │ ├── GetCommentsMethodsFromFile.g.resources │ │ ├── GetCommentsMethodsFromFile_Content.g.cs │ │ ├── GetCommentsMethodsFromFile_Content.g.i.cs │ │ ├── MainWindow.baml │ │ ├── MainWindow.g.cs │ │ ├── MainWindow.g.i.cs │ │ └── TempPE │ │ └── Properties.Resources.Designer.cs.dll ├── GetCursorPosDemo │ └── GetCursorPosDemo │ │ ├── GetCursorPosDemo.sln │ │ └── GetCursorPosDemo │ │ ├── App.config │ │ ├── GetCursorPosDemo.csproj │ │ ├── POINT.cs │ │ ├── Program.cs │ │ └── Properties │ │ └── AssemblyInfo.cs ├── HotKeysMenu │ ├── .vs │ │ └── HotKeysMenu │ │ │ └── v15 │ │ │ └── Server │ │ │ └── sqlite3 │ │ │ ├── storage.ide │ │ │ ├── storage.ide-shm │ │ │ └── storage.ide-wal │ ├── HotKeysMenu.sln │ └── HotKeysMenu │ │ ├── App.xaml │ │ ├── App.xaml.cs │ │ ├── ClassDiagram1.cd │ │ ├── HotKeysMenu.csproj │ │ ├── Images │ │ ├── 112_UpArrowShort_Green.ico │ │ ├── hotkey.png │ │ ├── hotkey_qLA_icon.ico │ │ ├── imgPatch16.PNG │ │ ├── imgPatch17.PNG │ │ ├── imgPatch2015_08.PNG │ │ ├── imgPatch2015_08_Home.PNG │ │ ├── imgSVNUpdate.PNG │ │ ├── imgSVNUpdate_Home.PNG │ │ ├── imgUpdateLogOK.PNG │ │ └── imgUpdateLogOK_Home.PNG │ │ ├── MainWindow.xaml │ │ ├── MainWindow.xaml.cs │ │ ├── Properties │ │ ├── AssemblyInfo.cs │ │ ├── Resources.Designer.cs │ │ ├── Resources.resx │ │ ├── Settings.Designer.cs │ │ └── Settings.settings │ │ ├── app.config │ │ ├── bin │ │ └── Debug │ │ │ ├── $RANDOM_SEED$ │ │ │ ├── HotKeysMenu.exe │ │ │ ├── HotKeysMenu.pdb │ │ │ ├── HotKeysMenu.vshost.exe │ │ │ ├── HotKeysMenu.vshost.exe.manifest │ │ │ ├── IdealAutomateCore.dll │ │ │ ├── IdealAutomateCore.pdb │ │ │ ├── IdealAutomateCore.xml │ │ │ ├── Images │ │ │ ├── 112_UpArrowShort_Green.ico │ │ │ ├── imgPatch16.PNG │ │ │ ├── imgPatch17.PNG │ │ │ ├── imgPatch2015_08.PNG │ │ │ ├── imgPatch2015_08_Home.PNG │ │ │ ├── imgSVNUpdate.PNG │ │ │ ├── imgSVNUpdate_Home.PNG │ │ │ ├── imgUpdateLogOK.PNG │ │ │ └── imgUpdateLogOK_Home.PNG │ │ │ ├── WindowsInput.dll │ │ │ └── WindowsInput.xml │ │ ├── hotkey_qLA_icon.ico │ │ └── obj │ │ └── x86 │ │ └── Debug │ │ ├── App.g.cs │ │ ├── App.g.i.cs │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache │ │ ├── HotKeysMenu.Properties.Resources.resources │ │ ├── HotKeysMenu.csproj.CopyComplete │ │ ├── HotKeysMenu.csproj.FileListAbsolute.txt │ │ ├── HotKeysMenu.csproj.GenerateResource.Cache │ │ ├── HotKeysMenu.exe │ │ ├── HotKeysMenu.g.resources │ │ ├── HotKeysMenu.pdb │ │ ├── HotKeysMenu_Content.g.cs │ │ ├── HotKeysMenu_Content.g.i.cs │ │ ├── HotKeysMenu_MarkupCompile.cache │ │ ├── HotKeysMenu_MarkupCompile.i.cache │ │ ├── Interop.Shell32.dll │ │ ├── MainWindow.baml │ │ ├── MainWindow.g.cs │ │ ├── MainWindow.g.i.cs │ │ └── TempPE │ │ └── Properties.Resources.Designer.cs.dll ├── SnippingToolAutomation │ ├── .nuget │ │ ├── NuGet.Config │ │ ├── NuGet.exe │ │ └── NuGet.targets │ ├── EventHook │ │ ├── ApplicationWatcher.cs │ │ ├── ClipboardWatcher.cs │ │ ├── EventHook.Docs.csproj │ │ ├── EventHook.csproj │ │ ├── EventHook.nuspec │ │ ├── EventHookFactory.cs │ │ ├── Helpers │ │ │ ├── AsyncConcurrentQueue.cs │ │ │ ├── SyncFactory.cs │ │ │ └── WindowHelper.cs │ │ ├── Hooks │ │ │ ├── ClipBoardHook.cs │ │ │ ├── KeyboardHook.cs │ │ │ ├── Library │ │ │ │ ├── Enum.cs │ │ │ │ ├── Msgs.cs │ │ │ │ ├── PrintSpoolAPI.cs │ │ │ │ ├── Procs.cs │ │ │ │ ├── Structs.cs │ │ │ │ └── User32.cs │ │ │ ├── MouseHook.cs │ │ │ ├── PrintQueueHook.cs │ │ │ ├── ShellHook.cs │ │ │ ├── WindowHook.cs │ │ │ └── WindowHookEx.cs │ │ ├── KeyboardWatcher.cs │ │ ├── MouseWatcher.cs │ │ ├── PrintWatcher.cs │ │ ├── Properties │ │ │ └── AssemblyInfo.cs │ │ └── app.config │ ├── SnippingToolAutomation.sln │ └── SnippingToolAutomation │ │ ├── App.xaml │ │ ├── App.xaml.cs │ │ ├── ClassDiagram1.cd │ │ ├── Images │ │ ├── 112_UpArrowShort_Green.ico │ │ ├── SnippingTool.PNG │ │ ├── imgPatch16.PNG │ │ ├── imgPatch17.PNG │ │ ├── imgPatch2015_08.PNG │ │ ├── imgPatch2015_08_Home.PNG │ │ ├── imgSVNUpdate.PNG │ │ ├── imgSVNUpdate_Home.PNG │ │ ├── imgUpdateLogOK.PNG │ │ ├── imgUpdateLogOK_Home.PNG │ │ ├── snippingtool.jpeg │ │ └── snippingtool_0s9_icon.ico │ │ ├── MainWindow.xaml │ │ ├── MainWindow.xaml.cs │ │ ├── MouseHook.cs │ │ ├── Properties │ │ ├── AssemblyInfo.cs │ │ ├── Resources.Designer.cs │ │ ├── Resources.resx │ │ ├── Settings.Designer.cs │ │ └── Settings.settings │ │ ├── SnippingToolAutomation.csproj │ │ ├── Win32Api.cs │ │ ├── app.config │ │ └── snippingtool_0s9_icon.ico └── WindowsExplorerGetFullFileNamex │ ├── WindowsExplorerGetFullFileNamex.sln │ └── WindowsExplorerGetFullFileNamex │ ├── App.xaml │ ├── App.xaml.cs │ ├── ClassDiagram1.cd │ ├── Images │ ├── 112_UpArrowShort_Green.ico │ ├── imgPatch16.PNG │ ├── imgPatch17.PNG │ ├── imgPatch2015_08.PNG │ ├── imgPatch2015_08_Home.PNG │ ├── imgSVNUpdate.PNG │ ├── imgSVNUpdate_Home.PNG │ ├── imgUpdateLogOK.PNG │ └── imgUpdateLogOK_Home.PNG │ ├── MainWindow.xaml │ ├── MainWindow.xaml.cs │ ├── Properties │ ├── AssemblyInfo.cs │ ├── Resources.Designer.cs │ ├── Resources.resx │ ├── Settings.Designer.cs │ └── Settings.settings │ ├── WindowsExplorerGetFullFileNamex.csproj │ └── app.config ├── VisualStudio ├── ..IdealAutomate │ └── CategoryState.txt ├── ExecuteWithBreakpointTrace │ ├── .vs │ │ └── ExecuteWithBreakpointTrace │ │ │ └── v15 │ │ │ └── Server │ │ │ └── sqlite3 │ │ │ ├── db.lock │ │ │ └── storage.ide │ ├── ExecuteWithBreakpointTrace.sln │ └── ExecuteWithBreakpointTrace │ │ ├── App.xaml │ │ ├── App.xaml.cs │ │ ├── ClassDiagram1.cd │ │ ├── ExecuteWithBreakpointTrace.csproj │ │ ├── ExecuteWithBreakpointTrace.csproj.user │ │ ├── Images │ │ ├── 112_UpArrowShort_Green.ico │ │ ├── imgPatch16.PNG │ │ ├── imgPatch17.PNG │ │ ├── imgPatch2015_08.PNG │ │ ├── imgPatch2015_08_Home.PNG │ │ ├── imgSVNUpdate.PNG │ │ ├── imgSVNUpdate_Home.PNG │ │ ├── imgUpdateLogOK.PNG │ │ ├── imgUpdateLogOK_Home.PNG │ │ └── imgYellowArrow.PNG │ │ ├── LineOfCode.cs │ │ ├── MainWindow.xaml │ │ ├── MainWindow.xaml.cs │ │ ├── Properties │ │ ├── AssemblyInfo.cs │ │ ├── Resources.Designer.cs │ │ ├── Resources.resx │ │ ├── Settings.Designer.cs │ │ └── Settings.settings │ │ ├── app.config │ │ ├── bin │ │ └── Debug │ │ │ ├── ExecuteWithBreakpointTrace.exe │ │ │ ├── ExecuteWithBreakpointTrace.pdb │ │ │ ├── IdealAutomateCore.dll │ │ │ ├── IdealAutomateCore.pdb │ │ │ ├── IdealAutomateCore.xml │ │ │ ├── Images │ │ │ ├── 112_UpArrowShort_Green.ico │ │ │ ├── imgPatch16.PNG │ │ │ ├── imgPatch17.PNG │ │ │ ├── imgPatch2015_08.PNG │ │ │ ├── imgPatch2015_08_Home.PNG │ │ │ ├── imgSVNUpdate.PNG │ │ │ ├── imgSVNUpdate_Home.PNG │ │ │ ├── imgUpdateLogOK.PNG │ │ │ ├── imgUpdateLogOK_Home.PNG │ │ │ └── imgYellowArrow.PNG │ │ │ ├── WindowsInput.dll │ │ │ └── WindowsInput.xml │ │ ├── obj │ │ └── x86 │ │ │ └── Debug │ │ │ ├── App.g.cs │ │ │ ├── App.g.i.cs │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache │ │ │ ├── ExecuteWithBreakpointTrace.Properties.Resources.resources │ │ │ ├── ExecuteWithBreakpointTrace.csproj.CopyComplete │ │ │ ├── ExecuteWithBreakpointTrace.csproj.FileListAbsolute.txt │ │ │ ├── ExecuteWithBreakpointTrace.csproj.GenerateResource.Cache │ │ │ ├── ExecuteWithBreakpointTrace.csprojResolveAssemblyReference.cache │ │ │ ├── ExecuteWithBreakpointTrace.exe │ │ │ ├── ExecuteWithBreakpointTrace.g.resources │ │ │ ├── ExecuteWithBreakpointTrace.pdb │ │ │ ├── ExecuteWithBreakpointTrace_Content.g.cs │ │ │ ├── ExecuteWithBreakpointTrace_Content.g.i.cs │ │ │ ├── ExecuteWithBreakpointTrace_MarkupCompile.cache │ │ │ ├── ExecuteWithBreakpointTrace_MarkupCompile.i.cache │ │ │ ├── MainWindow.baml │ │ │ ├── MainWindow.g.cs │ │ │ └── MainWindow.g.i.cs │ │ └── packages.config ├── OpenNotepadLineInVS │ ├── .vs │ │ └── OpenNotepadLineInVS │ │ │ ├── v14 │ │ │ └── .suo │ │ │ └── v15 │ │ │ └── Server │ │ │ └── sqlite3 │ │ │ ├── db.lock │ │ │ └── storage.ide │ ├── OpenNotepadLineInVS.sln │ └── OpenNotepadLineInVS │ │ ├── App.xaml │ │ ├── App.xaml.cs │ │ ├── ClassDiagram1.cd │ │ ├── Images │ │ ├── 112_UpArrowShort_Green.ico │ │ ├── imgPatch16.PNG │ │ ├── imgPatch17.PNG │ │ ├── imgPatch2015_08.PNG │ │ ├── imgPatch2015_08_Home.PNG │ │ ├── imgSVNUpdate.PNG │ │ ├── imgSVNUpdate_Home.PNG │ │ ├── imgUpdateLogOK.PNG │ │ └── imgUpdateLogOK_Home.PNG │ │ ├── MainWindow.xaml │ │ ├── MainWindow.xaml.cs │ │ ├── OpenNotepadLineInVS.csproj │ │ ├── Properties │ │ ├── AssemblyInfo.cs │ │ ├── Resources.Designer.cs │ │ ├── Resources.resx │ │ ├── Settings.Designer.cs │ │ └── Settings.settings │ │ ├── app.config │ │ ├── bin │ │ └── Debug │ │ │ ├── IdealAutomateCore.dll │ │ │ ├── IdealAutomateCore.pdb │ │ │ ├── IdealAutomateCore.xml │ │ │ ├── Images │ │ │ ├── 112_UpArrowShort_Green.ico │ │ │ ├── imgPatch16.PNG │ │ │ ├── imgPatch17.PNG │ │ │ ├── imgPatch2015_08.PNG │ │ │ ├── imgPatch2015_08_Home.PNG │ │ │ ├── imgSVNUpdate.PNG │ │ │ ├── imgSVNUpdate_Home.PNG │ │ │ ├── imgUpdateLogOK.PNG │ │ │ └── imgUpdateLogOK_Home.PNG │ │ │ ├── OpenNotepadLineInVS.exe │ │ │ ├── OpenNotepadLineInVS.pdb │ │ │ ├── WindowsInput.dll │ │ │ └── WindowsInput.xml │ │ └── obj │ │ └── x86 │ │ └── Debug │ │ ├── App.g.cs │ │ ├── App.g.i.cs │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache │ │ ├── MainWindow.baml │ │ ├── MainWindow.g.cs │ │ ├── MainWindow.g.i.cs │ │ ├── OpenNotepadLineInVS.Properties.Resources.resources │ │ ├── OpenNotepadLineInVS.csproj.CopyComplete │ │ ├── OpenNotepadLineInVS.csproj.FileListAbsolute.txt │ │ ├── OpenNotepadLineInVS.csproj.GenerateResource.Cache │ │ ├── OpenNotepadLineInVS.exe │ │ ├── OpenNotepadLineInVS.g.resources │ │ ├── OpenNotepadLineInVS.pdb │ │ ├── OpenNotepadLineInVS_Content.g.cs │ │ ├── OpenNotepadLineInVS_Content.g.i.cs │ │ ├── OpenNotepadLineInVS_MarkupCompile.cache │ │ └── OpenNotepadLineInVS_MarkupCompile.i.cache ├── SetBreakpoints │ ├── .vs │ │ └── SetBreakpoints │ │ │ ├── v14 │ │ │ └── .suo │ │ │ └── v15 │ │ │ └── Server │ │ │ └── sqlite3 │ │ │ ├── db.lock │ │ │ └── storage.ide │ ├── SetBreakpoints.sln │ ├── SetBreakpoints │ │ ├── App.xaml │ │ ├── App.xaml.cs │ │ ├── ClassDiagram1.cd │ │ ├── FileFolderDialog.cs │ │ ├── Images │ │ │ ├── 112_UpArrowShort_Green.ico │ │ │ ├── imgPatch16.PNG │ │ │ ├── imgPatch17.PNG │ │ │ ├── imgPatch2015_08.PNG │ │ │ ├── imgPatch2015_08_Home.PNG │ │ │ ├── imgSVNUpdate.PNG │ │ │ ├── imgSVNUpdate_Home.PNG │ │ │ ├── imgUpdateLogOK.PNG │ │ │ └── imgUpdateLogOK_Home.PNG │ │ ├── MainWindow.xaml │ │ ├── MainWindow.xaml.cs │ │ ├── MatchInfo.cs │ │ ├── Properties │ │ │ ├── AssemblyInfo.cs │ │ │ ├── Resources.Designer.cs │ │ │ ├── Resources.resx │ │ │ ├── Settings.Designer.cs │ │ │ └── Settings.settings │ │ ├── SetBreakpoints.csproj │ │ ├── app.config │ │ ├── bin │ │ │ └── Debug │ │ │ │ ├── AODL.dll │ │ │ │ ├── DocumentFormat.OpenXml.dll │ │ │ │ ├── DocumentFormat.OpenXml.xml │ │ │ │ ├── ICSharpCode.SharpZipLib.dll │ │ │ │ ├── IdealAutomateCore.dll │ │ │ │ ├── IdealAutomateCore.pdb │ │ │ │ ├── IdealAutomateCore.xml │ │ │ │ ├── Images │ │ │ │ ├── 112_UpArrowShort_Green.ico │ │ │ │ ├── imgPatch16.PNG │ │ │ │ ├── imgPatch17.PNG │ │ │ │ ├── imgPatch2015_08.PNG │ │ │ │ ├── imgPatch2015_08_Home.PNG │ │ │ │ ├── imgSVNUpdate.PNG │ │ │ │ ├── imgSVNUpdate_Home.PNG │ │ │ │ ├── imgUpdateLogOK.PNG │ │ │ │ └── imgUpdateLogOK_Home.PNG │ │ │ │ ├── SetBreakpoints.exe │ │ │ │ ├── SetBreakpoints.pdb │ │ │ │ ├── WindowsInput.dll │ │ │ │ └── WindowsInput.xml │ │ ├── obj │ │ │ └── x86 │ │ │ │ └── Debug │ │ │ │ ├── App.g.cs │ │ │ │ ├── App.g.i.cs │ │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache │ │ │ │ ├── MainWindow.baml │ │ │ │ ├── MainWindow.g.cs │ │ │ │ ├── MainWindow.g.i.cs │ │ │ │ ├── SetBreakpoints.Properties.Resources.resources │ │ │ │ ├── SetBreakpoints.csproj.FileListAbsolute.txt │ │ │ │ ├── SetBreakpoints.csproj.GenerateResource.Cache │ │ │ │ ├── SetBreakpoints.exe │ │ │ │ ├── SetBreakpoints.g.resources │ │ │ │ ├── SetBreakpoints.pdb │ │ │ │ ├── SetBreakpoints_Content.g.cs │ │ │ │ ├── SetBreakpoints_Content.g.i.cs │ │ │ │ ├── SetBreakpoints_MarkupCompile.cache │ │ │ │ ├── SetBreakpoints_MarkupCompile.i.cache │ │ │ │ └── TempPE │ │ │ │ └── Properties.Resources.Designer.cs.dll │ │ └── packages.config │ └── packages │ │ ├── AODL.1.2.0.1 │ │ ├── AODL.1.2.0.1.nupkg │ │ └── lib │ │ │ ├── AODL.dll │ │ │ └── ICSharpCode.SharpZipLib.dll │ │ └── DocumentFormat.OpenXml.2.8.1 │ │ ├── DocumentFormat.OpenXml.2.8.1.nupkg │ │ └── lib │ │ ├── net35 │ │ ├── DocumentFormat.OpenXml.dll │ │ └── DocumentFormat.OpenXml.xml │ │ ├── net40 │ │ ├── DocumentFormat.OpenXml.dll │ │ └── DocumentFormat.OpenXml.xml │ │ ├── net46 │ │ ├── DocumentFormat.OpenXml.dll │ │ └── DocumentFormat.OpenXml.xml │ │ └── netstandard1.3 │ │ ├── DocumentFormat.OpenXml.dll │ │ └── DocumentFormat.OpenXml.xml └── VisualStudioHotKeys │ ├── ..IdealAutomate │ ├── ..IdealAutomate │ │ └── CategoryState.txt │ ├── CategoryState.txt │ └── CategoryState │ │ └── ..IdealAutomate │ │ └── CategoryState.txt │ ├── VisualStudioHotKeys.sln │ └── VisualStudioHotKeys │ ├── 2017.xml │ ├── App.xaml │ ├── App.xaml.cs │ ├── ClassDiagram1.cd │ ├── Images │ ├── 112_UpArrowShort_Green.ico │ ├── imgPatch16.PNG │ ├── imgPatch17.PNG │ ├── imgPatch2015_08.PNG │ ├── imgPatch2015_08_Home.PNG │ ├── imgSVNUpdate.PNG │ ├── imgSVNUpdate_Home.PNG │ ├── imgUpdateLogOK.PNG │ └── imgUpdateLogOK_Home.PNG │ ├── MainWindow.xaml │ ├── MainWindow.xaml.cs │ ├── Properties │ ├── AssemblyInfo.cs │ ├── Resources.Designer.cs │ ├── Resources.resx │ ├── Settings.Designer.cs │ └── Settings.settings │ ├── VisualStudioHotKeys.csproj │ ├── app.config │ └── obj │ └── x86 │ └── Debug │ ├── App.g.i.cs │ ├── MainWindow.g.i.cs │ ├── TempPE │ └── Properties.Resources.Designer.cs.dll │ └── VisualStudioHotKeys_Content.g.i.cs ├── WindowsExplorerGetFileNameOnly ├── WindowsExplorerGetFileNameOnly.sln └── WindowsExplorerGetFileNameOnly │ ├── App.xaml │ ├── App.xaml.cs │ ├── ClassDiagram1.cd │ ├── Images │ ├── 112_UpArrowShort_Green.ico │ ├── imgName.PNG │ ├── imgPatch16.PNG │ ├── imgPatch17.PNG │ ├── imgPatch2015_08.PNG │ ├── imgPatch2015_08_Home.PNG │ ├── imgSVNUpdate.PNG │ ├── imgSVNUpdate_Home.PNG │ ├── imgUpdateLogOK.PNG │ └── imgUpdateLogOK_Home.PNG │ ├── MainWindow.xaml │ ├── MainWindow.xaml.cs │ ├── Properties │ ├── AssemblyInfo.cs │ ├── Resources.Designer.cs │ ├── Resources.resx │ ├── Settings.Designer.cs │ └── Settings.settings │ ├── WindowsExplorerGetFileNameOnly.csproj │ ├── app.config │ ├── bin │ └── Debug │ │ ├── IdealAutomateCore.dll │ │ ├── IdealAutomateCore.xml │ │ ├── Images │ │ ├── 112_UpArrowShort_Green.ico │ │ ├── imgName.PNG │ │ ├── imgPatch16.PNG │ │ ├── imgPatch17.PNG │ │ ├── imgPatch2015_08.PNG │ │ ├── imgPatch2015_08_Home.PNG │ │ ├── imgSVNUpdate.PNG │ │ ├── imgSVNUpdate_Home.PNG │ │ ├── imgUpdateLogOK.PNG │ │ └── imgUpdateLogOK_Home.PNG │ │ ├── WindowsExplorerGetFileNameOnly.exe │ │ ├── WindowsExplorerGetFileNameOnly.vshost.exe │ │ ├── WindowsExplorerGetFileNameOnly.vshost.exe.manifest │ │ ├── WindowsInput.dll │ │ ├── WindowsInput.xml │ │ ├── tempbigimgName.PNG.bmp │ │ └── tempsmallimgName.PNG.bmp │ └── obj │ └── x86 │ └── Debug │ ├── App.g.cs │ ├── App.g.i.cs │ ├── MainWindow.baml │ ├── MainWindow.g.cs │ ├── MainWindow.g.i.cs │ ├── WindowsExplorerGetFileNameOnly.Properties.Resources.resources │ ├── WindowsExplorerGetFileNameOnly.csproj.FileListAbsolute.txt │ ├── WindowsExplorerGetFileNameOnly.exe │ ├── WindowsExplorerGetFileNameOnly.g.resources │ ├── WindowsExplorerGetFileNameOnly_Content.g.cs │ └── WindowsExplorerGetFileNameOnly_Content.g.i.cs ├── WindowsExplorerGetFullFileName ├── WindowsExplorerGetFullFileName.sln └── WindowsExplorerGetFullFileName │ ├── App.xaml │ ├── App.xaml.cs │ ├── ClassDiagram1.cd │ ├── Images │ ├── 112_UpArrowShort_Green.ico │ ├── imgName.PNG │ ├── imgPatch16.PNG │ ├── imgPatch17.PNG │ ├── imgPatch2015_08.PNG │ ├── imgPatch2015_08_Home.PNG │ ├── imgSVNUpdate.PNG │ ├── imgSVNUpdate_Home.PNG │ ├── imgUpdateLogOK.PNG │ └── imgUpdateLogOK_Home.PNG │ ├── MainWindow.xaml │ ├── MainWindow.xaml.cs │ ├── Properties │ ├── AssemblyInfo.cs │ ├── Resources.Designer.cs │ ├── Resources.resx │ ├── Settings.Designer.cs │ └── Settings.settings │ ├── WindowsExplorerGetFullFileName.csproj │ ├── WindowsExplorerGetFullFileName.csproj.user │ ├── app.config │ ├── bin │ └── Debug │ │ ├── IdealAutomateCore.dll │ │ ├── IdealAutomateCore.xml │ │ ├── Images │ │ ├── 112_UpArrowShort_Green.ico │ │ ├── imgName.PNG │ │ ├── imgPatch16.PNG │ │ ├── imgPatch17.PNG │ │ ├── imgPatch2015_08.PNG │ │ ├── imgPatch2015_08_Home.PNG │ │ ├── imgSVNUpdate.PNG │ │ ├── imgSVNUpdate_Home.PNG │ │ ├── imgUpdateLogOK.PNG │ │ └── imgUpdateLogOK_Home.PNG │ │ ├── WindowsExplorerGetFullFileName.exe │ │ ├── WindowsExplorerGetFullFileName.vshost.exe │ │ ├── WindowsExplorerGetFullFileName.vshost.exe.manifest │ │ ├── WindowsInput.dll │ │ ├── WindowsInput.xml │ │ ├── tempbigimgName.PNG0.bmp │ │ ├── tempbigimgName.PNG1.bmp │ │ ├── tempbigimgName.PNG2.bmp │ │ ├── tempbigimgName.PNG3.bmp │ │ ├── tempbigimgName.PNG4.bmp │ │ ├── tempbigimgName.PNG5.bmp │ │ ├── tempbigimgName.PNG6.bmp │ │ ├── tempbigimgName.PNG7.bmp │ │ ├── tempbigimgName.PNG8.bmp │ │ ├── tempsmallimgName.PNG0.bmp │ │ ├── tempsmallimgName.PNG1.bmp │ │ ├── tempsmallimgName.PNG2.bmp │ │ ├── tempsmallimgName.PNG3.bmp │ │ ├── tempsmallimgName.PNG4.bmp │ │ ├── tempsmallimgName.PNG5.bmp │ │ ├── tempsmallimgName.PNG6.bmp │ │ ├── tempsmallimgName.PNG7.bmp │ │ └── tempsmallimgName.PNG8.bmp │ └── obj │ └── x86 │ └── Debug │ ├── App.g.cs │ ├── App.g.i.cs │ ├── MainWindow.baml │ ├── MainWindow.g.cs │ ├── MainWindow.g.i.cs │ ├── WindowsExplorerGetFullFileName.Properties.Resources.resources │ ├── WindowsExplorerGetFullFileName.csproj.FileListAbsolute.txt │ ├── WindowsExplorerGetFullFileName.exe │ ├── WindowsExplorerGetFullFileName.g.resources │ ├── WindowsExplorerGetFullFileName_Content.g.cs │ └── WindowsExplorerGetFullFileName_Content.g.i.cs ├── WrapSQLInQuotesForCS ├── .vs │ └── WrapSQLInQuotesForCS │ │ └── v15 │ │ └── Server │ │ └── sqlite3 │ │ ├── db.lock │ │ ├── storage.ide │ │ ├── storage.ide-shm │ │ └── storage.ide-wal ├── WrapSQLInQuotesForCS.sln ├── WrapSQLInQuotesForCS │ ├── App.xaml │ ├── App.xaml.cs │ ├── ClassDiagram1.cd │ ├── ComboBoxPair.cs │ ├── ControlEntity.cs │ ├── ControlType.cs │ ├── Images │ │ ├── 112_UpArrowShort_Green.ico │ │ ├── imgPatch16.PNG │ │ ├── imgPatch17.PNG │ │ ├── imgPatch2015_08.PNG │ │ ├── imgPatch2015_08_Home.PNG │ │ ├── imgSVNUpdate.PNG │ │ ├── imgSVNUpdate_Home.PNG │ │ ├── imgUpdateLogOK.PNG │ │ └── imgUpdateLogOK_Home.PNG │ ├── MainWindow.xaml │ ├── MainWindow.xaml.cs │ ├── Methods.cs │ ├── Properties │ │ ├── AssemblyInfo.cs │ │ ├── Resources.Designer.cs │ │ ├── Resources.resx │ │ ├── Settings.Designer.cs │ │ └── Settings.settings │ ├── Resources │ │ ├── FolderLogo.png │ │ ├── GreenBox.png │ │ ├── RedArrowDown.png │ │ ├── RedArrowLeft.png │ │ ├── RedArrowRight.png │ │ ├── RedArrowUp.png │ │ └── RedBox.png │ ├── WindowMultipleControls.xaml │ ├── WindowMultipleControls.xaml.cs │ ├── WindowShape.xaml │ ├── WindowShape.xaml.cs │ ├── WrapSQLInQuotesForCS.csproj │ ├── app.config │ ├── bin │ │ └── Debug │ │ │ ├── IdealAutomateCore.dll │ │ │ ├── IdealAutomateCore.xml │ │ │ ├── Images │ │ │ ├── 112_UpArrowShort_Green.ico │ │ │ ├── imgPatch16.PNG │ │ │ ├── imgPatch17.PNG │ │ │ ├── imgPatch2015_08.PNG │ │ │ ├── imgPatch2015_08_Home.PNG │ │ │ ├── imgSVNUpdate.PNG │ │ │ ├── imgSVNUpdate_Home.PNG │ │ │ ├── imgUpdateLogOK.PNG │ │ │ └── imgUpdateLogOK_Home.PNG │ │ │ ├── WindowsInput.dll │ │ │ ├── WindowsInput.xml │ │ │ ├── WrapSQLInQuotesForCS.exe │ │ │ ├── WrapSQLInQuotesForCS.exe.config │ │ │ ├── WrapSQLInQuotesForCS.vshost.exe │ │ │ └── WrapSQLInQuotesForCS.vshost.exe.manifest │ ├── obj │ │ └── x86 │ │ │ └── Debug │ │ │ ├── App.g.cs │ │ │ ├── App.g.i.cs │ │ │ ├── MainWindow.baml │ │ │ ├── MainWindow.g.cs │ │ │ ├── MainWindow.g.i.cs │ │ │ ├── TempPE │ │ │ └── Properties.Resources.Designer.cs.dll │ │ │ ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs │ │ │ ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs │ │ │ ├── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs │ │ │ ├── WindowMultipleControls.baml │ │ │ ├── WindowMultipleControls.g.cs │ │ │ ├── WindowMultipleControls.g.i.cs │ │ │ ├── WindowShape.baml │ │ │ ├── WindowShape.g.cs │ │ │ ├── WindowShape.g.i.cs │ │ │ ├── WrapSQLInQuotesForCS.Properties.Resources.resources │ │ │ ├── WrapSQLInQuotesForCS.csproj.FileListAbsolute.txt │ │ │ ├── WrapSQLInQuotesForCS.exe │ │ │ ├── WrapSQLInQuotesForCS.g.resources │ │ │ ├── WrapSQLInQuotesForCS_Content.g.cs │ │ │ └── WrapSQLInQuotesForCS_Content.g.i.cs │ └── packages.config └── packages │ └── InputSimulator.1.0.4.0 │ ├── InputSimulator.1.0.4.0.nupkg │ └── lib │ └── net20 │ ├── WindowsInput.dll │ └── WindowsInput.xml ├── WrapTextInQuotesForCS ├── ..IdealAutomate │ └── CategoryState.txt ├── WrapTextInQuotesForCS.sln └── WrapTextInQuotesForCS │ ├── App.xaml │ ├── App.xaml.cs │ ├── ClassDiagram1.cd │ ├── Images │ ├── 112_UpArrowShort_Green.ico │ ├── imgPatch16.PNG │ ├── imgPatch17.PNG │ ├── imgPatch2015_08.PNG │ ├── imgPatch2015_08_Home.PNG │ ├── imgSVNUpdate.PNG │ ├── imgSVNUpdate_Home.PNG │ ├── imgUpdateLogOK.PNG │ └── imgUpdateLogOK_Home.PNG │ ├── MainWindow.xaml │ ├── MainWindow.xaml.cs │ ├── Properties │ ├── AssemblyInfo.cs │ ├── Resources.Designer.cs │ ├── Resources.resx │ ├── Settings.Designer.cs │ └── Settings.settings │ ├── WrapTextInQuotesForCS.csproj │ ├── app.config │ ├── bin │ └── Debug │ │ ├── IdealAutomateCore.dll │ │ ├── IdealAutomateCore.xml │ │ ├── Images │ │ ├── 112_UpArrowShort_Green.ico │ │ ├── imgPatch16.PNG │ │ ├── imgPatch17.PNG │ │ ├── imgPatch2015_08.PNG │ │ ├── imgPatch2015_08_Home.PNG │ │ ├── imgSVNUpdate.PNG │ │ ├── imgSVNUpdate_Home.PNG │ │ ├── imgUpdateLogOK.PNG │ │ └── imgUpdateLogOK_Home.PNG │ │ ├── WindowsInput.dll │ │ ├── WindowsInput.xml │ │ └── WrapTextInQuotesForCS.exe │ └── obj │ └── x86 │ └── Debug │ ├── App.g.cs │ ├── App.g.i.cs │ ├── MainWindow.baml │ ├── MainWindow.g.cs │ ├── MainWindow.g.i.cs │ ├── WrapTextInQuotesForCS.Properties.Resources.resources │ ├── WrapTextInQuotesForCS.csproj.FileListAbsolute.txt │ ├── WrapTextInQuotesForCS.exe │ ├── WrapTextInQuotesForCS.g.resources │ ├── WrapTextInQuotesForCS_Content.g.cs │ └── WrapTextInQuotesForCS_Content.g.i.cs └── testproject ├── ..IdealAutomate ├── cbxCustomSelectedValue.txt ├── cbxStatusSelectedValue.txt ├── custom.txt ├── description.txt └── status.txt ├── testproject.sln └── testproject ├── App.xaml ├── App.xaml.cs ├── ClassDiagram1.cd ├── Images ├── 112_UpArrowShort_Green.ico ├── imgPatch16.PNG ├── imgPatch17.PNG ├── imgPatch2015_08.PNG ├── imgPatch2015_08_Home.PNG ├── imgSVNUpdate.PNG ├── imgSVNUpdate_Home.PNG ├── imgUpdateLogOK.PNG └── imgUpdateLogOK_Home.PNG ├── MainWindow.xaml ├── MainWindow.xaml.cs ├── Properties ├── AssemblyInfo.cs ├── Resources.Designer.cs ├── Resources.resx ├── Settings.Designer.cs └── Settings.settings ├── app.config ├── packages.config └── testproject.csproj /..IdealAutomate/UnconvertUWP/cbxCustomSelectedValue.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /..IdealAutomate/UnconvertUWP/cbxStatusSelectedValue.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /..IdealAutomate/UnconvertUWP/custom.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /..IdealAutomate/UnconvertUWP/description.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /..IdealAutomate/UnconvertUWP/status.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/.gitignore -------------------------------------------------------------------------------- /ArtificialIntelligence/..IdealAutomate/CategoryState.txt: -------------------------------------------------------------------------------- 1 | Collapsed -------------------------------------------------------------------------------- /ArtificialIntelligence/Microsoft AI School.url: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/ArtificialIntelligence/Microsoft AI School.url -------------------------------------------------------------------------------- /AutomateGoogleYahoo/.vs/AutomateGoogleYahoo/v15/Server/sqlite3/db.lock: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /AutomateGoogleYahoo/AutomateGoogleYahoo.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/AutomateGoogleYahoo/AutomateGoogleYahoo.sln -------------------------------------------------------------------------------- /AutomateGoogleYahoo/AutomateGoogleYahoo/App.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/AutomateGoogleYahoo/AutomateGoogleYahoo/App.xaml -------------------------------------------------------------------------------- /AutomateGoogleYahoo/AutomateGoogleYahoo/App.xaml.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/AutomateGoogleYahoo/AutomateGoogleYahoo/App.xaml.cs -------------------------------------------------------------------------------- /AutomateGoogleYahoo/AutomateGoogleYahoo/ClassDiagram1.cd: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /AutomateGoogleYahoo/AutomateGoogleYahoo/MainWindow.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/AutomateGoogleYahoo/AutomateGoogleYahoo/MainWindow.xaml -------------------------------------------------------------------------------- /AutomateGoogleYahoo/AutomateGoogleYahoo/app.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/AutomateGoogleYahoo/AutomateGoogleYahoo/app.config -------------------------------------------------------------------------------- /AutomateGoogleYahoo/AutomateGoogleYahoo/obj/x86/Debug/AutomateGoogleYahoo.csproj.CopyComplete: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /BalloonGuideExampleWebAPIProject/BalloonGuideExampleWebAPIProject/ClassDiagram1.cd: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /CODE_OF_CONDUCT.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/CODE_OF_CONDUCT.md -------------------------------------------------------------------------------- /CSharp/..IdealAutomate/CategoryState.txt: -------------------------------------------------------------------------------- 1 | Expanded -------------------------------------------------------------------------------- /CSharp/Abstract Class.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/CSharp/Abstract Class.rtf -------------------------------------------------------------------------------- /CSharp/Access Modifiers.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/CSharp/Access Modifiers.rtf -------------------------------------------------------------------------------- /CSharp/Anonymous Method.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/CSharp/Anonymous Method.rtf -------------------------------------------------------------------------------- /CSharp/Array.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/CSharp/Array.rtf -------------------------------------------------------------------------------- /CSharp/BackgroundWorker.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/CSharp/BackgroundWorker.txt -------------------------------------------------------------------------------- /CSharp/Base.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/CSharp/Base.rtf -------------------------------------------------------------------------------- /CSharp/CSharpExamples/..IdealAutomate/CategoryState.txt: -------------------------------------------------------------------------------- 1 | Expanded -------------------------------------------------------------------------------- /CSharp/CSharpExamples/Arrays/..IdealAutomate/CategoryState.txt: -------------------------------------------------------------------------------- 1 | Expanded -------------------------------------------------------------------------------- /CSharp/CSharpExamples/Arrays/HardingEduExample.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/CSharp/CSharpExamples/Arrays/HardingEduExample.txt -------------------------------------------------------------------------------- /CSharp/CSharpExamples/Attributes/..IdealAutomate/CategoryState.txt: -------------------------------------------------------------------------------- 1 | Expanded -------------------------------------------------------------------------------- /CSharp/CSharpExamples/Attributes/HardingEduExample.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/CSharp/CSharpExamples/Attributes/HardingEduExample.txt -------------------------------------------------------------------------------- /CSharp/CSharpExamples/Choices/..IdealAutomate/CategoryState.txt: -------------------------------------------------------------------------------- 1 | Expanded -------------------------------------------------------------------------------- /CSharp/CSharpExamples/Choices/HardingEduExample.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/CSharp/CSharpExamples/Choices/HardingEduExample.txt -------------------------------------------------------------------------------- /CSharp/CSharpExamples/Classes & Interfaces/..IdealAutomate/CategoryState.txt: -------------------------------------------------------------------------------- 1 | Expanded -------------------------------------------------------------------------------- /CSharp/CSharpExamples/Collections/..IdealAutomate/CategoryState.txt: -------------------------------------------------------------------------------- 1 | Expanded -------------------------------------------------------------------------------- /CSharp/CSharpExamples/Collections/HardingEduExample.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/CSharp/CSharpExamples/Collections/HardingEduExample.txt -------------------------------------------------------------------------------- /CSharp/CSharpExamples/Comments/..IdealAutomate/CategoryState.txt: -------------------------------------------------------------------------------- 1 | Expanded -------------------------------------------------------------------------------- /CSharp/CSharpExamples/Comments/HardingEduExample.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/CSharp/CSharpExamples/Comments/HardingEduExample.txt -------------------------------------------------------------------------------- /CSharp/CSharpExamples/ConsoleIO/..IdealAutomate/CategoryState.txt: -------------------------------------------------------------------------------- 1 | Expanded -------------------------------------------------------------------------------- /CSharp/CSharpExamples/ConsoleIO/HardingEduExample.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/CSharp/CSharpExamples/ConsoleIO/HardingEduExample.txt -------------------------------------------------------------------------------- /CSharp/CSharpExamples/Constants/..IdealAutomate/CategoryState.txt: -------------------------------------------------------------------------------- 1 | Expanded -------------------------------------------------------------------------------- /CSharp/CSharpExamples/Constants/HardingEduExample.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/CSharp/CSharpExamples/Constants/HardingEduExample.txt -------------------------------------------------------------------------------- /CSharp/CSharpExamples/ConstructorsAndDestructors/..IdealAutomate/CategoryState.txt: -------------------------------------------------------------------------------- 1 | Expanded -------------------------------------------------------------------------------- /CSharp/CSharpSyntax/..IdealAutomate/CategoryState.txt: -------------------------------------------------------------------------------- 1 | Child -------------------------------------------------------------------------------- /CSharp/CSharpSyntax/CSharpSyntax.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/CSharp/CSharpSyntax/CSharpSyntax.sln -------------------------------------------------------------------------------- /CSharp/CSharpSyntax/CSharpSyntax/App.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/CSharp/CSharpSyntax/CSharpSyntax/App.xaml -------------------------------------------------------------------------------- /CSharp/CSharpSyntax/CSharpSyntax/App.xaml.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/CSharp/CSharpSyntax/CSharpSyntax/App.xaml.cs -------------------------------------------------------------------------------- /CSharp/CSharpSyntax/CSharpSyntax/CSharpSyntax.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/CSharp/CSharpSyntax/CSharpSyntax/CSharpSyntax.csproj -------------------------------------------------------------------------------- /CSharp/CSharpSyntax/CSharpSyntax/ClassDiagram1.cd: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /CSharp/CSharpSyntax/CSharpSyntax/Images/imgPatch16.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/CSharp/CSharpSyntax/CSharpSyntax/Images/imgPatch16.PNG -------------------------------------------------------------------------------- /CSharp/CSharpSyntax/CSharpSyntax/Images/imgPatch17.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/CSharp/CSharpSyntax/CSharpSyntax/Images/imgPatch17.PNG -------------------------------------------------------------------------------- /CSharp/CSharpSyntax/CSharpSyntax/Images/imgSVNUpdate.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/CSharp/CSharpSyntax/CSharpSyntax/Images/imgSVNUpdate.PNG -------------------------------------------------------------------------------- /CSharp/CSharpSyntax/CSharpSyntax/MainWindow.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/CSharp/CSharpSyntax/CSharpSyntax/MainWindow.xaml -------------------------------------------------------------------------------- /CSharp/CSharpSyntax/CSharpSyntax/MainWindow.xaml.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/CSharp/CSharpSyntax/CSharpSyntax/MainWindow.xaml.cs -------------------------------------------------------------------------------- /CSharp/CSharpSyntax/CSharpSyntax/app.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/CSharp/CSharpSyntax/CSharpSyntax/app.config -------------------------------------------------------------------------------- /CSharp/CSharpSyntax/CSharpSyntax/obj/x86/Debug/App.g.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/CSharp/CSharpSyntax/CSharpSyntax/obj/x86/Debug/App.g.cs -------------------------------------------------------------------------------- /CSharp/Code Websites/..IdealAutomate/CategoryState.txt: -------------------------------------------------------------------------------- 1 | Collapsed -------------------------------------------------------------------------------- /CSharp/Code Websites/ASP Snippets.url: -------------------------------------------------------------------------------- 1 | [InternetShortcut] 2 | URL=aspsnippets.com 3 | -------------------------------------------------------------------------------- /CSharp/Code Websites/CSharp Examples.url: -------------------------------------------------------------------------------- 1 | [InternetShortcut] 2 | URL=csharp-examples.net 3 | -------------------------------------------------------------------------------- /CSharp/Code Websites/Code Msdn Microsoft.url: -------------------------------------------------------------------------------- 1 | [InternetShortcut] 2 | URL=https://code.msdn.microsoft.com/site/search 3 | -------------------------------------------------------------------------------- /CSharp/Code Websites/Code Snippet Research Microsoft.url: -------------------------------------------------------------------------------- 1 | [InternetShortcut] 2 | URL=http://codesnippet.research.microsoft.com/ 3 | -------------------------------------------------------------------------------- /CSharp/Code Websites/CodeProject.url: -------------------------------------------------------------------------------- 1 | [InternetShortcut] 2 | URL=www.codeproject.com 3 | -------------------------------------------------------------------------------- /CSharp/Code Websites/Codeplex.url: -------------------------------------------------------------------------------- 1 | [InternetShortcut] 2 | URL=codeplex.org 3 | -------------------------------------------------------------------------------- /CSharp/Code Websites/Dot Net Funda.url: -------------------------------------------------------------------------------- 1 | [InternetShortcut] 2 | URL=http://www.dotnetfunda.com 3 | -------------------------------------------------------------------------------- /CSharp/Code Websites/Dot Net Perls.url: -------------------------------------------------------------------------------- 1 | [InternetShortcut] 2 | URL=dotnetperls.com 3 | -------------------------------------------------------------------------------- /CSharp/Code Websites/Fincher.url: -------------------------------------------------------------------------------- 1 | [InternetShortcut] 2 | URL=http://www.fincher.org/tips/Languages/csharp.shtml 3 | -------------------------------------------------------------------------------- /CSharp/Code Websites/Gist.url: -------------------------------------------------------------------------------- 1 | [InternetShortcut] 2 | URL=https:\\gist.github.com 3 | -------------------------------------------------------------------------------- /CSharp/Code Websites/Github.url: -------------------------------------------------------------------------------- 1 | [InternetShortcut] 2 | URL=https://github.com 3 | -------------------------------------------------------------------------------- /CSharp/Code Websites/Harding Edu.url: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/CSharp/Code Websites/Harding Edu.url -------------------------------------------------------------------------------- /CSharp/Code Websites/IdealProgrammer.com.url: -------------------------------------------------------------------------------- 1 | [InternetShortcut] 2 | URL=http://IdealProgrammer.com 3 | -------------------------------------------------------------------------------- /CSharp/Code Websites/Java2s.url: -------------------------------------------------------------------------------- 1 | [InternetShortcut] 2 | URL=www.java2s.com 3 | -------------------------------------------------------------------------------- /CSharp/Code Websites/SanFoundry.url: -------------------------------------------------------------------------------- 1 | [InternetShortcut] 2 | URL=http://www.sanfoundry.com/csharp-programming-examples 3 | -------------------------------------------------------------------------------- /CSharp/Code Websites/W3Schools.url: -------------------------------------------------------------------------------- 1 | [InternetShortcut] 2 | URL=w3schools.com 3 | -------------------------------------------------------------------------------- /CheatSheets/..IdealAutomate/CategoryState.txt: -------------------------------------------------------------------------------- 1 | Collapsed -------------------------------------------------------------------------------- /CheatSheets/ASPNET MVC/..IdealAutomate/CategoryState.txt: -------------------------------------------------------------------------------- 1 | Expanded -------------------------------------------------------------------------------- /CheatSheets/Angular/..IdealAutomate/CategoryState.txt: -------------------------------------------------------------------------------- 1 | Expanded -------------------------------------------------------------------------------- /CheatSheets/Angular/AngularCheatSheet-DNCMagazine.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/CheatSheets/Angular/AngularCheatSheet-DNCMagazine.pdf -------------------------------------------------------------------------------- /CheatSheets/Angular/BBV16Poster_Angular2.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/CheatSheets/Angular/BBV16Poster_Angular2.pdf -------------------------------------------------------------------------------- /CheatSheets/Angular/Overview.rtf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /CheatSheets/Angular/OverviewOfKeyConcepts.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/CheatSheets/Angular/OverviewOfKeyConcepts.docx -------------------------------------------------------------------------------- /CheatSheets/Angular/OverviewOfKeyConcepts.odt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/CheatSheets/Angular/OverviewOfKeyConcepts.odt -------------------------------------------------------------------------------- /CheatSheets/AngularJS/..IdealAutomate/CategoryState.txt: -------------------------------------------------------------------------------- 1 | Expanded -------------------------------------------------------------------------------- /CheatSheets/AngularJS/AngularJSCheatSheetW3schools.url: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/CheatSheets/AngularJS/AngularJSCheatSheetW3schools.url -------------------------------------------------------------------------------- /CheatSheets/AngularJS/angularjs.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/CheatSheets/AngularJS/angularjs.pdf -------------------------------------------------------------------------------- /CheatSheets/Artificial Intelligence/..IdealAutomate/CategoryState.txt: -------------------------------------------------------------------------------- 1 | Expanded -------------------------------------------------------------------------------- /CheatSheets/Artificial Intelligence/AI_Algorithms.odt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/CheatSheets/Artificial Intelligence/AI_Algorithms.odt -------------------------------------------------------------------------------- /CheatSheets/Artificial Intelligence/Resources/..IdealAutomate/CategoryState.txt: -------------------------------------------------------------------------------- 1 | Expanded -------------------------------------------------------------------------------- /CheatSheets/CSS/..IdealAutomate/CategoryState.txt: -------------------------------------------------------------------------------- 1 | Expanded -------------------------------------------------------------------------------- /CheatSheets/CSS/CSS_Diff_Absolute_Relative_Fixed.url: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/CheatSheets/CSS/CSS_Diff_Absolute_Relative_Fixed.url -------------------------------------------------------------------------------- /CheatSheets/CSS/css-cheatsheet.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/CheatSheets/CSS/css-cheatsheet.pdf -------------------------------------------------------------------------------- /CheatSheets/CSharp/..IdealAutomate/CategoryState.txt: -------------------------------------------------------------------------------- 1 | Expanded -------------------------------------------------------------------------------- /CheatSheets/CSharp/c#_40_cheatsheet.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/CheatSheets/CSharp/c#_40_cheatsheet.pdf -------------------------------------------------------------------------------- /CheatSheets/CheatSheets.odt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/CheatSheets/CheatSheets.odt -------------------------------------------------------------------------------- /CheatSheets/HTML/..IdealAutomate/CategoryState.txt: -------------------------------------------------------------------------------- 1 | Expanded -------------------------------------------------------------------------------- /CheatSheets/HTML/html5-cheat-sheet.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/CheatSheets/HTML/html5-cheat-sheet.pdf -------------------------------------------------------------------------------- /CheatSheets/Javascript/..IdealAutomate/CategoryState.txt: -------------------------------------------------------------------------------- 1 | Expanded -------------------------------------------------------------------------------- /CheatSheets/Javascript/javascript-dom-cheat-sheet.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/CheatSheets/Javascript/javascript-dom-cheat-sheet.jpg -------------------------------------------------------------------------------- /CheatSheets/Machine Learning/..IdealAutomate/CategoryState.txt: -------------------------------------------------------------------------------- 1 | Expanded -------------------------------------------------------------------------------- /CheatSheets/MarkDown/..IdealAutomate/CategoryState.txt: -------------------------------------------------------------------------------- 1 | Expanded -------------------------------------------------------------------------------- /CheatSheets/Security/..IdealAutomate/CategoryState.txt: -------------------------------------------------------------------------------- 1 | Expanded -------------------------------------------------------------------------------- /CheatSheets/jQuery/..IdealAutomate/CategoryState.txt: -------------------------------------------------------------------------------- 1 | Expanded -------------------------------------------------------------------------------- /Classic ASP/..IdealAutomate/CategoryState.txt: -------------------------------------------------------------------------------- 1 | Collapsed -------------------------------------------------------------------------------- /Classic ASP/WrapHtmlInResponseWrite/WrapHtmlInResponseWrite/ClassDiagram1.cd: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Clipboard/..IdealAutomate/CategoryState.txt: -------------------------------------------------------------------------------- 1 | Expanded -------------------------------------------------------------------------------- /Clipboard/RetrieveClips/ClipboardHelper/ClassDiagram1.cd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/Clipboard/RetrieveClips/ClipboardHelper/ClassDiagram1.cd -------------------------------------------------------------------------------- /Clipboard/RetrieveClips/ClipboardHelper/ClipData.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/Clipboard/RetrieveClips/ClipboardHelper/ClipData.cs -------------------------------------------------------------------------------- /Clipboard/RetrieveClips/RetrieveClips.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/Clipboard/RetrieveClips/RetrieveClips.sln -------------------------------------------------------------------------------- /Clipboard/RetrieveClips/RetrieveClips/App.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/Clipboard/RetrieveClips/RetrieveClips/App.xaml -------------------------------------------------------------------------------- /Clipboard/RetrieveClips/RetrieveClips/App.xaml.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/Clipboard/RetrieveClips/RetrieveClips/App.xaml.cs -------------------------------------------------------------------------------- /Clipboard/RetrieveClips/RetrieveClips/ClassDiagram1.cd: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Clipboard/RetrieveClips/RetrieveClips/MainWindow.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/Clipboard/RetrieveClips/RetrieveClips/MainWindow.xaml -------------------------------------------------------------------------------- /Clipboard/RetrieveClips/RetrieveClips/MainWindow.xaml.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/Clipboard/RetrieveClips/RetrieveClips/MainWindow.xaml.cs -------------------------------------------------------------------------------- /Clipboard/RetrieveClips/RetrieveClips/app.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/Clipboard/RetrieveClips/RetrieveClips/app.config -------------------------------------------------------------------------------- /Clipboard/SaveClipboardToFile/SaveClipboardToFile.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/Clipboard/SaveClipboardToFile/SaveClipboardToFile.sln -------------------------------------------------------------------------------- /Clipboard/SaveClipboardToFile/SaveClipboardToFile/ClassDiagram1.cd: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /CodeGenCSharp/..IdealAutomate/CategoryState.txt: -------------------------------------------------------------------------------- 1 | Expanded -------------------------------------------------------------------------------- /CodeGenCSharp/CreateConnectionString/..IdealAutomate/cbxCustomSelectedValue.txt: -------------------------------------------------------------------------------- 1 | automated -------------------------------------------------------------------------------- /CodeGenCSharp/CreateConnectionString/..IdealAutomate/cbxStatusSelectedValue.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /CodeGenCSharp/CreateConnectionString/..IdealAutomate/custom.txt: -------------------------------------------------------------------------------- 1 | automated -------------------------------------------------------------------------------- /CodeGenCSharp/CreateConnectionString/..IdealAutomate/description.txt: -------------------------------------------------------------------------------- 1 | Create ConnectionString -------------------------------------------------------------------------------- /CodeGenCSharp/CreateConnectionString/..IdealAutomate/status.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /CodeGenCSharp/CreateConnectionString/CreateConnectionString/ClassDiagram1.cd: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /CodeGenObservableCollection/CodeGenObservableCollection/ClassDiagram1.cd: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /CodeGenTemplateParms/CodeGenTemplateParms.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/CodeGenTemplateParms/CodeGenTemplateParms.sln -------------------------------------------------------------------------------- /CodeGenTemplateParms/CodeGenTemplateParms/App.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/CodeGenTemplateParms/CodeGenTemplateParms/App.xaml -------------------------------------------------------------------------------- /CodeGenTemplateParms/CodeGenTemplateParms/App.xaml.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/CodeGenTemplateParms/CodeGenTemplateParms/App.xaml.cs -------------------------------------------------------------------------------- /CodeGenTemplateParms/CodeGenTemplateParms/ClassDiagram1.cd: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /CodeGenTemplateParms/CodeGenTemplateParms/app.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/CodeGenTemplateParms/CodeGenTemplateParms/app.config -------------------------------------------------------------------------------- /Control Panel/..IdealAutomate/CategoryState.txt: -------------------------------------------------------------------------------- 1 | Expanded -------------------------------------------------------------------------------- /Control Panel/Problem Steps Recorder.lnk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/Control Panel/Problem Steps Recorder.lnk -------------------------------------------------------------------------------- /CreateOPFrom3Fields/CreateOPFrom3Fields.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/CreateOPFrom3Fields/CreateOPFrom3Fields.sln -------------------------------------------------------------------------------- /CreateOPFrom3Fields/CreateOPFrom3Fields/App.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/CreateOPFrom3Fields/CreateOPFrom3Fields/App.xaml -------------------------------------------------------------------------------- /CreateOPFrom3Fields/CreateOPFrom3Fields/App.xaml.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/CreateOPFrom3Fields/CreateOPFrom3Fields/App.xaml.cs -------------------------------------------------------------------------------- /CreateOPFrom3Fields/CreateOPFrom3Fields/ClassDiagram1.cd: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /CreateOPFrom3Fields/CreateOPFrom3Fields/MainWindow.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/CreateOPFrom3Fields/CreateOPFrom3Fields/MainWindow.xaml -------------------------------------------------------------------------------- /CreateOPFrom3Fields/CreateOPFrom3Fields/app.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/CreateOPFrom3Fields/CreateOPFrom3Fields/app.config -------------------------------------------------------------------------------- /DDLMaint/DDLMaint.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/DDLMaint/DDLMaint.sln -------------------------------------------------------------------------------- /DDLMaint/DDLMaint/App.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/DDLMaint/DDLMaint/App.xaml -------------------------------------------------------------------------------- /DDLMaint/DDLMaint/App.xaml.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/DDLMaint/DDLMaint/App.xaml.cs -------------------------------------------------------------------------------- /DDLMaint/DDLMaint/ClassDiagram1.cd: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /DDLMaint/DDLMaint/DDLMaint.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/DDLMaint/DDLMaint/DDLMaint.csproj -------------------------------------------------------------------------------- /DDLMaint/DDLMaint/Images/112_UpArrowShort_Green.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/DDLMaint/DDLMaint/Images/112_UpArrowShort_Green.ico -------------------------------------------------------------------------------- /DDLMaint/DDLMaint/Images/imgPatch16.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/DDLMaint/DDLMaint/Images/imgPatch16.PNG -------------------------------------------------------------------------------- /DDLMaint/DDLMaint/Images/imgPatch17.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/DDLMaint/DDLMaint/Images/imgPatch17.PNG -------------------------------------------------------------------------------- /DDLMaint/DDLMaint/Images/imgPatch2015_08.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/DDLMaint/DDLMaint/Images/imgPatch2015_08.PNG -------------------------------------------------------------------------------- /DDLMaint/DDLMaint/Images/imgPatch2015_08_Home.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/DDLMaint/DDLMaint/Images/imgPatch2015_08_Home.PNG -------------------------------------------------------------------------------- /DDLMaint/DDLMaint/Images/imgSVNUpdate.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/DDLMaint/DDLMaint/Images/imgSVNUpdate.PNG -------------------------------------------------------------------------------- /DDLMaint/DDLMaint/Images/imgSVNUpdate_Home.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/DDLMaint/DDLMaint/Images/imgSVNUpdate_Home.PNG -------------------------------------------------------------------------------- /DDLMaint/DDLMaint/Images/imgUpdateLogOK.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/DDLMaint/DDLMaint/Images/imgUpdateLogOK.PNG -------------------------------------------------------------------------------- /DDLMaint/DDLMaint/Images/imgUpdateLogOK_Home.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/DDLMaint/DDLMaint/Images/imgUpdateLogOK_Home.PNG -------------------------------------------------------------------------------- /DDLMaint/DDLMaint/MainWindow.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/DDLMaint/DDLMaint/MainWindow.xaml -------------------------------------------------------------------------------- /DDLMaint/DDLMaint/MainWindow.xaml.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/DDLMaint/DDLMaint/MainWindow.xaml.cs -------------------------------------------------------------------------------- /DDLMaint/DDLMaint/Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/DDLMaint/DDLMaint/Properties/AssemblyInfo.cs -------------------------------------------------------------------------------- /DDLMaint/DDLMaint/Properties/Resources.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/DDLMaint/DDLMaint/Properties/Resources.Designer.cs -------------------------------------------------------------------------------- /DDLMaint/DDLMaint/Properties/Resources.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/DDLMaint/DDLMaint/Properties/Resources.resx -------------------------------------------------------------------------------- /DDLMaint/DDLMaint/Properties/Settings.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/DDLMaint/DDLMaint/Properties/Settings.Designer.cs -------------------------------------------------------------------------------- /DDLMaint/DDLMaint/Properties/Settings.settings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/DDLMaint/DDLMaint/Properties/Settings.settings -------------------------------------------------------------------------------- /DDLMaint/DDLMaint/app.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/DDLMaint/DDLMaint/app.config -------------------------------------------------------------------------------- /DDLMaint/DDLMaint/bin/Debug/DDLMaint.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/DDLMaint/DDLMaint/bin/Debug/DDLMaint.exe -------------------------------------------------------------------------------- /DDLMaint/DDLMaint/bin/Debug/DDLMaint.vshost.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/DDLMaint/DDLMaint/bin/Debug/DDLMaint.vshost.exe -------------------------------------------------------------------------------- /DDLMaint/DDLMaint/bin/Debug/DDLMaint.vshost.exe.manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/DDLMaint/DDLMaint/bin/Debug/DDLMaint.vshost.exe.manifest -------------------------------------------------------------------------------- /DDLMaint/DDLMaint/bin/Debug/IdealAutomateCore.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/DDLMaint/DDLMaint/bin/Debug/IdealAutomateCore.dll -------------------------------------------------------------------------------- /DDLMaint/DDLMaint/bin/Debug/IdealAutomateCore.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/DDLMaint/DDLMaint/bin/Debug/IdealAutomateCore.xml -------------------------------------------------------------------------------- /DDLMaint/DDLMaint/bin/Debug/Images/imgPatch16.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/DDLMaint/DDLMaint/bin/Debug/Images/imgPatch16.PNG -------------------------------------------------------------------------------- /DDLMaint/DDLMaint/bin/Debug/Images/imgPatch17.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/DDLMaint/DDLMaint/bin/Debug/Images/imgPatch17.PNG -------------------------------------------------------------------------------- /DDLMaint/DDLMaint/bin/Debug/Images/imgPatch2015_08.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/DDLMaint/DDLMaint/bin/Debug/Images/imgPatch2015_08.PNG -------------------------------------------------------------------------------- /DDLMaint/DDLMaint/bin/Debug/Images/imgSVNUpdate.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/DDLMaint/DDLMaint/bin/Debug/Images/imgSVNUpdate.PNG -------------------------------------------------------------------------------- /DDLMaint/DDLMaint/bin/Debug/Images/imgSVNUpdate_Home.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/DDLMaint/DDLMaint/bin/Debug/Images/imgSVNUpdate_Home.PNG -------------------------------------------------------------------------------- /DDLMaint/DDLMaint/bin/Debug/Images/imgUpdateLogOK.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/DDLMaint/DDLMaint/bin/Debug/Images/imgUpdateLogOK.PNG -------------------------------------------------------------------------------- /DDLMaint/DDLMaint/bin/Debug/WindowsInput.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/DDLMaint/DDLMaint/bin/Debug/WindowsInput.dll -------------------------------------------------------------------------------- /DDLMaint/DDLMaint/bin/Debug/WindowsInput.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/DDLMaint/DDLMaint/bin/Debug/WindowsInput.xml -------------------------------------------------------------------------------- /DDLMaint/DDLMaint/obj/x86/Debug/App.g.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/DDLMaint/DDLMaint/obj/x86/Debug/App.g.cs -------------------------------------------------------------------------------- /DDLMaint/DDLMaint/obj/x86/Debug/App.g.i.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/DDLMaint/DDLMaint/obj/x86/Debug/App.g.i.cs -------------------------------------------------------------------------------- /DDLMaint/DDLMaint/obj/x86/Debug/DDLMaint.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/DDLMaint/DDLMaint/obj/x86/Debug/DDLMaint.exe -------------------------------------------------------------------------------- /DDLMaint/DDLMaint/obj/x86/Debug/DDLMaint.g.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/DDLMaint/DDLMaint/obj/x86/Debug/DDLMaint.g.resources -------------------------------------------------------------------------------- /DDLMaint/DDLMaint/obj/x86/Debug/DDLMaint_Content.g.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/DDLMaint/DDLMaint/obj/x86/Debug/DDLMaint_Content.g.cs -------------------------------------------------------------------------------- /DDLMaint/DDLMaint/obj/x86/Debug/DDLMaint_Content.g.i.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/DDLMaint/DDLMaint/obj/x86/Debug/DDLMaint_Content.g.i.cs -------------------------------------------------------------------------------- /DDLMaint/DDLMaint/obj/x86/Debug/MainWindow.baml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/DDLMaint/DDLMaint/obj/x86/Debug/MainWindow.baml -------------------------------------------------------------------------------- /DDLMaint/DDLMaint/obj/x86/Debug/MainWindow.g.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/DDLMaint/DDLMaint/obj/x86/Debug/MainWindow.g.cs -------------------------------------------------------------------------------- /DDLMaint/DDLMaint/obj/x86/Debug/MainWindow.g.i.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/DDLMaint/DDLMaint/obj/x86/Debug/MainWindow.g.i.cs -------------------------------------------------------------------------------- /Debugging Tools/..IdealAutomate/CategoryState.txt: -------------------------------------------------------------------------------- 1 | Collapsed -------------------------------------------------------------------------------- /Debugging Tools/Notepad++.lnk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/Debugging Tools/Notepad++.lnk -------------------------------------------------------------------------------- /Debugging/..IdealAutomate/CategoryState.txt: -------------------------------------------------------------------------------- 1 | Expanded -------------------------------------------------------------------------------- /Debugging/DebugTrace/DebugTrace.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/Debugging/DebugTrace/DebugTrace.sln -------------------------------------------------------------------------------- /Debugging/DebugTrace/DebugTrace/App.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/Debugging/DebugTrace/DebugTrace/App.xaml -------------------------------------------------------------------------------- /Debugging/DebugTrace/DebugTrace/App.xaml.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/Debugging/DebugTrace/DebugTrace/App.xaml.cs -------------------------------------------------------------------------------- /Debugging/DebugTrace/DebugTrace/ClassDiagram1.cd: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Debugging/DebugTrace/DebugTrace/DebugTrace.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/Debugging/DebugTrace/DebugTrace/DebugTrace.csproj -------------------------------------------------------------------------------- /Debugging/DebugTrace/DebugTrace/HotKeyRecord.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/Debugging/DebugTrace/DebugTrace/HotKeyRecord.cs -------------------------------------------------------------------------------- /Debugging/DebugTrace/DebugTrace/Images/imgPatch16.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/Debugging/DebugTrace/DebugTrace/Images/imgPatch16.PNG -------------------------------------------------------------------------------- /Debugging/DebugTrace/DebugTrace/Images/imgPatch17.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/Debugging/DebugTrace/DebugTrace/Images/imgPatch17.PNG -------------------------------------------------------------------------------- /Debugging/DebugTrace/DebugTrace/Images/imgSVNUpdate.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/Debugging/DebugTrace/DebugTrace/Images/imgSVNUpdate.PNG -------------------------------------------------------------------------------- /Debugging/DebugTrace/DebugTrace/MainWindow.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/Debugging/DebugTrace/DebugTrace/MainWindow.xaml -------------------------------------------------------------------------------- /Debugging/DebugTrace/DebugTrace/MainWindow.xaml.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/Debugging/DebugTrace/DebugTrace/MainWindow.xaml.cs -------------------------------------------------------------------------------- /Debugging/DebugTrace/DebugTrace/app.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/Debugging/DebugTrace/DebugTrace/app.config -------------------------------------------------------------------------------- /Debugging/DebugTrace/DebugTrace/packages.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/Debugging/DebugTrace/DebugTrace/packages.config -------------------------------------------------------------------------------- /Explorer/AddNewFieldToIEA/AddNewFieldToIEA.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/Explorer/AddNewFieldToIEA/AddNewFieldToIEA.sln -------------------------------------------------------------------------------- /Explorer/AddNewFieldToIEA/AddNewFieldToIEA/App.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/Explorer/AddNewFieldToIEA/AddNewFieldToIEA/App.xaml -------------------------------------------------------------------------------- /Explorer/AddNewFieldToIEA/AddNewFieldToIEA/App.xaml.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/Explorer/AddNewFieldToIEA/AddNewFieldToIEA/App.xaml.cs -------------------------------------------------------------------------------- /Explorer/AddNewFieldToIEA/AddNewFieldToIEA/ClassDiagram1.cd: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /HelloWorldExample/.vs/HelloWorldExample/v15/Server/sqlite3/db.lock: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /HelloWorldExample/HelloWorldExample.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/HelloWorldExample/HelloWorldExample.sln -------------------------------------------------------------------------------- /HelloWorldExample/HelloWorldExample/App.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/HelloWorldExample/HelloWorldExample/App.xaml -------------------------------------------------------------------------------- /HelloWorldExample/HelloWorldExample/App.xaml.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/HelloWorldExample/HelloWorldExample/App.xaml.cs -------------------------------------------------------------------------------- /HelloWorldExample/HelloWorldExample/ClassDiagram1.cd: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /HelloWorldExample/HelloWorldExample/MainWindow.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/HelloWorldExample/HelloWorldExample/MainWindow.xaml -------------------------------------------------------------------------------- /HelloWorldExample/HelloWorldExample/MainWindow.xaml.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/HelloWorldExample/HelloWorldExample/MainWindow.xaml.cs -------------------------------------------------------------------------------- /HelloWorldExample/HelloWorldExample/app.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/HelloWorldExample/HelloWorldExample/app.config -------------------------------------------------------------------------------- /HelloWorldExample/HelloWorldExample/obj/x86/Debug/HelloWorldExample.csproj.CopyComplete: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /IdealAutomateCore/.docstates.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/IdealAutomateCore/.docstates.suo -------------------------------------------------------------------------------- /IdealAutomateCore/.vs/IdealAutomateCore/v14/.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/IdealAutomateCore/.vs/IdealAutomateCore/v14/.suo -------------------------------------------------------------------------------- /IdealAutomateCore/IdealAutomateCore.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/IdealAutomateCore/IdealAutomateCore.sln -------------------------------------------------------------------------------- /IdealAutomateCore/IdealAutomateCore.sln.docstates.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/IdealAutomateCore/IdealAutomateCore.sln.docstates.suo -------------------------------------------------------------------------------- /IdealAutomateCore/IdealAutomateCore.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/IdealAutomateCore/IdealAutomateCore.suo -------------------------------------------------------------------------------- /IdealAutomateCore/IdealAutomateCore.v12.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/IdealAutomateCore/IdealAutomateCore.v12.suo -------------------------------------------------------------------------------- /IdealAutomateCore/IdealAutomateCore/ArrayExtensions.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/IdealAutomateCore/IdealAutomateCore/ArrayExtensions.cs -------------------------------------------------------------------------------- /IdealAutomateCore/IdealAutomateCore/ClipboardNative.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/IdealAutomateCore/IdealAutomateCore/ClipboardNative.cs -------------------------------------------------------------------------------- /IdealAutomateCore/IdealAutomateCore/ComboBoxPair.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/IdealAutomateCore/IdealAutomateCore/ComboBoxPair.cs -------------------------------------------------------------------------------- /IdealAutomateCore/IdealAutomateCore/ControlEntity.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/IdealAutomateCore/IdealAutomateCore/ControlEntity.cs -------------------------------------------------------------------------------- /IdealAutomateCore/IdealAutomateCore/ControlType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/IdealAutomateCore/IdealAutomateCore/ControlType.cs -------------------------------------------------------------------------------- /IdealAutomateCore/IdealAutomateCore/DeviceInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/IdealAutomateCore/IdealAutomateCore/DeviceInfo.cs -------------------------------------------------------------------------------- /IdealAutomateCore/IdealAutomateCore/ImageEntity.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/IdealAutomateCore/IdealAutomateCore/ImageEntity.cs -------------------------------------------------------------------------------- /IdealAutomateCore/IdealAutomateCore/KeyboardSend.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/IdealAutomateCore/IdealAutomateCore/KeyboardSend.cs -------------------------------------------------------------------------------- /IdealAutomateCore/IdealAutomateCore/Logging.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/IdealAutomateCore/IdealAutomateCore/Logging.cs -------------------------------------------------------------------------------- /IdealAutomateCore/IdealAutomateCore/Methods.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/IdealAutomateCore/IdealAutomateCore/Methods.cs -------------------------------------------------------------------------------- /IdealAutomateCore/IdealAutomateCore/Position_Cursor.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/IdealAutomateCore/IdealAutomateCore/Position_Cursor.cs -------------------------------------------------------------------------------- /IdealAutomateCore/IdealAutomateCore/Resources/RedBox.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/IdealAutomateCore/IdealAutomateCore/Resources/RedBox.png -------------------------------------------------------------------------------- /IdealAutomateCore/IdealAutomateCore/Scraper.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/IdealAutomateCore/IdealAutomateCore/Scraper.cs -------------------------------------------------------------------------------- /IdealAutomateCore/IdealAutomateCore/ScreenHelper.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/IdealAutomateCore/IdealAutomateCore/ScreenHelper.cs -------------------------------------------------------------------------------- /IdealAutomateCore/IdealAutomateCore/SnippingTool.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/IdealAutomateCore/IdealAutomateCore/SnippingTool.cs -------------------------------------------------------------------------------- /IdealAutomateCore/IdealAutomateCore/SubPositionInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/IdealAutomateCore/IdealAutomateCore/SubPositionInfo.cs -------------------------------------------------------------------------------- /IdealAutomateCore/IdealAutomateCore/WindowShape.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/IdealAutomateCore/IdealAutomateCore/WindowShape.xaml -------------------------------------------------------------------------------- /IdealAutomateCore/IdealAutomateCore/WindowShape.xaml.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/IdealAutomateCore/IdealAutomateCore/WindowShape.xaml.cs -------------------------------------------------------------------------------- /IdealAutomateCore/IdealAutomateCore/WindowShowEnum.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/IdealAutomateCore/IdealAutomateCore/WindowShowEnum.cs -------------------------------------------------------------------------------- /IdealAutomateCore/IdealAutomateCore/bin/Debug/$RANDOM_SEED$: -------------------------------------------------------------------------------- 1 | 1360951704 -------------------------------------------------------------------------------- /IdealAutomateCore/IdealAutomateCore/obj/Debug/TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /IdealAutomateCore/IdealAutomateCore/obj/Debug/TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /IdealAutomateCore/IdealAutomateCore/obj/Debug/TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /IdealAutomateCore/IdealAutomateCore/packages.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/IdealAutomateCore/IdealAutomateCore/packages.config -------------------------------------------------------------------------------- /IdealAutomateCore/packages/repositories.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/IdealAutomateCore/packages/repositories.config -------------------------------------------------------------------------------- /IdealAutomateExplorer/DLL/InteractiveToolTip.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/IdealAutomateExplorer/DLL/InteractiveToolTip.Designer.cs -------------------------------------------------------------------------------- /IdealAutomateExplorer/DLL/InteractiveToolTip.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/IdealAutomateExplorer/DLL/InteractiveToolTip.cs -------------------------------------------------------------------------------- /IdealAutomateExplorer/DLL/InteractiveToolTipDLL.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/IdealAutomateExplorer/DLL/InteractiveToolTipDLL.csproj -------------------------------------------------------------------------------- /IdealAutomateExplorer/DLL/Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/IdealAutomateExplorer/DLL/Properties/AssemblyInfo.cs -------------------------------------------------------------------------------- /IdealAutomateExplorer/IdealAutomateExplorer.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/IdealAutomateExplorer/IdealAutomateExplorer.sln -------------------------------------------------------------------------------- /IdealAutomateExplorer/IdealAutomateExplorer.v12.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/IdealAutomateExplorer/IdealAutomateExplorer.v12.suo -------------------------------------------------------------------------------- /IdealAutomateExplorer/IdealAutomateExplorer/BaseForm.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/IdealAutomateExplorer/IdealAutomateExplorer/BaseForm.cs -------------------------------------------------------------------------------- /IdealAutomateExplorer/IdealAutomateExplorer/BaseForm1.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/IdealAutomateExplorer/IdealAutomateExplorer/BaseForm1.cs -------------------------------------------------------------------------------- /IdealAutomateExplorer/IdealAutomateExplorer/Common.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/IdealAutomateExplorer/IdealAutomateExplorer/Common.cs -------------------------------------------------------------------------------- /IdealAutomateExplorer/IdealAutomateExplorer/FileView.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/IdealAutomateExplorer/IdealAutomateExplorer/FileView.cs -------------------------------------------------------------------------------- /IdealAutomateExplorer/IdealAutomateExplorer/Logging.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/IdealAutomateExplorer/IdealAutomateExplorer/Logging.cs -------------------------------------------------------------------------------- /IdealAutomateExplorer/IdealAutomateExplorer/MatchInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/IdealAutomateExplorer/IdealAutomateExplorer/MatchInfo.cs -------------------------------------------------------------------------------- /IdealAutomateExplorer/IdealAutomateExplorer/Methods.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/IdealAutomateExplorer/IdealAutomateExplorer/Methods.cs -------------------------------------------------------------------------------- /IdealAutomateExplorer/IdealAutomateExplorer/MoveTo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/IdealAutomateExplorer/IdealAutomateExplorer/MoveTo.cs -------------------------------------------------------------------------------- /IdealAutomateExplorer/IdealAutomateExplorer/MoveTo.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/IdealAutomateExplorer/IdealAutomateExplorer/MoveTo.resx -------------------------------------------------------------------------------- /IdealAutomateExplorer/IdealAutomateExplorer/MyNewProject/MyNewProject/ClassDiagram1.cd: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /IdealAutomateExplorer/IdealAutomateExplorer/Peek.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/IdealAutomateExplorer/IdealAutomateExplorer/Peek.cs -------------------------------------------------------------------------------- /IdealAutomateExplorer/IdealAutomateExplorer/Peek.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/IdealAutomateExplorer/IdealAutomateExplorer/Peek.resx -------------------------------------------------------------------------------- /IdealAutomateExplorer/IdealAutomateExplorer/Program.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/IdealAutomateExplorer/IdealAutomateExplorer/Program.cs -------------------------------------------------------------------------------- /IdealAutomateExplorer/IdealAutomateExplorer/Saved.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/IdealAutomateExplorer/IdealAutomateExplorer/Saved.cs -------------------------------------------------------------------------------- /IdealAutomateExplorer/IdealAutomateExplorer/Saved.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/IdealAutomateExplorer/IdealAutomateExplorer/Saved.resx -------------------------------------------------------------------------------- /IdealAutomateExplorer/IdealAutomateExplorer/Scraper.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/IdealAutomateExplorer/IdealAutomateExplorer/Scraper.cs -------------------------------------------------------------------------------- /IdealAutomateExplorer/IdealAutomateExplorer/Search.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/IdealAutomateExplorer/IdealAutomateExplorer/Search.cs -------------------------------------------------------------------------------- /IdealAutomateExplorer/IdealAutomateExplorer/Search.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/IdealAutomateExplorer/IdealAutomateExplorer/Search.resx -------------------------------------------------------------------------------- /IdealAutomateExplorer/IdealAutomateExplorer/Settings.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/IdealAutomateExplorer/IdealAutomateExplorer/Settings.cs -------------------------------------------------------------------------------- /IdealAutomateExplorer/IdealAutomateExplorer/Switcher.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/IdealAutomateExplorer/IdealAutomateExplorer/Switcher.cs -------------------------------------------------------------------------------- /IdealAutomateExplorer/IdealAutomateExplorer/Text/InitialDirectory.txt: -------------------------------------------------------------------------------- 1 | Use Default -------------------------------------------------------------------------------- /IdealAutomateExplorer/IdealAutomateExplorer/app.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/IdealAutomateExplorer/IdealAutomateExplorer/app.config -------------------------------------------------------------------------------- /IdealAutomateExplorer/IdealAutomateExplorer/bin/Debug/How to Add New Columns to Explorer.rtf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /IdealAutomateExplorer/IdealAutomateExplorer/bin/Debug/MyNewProject/MyNewProject/ClassDiagram1.cd: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /IdealAutomateExplorer/IdealAutomateExplorer/bin/Debug/Text/InitialDirectory.txt: -------------------------------------------------------------------------------- 1 | Use Default -------------------------------------------------------------------------------- /IdealAutomateExplorer/IdealAutomateExplorer/bin/Release/MyNewProject/MyNewProject/ClassDiagram1.cd: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /IdealAutomateExplorer/IdealAutomateExplorer/bin/Release/Text/InitialDirectory.txt: -------------------------------------------------------------------------------- 1 | Use Default -------------------------------------------------------------------------------- /IdealAutomateExplorer/IdealAutomateExplorer/debloat.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/IdealAutomateExplorer/IdealAutomateExplorer/debloat.bat -------------------------------------------------------------------------------- /IdealAutomateExplorer/IdealAutomateExplorer/obj/Debug/CoreCompileInputs.cache: -------------------------------------------------------------------------------- 1 | 45cb7e71868c3291f8a9748988228217b4de99a8 2 | -------------------------------------------------------------------------------- /IdealAutomateExplorer/IdealAutomateExplorer/obj/Debug/IdealAutomateExplorer.csproj.CopyComplete: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /IdealAutomateExplorer/IdealAutomateExplorer/obj/Debug/TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /IdealAutomateExplorer/IdealAutomateExplorer/obj/Debug/TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /IdealAutomateExplorer/IdealAutomateExplorer/obj/Debug/TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /IdealAutomateExplorer/IdealAutomateExplorer/obj/Release/IdealAutomateExplorer.csproj.CopyComplete: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /IdealAutomateExplorer/IdealAutomateExplorer/obj/Release/TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /IdealAutomateExplorer/IdealAutomateExplorer/obj/Release/TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /IdealAutomateExplorer/IdealAutomateExplorer/obj/Release/TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /IdealAutomateExplorer/IdealSqlTracer/App.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/IdealAutomateExplorer/IdealSqlTracer/App.xaml -------------------------------------------------------------------------------- /IdealAutomateExplorer/IdealSqlTracer/App.xaml.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/IdealAutomateExplorer/IdealSqlTracer/App.xaml.cs -------------------------------------------------------------------------------- /IdealAutomateExplorer/IdealSqlTracer/ClassDiagram1.cd: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /IdealAutomateExplorer/IdealSqlTracer/ComboBoxPair.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/IdealAutomateExplorer/IdealSqlTracer/ComboBoxPair.cs -------------------------------------------------------------------------------- /IdealAutomateExplorer/IdealSqlTracer/ControlEntity.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/IdealAutomateExplorer/IdealSqlTracer/ControlEntity.cs -------------------------------------------------------------------------------- /IdealAutomateExplorer/IdealSqlTracer/ControlType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/IdealAutomateExplorer/IdealSqlTracer/ControlType.cs -------------------------------------------------------------------------------- /IdealAutomateExplorer/IdealSqlTracer/EncryptDecrypt.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/IdealAutomateExplorer/IdealSqlTracer/EncryptDecrypt.cs -------------------------------------------------------------------------------- /IdealAutomateExplorer/IdealSqlTracer/IdealSqlTracer.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/IdealAutomateExplorer/IdealSqlTracer/IdealSqlTracer.sln -------------------------------------------------------------------------------- /IdealAutomateExplorer/IdealSqlTracer/MainWindow.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/IdealAutomateExplorer/IdealSqlTracer/MainWindow.xaml -------------------------------------------------------------------------------- /IdealAutomateExplorer/IdealSqlTracer/MainWindow.xaml.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/IdealAutomateExplorer/IdealSqlTracer/MainWindow.xaml.cs -------------------------------------------------------------------------------- /IdealAutomateExplorer/IdealSqlTracer/Methods.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/IdealAutomateExplorer/IdealSqlTracer/Methods.cs -------------------------------------------------------------------------------- /IdealAutomateExplorer/IdealSqlTracer/SqlFormatter.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/IdealAutomateExplorer/IdealSqlTracer/SqlFormatter.exe -------------------------------------------------------------------------------- /IdealAutomateExplorer/IdealSqlTracer/TraceFile.trc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/IdealAutomateExplorer/IdealSqlTracer/TraceFile.trc -------------------------------------------------------------------------------- /IdealAutomateExplorer/IdealSqlTracer/WindowShape.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/IdealAutomateExplorer/IdealSqlTracer/WindowShape.xaml -------------------------------------------------------------------------------- /IdealAutomateExplorer/IdealSqlTracer/WindowShape.xaml.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/IdealAutomateExplorer/IdealSqlTracer/WindowShape.xaml.cs -------------------------------------------------------------------------------- /IdealAutomateExplorer/IdealSqlTracer/app.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/IdealAutomateExplorer/IdealSqlTracer/app.config -------------------------------------------------------------------------------- /IdealAutomateExplorer/IdealSqlTracer/publish/autorun.inf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/IdealAutomateExplorer/IdealSqlTracer/publish/autorun.inf -------------------------------------------------------------------------------- /IdealAutomateExplorer/IdealSqlTracer/publish/setup.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/IdealAutomateExplorer/IdealSqlTracer/publish/setup.exe -------------------------------------------------------------------------------- /IdealAutomateExplorer/NAudio/Changes.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/IdealAutomateExplorer/NAudio/Changes.xml -------------------------------------------------------------------------------- /IdealAutomateExplorer/NAudio/Codecs/ALawDecoder.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/IdealAutomateExplorer/NAudio/Codecs/ALawDecoder.cs -------------------------------------------------------------------------------- /IdealAutomateExplorer/NAudio/Codecs/ALawEncoder.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/IdealAutomateExplorer/NAudio/Codecs/ALawEncoder.cs -------------------------------------------------------------------------------- /IdealAutomateExplorer/NAudio/Codecs/G722Codec.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/IdealAutomateExplorer/NAudio/Codecs/G722Codec.cs -------------------------------------------------------------------------------- /IdealAutomateExplorer/NAudio/Codecs/MuLawDecoder.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/IdealAutomateExplorer/NAudio/Codecs/MuLawDecoder.cs -------------------------------------------------------------------------------- /IdealAutomateExplorer/NAudio/Codecs/MuLawEncoder.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/IdealAutomateExplorer/NAudio/Codecs/MuLawEncoder.cs -------------------------------------------------------------------------------- /IdealAutomateExplorer/NAudio/CoreAudioApi/AudioClient.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/IdealAutomateExplorer/NAudio/CoreAudioApi/AudioClient.cs -------------------------------------------------------------------------------- /IdealAutomateExplorer/NAudio/CoreAudioApi/DataFlow.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/IdealAutomateExplorer/NAudio/CoreAudioApi/DataFlow.cs -------------------------------------------------------------------------------- /IdealAutomateExplorer/NAudio/CoreAudioApi/DeviceState.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/IdealAutomateExplorer/NAudio/CoreAudioApi/DeviceState.cs -------------------------------------------------------------------------------- /IdealAutomateExplorer/NAudio/CoreAudioApi/MMDevice.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/IdealAutomateExplorer/NAudio/CoreAudioApi/MMDevice.cs -------------------------------------------------------------------------------- /IdealAutomateExplorer/NAudio/CoreAudioApi/PropVariant.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/IdealAutomateExplorer/NAudio/CoreAudioApi/PropVariant.cs -------------------------------------------------------------------------------- /IdealAutomateExplorer/NAudio/CoreAudioApi/PropertyKey.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/IdealAutomateExplorer/NAudio/CoreAudioApi/PropertyKey.cs -------------------------------------------------------------------------------- /IdealAutomateExplorer/NAudio/CoreAudioApi/Role.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/IdealAutomateExplorer/NAudio/CoreAudioApi/Role.cs -------------------------------------------------------------------------------- /IdealAutomateExplorer/NAudio/Dmo/AudioMediaSubtypes.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/IdealAutomateExplorer/NAudio/Dmo/AudioMediaSubtypes.cs -------------------------------------------------------------------------------- /IdealAutomateExplorer/NAudio/Dmo/DmoDescriptor.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/IdealAutomateExplorer/NAudio/Dmo/DmoDescriptor.cs -------------------------------------------------------------------------------- /IdealAutomateExplorer/NAudio/Dmo/DmoEnumFlags.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/IdealAutomateExplorer/NAudio/Dmo/DmoEnumFlags.cs -------------------------------------------------------------------------------- /IdealAutomateExplorer/NAudio/Dmo/DmoEnumerator.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/IdealAutomateExplorer/NAudio/Dmo/DmoEnumerator.cs -------------------------------------------------------------------------------- /IdealAutomateExplorer/NAudio/Dmo/DmoGuids.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/IdealAutomateExplorer/NAudio/Dmo/DmoGuids.cs -------------------------------------------------------------------------------- /IdealAutomateExplorer/NAudio/Dmo/DmoHResults.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/IdealAutomateExplorer/NAudio/Dmo/DmoHResults.cs -------------------------------------------------------------------------------- /IdealAutomateExplorer/NAudio/Dmo/DmoInputStatusFlags.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/IdealAutomateExplorer/NAudio/Dmo/DmoInputStatusFlags.cs -------------------------------------------------------------------------------- /IdealAutomateExplorer/NAudio/Dmo/DmoInterop.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/IdealAutomateExplorer/NAudio/Dmo/DmoInterop.cs -------------------------------------------------------------------------------- /IdealAutomateExplorer/NAudio/Dmo/DmoMediaType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/IdealAutomateExplorer/NAudio/Dmo/DmoMediaType.cs -------------------------------------------------------------------------------- /IdealAutomateExplorer/NAudio/Dmo/DmoOutputDataBuffer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/IdealAutomateExplorer/NAudio/Dmo/DmoOutputDataBuffer.cs -------------------------------------------------------------------------------- /IdealAutomateExplorer/NAudio/Dmo/DmoPartialMediaType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/IdealAutomateExplorer/NAudio/Dmo/DmoPartialMediaType.cs -------------------------------------------------------------------------------- /IdealAutomateExplorer/NAudio/Dmo/DmoSetTypeFlags.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/IdealAutomateExplorer/NAudio/Dmo/DmoSetTypeFlags.cs -------------------------------------------------------------------------------- /IdealAutomateExplorer/NAudio/Dmo/IEnumDmo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/IdealAutomateExplorer/NAudio/Dmo/IEnumDmo.cs -------------------------------------------------------------------------------- /IdealAutomateExplorer/NAudio/Dmo/IMediaBuffer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/IdealAutomateExplorer/NAudio/Dmo/IMediaBuffer.cs -------------------------------------------------------------------------------- /IdealAutomateExplorer/NAudio/Dmo/IMediaObject.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/IdealAutomateExplorer/NAudio/Dmo/IMediaObject.cs -------------------------------------------------------------------------------- /IdealAutomateExplorer/NAudio/Dmo/IMediaParamInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/IdealAutomateExplorer/NAudio/Dmo/IMediaParamInfo.cs -------------------------------------------------------------------------------- /IdealAutomateExplorer/NAudio/Dmo/IWMResamplerProps.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/IdealAutomateExplorer/NAudio/Dmo/IWMResamplerProps.cs -------------------------------------------------------------------------------- /IdealAutomateExplorer/NAudio/Dmo/InputStreamInfoFlags.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/IdealAutomateExplorer/NAudio/Dmo/InputStreamInfoFlags.cs -------------------------------------------------------------------------------- /IdealAutomateExplorer/NAudio/Dmo/MediaBuffer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/IdealAutomateExplorer/NAudio/Dmo/MediaBuffer.cs -------------------------------------------------------------------------------- /IdealAutomateExplorer/NAudio/Dmo/MediaObject.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/IdealAutomateExplorer/NAudio/Dmo/MediaObject.cs -------------------------------------------------------------------------------- /IdealAutomateExplorer/NAudio/Dmo/MediaObjectSizeInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/IdealAutomateExplorer/NAudio/Dmo/MediaObjectSizeInfo.cs -------------------------------------------------------------------------------- /IdealAutomateExplorer/NAudio/Dmo/MediaParamInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/IdealAutomateExplorer/NAudio/Dmo/MediaParamInfo.cs -------------------------------------------------------------------------------- /IdealAutomateExplorer/NAudio/Dmo/MediaTypes.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/IdealAutomateExplorer/NAudio/Dmo/MediaTypes.cs -------------------------------------------------------------------------------- /IdealAutomateExplorer/NAudio/Dmo/ResamplerMediaObject.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/IdealAutomateExplorer/NAudio/Dmo/ResamplerMediaObject.cs -------------------------------------------------------------------------------- /IdealAutomateExplorer/NAudio/Dsp/BiQuadFilter.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/IdealAutomateExplorer/NAudio/Dsp/BiQuadFilter.cs -------------------------------------------------------------------------------- /IdealAutomateExplorer/NAudio/Dsp/Complex.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/IdealAutomateExplorer/NAudio/Dsp/Complex.cs -------------------------------------------------------------------------------- /IdealAutomateExplorer/NAudio/Dsp/EnvelopeDetector.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/IdealAutomateExplorer/NAudio/Dsp/EnvelopeDetector.cs -------------------------------------------------------------------------------- /IdealAutomateExplorer/NAudio/Dsp/EnvelopeGenerator.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/IdealAutomateExplorer/NAudio/Dsp/EnvelopeGenerator.cs -------------------------------------------------------------------------------- /IdealAutomateExplorer/NAudio/Dsp/FastFourierTransform.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/IdealAutomateExplorer/NAudio/Dsp/FastFourierTransform.cs -------------------------------------------------------------------------------- /IdealAutomateExplorer/NAudio/Dsp/SimpleCompressor.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/IdealAutomateExplorer/NAudio/Dsp/SimpleCompressor.cs -------------------------------------------------------------------------------- /IdealAutomateExplorer/NAudio/Dsp/SimpleGate.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/IdealAutomateExplorer/NAudio/Dsp/SimpleGate.cs -------------------------------------------------------------------------------- /IdealAutomateExplorer/NAudio/Dsp/SmbPitchShifter.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/IdealAutomateExplorer/NAudio/Dsp/SmbPitchShifter.cs -------------------------------------------------------------------------------- /IdealAutomateExplorer/NAudio/Dsp/WdlResampler.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/IdealAutomateExplorer/NAudio/Dsp/WdlResampler.cs -------------------------------------------------------------------------------- /IdealAutomateExplorer/NAudio/FileFormats/Mp3/Id3v2Tag.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/IdealAutomateExplorer/NAudio/FileFormats/Mp3/Id3v2Tag.cs -------------------------------------------------------------------------------- /IdealAutomateExplorer/NAudio/FileFormats/Mp3/Mp3Frame.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/IdealAutomateExplorer/NAudio/FileFormats/Mp3/Mp3Frame.cs -------------------------------------------------------------------------------- /IdealAutomateExplorer/NAudio/Gui/Fader.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/IdealAutomateExplorer/NAudio/Gui/Fader.cs -------------------------------------------------------------------------------- /IdealAutomateExplorer/NAudio/Gui/Fader.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/IdealAutomateExplorer/NAudio/Gui/Fader.resx -------------------------------------------------------------------------------- /IdealAutomateExplorer/NAudio/Gui/PanSlider.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/IdealAutomateExplorer/NAudio/Gui/PanSlider.cs -------------------------------------------------------------------------------- /IdealAutomateExplorer/NAudio/Gui/PanSlider.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/IdealAutomateExplorer/NAudio/Gui/PanSlider.resx -------------------------------------------------------------------------------- /IdealAutomateExplorer/NAudio/Gui/Pot.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/IdealAutomateExplorer/NAudio/Gui/Pot.Designer.cs -------------------------------------------------------------------------------- /IdealAutomateExplorer/NAudio/Gui/Pot.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/IdealAutomateExplorer/NAudio/Gui/Pot.cs -------------------------------------------------------------------------------- /IdealAutomateExplorer/NAudio/Gui/Pot.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/IdealAutomateExplorer/NAudio/Gui/Pot.resx -------------------------------------------------------------------------------- /IdealAutomateExplorer/NAudio/Gui/VolumeMeter.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/IdealAutomateExplorer/NAudio/Gui/VolumeMeter.Designer.cs -------------------------------------------------------------------------------- /IdealAutomateExplorer/NAudio/Gui/VolumeMeter.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/IdealAutomateExplorer/NAudio/Gui/VolumeMeter.cs -------------------------------------------------------------------------------- /IdealAutomateExplorer/NAudio/Gui/VolumeSlider.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/IdealAutomateExplorer/NAudio/Gui/VolumeSlider.cs -------------------------------------------------------------------------------- /IdealAutomateExplorer/NAudio/Gui/VolumeSlider.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/IdealAutomateExplorer/NAudio/Gui/VolumeSlider.resx -------------------------------------------------------------------------------- /IdealAutomateExplorer/NAudio/Gui/WaveViewer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/IdealAutomateExplorer/NAudio/Gui/WaveViewer.cs -------------------------------------------------------------------------------- /IdealAutomateExplorer/NAudio/Gui/WaveViewer.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/IdealAutomateExplorer/NAudio/Gui/WaveViewer.resx -------------------------------------------------------------------------------- /IdealAutomateExplorer/NAudio/Gui/WaveformPainter.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/IdealAutomateExplorer/NAudio/Gui/WaveformPainter.cs -------------------------------------------------------------------------------- /IdealAutomateExplorer/NAudio/Midi/ControlChangeEvent.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/IdealAutomateExplorer/NAudio/Midi/ControlChangeEvent.cs -------------------------------------------------------------------------------- /IdealAutomateExplorer/NAudio/Midi/KeySignatureEvent.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/IdealAutomateExplorer/NAudio/Midi/KeySignatureEvent.cs -------------------------------------------------------------------------------- /IdealAutomateExplorer/NAudio/Midi/MetaEvent.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/IdealAutomateExplorer/NAudio/Midi/MetaEvent.cs -------------------------------------------------------------------------------- /IdealAutomateExplorer/NAudio/Midi/MetaEventType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/IdealAutomateExplorer/NAudio/Midi/MetaEventType.cs -------------------------------------------------------------------------------- /IdealAutomateExplorer/NAudio/Midi/MidiCommandCode.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/IdealAutomateExplorer/NAudio/Midi/MidiCommandCode.cs -------------------------------------------------------------------------------- /IdealAutomateExplorer/NAudio/Midi/MidiController.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/IdealAutomateExplorer/NAudio/Midi/MidiController.cs -------------------------------------------------------------------------------- /IdealAutomateExplorer/NAudio/Midi/MidiEvent.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/IdealAutomateExplorer/NAudio/Midi/MidiEvent.cs -------------------------------------------------------------------------------- /IdealAutomateExplorer/NAudio/Midi/MidiEventCollection.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/IdealAutomateExplorer/NAudio/Midi/MidiEventCollection.cs -------------------------------------------------------------------------------- /IdealAutomateExplorer/NAudio/Midi/MidiEventComparer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/IdealAutomateExplorer/NAudio/Midi/MidiEventComparer.cs -------------------------------------------------------------------------------- /IdealAutomateExplorer/NAudio/Midi/MidiFile.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/IdealAutomateExplorer/NAudio/Midi/MidiFile.cs -------------------------------------------------------------------------------- /IdealAutomateExplorer/NAudio/Midi/MidiIn.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/IdealAutomateExplorer/NAudio/Midi/MidiIn.cs -------------------------------------------------------------------------------- /IdealAutomateExplorer/NAudio/Midi/MidiInCapabilities.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/IdealAutomateExplorer/NAudio/Midi/MidiInCapabilities.cs -------------------------------------------------------------------------------- /IdealAutomateExplorer/NAudio/Midi/MidiInterop.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/IdealAutomateExplorer/NAudio/Midi/MidiInterop.cs -------------------------------------------------------------------------------- /IdealAutomateExplorer/NAudio/Midi/MidiMessage.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/IdealAutomateExplorer/NAudio/Midi/MidiMessage.cs -------------------------------------------------------------------------------- /IdealAutomateExplorer/NAudio/Midi/MidiOut.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/IdealAutomateExplorer/NAudio/Midi/MidiOut.cs -------------------------------------------------------------------------------- /IdealAutomateExplorer/NAudio/Midi/MidiOutCapabilities.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/IdealAutomateExplorer/NAudio/Midi/MidiOutCapabilities.cs -------------------------------------------------------------------------------- /IdealAutomateExplorer/NAudio/Midi/MidiOutTechnology.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/IdealAutomateExplorer/NAudio/Midi/MidiOutTechnology.cs -------------------------------------------------------------------------------- /IdealAutomateExplorer/NAudio/Midi/NoteEvent.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/IdealAutomateExplorer/NAudio/Midi/NoteEvent.cs -------------------------------------------------------------------------------- /IdealAutomateExplorer/NAudio/Midi/NoteOnEvent.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/IdealAutomateExplorer/NAudio/Midi/NoteOnEvent.cs -------------------------------------------------------------------------------- /IdealAutomateExplorer/NAudio/Midi/PatchChangeEvent.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/IdealAutomateExplorer/NAudio/Midi/PatchChangeEvent.cs -------------------------------------------------------------------------------- /IdealAutomateExplorer/NAudio/Midi/RawMetaEvent.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/IdealAutomateExplorer/NAudio/Midi/RawMetaEvent.cs -------------------------------------------------------------------------------- /IdealAutomateExplorer/NAudio/Midi/SmpteOffsetEvent.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/IdealAutomateExplorer/NAudio/Midi/SmpteOffsetEvent.cs -------------------------------------------------------------------------------- /IdealAutomateExplorer/NAudio/Midi/SysexEvent.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/IdealAutomateExplorer/NAudio/Midi/SysexEvent.cs -------------------------------------------------------------------------------- /IdealAutomateExplorer/NAudio/Midi/TempoEvent.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/IdealAutomateExplorer/NAudio/Midi/TempoEvent.cs -------------------------------------------------------------------------------- /IdealAutomateExplorer/NAudio/Midi/TextEvent.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/IdealAutomateExplorer/NAudio/Midi/TextEvent.cs -------------------------------------------------------------------------------- /IdealAutomateExplorer/NAudio/Midi/TimeSignatureEvent.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/IdealAutomateExplorer/NAudio/Midi/TimeSignatureEvent.cs -------------------------------------------------------------------------------- /IdealAutomateExplorer/NAudio/Mixer/CustomMixerControl.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/IdealAutomateExplorer/NAudio/Mixer/CustomMixerControl.cs -------------------------------------------------------------------------------- /IdealAutomateExplorer/NAudio/Mixer/Mixer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/IdealAutomateExplorer/NAudio/Mixer/Mixer.cs -------------------------------------------------------------------------------- /IdealAutomateExplorer/NAudio/Mixer/MixerControl.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/IdealAutomateExplorer/NAudio/Mixer/MixerControl.cs -------------------------------------------------------------------------------- /IdealAutomateExplorer/NAudio/Mixer/MixerControlType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/IdealAutomateExplorer/NAudio/Mixer/MixerControlType.cs -------------------------------------------------------------------------------- /IdealAutomateExplorer/NAudio/Mixer/MixerFlags.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/IdealAutomateExplorer/NAudio/Mixer/MixerFlags.cs -------------------------------------------------------------------------------- /IdealAutomateExplorer/NAudio/Mixer/MixerInterop.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/IdealAutomateExplorer/NAudio/Mixer/MixerInterop.cs -------------------------------------------------------------------------------- /IdealAutomateExplorer/NAudio/Mixer/MixerLine.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/IdealAutomateExplorer/NAudio/Mixer/MixerLine.cs -------------------------------------------------------------------------------- /IdealAutomateExplorer/NAudio/Mixer/SignedMixerControl.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/IdealAutomateExplorer/NAudio/Mixer/SignedMixerControl.cs -------------------------------------------------------------------------------- /IdealAutomateExplorer/NAudio/NAudio.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/IdealAutomateExplorer/NAudio/NAudio.csproj -------------------------------------------------------------------------------- /IdealAutomateExplorer/NAudio/NAudio.csproj.DotSettings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/IdealAutomateExplorer/NAudio/NAudio.csproj.DotSettings -------------------------------------------------------------------------------- /IdealAutomateExplorer/NAudio/NAudio.ruleset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/IdealAutomateExplorer/NAudio/NAudio.ruleset -------------------------------------------------------------------------------- /IdealAutomateExplorer/NAudio/Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/IdealAutomateExplorer/NAudio/Properties/AssemblyInfo.cs -------------------------------------------------------------------------------- /IdealAutomateExplorer/NAudio/Utils/BufferHelpers.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/IdealAutomateExplorer/NAudio/Utils/BufferHelpers.cs -------------------------------------------------------------------------------- /IdealAutomateExplorer/NAudio/Utils/ByteEncoding.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/IdealAutomateExplorer/NAudio/Utils/ByteEncoding.cs -------------------------------------------------------------------------------- /IdealAutomateExplorer/NAudio/Utils/ChunkIdentifier.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/IdealAutomateExplorer/NAudio/Utils/ChunkIdentifier.cs -------------------------------------------------------------------------------- /IdealAutomateExplorer/NAudio/Utils/CircularBuffer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/IdealAutomateExplorer/NAudio/Utils/CircularBuffer.cs -------------------------------------------------------------------------------- /IdealAutomateExplorer/NAudio/Utils/Decibels.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/IdealAutomateExplorer/NAudio/Utils/Decibels.cs -------------------------------------------------------------------------------- /IdealAutomateExplorer/NAudio/Utils/HResult.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/IdealAutomateExplorer/NAudio/Utils/HResult.cs -------------------------------------------------------------------------------- /IdealAutomateExplorer/NAudio/Utils/IEEE.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/IdealAutomateExplorer/NAudio/Utils/IEEE.cs -------------------------------------------------------------------------------- /IdealAutomateExplorer/NAudio/Utils/MarshalHelpers.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/IdealAutomateExplorer/NAudio/Utils/MarshalHelpers.cs -------------------------------------------------------------------------------- /IdealAutomateExplorer/NAudio/Utils/MergeSort.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/IdealAutomateExplorer/NAudio/Utils/MergeSort.cs -------------------------------------------------------------------------------- /IdealAutomateExplorer/NAudio/Utils/NativeMethods.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/IdealAutomateExplorer/NAudio/Utils/NativeMethods.cs -------------------------------------------------------------------------------- /IdealAutomateExplorer/NAudio/Utils/ProgressLog.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/IdealAutomateExplorer/NAudio/Utils/ProgressLog.cs -------------------------------------------------------------------------------- /IdealAutomateExplorer/NAudio/Utils/ProgressLog.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/IdealAutomateExplorer/NAudio/Utils/ProgressLog.resx -------------------------------------------------------------------------------- /IdealAutomateExplorer/NAudio/Wave/Asio/ASIODriver.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/IdealAutomateExplorer/NAudio/Wave/Asio/ASIODriver.cs -------------------------------------------------------------------------------- /IdealAutomateExplorer/NAudio/Wave/Asio/ASIODriverExt.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/IdealAutomateExplorer/NAudio/Wave/Asio/ASIODriverExt.cs -------------------------------------------------------------------------------- /IdealAutomateExplorer/NAudio/Wave/Asio/ASIOStructures.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/IdealAutomateExplorer/NAudio/Wave/Asio/ASIOStructures.cs -------------------------------------------------------------------------------- /IdealAutomateExplorer/NAudio/Wave/Asio/Asio64Bit.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/IdealAutomateExplorer/NAudio/Wave/Asio/Asio64Bit.cs -------------------------------------------------------------------------------- /IdealAutomateExplorer/NAudio/Wave/Asio/AsioCallbacks.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/IdealAutomateExplorer/NAudio/Wave/Asio/AsioCallbacks.cs -------------------------------------------------------------------------------- /IdealAutomateExplorer/NAudio/Wave/Asio/AsioError.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/IdealAutomateExplorer/NAudio/Wave/Asio/AsioError.cs -------------------------------------------------------------------------------- /IdealAutomateExplorer/NAudio/Wave/Asio/AsioSampleType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/IdealAutomateExplorer/NAudio/Wave/Asio/AsioSampleType.cs -------------------------------------------------------------------------------- /IdealAutomateExplorer/NAudio/Wave/MmeInterop/MmResult.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/IdealAutomateExplorer/NAudio/Wave/MmeInterop/MmResult.cs -------------------------------------------------------------------------------- /IdealAutomateExplorer/NAudio/Wave/MmeInterop/MmTime.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/IdealAutomateExplorer/NAudio/Wave/MmeInterop/MmTime.cs -------------------------------------------------------------------------------- /IdealAutomateExplorer/NAudio/Wave/WaveInputs/IWaveIn.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/IdealAutomateExplorer/NAudio/Wave/WaveInputs/IWaveIn.cs -------------------------------------------------------------------------------- /IdealAutomateExplorer/NAudio/Wave/WaveInputs/WaveIn.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/IdealAutomateExplorer/NAudio/Wave/WaveInputs/WaveIn.cs -------------------------------------------------------------------------------- /IdealAutomateExplorer/NAudio/Wave/WaveOutputs/AsioOut.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/IdealAutomateExplorer/NAudio/Wave/WaveOutputs/AsioOut.cs -------------------------------------------------------------------------------- /IdealAutomateExplorer/ScriptExec/Program.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/IdealAutomateExplorer/ScriptExec/Program.cs -------------------------------------------------------------------------------- /IdealAutomateExplorer/ScriptExec/ScriptExec.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/IdealAutomateExplorer/ScriptExec/ScriptExec.sln -------------------------------------------------------------------------------- /IdealAutomateExplorer/ScriptExec/ScriptExec/App.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/IdealAutomateExplorer/ScriptExec/ScriptExec/App.xaml -------------------------------------------------------------------------------- /IdealAutomateExplorer/ScriptExec/ScriptExec/ClassDiagram1.cd: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /IdealAutomateExplorer/ScriptExec/ScriptExec/Program.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/IdealAutomateExplorer/ScriptExec/ScriptExec/Program.cs -------------------------------------------------------------------------------- /IdealAutomateExplorer/ScriptExec/ScriptExec/app.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/IdealAutomateExplorer/ScriptExec/ScriptExec/app.config -------------------------------------------------------------------------------- /IdealAutomateScriptRecorder/App.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/IdealAutomateScriptRecorder/App.config -------------------------------------------------------------------------------- /IdealAutomateScriptRecorder/ControlEntity.vb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/IdealAutomateScriptRecorder/ControlEntity.vb -------------------------------------------------------------------------------- /IdealAutomateScriptRecorder/Form1.Designer.vb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/IdealAutomateScriptRecorder/Form1.Designer.vb -------------------------------------------------------------------------------- /IdealAutomateScriptRecorder/Form1.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/IdealAutomateScriptRecorder/Form1.resx -------------------------------------------------------------------------------- /IdealAutomateScriptRecorder/Form1.vb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/IdealAutomateScriptRecorder/Form1.vb -------------------------------------------------------------------------------- /IdealAutomateScriptRecorder/ImageEntity.vb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/IdealAutomateScriptRecorder/ImageEntity.vb -------------------------------------------------------------------------------- /IdealAutomateScriptRecorder/My Project/AssemblyInfo.vb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/IdealAutomateScriptRecorder/My Project/AssemblyInfo.vb -------------------------------------------------------------------------------- /IdealAutomateScriptRecorder/My Project/Resources.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/IdealAutomateScriptRecorder/My Project/Resources.resx -------------------------------------------------------------------------------- /IdealAutomateScriptRecorder/My Project/app.manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/IdealAutomateScriptRecorder/My Project/app.manifest -------------------------------------------------------------------------------- /IdealAutomateScriptRecorder/Resources/Stopwatch.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/IdealAutomateScriptRecorder/Resources/Stopwatch.ico -------------------------------------------------------------------------------- /IdealAutomateScriptRecorder/TestMove.Designer.vb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/IdealAutomateScriptRecorder/TestMove.Designer.vb -------------------------------------------------------------------------------- /IdealAutomateScriptRecorder/TestMove.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/IdealAutomateScriptRecorder/TestMove.resx -------------------------------------------------------------------------------- /IdealAutomateScriptRecorder/TestMove.vb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/IdealAutomateScriptRecorder/TestMove.vb -------------------------------------------------------------------------------- /IdealAutomateScriptRecorder/app1.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/IdealAutomateScriptRecorder/app1.config -------------------------------------------------------------------------------- /IdealAutomateScriptRecorder/bin/Debug/WindowsInput.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/IdealAutomateScriptRecorder/bin/Debug/WindowsInput.dll -------------------------------------------------------------------------------- /IdealAutomateScriptRecorder/bin/Debug/WindowsInput.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/IdealAutomateScriptRecorder/bin/Debug/WindowsInput.xml -------------------------------------------------------------------------------- /IdealAutomateScriptRecorder/bin/Debug/myfile.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/IdealAutomateScriptRecorder/bin/Debug/myfile.txt -------------------------------------------------------------------------------- /IdealAutomateScriptRecorder/clsProcess.vb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/IdealAutomateScriptRecorder/clsProcess.vb -------------------------------------------------------------------------------- /IdealAutomateScriptRecorder/frmTestGetChildWindows.vb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/IdealAutomateScriptRecorder/frmTestGetChildWindows.vb -------------------------------------------------------------------------------- /IdealAutomateScriptRecorder/frmTestGetText.Designer.vb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/IdealAutomateScriptRecorder/frmTestGetText.Designer.vb -------------------------------------------------------------------------------- /IdealAutomateScriptRecorder/frmTestGetText.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/IdealAutomateScriptRecorder/frmTestGetText.resx -------------------------------------------------------------------------------- /IdealAutomateScriptRecorder/frmTestGetText.vb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/IdealAutomateScriptRecorder/frmTestGetText.vb -------------------------------------------------------------------------------- /IdealToolsOrganizer/IdealLauncher.mdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/IdealToolsOrganizer/IdealLauncher.mdf -------------------------------------------------------------------------------- /IdealToolsOrganizer/IdealLauncher_log.ldf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/IdealToolsOrganizer/IdealLauncher_log.ldf -------------------------------------------------------------------------------- /IdealToolsOrganizer/tasks.txt: -------------------------------------------------------------------------------- 1 | 01/01/2000 12:00:00 -------------------------------------------------------------------------------- /JobSearch/..IdealAutomate/CategoryState.txt: -------------------------------------------------------------------------------- 1 | Expanded -------------------------------------------------------------------------------- /JobSearch/JobSearch/JobSearch.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/JobSearch/JobSearch/JobSearch.sln -------------------------------------------------------------------------------- /JobSearch/JobSearch/JobSearch/App.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/JobSearch/JobSearch/JobSearch/App.xaml -------------------------------------------------------------------------------- /JobSearch/JobSearch/JobSearch/App.xaml.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/JobSearch/JobSearch/JobSearch/App.xaml.cs -------------------------------------------------------------------------------- /JobSearch/JobSearch/JobSearch/ClassDiagram1.cd: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /JobSearch/JobSearch/JobSearch/Images/DiceLoaded.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/JobSearch/JobSearch/JobSearch/Images/DiceLoaded.PNG -------------------------------------------------------------------------------- /JobSearch/JobSearch/JobSearch/Images/ExactLocation.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/JobSearch/JobSearch/JobSearch/Images/ExactLocation.PNG -------------------------------------------------------------------------------- /JobSearch/JobSearch/JobSearch/Images/IndeedLoaded.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/JobSearch/JobSearch/JobSearch/Images/IndeedLoaded.PNG -------------------------------------------------------------------------------- /JobSearch/JobSearch/JobSearch/Images/Jobs.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/JobSearch/JobSearch/JobSearch/Images/Jobs.PNG -------------------------------------------------------------------------------- /JobSearch/JobSearch/JobSearch/Images/Location.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/JobSearch/JobSearch/JobSearch/Images/Location.PNG -------------------------------------------------------------------------------- /JobSearch/JobSearch/JobSearch/Images/NoJobsDice.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/JobSearch/JobSearch/JobSearch/Images/NoJobsDice.PNG -------------------------------------------------------------------------------- /JobSearch/JobSearch/JobSearch/Images/Output1.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/JobSearch/JobSearch/JobSearch/Images/Output1.PNG -------------------------------------------------------------------------------- /JobSearch/JobSearch/JobSearch/Images/Output2.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/JobSearch/JobSearch/JobSearch/Images/Output2.PNG -------------------------------------------------------------------------------- /JobSearch/JobSearch/JobSearch/Images/Search.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/JobSearch/JobSearch/JobSearch/Images/Search.PNG -------------------------------------------------------------------------------- /JobSearch/JobSearch/JobSearch/Images/imgPatch16.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/JobSearch/JobSearch/JobSearch/Images/imgPatch16.PNG -------------------------------------------------------------------------------- /JobSearch/JobSearch/JobSearch/Images/imgPatch17.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/JobSearch/JobSearch/JobSearch/Images/imgPatch17.PNG -------------------------------------------------------------------------------- /JobSearch/JobSearch/JobSearch/Images/imgSVNUpdate.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/JobSearch/JobSearch/JobSearch/Images/imgSVNUpdate.PNG -------------------------------------------------------------------------------- /JobSearch/JobSearch/JobSearch/JobSearch.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/JobSearch/JobSearch/JobSearch/JobSearch.csproj -------------------------------------------------------------------------------- /JobSearch/JobSearch/JobSearch/Locations.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/JobSearch/JobSearch/JobSearch/Locations.cs -------------------------------------------------------------------------------- /JobSearch/JobSearch/JobSearch/MainWindow.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/JobSearch/JobSearch/JobSearch/MainWindow.xaml -------------------------------------------------------------------------------- /JobSearch/JobSearch/JobSearch/MainWindow.xaml.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/JobSearch/JobSearch/JobSearch/MainWindow.xaml.cs -------------------------------------------------------------------------------- /JobSearch/JobSearch/JobSearch/app.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/JobSearch/JobSearch/JobSearch/app.config -------------------------------------------------------------------------------- /JobSearch/JobShow/DataGridFilterTest/App.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/JobSearch/JobShow/DataGridFilterTest/App.xaml -------------------------------------------------------------------------------- /JobSearch/JobShow/DataGridFilterTest/App.xaml.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/JobSearch/JobShow/DataGridFilterTest/App.xaml.cs -------------------------------------------------------------------------------- /JobSearch/JobShow/DataGridFilterTest/DataItem.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/JobSearch/JobShow/DataGridFilterTest/DataItem.cs -------------------------------------------------------------------------------- /JobSearch/JobShow/DataGridFilterTest/ItemRecord.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/JobSearch/JobShow/DataGridFilterTest/ItemRecord.cs -------------------------------------------------------------------------------- /JobSearch/JobShow/DataGridFilterTest/JobShow.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/JobSearch/JobShow/DataGridFilterTest/JobShow.csproj -------------------------------------------------------------------------------- /JobSearch/JobShow/DataGridFilterTest/Window1.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/JobSearch/JobShow/DataGridFilterTest/Window1.xaml -------------------------------------------------------------------------------- /JobSearch/JobShow/DataGridFilterTest/Window1.xaml.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/JobSearch/JobShow/DataGridFilterTest/Window1.xaml.cs -------------------------------------------------------------------------------- /JobSearch/JobShow/DataGridFilterTest/app.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/JobSearch/JobShow/DataGridFilterTest/app.config -------------------------------------------------------------------------------- /JobSearch/JobShow/DataGridFilterTest/packages.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/JobSearch/JobShow/DataGridFilterTest/packages.config -------------------------------------------------------------------------------- /JobSearch/JobShow/JobShow.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/JobSearch/JobShow/JobShow.sln -------------------------------------------------------------------------------- /JobSearch/SMSParameters/SMSParameters.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/JobSearch/SMSParameters/SMSParameters.sln -------------------------------------------------------------------------------- /JobSearch/SMSParameters/SMSParameters/App.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/JobSearch/SMSParameters/SMSParameters/App.xaml -------------------------------------------------------------------------------- /JobSearch/SMSParameters/SMSParameters/App.xaml.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/JobSearch/SMSParameters/SMSParameters/App.xaml.cs -------------------------------------------------------------------------------- /JobSearch/SMSParameters/SMSParameters/ClassDiagram1.cd: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /JobSearch/SMSParameters/SMSParameters/DataItem.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/JobSearch/SMSParameters/SMSParameters/DataItem.cs -------------------------------------------------------------------------------- /JobSearch/SMSParameters/SMSParameters/Images/Jobs.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/JobSearch/SMSParameters/SMSParameters/Images/Jobs.PNG -------------------------------------------------------------------------------- /JobSearch/SMSParameters/SMSParameters/Images/help.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/JobSearch/SMSParameters/SMSParameters/Images/help.png -------------------------------------------------------------------------------- /JobSearch/SMSParameters/SMSParameters/ItemRecord.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/JobSearch/SMSParameters/SMSParameters/ItemRecord.cs -------------------------------------------------------------------------------- /JobSearch/SMSParameters/SMSParameters/Keywords.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/JobSearch/SMSParameters/SMSParameters/Keywords.cs -------------------------------------------------------------------------------- /JobSearch/SMSParameters/SMSParameters/MainWindow.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/JobSearch/SMSParameters/SMSParameters/MainWindow.xaml -------------------------------------------------------------------------------- /JobSearch/SMSParameters/SMSParameters/Overview.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/JobSearch/SMSParameters/SMSParameters/Overview.xaml -------------------------------------------------------------------------------- /JobSearch/SMSParameters/SMSParameters/Overview.xaml.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/JobSearch/SMSParameters/SMSParameters/Overview.xaml.cs -------------------------------------------------------------------------------- /JobSearch/SMSParameters/SMSParameters/SMSPage.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/JobSearch/SMSParameters/SMSParameters/SMSPage.xaml -------------------------------------------------------------------------------- /JobSearch/SMSParameters/SMSParameters/SMSPage.xaml.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/JobSearch/SMSParameters/SMSParameters/SMSPage.xaml.cs -------------------------------------------------------------------------------- /JobSearch/SMSParameters/SMSParameters/app.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/JobSearch/SMSParameters/SMSParameters/app.config -------------------------------------------------------------------------------- /JobSearch/SMSParameters/SMSParameters/packages.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/JobSearch/SMSParameters/SMSParameters/packages.config -------------------------------------------------------------------------------- /JobSearch/jobsearchtestweb/jobsearchtestweb.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/JobSearch/jobsearchtestweb/jobsearchtestweb.sln -------------------------------------------------------------------------------- /JobSearch/jobsearchtestweb/jobsearchtestweb/App.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/JobSearch/jobsearchtestweb/jobsearchtestweb/App.xaml -------------------------------------------------------------------------------- /JobSearch/jobsearchtestweb/jobsearchtestweb/ClassDiagram1.cd: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /JobSearch/jobsearchtestweb/jobsearchtestweb/app.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/JobSearch/jobsearchtestweb/jobsearchtestweb/app.config -------------------------------------------------------------------------------- /KeyboardShortcuts/..IdealAutomate/CategoryState.txt: -------------------------------------------------------------------------------- 1 | Expanded -------------------------------------------------------------------------------- /KeyboardShortcuts/ExcelKeyboardShortcuts.odt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/KeyboardShortcuts/ExcelKeyboardShortcuts.odt -------------------------------------------------------------------------------- /KeyboardShortcuts/Outlook.odt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/KeyboardShortcuts/Outlook.odt -------------------------------------------------------------------------------- /KeyboardShortcuts/RightClick.odt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/KeyboardShortcuts/RightClick.odt -------------------------------------------------------------------------------- /KeyboardShortcuts/Windows7KeyboardShortcuts.odt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/KeyboardShortcuts/Windows7KeyboardShortcuts.odt -------------------------------------------------------------------------------- /Mind Maps/..IdealAutomate/CategoryState.txt: -------------------------------------------------------------------------------- 1 | Collapsed -------------------------------------------------------------------------------- /Mind Maps/Mind Maps.url: -------------------------------------------------------------------------------- 1 | [InternetShortcut] 2 | URL=https://bubbl.us/ 3 | -------------------------------------------------------------------------------- /OnlineCollegeCourses/..IdealAutomate/CategoryState.txt: -------------------------------------------------------------------------------- 1 | Collapsed -------------------------------------------------------------------------------- /OpenCurrentPageInVS/OpenCurrentPageInVS.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/OpenCurrentPageInVS/OpenCurrentPageInVS.sln -------------------------------------------------------------------------------- /OpenCurrentPageInVS/OpenCurrentPageInVS/App.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/OpenCurrentPageInVS/OpenCurrentPageInVS/App.xaml -------------------------------------------------------------------------------- /OpenCurrentPageInVS/OpenCurrentPageInVS/App.xaml.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/OpenCurrentPageInVS/OpenCurrentPageInVS/App.xaml.cs -------------------------------------------------------------------------------- /OpenCurrentPageInVS/OpenCurrentPageInVS/ClassDiagram1.cd: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /OpenCurrentPageInVS/OpenCurrentPageInVS/app.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/OpenCurrentPageInVS/OpenCurrentPageInVS/app.config -------------------------------------------------------------------------------- /OpenEditPlusInVS/.vs/OpenEditPlusInVS/v15/Server/sqlite3/db.lock: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /OpenEditPlusInVS/OpenEditPlusInVS.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/OpenEditPlusInVS/OpenEditPlusInVS.sln -------------------------------------------------------------------------------- /OpenEditPlusInVS/OpenEditPlusInVS/App.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/OpenEditPlusInVS/OpenEditPlusInVS/App.xaml -------------------------------------------------------------------------------- /OpenEditPlusInVS/OpenEditPlusInVS/App.xaml.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/OpenEditPlusInVS/OpenEditPlusInVS/App.xaml.cs -------------------------------------------------------------------------------- /OpenEditPlusInVS/OpenEditPlusInVS/ClassDiagram1.cd: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /OpenEditPlusInVS/OpenEditPlusInVS/MainWindow.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/OpenEditPlusInVS/OpenEditPlusInVS/MainWindow.xaml -------------------------------------------------------------------------------- /OpenEditPlusInVS/OpenEditPlusInVS/MainWindow.xaml.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/OpenEditPlusInVS/OpenEditPlusInVS/MainWindow.xaml.cs -------------------------------------------------------------------------------- /OpenEditPlusInVS/OpenEditPlusInVS/app.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/OpenEditPlusInVS/OpenEditPlusInVS/app.config -------------------------------------------------------------------------------- /OpenEditPlusInVS/OpenEditPlusInVS/obj/x86/Debug/OpenEditPlusInVS.csproj.CopyComplete: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/README.md -------------------------------------------------------------------------------- /RemoveFormattingClipboard/.vs/RemoveFormattingClipboard/v15/Server/sqlite3/db.lock: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RemoveFormattingClipboard/RemoveFormattingClipboard/ClassDiagram1.cd: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RemoveFormattingClipboard/RemoveFormattingClipboard/obj/x86/Debug/RemoveFormattingClipboard.csproj.CopyComplete: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /ScriptGenerator/..IdealAutomate/CategoryState.txt: -------------------------------------------------------------------------------- 1 | Child -------------------------------------------------------------------------------- /ScriptGenerator/ScriptGenerator.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/ScriptGenerator/ScriptGenerator.sln -------------------------------------------------------------------------------- /ScriptGenerator/ScriptGenerator/App.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/ScriptGenerator/ScriptGenerator/App.xaml -------------------------------------------------------------------------------- /ScriptGenerator/ScriptGenerator/App.xaml.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/ScriptGenerator/ScriptGenerator/App.xaml.cs -------------------------------------------------------------------------------- /ScriptGenerator/ScriptGenerator/ClassDiagram1.cd: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /ScriptGenerator/ScriptGenerator/Images/imgPatch16.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/ScriptGenerator/ScriptGenerator/Images/imgPatch16.PNG -------------------------------------------------------------------------------- /ScriptGenerator/ScriptGenerator/Images/imgPatch17.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/ScriptGenerator/ScriptGenerator/Images/imgPatch17.PNG -------------------------------------------------------------------------------- /ScriptGenerator/ScriptGenerator/MainWindow.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/ScriptGenerator/ScriptGenerator/MainWindow.xaml -------------------------------------------------------------------------------- /ScriptGenerator/ScriptGenerator/MainWindow.xaml.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/ScriptGenerator/ScriptGenerator/MainWindow.xaml.cs -------------------------------------------------------------------------------- /ScriptGenerator/ScriptGenerator/Methods.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/ScriptGenerator/ScriptGenerator/Methods.txt -------------------------------------------------------------------------------- /ScriptGenerator/ScriptGenerator/ScriptGenerator.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/ScriptGenerator/ScriptGenerator/ScriptGenerator.csproj -------------------------------------------------------------------------------- /ScriptGenerator/ScriptGenerator/app.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/ScriptGenerator/ScriptGenerator/app.config -------------------------------------------------------------------------------- /ScriptGenerator/ScriptGenerator/obj/x86/Debug/App.g.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/ScriptGenerator/ScriptGenerator/obj/x86/Debug/App.g.cs -------------------------------------------------------------------------------- /ScriptGenerators/Caret Position/PutCaretPositionInArray/..IdealAutomate/cbxCustomSelectedValue.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /ScriptGenerators/Caret Position/PutCaretPositionInArray/..IdealAutomate/cbxStatusSelectedValue.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /ScriptGenerators/Caret Position/PutCaretPositionInArray/..IdealAutomate/custom.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /ScriptGenerators/Caret Position/PutCaretPositionInArray/..IdealAutomate/status.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /ScriptGenerators/Caret Position/PutCaretPositionInArray/PutCaretPositionInArray/ClassDiagram1.cd: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /ScriptGenerators/Caret Position/PutCaretPositionInArray/PutCaretPositionInArray/TemplateCode1UsingsNew.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /ScriptGenerators/Caret Position/PutCaretPositionInArray/PutCaretPositionInArray/TemplateCode3GlobalsNew.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /ScriptGenerators/Clipboard/PutClipboardInEntity/PutClipboardInEntity/ClassDiagram1.cd: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /ScriptGenerators/Clipboard/PutClipboardInEntity/PutClipboardInEntity/TemplateCode1UsingsNew.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /ScriptGenerators/Clipboard/PutClipboardInEntity/PutClipboardInEntity/TemplateCode3GlobalsNew.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /ScriptGenerators/Clipboard/PutEntityInClipboard/PutEntityInClipboard/ClassDiagram1.cd: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /ScriptGenerators/Clipboard/PutEntityInClipboard/PutEntityInClipboard/TemplateCode1UsingsNew.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /ScriptGenerators/Clipboard/PutEntityInClipboard/PutEntityInClipboard/TemplateCode3GlobalsNew.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /ScriptGenerators/Database/GetValueByKey/GetValueByKey/ClassDiagram1.cd: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /ScriptGenerators/Database/GetValueByKey/GetValueByKey/TemplateCode1UsingsNew.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /ScriptGenerators/Database/GetValueByKey/GetValueByKey/TemplateCode3GlobalsNew.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /ScriptGenerators/Database/SetValueByKey/SetValueByKey/ClassDiagram1.cd: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /ScriptGenerators/Database/SetValueByKey/SetValueByKey/TemplateCode1UsingsNew.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /ScriptGenerators/Database/SetValueByKey/SetValueByKey/TemplateCode3GlobalsNew.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /ScriptGenerators/Image/ClickImageIfExists/ClickImageIfExists/ClassDiagram1.cd: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /ScriptGenerators/Image/ClickImageIfExists/ClickImageIfExists/TemplateCode1UsingsNew.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /ScriptGenerators/Image/ClickImageIfExists/ClickImageIfExists/TemplateCode3GlobalsNew.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /ScriptGenerators/Image/PutAll/PutAll.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/ScriptGenerators/Image/PutAll/PutAll.sln -------------------------------------------------------------------------------- /ScriptGenerators/Image/PutAll/PutAll/App.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/ScriptGenerators/Image/PutAll/PutAll/App.xaml -------------------------------------------------------------------------------- /ScriptGenerators/Image/PutAll/PutAll/App.xaml.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/ScriptGenerators/Image/PutAll/PutAll/App.xaml.cs -------------------------------------------------------------------------------- /ScriptGenerators/Image/PutAll/PutAll/ClassDiagram1.cd: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /ScriptGenerators/Image/PutAll/PutAll/MainWindow.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/ScriptGenerators/Image/PutAll/PutAll/MainWindow.xaml -------------------------------------------------------------------------------- /ScriptGenerators/Image/PutAll/PutAll/PutAll.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/ScriptGenerators/Image/PutAll/PutAll/PutAll.csproj -------------------------------------------------------------------------------- /ScriptGenerators/Image/PutAll/PutAll/TemplateCode1UsingsNew.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /ScriptGenerators/Image/PutAll/PutAll/TemplateCode3GlobalsNew.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /ScriptGenerators/Image/PutAll/PutAll/app.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/ScriptGenerators/Image/PutAll/PutAll/app.config -------------------------------------------------------------------------------- /ScriptGenerators/Image/PutAllFastByStoppingOnPerfectMatch/PutAllFastByStoppingOnPerfectMatch/ClassDiagram1.cd: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /ScriptGenerators/Image/PutAllFastByStoppingOnPerfectMatch/PutAllFastByStoppingOnPerfectMatch/TemplateCode1UsingsNew.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /ScriptGenerators/Image/PutAllFastByStoppingOnPerfectMatch/PutAllFastByStoppingOnPerfectMatch/TemplateCode3GlobalsNew.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /ScriptGenerators/Internet Explorer/IEGoToURL/IEGoToURL/ClassDiagram1.cd: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /ScriptGenerators/Internet Explorer/IEGoToURL/IEGoToURL/TemplateCode1UsingsNew.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /ScriptGenerators/Internet Explorer/IEGoToURL/IEGoToURL/TemplateCode3GlobalsNew.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /ScriptGenerators/Internet Explorer/PutIETabURLContainingStringInEntity/PutIETabURLContainingStringInEntity/ClassDiagram1.cd: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /ScriptGenerators/Internet Explorer/PutIETabURLContainingStringInEntity/PutIETabURLContainingStringInEntity/TemplateCode1UsingsNew.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /ScriptGenerators/Internet Explorer/PutIETabURLContainingStringInEntity/PutIETabURLContainingStringInEntity/TemplateCode3GlobalsNew.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /ScriptGenerators/Internet Explorer/PutInternetExplorerTabTitleInEntity/PutInternetExplorerTabTitleInEntity/ClassDiagram1.cd: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /ScriptGenerators/Internet Explorer/PutInternetExplorerTabTitleInEntity/PutInternetExplorerTabTitleInEntity/TemplateCode1UsingsNew.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /ScriptGenerators/Internet Explorer/PutInternetExplorerTabTitleInEntity/PutInternetExplorerTabTitleInEntity/TemplateCode3GlobalsNew.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /ScriptGenerators/MessageBox/MessageBoxShow/MessageBoxShow/ClassDiagram1.cd: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /ScriptGenerators/MessageBox/MessageBoxShow/MessageBoxShow/TemplateCode1UsingsNew.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /ScriptGenerators/MessageBox/MessageBoxShow/MessageBoxShow/TemplateCode3GlobalsNew.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /ScriptGenerators/MessageBox/MessageBoxShowWithYesNo/MessageBoxShowWithYesNo/ClassDiagram1.cd: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /ScriptGenerators/MessageBox/MessageBoxShowWithYesNo/MessageBoxShowWithYesNo/TemplateCode1UsingsNew.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /ScriptGenerators/MessageBox/MessageBoxShowWithYesNo/MessageBoxShowWithYesNo/TemplateCode3GlobalsNew.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /ScriptGenerators/Mouse/LeftClick/LeftClick.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/ScriptGenerators/Mouse/LeftClick/LeftClick.sln -------------------------------------------------------------------------------- /ScriptGenerators/Mouse/LeftClick/LeftClick/App.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/ScriptGenerators/Mouse/LeftClick/LeftClick/App.xaml -------------------------------------------------------------------------------- /ScriptGenerators/Mouse/LeftClick/LeftClick/App.xaml.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/ScriptGenerators/Mouse/LeftClick/LeftClick/App.xaml.cs -------------------------------------------------------------------------------- /ScriptGenerators/Mouse/LeftClick/LeftClick/ClassDiagram1.cd: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /ScriptGenerators/Mouse/LeftClick/LeftClick/TemplateCode1UsingsNew.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /ScriptGenerators/Mouse/LeftClick/LeftClick/TemplateCode3GlobalsNew.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /ScriptGenerators/Mouse/LeftClick/LeftClick/app.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/ScriptGenerators/Mouse/LeftClick/LeftClick/app.config -------------------------------------------------------------------------------- /ScriptGenerators/Mouse/PositionCursor/PositionCursor/ClassDiagram1.cd: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /ScriptGenerators/Mouse/PutCursorPosition/PutCursorPosition/ClassDiagram1.cd: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /ScriptGenerators/Mouse/PutCursorPosition/PutCursorPosition/TemplateCode1UsingsNew.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /ScriptGenerators/Mouse/PutCursorPosition/PutCursorPosition/TemplateCode3GlobalsNew.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /ScriptGenerators/Mouse/RightClick/RightClick.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/ScriptGenerators/Mouse/RightClick/RightClick.sln -------------------------------------------------------------------------------- /ScriptGenerators/Mouse/RightClick/RightClick/App.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/ScriptGenerators/Mouse/RightClick/RightClick/App.xaml -------------------------------------------------------------------------------- /ScriptGenerators/Mouse/RightClick/RightClick/ClassDiagram1.cd: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /ScriptGenerators/Mouse/RightClick/RightClick/TemplateCode1UsingsNew.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /ScriptGenerators/Mouse/RightClick/RightClick/TemplateCode3GlobalsNew.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /ScriptGenerators/Mouse/ShiftClick/ShiftClick.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/ScriptGenerators/Mouse/ShiftClick/ShiftClick.sln -------------------------------------------------------------------------------- /ScriptGenerators/Mouse/ShiftClick/ShiftClick/App.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/ScriptGenerators/Mouse/ShiftClick/ShiftClick/App.xaml -------------------------------------------------------------------------------- /ScriptGenerators/Mouse/ShiftClick/ShiftClick/ClassDiagram1.cd: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /ScriptGenerators/Mouse/ShiftClick/ShiftClick/TemplateCode1UsingsNew.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /ScriptGenerators/Mouse/ShiftClick/ShiftClick/TemplateCode3GlobalsNew.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /ScriptGenerators/NextSteps/..IdealAutomate/Ajunk/cbxCustomSelectedValue.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /ScriptGenerators/NextSteps/..IdealAutomate/Ajunk/cbxStatusSelectedValue.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /ScriptGenerators/NextSteps/..IdealAutomate/Ajunk/custom.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /ScriptGenerators/NextSteps/..IdealAutomate/Ajunk/description.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /ScriptGenerators/NextSteps/..IdealAutomate/Ajunk/status.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /ScriptGenerators/NextSteps/..IdealAutomate/Bjunk/cbxCustomSelectedValue.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /ScriptGenerators/NextSteps/..IdealAutomate/Bjunk/cbxStatusSelectedValue.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /ScriptGenerators/NextSteps/..IdealAutomate/Bjunk/custom.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /ScriptGenerators/NextSteps/..IdealAutomate/Bjunk/description.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /ScriptGenerators/NextSteps/..IdealAutomate/Bjunk/status.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /ScriptGenerators/NextSteps/..IdealAutomate/NextSteps/cbxCustomSelectedValue.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /ScriptGenerators/NextSteps/..IdealAutomate/NextSteps/cbxStatusSelectedValue.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /ScriptGenerators/NextSteps/..IdealAutomate/NextSteps/custom.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /ScriptGenerators/NextSteps/..IdealAutomate/NextSteps/description.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /ScriptGenerators/NextSteps/..IdealAutomate/NextSteps/status.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /ScriptGenerators/NextSteps/Ajunk.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/ScriptGenerators/NextSteps/Ajunk.rtf -------------------------------------------------------------------------------- /ScriptGenerators/NextSteps/Bjunk.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /ScriptGenerators/NextSteps/NextSteps.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/ScriptGenerators/NextSteps/NextSteps.rtf -------------------------------------------------------------------------------- /ScriptGenerators/Processes/KillAllProcessesByProcessName/KillAllProcessesByProcessName/ClassDiagram1.cd: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /ScriptGenerators/Processes/KillAllProcessesByProcessName/KillAllProcessesByProcessName/TemplateCode1UsingsNew.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /ScriptGenerators/Processes/KillAllProcessesByProcessName/KillAllProcessesByProcessName/TemplateCode3GlobalsNew.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /ScriptGenerators/Run/Run/Run.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/ScriptGenerators/Run/Run/Run.sln -------------------------------------------------------------------------------- /ScriptGenerators/Run/Run/Run/App.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/ScriptGenerators/Run/Run/Run/App.xaml -------------------------------------------------------------------------------- /ScriptGenerators/Run/Run/Run/App.xaml.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/ScriptGenerators/Run/Run/Run/App.xaml.cs -------------------------------------------------------------------------------- /ScriptGenerators/Run/Run/Run/ClassDiagram1.cd: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /ScriptGenerators/Run/Run/Run/Images/imgPatch16.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/ScriptGenerators/Run/Run/Run/Images/imgPatch16.PNG -------------------------------------------------------------------------------- /ScriptGenerators/Run/Run/Run/Images/imgPatch17.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/ScriptGenerators/Run/Run/Run/Images/imgPatch17.PNG -------------------------------------------------------------------------------- /ScriptGenerators/Run/Run/Run/Images/imgSVNUpdate.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/ScriptGenerators/Run/Run/Run/Images/imgSVNUpdate.PNG -------------------------------------------------------------------------------- /ScriptGenerators/Run/Run/Run/Images/imgUpdateLogOK.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/ScriptGenerators/Run/Run/Run/Images/imgUpdateLogOK.PNG -------------------------------------------------------------------------------- /ScriptGenerators/Run/Run/Run/MainWindow.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/ScriptGenerators/Run/Run/Run/MainWindow.xaml -------------------------------------------------------------------------------- /ScriptGenerators/Run/Run/Run/MainWindow.xaml.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/ScriptGenerators/Run/Run/Run/MainWindow.xaml.cs -------------------------------------------------------------------------------- /ScriptGenerators/Run/Run/Run/Properties/Resources.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/ScriptGenerators/Run/Run/Run/Properties/Resources.resx -------------------------------------------------------------------------------- /ScriptGenerators/Run/Run/Run/Run.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/ScriptGenerators/Run/Run/Run/Run.csproj -------------------------------------------------------------------------------- /ScriptGenerators/Run/Run/Run/TemplateCode1Usings.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/ScriptGenerators/Run/Run/Run/TemplateCode1Usings.txt -------------------------------------------------------------------------------- /ScriptGenerators/Run/Run/Run/TemplateCode1UsingsNew.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /ScriptGenerators/Run/Run/Run/TemplateCode3Globals.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/ScriptGenerators/Run/Run/Run/TemplateCode3Globals.txt -------------------------------------------------------------------------------- /ScriptGenerators/Run/Run/Run/TemplateCode3GlobalsNew.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /ScriptGenerators/Run/Run/Run/TemplateCode4Main.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/ScriptGenerators/Run/Run/Run/TemplateCode4Main.txt -------------------------------------------------------------------------------- /ScriptGenerators/Run/Run/Run/app.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/ScriptGenerators/Run/Run/Run/app.config -------------------------------------------------------------------------------- /ScriptGenerators/Run/RunSync/RunSync.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/ScriptGenerators/Run/RunSync/RunSync.sln -------------------------------------------------------------------------------- /ScriptGenerators/Run/RunSync/RunSync/App.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/ScriptGenerators/Run/RunSync/RunSync/App.xaml -------------------------------------------------------------------------------- /ScriptGenerators/Run/RunSync/RunSync/App.xaml.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/ScriptGenerators/Run/RunSync/RunSync/App.xaml.cs -------------------------------------------------------------------------------- /ScriptGenerators/Run/RunSync/RunSync/ClassDiagram1.cd: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /ScriptGenerators/Run/RunSync/RunSync/MainWindow.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/ScriptGenerators/Run/RunSync/RunSync/MainWindow.xaml -------------------------------------------------------------------------------- /ScriptGenerators/Run/RunSync/RunSync/RunSync.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/ScriptGenerators/Run/RunSync/RunSync/RunSync.csproj -------------------------------------------------------------------------------- /ScriptGenerators/Run/RunSync/RunSync/TemplateCode1UsingsNew.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /ScriptGenerators/Run/RunSync/RunSync/TemplateCode3GlobalsNew.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /ScriptGenerators/Run/RunSync/RunSync/app.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/ScriptGenerators/Run/RunSync/RunSync/app.config -------------------------------------------------------------------------------- /ScriptGenerators/ScriptExec/ScriptExec/Program.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/ScriptGenerators/ScriptExec/ScriptExec/Program.cs -------------------------------------------------------------------------------- /ScriptGenerators/ScriptExec/ScriptExec/ScriptExec.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/ScriptGenerators/ScriptExec/ScriptExec/ScriptExec.sln -------------------------------------------------------------------------------- /ScriptGenerators/ScriptExec/ScriptExec/ScriptExec/ClassDiagram1.cd: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /ScriptGenerators/Search/FindDelimitedText/FindDelimitedText/ClassDiagram1.cd: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /ScriptGenerators/Search/FindDelimitedText/FindDelimitedText/TemplateCode1UsingsNew.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /ScriptGenerators/Search/FindDelimitedText/FindDelimitedText/TemplateCode3GlobalsNew.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /ScriptGenerators/Service/RestartService/RestartService/ClassDiagram1.cd: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /ScriptGenerators/Service/RestartService/RestartService/TemplateCode1UsingsNew.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /ScriptGenerators/Service/RestartService/RestartService/TemplateCode3GlobalsNew.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /ScriptGenerators/Service/StartService/StartService.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/ScriptGenerators/Service/StartService/StartService.sln -------------------------------------------------------------------------------- /ScriptGenerators/Service/StartService/StartService/ClassDiagram1.cd: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /ScriptGenerators/Service/StartService/StartService/TemplateCode1UsingsNew.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /ScriptGenerators/Service/StartService/StartService/TemplateCode3GlobalsNew.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /ScriptGenerators/Service/StopService/StopService.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/ScriptGenerators/Service/StopService/StopService.sln -------------------------------------------------------------------------------- /ScriptGenerators/Service/StopService/StopService/ClassDiagram1.cd: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /ScriptGenerators/Service/StopService/StopService/TemplateCode1UsingsNew.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /ScriptGenerators/Service/StopService/StopService/TemplateCode3GlobalsNew.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /ScriptGenerators/Sleep/Sleep/Sleep.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/ScriptGenerators/Sleep/Sleep/Sleep.sln -------------------------------------------------------------------------------- /ScriptGenerators/Sleep/Sleep/Sleep/App.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/ScriptGenerators/Sleep/Sleep/Sleep/App.xaml -------------------------------------------------------------------------------- /ScriptGenerators/Sleep/Sleep/Sleep/App.xaml.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/ScriptGenerators/Sleep/Sleep/Sleep/App.xaml.cs -------------------------------------------------------------------------------- /ScriptGenerators/Sleep/Sleep/Sleep/ClassDiagram1.cd: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /ScriptGenerators/Sleep/Sleep/Sleep/MainWindow.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/ScriptGenerators/Sleep/Sleep/Sleep/MainWindow.xaml -------------------------------------------------------------------------------- /ScriptGenerators/Sleep/Sleep/Sleep/MainWindow.xaml.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/ScriptGenerators/Sleep/Sleep/Sleep/MainWindow.xaml.cs -------------------------------------------------------------------------------- /ScriptGenerators/Sleep/Sleep/Sleep/Sleep.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/ScriptGenerators/Sleep/Sleep/Sleep/Sleep.csproj -------------------------------------------------------------------------------- /ScriptGenerators/Sleep/Sleep/Sleep/TemplateCode1UsingsNew.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /ScriptGenerators/Sleep/Sleep/Sleep/TemplateCode3GlobalsNew.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /ScriptGenerators/Sleep/Sleep/Sleep/app.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/ScriptGenerators/Sleep/Sleep/Sleep/app.config -------------------------------------------------------------------------------- /ScriptGenerators/TypeText/TypeText/TypeText.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/ScriptGenerators/TypeText/TypeText/TypeText.sln -------------------------------------------------------------------------------- /ScriptGenerators/TypeText/TypeText/TypeText/App.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/ScriptGenerators/TypeText/TypeText/TypeText/App.xaml -------------------------------------------------------------------------------- /ScriptGenerators/TypeText/TypeText/TypeText/ClassDiagram1.cd: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /ScriptGenerators/TypeText/TypeText/TypeText/TemplateCode1UsingsNew.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /ScriptGenerators/TypeText/TypeText/TypeText/TemplateCode3GlobalsNew.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /ScriptGenerators/TypeText/TypeText/TypeText/app.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/ScriptGenerators/TypeText/TypeText/TypeText/app.config -------------------------------------------------------------------------------- /ScriptGenerators/Window/ActivateWindowByTitle/ActivateWindowByTitle/ClassDiagram1.cd: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /ScriptGenerators/Window/ActivateWindowByTitle/ActivateWindowByTitle/TemplateCode1UsingsNew.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /ScriptGenerators/Window/ActivateWindowByTitle/ActivateWindowByTitle/TemplateCode3GlobalsNew.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /ScriptGenerators/Window/GetActiveWindowTitle/GetActiveWindowTitle/ClassDiagram1.cd: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /ScriptGenerators/Window/GetActiveWindowTitle/GetActiveWindowTitle/TemplateCode1UsingsNew.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /ScriptGenerators/Window/GetActiveWindowTitle/GetActiveWindowTitle/TemplateCode3GlobalsNew.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /ScriptGenerators/Window/GetWindowTitlesByProcessName/GetWindowTitlesByProcessName/ClassDiagram1.cd: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /ScriptGenerators/Window/GetWindowTitlesByProcessName/GetWindowTitlesByProcessName/TemplateCode1UsingsNew.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /ScriptGenerators/Window/GetWindowTitlesByProcessName/GetWindowTitlesByProcessName/TemplateCode3GlobalsNew.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /ScriptGenerators/Window/PutWindowTitleInEntity/PutWindowTitleInEntity/ClassDiagram1.cd: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /ScriptGenerators/Window/PutWindowTitleInEntity/PutWindowTitleInEntity/TemplateCode1UsingsNew.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /ScriptGenerators/Window/PutWindowTitleInEntity/PutWindowTitleInEntity/TemplateCode3GlobalsNew.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /ScriptGenerators/Window/WindowBalloonMultipleControls/WindowBalloonMultipleControls/ClassDiagram1.cd: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /ScriptGenerators/Window/WindowBalloonMultipleControls/WindowBalloonMultipleControls/TemplateCode1UsingsNew.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /ScriptGenerators/Window/WindowBalloonMultipleControls/WindowBalloonMultipleControls/TemplateCode3GlobalsNew.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /ScriptGenerators/Window/WindowMultipleControls/WindowMultipleControls/ClassDiagram1.cd: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /ScriptGenerators/Window/WindowMultipleControls/WindowMultipleControls/TemplateCode1UsingsNew.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /ScriptGenerators/Window/WindowMultipleControls/WindowMultipleControls/TemplateCode3GlobalsNew.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /ScriptGenerators/Window/WindowShape/WindowShape.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/ScriptGenerators/Window/WindowShape/WindowShape.sln -------------------------------------------------------------------------------- /ScriptGenerators/Window/WindowShape/WindowShape/ClassDiagram1.cd: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /ScriptGenerators/Window/WindowShape/WindowShape/TemplateCode1UsingsNew.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /ScriptGenerators/Window/WindowShape/WindowShape/TemplateCode3GlobalsNew.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Search/..IdealAutomate/CategoryState.txt: -------------------------------------------------------------------------------- 1 | Collapsed -------------------------------------------------------------------------------- /Search/FindValueInAnyTableInDB/FindValueInAnyTableInDB/ClassDiagram1.cd: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SortDeleteDupsCaseInsensitive/SortDeleteDupsCaseInsensitive/ClassDiagram1.cd: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /TestDynamicCompiler/TestDynamicCompiler.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/TestDynamicCompiler/TestDynamicCompiler.sln -------------------------------------------------------------------------------- /TestDynamicCompiler/TestDynamicCompiler/App.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/TestDynamicCompiler/TestDynamicCompiler/App.xaml -------------------------------------------------------------------------------- /TestDynamicCompiler/TestDynamicCompiler/App.xaml.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/TestDynamicCompiler/TestDynamicCompiler/App.xaml.cs -------------------------------------------------------------------------------- /TestDynamicCompiler/TestDynamicCompiler/ClassDiagram1.cd: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /TestDynamicCompiler/TestDynamicCompiler/app.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/TestDynamicCompiler/TestDynamicCompiler/app.config -------------------------------------------------------------------------------- /TutorialCreateIdealAutomateTemplate/TutorialCreateIdealAutomateTemplate/ClassDiagram1.cd: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /TutorialExample/TutorialExample.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/TutorialExample/TutorialExample.sln -------------------------------------------------------------------------------- /TutorialExample/TutorialExample/App.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/TutorialExample/TutorialExample/App.xaml -------------------------------------------------------------------------------- /TutorialExample/TutorialExample/App.xaml.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/TutorialExample/TutorialExample/App.xaml.cs -------------------------------------------------------------------------------- /TutorialExample/TutorialExample/ClassDiagram1.cd: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /TutorialExample/TutorialExample/Images/imgPatch16.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/TutorialExample/TutorialExample/Images/imgPatch16.PNG -------------------------------------------------------------------------------- /TutorialExample/TutorialExample/Images/imgPatch17.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/TutorialExample/TutorialExample/Images/imgPatch17.PNG -------------------------------------------------------------------------------- /TutorialExample/TutorialExample/MainWindow.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/TutorialExample/TutorialExample/MainWindow.xaml -------------------------------------------------------------------------------- /TutorialExample/TutorialExample/MainWindow.xaml.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/TutorialExample/TutorialExample/MainWindow.xaml.cs -------------------------------------------------------------------------------- /TutorialExample/TutorialExample/TutorialExample.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/TutorialExample/TutorialExample/TutorialExample.csproj -------------------------------------------------------------------------------- /TutorialExample/TutorialExample/app.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/TutorialExample/TutorialExample/app.config -------------------------------------------------------------------------------- /TutorialExample/TutorialExample/obj/x86/Debug/App.g.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/TutorialExample/TutorialExample/obj/x86/Debug/App.g.cs -------------------------------------------------------------------------------- /Utilities/..IdealAutomate/CategoryState.txt: -------------------------------------------------------------------------------- 1 | Expanded -------------------------------------------------------------------------------- /Utilities/CleanCDrive/CleanCDrive.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/Utilities/CleanCDrive/CleanCDrive.sln -------------------------------------------------------------------------------- /Utilities/CleanCDrive/CleanCDrive/App.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/Utilities/CleanCDrive/CleanCDrive/App.xaml -------------------------------------------------------------------------------- /Utilities/CleanCDrive/CleanCDrive/App.xaml.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/Utilities/CleanCDrive/CleanCDrive/App.xaml.cs -------------------------------------------------------------------------------- /Utilities/CleanCDrive/CleanCDrive/ClassDiagram1.cd: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Utilities/CleanCDrive/CleanCDrive/CleanCDrive.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/Utilities/CleanCDrive/CleanCDrive/CleanCDrive.csproj -------------------------------------------------------------------------------- /Utilities/CleanCDrive/CleanCDrive/MainWindow.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/Utilities/CleanCDrive/CleanCDrive/MainWindow.xaml -------------------------------------------------------------------------------- /Utilities/CleanCDrive/CleanCDrive/MainWindow.xaml.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/Utilities/CleanCDrive/CleanCDrive/MainWindow.xaml.cs -------------------------------------------------------------------------------- /Utilities/CleanCDrive/CleanCDrive/app.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/Utilities/CleanCDrive/CleanCDrive/app.config -------------------------------------------------------------------------------- /Utilities/GetCommentsMethodsFromFile/GetCommentsMethodsFromFile/ClassDiagram1.cd: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Utilities/HotKeysMenu/HotKeysMenu.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/Utilities/HotKeysMenu/HotKeysMenu.sln -------------------------------------------------------------------------------- /Utilities/HotKeysMenu/HotKeysMenu/App.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/Utilities/HotKeysMenu/HotKeysMenu/App.xaml -------------------------------------------------------------------------------- /Utilities/HotKeysMenu/HotKeysMenu/App.xaml.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/Utilities/HotKeysMenu/HotKeysMenu/App.xaml.cs -------------------------------------------------------------------------------- /Utilities/HotKeysMenu/HotKeysMenu/ClassDiagram1.cd: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Utilities/HotKeysMenu/HotKeysMenu/HotKeysMenu.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/Utilities/HotKeysMenu/HotKeysMenu/HotKeysMenu.csproj -------------------------------------------------------------------------------- /Utilities/HotKeysMenu/HotKeysMenu/Images/hotkey.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/Utilities/HotKeysMenu/HotKeysMenu/Images/hotkey.png -------------------------------------------------------------------------------- /Utilities/HotKeysMenu/HotKeysMenu/MainWindow.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/Utilities/HotKeysMenu/HotKeysMenu/MainWindow.xaml -------------------------------------------------------------------------------- /Utilities/HotKeysMenu/HotKeysMenu/MainWindow.xaml.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/Utilities/HotKeysMenu/HotKeysMenu/MainWindow.xaml.cs -------------------------------------------------------------------------------- /Utilities/HotKeysMenu/HotKeysMenu/app.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/Utilities/HotKeysMenu/HotKeysMenu/app.config -------------------------------------------------------------------------------- /Utilities/HotKeysMenu/HotKeysMenu/bin/Debug/$RANDOM_SEED$: -------------------------------------------------------------------------------- 1 | 1686197080 -------------------------------------------------------------------------------- /Utilities/HotKeysMenu/HotKeysMenu/hotkey_qLA_icon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/Utilities/HotKeysMenu/HotKeysMenu/hotkey_qLA_icon.ico -------------------------------------------------------------------------------- /Utilities/HotKeysMenu/HotKeysMenu/obj/x86/Debug/HotKeysMenu.csproj.CopyComplete: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Utilities/SnippingToolAutomation/.nuget/NuGet.Config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/Utilities/SnippingToolAutomation/.nuget/NuGet.Config -------------------------------------------------------------------------------- /Utilities/SnippingToolAutomation/.nuget/NuGet.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/Utilities/SnippingToolAutomation/.nuget/NuGet.exe -------------------------------------------------------------------------------- /Utilities/SnippingToolAutomation/.nuget/NuGet.targets: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/Utilities/SnippingToolAutomation/.nuget/NuGet.targets -------------------------------------------------------------------------------- /Utilities/SnippingToolAutomation/EventHook/app.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/Utilities/SnippingToolAutomation/EventHook/app.config -------------------------------------------------------------------------------- /Utilities/SnippingToolAutomation/SnippingToolAutomation/ClassDiagram1.cd: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Utilities/WindowsExplorerGetFullFileNamex/WindowsExplorerGetFullFileNamex/ClassDiagram1.cd: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /VisualStudio/..IdealAutomate/CategoryState.txt: -------------------------------------------------------------------------------- 1 | Expanded -------------------------------------------------------------------------------- /VisualStudio/ExecuteWithBreakpointTrace/.vs/ExecuteWithBreakpointTrace/v15/Server/sqlite3/db.lock: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /VisualStudio/ExecuteWithBreakpointTrace/ExecuteWithBreakpointTrace/ClassDiagram1.cd: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /VisualStudio/ExecuteWithBreakpointTrace/ExecuteWithBreakpointTrace/obj/x86/Debug/ExecuteWithBreakpointTrace.csproj.CopyComplete: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /VisualStudio/OpenNotepadLineInVS/.vs/OpenNotepadLineInVS/v15/Server/sqlite3/db.lock: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /VisualStudio/OpenNotepadLineInVS/OpenNotepadLineInVS/ClassDiagram1.cd: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /VisualStudio/OpenNotepadLineInVS/OpenNotepadLineInVS/obj/x86/Debug/OpenNotepadLineInVS.csproj.CopyComplete: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /VisualStudio/SetBreakpoints/.vs/SetBreakpoints/v15/Server/sqlite3/db.lock: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /VisualStudio/SetBreakpoints/SetBreakpoints.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/VisualStudio/SetBreakpoints/SetBreakpoints.sln -------------------------------------------------------------------------------- /VisualStudio/SetBreakpoints/SetBreakpoints/App.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/VisualStudio/SetBreakpoints/SetBreakpoints/App.xaml -------------------------------------------------------------------------------- /VisualStudio/SetBreakpoints/SetBreakpoints/App.xaml.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/VisualStudio/SetBreakpoints/SetBreakpoints/App.xaml.cs -------------------------------------------------------------------------------- /VisualStudio/SetBreakpoints/SetBreakpoints/ClassDiagram1.cd: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /VisualStudio/SetBreakpoints/SetBreakpoints/app.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/VisualStudio/SetBreakpoints/SetBreakpoints/app.config -------------------------------------------------------------------------------- /VisualStudio/VisualStudioHotKeys/..IdealAutomate/..IdealAutomate/CategoryState.txt: -------------------------------------------------------------------------------- 1 | Child -------------------------------------------------------------------------------- /VisualStudio/VisualStudioHotKeys/..IdealAutomate/CategoryState.txt: -------------------------------------------------------------------------------- 1 | Child -------------------------------------------------------------------------------- /VisualStudio/VisualStudioHotKeys/..IdealAutomate/CategoryState/..IdealAutomate/CategoryState.txt: -------------------------------------------------------------------------------- 1 | Child -------------------------------------------------------------------------------- /VisualStudio/VisualStudioHotKeys/VisualStudioHotKeys/ClassDiagram1.cd: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /WindowsExplorerGetFileNameOnly/WindowsExplorerGetFileNameOnly/ClassDiagram1.cd: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /WindowsExplorerGetFullFileName/WindowsExplorerGetFullFileName/ClassDiagram1.cd: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /WrapSQLInQuotesForCS/.vs/WrapSQLInQuotesForCS/v15/Server/sqlite3/db.lock: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /WrapSQLInQuotesForCS/WrapSQLInQuotesForCS.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/WrapSQLInQuotesForCS/WrapSQLInQuotesForCS.sln -------------------------------------------------------------------------------- /WrapSQLInQuotesForCS/WrapSQLInQuotesForCS/App.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/WrapSQLInQuotesForCS/WrapSQLInQuotesForCS/App.xaml -------------------------------------------------------------------------------- /WrapSQLInQuotesForCS/WrapSQLInQuotesForCS/App.xaml.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/WrapSQLInQuotesForCS/WrapSQLInQuotesForCS/App.xaml.cs -------------------------------------------------------------------------------- /WrapSQLInQuotesForCS/WrapSQLInQuotesForCS/ClassDiagram1.cd: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /WrapSQLInQuotesForCS/WrapSQLInQuotesForCS/Methods.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/WrapSQLInQuotesForCS/WrapSQLInQuotesForCS/Methods.cs -------------------------------------------------------------------------------- /WrapSQLInQuotesForCS/WrapSQLInQuotesForCS/app.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/WrapSQLInQuotesForCS/WrapSQLInQuotesForCS/app.config -------------------------------------------------------------------------------- /WrapSQLInQuotesForCS/WrapSQLInQuotesForCS/obj/x86/Debug/TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /WrapSQLInQuotesForCS/WrapSQLInQuotesForCS/obj/x86/Debug/TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /WrapSQLInQuotesForCS/WrapSQLInQuotesForCS/obj/x86/Debug/TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /WrapTextInQuotesForCS/..IdealAutomate/CategoryState.txt: -------------------------------------------------------------------------------- 1 | Child -------------------------------------------------------------------------------- /WrapTextInQuotesForCS/WrapTextInQuotesForCS.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/WrapTextInQuotesForCS/WrapTextInQuotesForCS.sln -------------------------------------------------------------------------------- /WrapTextInQuotesForCS/WrapTextInQuotesForCS/App.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/WrapTextInQuotesForCS/WrapTextInQuotesForCS/App.xaml -------------------------------------------------------------------------------- /WrapTextInQuotesForCS/WrapTextInQuotesForCS/ClassDiagram1.cd: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /WrapTextInQuotesForCS/WrapTextInQuotesForCS/app.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/WrapTextInQuotesForCS/WrapTextInQuotesForCS/app.config -------------------------------------------------------------------------------- /testproject/..IdealAutomate/cbxCustomSelectedValue.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /testproject/..IdealAutomate/cbxStatusSelectedValue.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /testproject/..IdealAutomate/custom.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /testproject/..IdealAutomate/description.txt: -------------------------------------------------------------------------------- 1 | testproject -------------------------------------------------------------------------------- /testproject/..IdealAutomate/status.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /testproject/testproject.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/testproject/testproject.sln -------------------------------------------------------------------------------- /testproject/testproject/App.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/testproject/testproject/App.xaml -------------------------------------------------------------------------------- /testproject/testproject/App.xaml.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/testproject/testproject/App.xaml.cs -------------------------------------------------------------------------------- /testproject/testproject/ClassDiagram1.cd: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /testproject/testproject/Images/imgPatch16.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/testproject/testproject/Images/imgPatch16.PNG -------------------------------------------------------------------------------- /testproject/testproject/Images/imgPatch17.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/testproject/testproject/Images/imgPatch17.PNG -------------------------------------------------------------------------------- /testproject/testproject/Images/imgPatch2015_08.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/testproject/testproject/Images/imgPatch2015_08.PNG -------------------------------------------------------------------------------- /testproject/testproject/Images/imgSVNUpdate.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/testproject/testproject/Images/imgSVNUpdate.PNG -------------------------------------------------------------------------------- /testproject/testproject/Images/imgSVNUpdate_Home.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/testproject/testproject/Images/imgSVNUpdate_Home.PNG -------------------------------------------------------------------------------- /testproject/testproject/Images/imgUpdateLogOK.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/testproject/testproject/Images/imgUpdateLogOK.PNG -------------------------------------------------------------------------------- /testproject/testproject/Images/imgUpdateLogOK_Home.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/testproject/testproject/Images/imgUpdateLogOK_Home.PNG -------------------------------------------------------------------------------- /testproject/testproject/MainWindow.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/testproject/testproject/MainWindow.xaml -------------------------------------------------------------------------------- /testproject/testproject/MainWindow.xaml.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/testproject/testproject/MainWindow.xaml.cs -------------------------------------------------------------------------------- /testproject/testproject/Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/testproject/testproject/Properties/AssemblyInfo.cs -------------------------------------------------------------------------------- /testproject/testproject/Properties/Resources.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/testproject/testproject/Properties/Resources.resx -------------------------------------------------------------------------------- /testproject/testproject/Properties/Settings.settings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/testproject/testproject/Properties/Settings.settings -------------------------------------------------------------------------------- /testproject/testproject/app.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/testproject/testproject/app.config -------------------------------------------------------------------------------- /testproject/testproject/packages.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/testproject/testproject/packages.config -------------------------------------------------------------------------------- /testproject/testproject/testproject.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harvey007y/IdealAutomate/HEAD/testproject/testproject/testproject.csproj --------------------------------------------------------------------------------