├── .github └── workflows │ ├── code_check.yml │ └── package_release.yml ├── .gitignore ├── .readthedocs.yaml ├── Chinese_Quick_Guide.md ├── LICENSE.md ├── README.md ├── docs ├── Makefile ├── _static │ ├── cmdline.gif │ ├── deploy-a-flow.mp4 │ ├── element_attributes.png │ ├── find_xpath.png │ ├── live-mode.mp4 │ ├── run-a-flow.mp4 │ ├── run-headless-flow.mp4 │ ├── schedule-a-flow.mp4 │ ├── tagui-logo.png │ ├── text.png │ └── vcredist_x86.exe ├── advanced.rst ├── conf.py ├── dep_options.rst ├── faq.rst ├── index.rst ├── main_concepts.rst ├── make.bat ├── reference.rst ├── requirements.txt ├── setup.rst ├── setup_troubleshooting.rst └── tools.rst ├── flows └── samples │ ├── 10_chatgpt_prompt_table.tag │ ├── 10_chatgpt_prompt_table_error.png │ ├── 1_google.tag │ ├── 2_github.tag │ ├── 3_conditions.tag │ ├── 4_loops.tag │ ├── 5_repositories.tag │ ├── 6_datatables.tag │ ├── 7_newtab.tag │ ├── 8_chineseflow.tag │ ├── 9_lazada.tag │ ├── chatgpt_prompt_table_demo.csv │ ├── form_data.csv │ ├── prompt_answer_table_chatgpt.csv │ ├── showcase_chatgpt_prompt_table.mp4 │ └── tagui_local.csv └── src ├── chrome ├── Resurrectio_LICENSE.GPL ├── background.js ├── control.html ├── control.js ├── manifest.json ├── recorder.js ├── style.css ├── tagui.html ├── tagui.js ├── tagui_icon_128.png ├── tagui_icon_16.png └── tagui_icon_48.png ├── end_processes ├── end_processes.cmd ├── erina ├── erina.cmd ├── installer ├── TagUIBundle │ ├── Bundle.wxs │ ├── HyperlinkTheme.wxl │ ├── HyperlinkTheme.xml │ ├── TagUIBundle.sln │ ├── TagUIBundle.wixproj │ ├── TagUILogo.ico │ └── TagUILogo.png └── TagUIv6.48 │ ├── ContentClass │ └── ContentClass.csproj │ ├── InstallerClassDll │ ├── InstallerClass.Designer.cs │ ├── InstallerClass.cs │ ├── InstallerClassDll.csproj │ └── Properties │ │ └── AssemblyInfo.cs │ ├── TagUIv6.48.sln │ └── TagUIv6.48.vdproj ├── languages ├── bengali.csv ├── build.csv ├── build.tag ├── chinese.csv ├── english.csv ├── french.csv ├── german.csv ├── hindi.csv ├── hungarian.csv ├── indonesian.csv ├── italian.csv ├── japanese.csv ├── korean.csv ├── malay.csv ├── malayalam.csv ├── polish.csv ├── portuguese.csv ├── romanian.csv ├── russian.csv ├── serbian.csv ├── spanish.csv ├── tagalog.csv ├── tamil.csv ├── template.csv ├── thai.csv └── vietnamese.csv ├── media ├── TagUI Enterprise Setup v1.7.docx ├── TagUI Technical Webinar.md ├── find_xpath.png ├── flowchart.png ├── flowchart.scap ├── initial_release.md ├── sample.png ├── tagui_logo.png ├── v2.0_release.md ├── v3.0_release.md ├── v4.0_release.md ├── v5.0_release.md └── v6.0_release.md ├── office ├── README.md ├── excel │ ├── TagUIExcelAddIn.sln │ ├── TagUIExcelAddIn │ │ ├── FormUpdate.Designer.cs │ │ ├── FormUpdate.cs │ │ ├── FormUpdate.resx │ │ ├── Properties │ │ │ ├── AssemblyInfo.cs │ │ │ ├── Resources.Designer.cs │ │ │ ├── Resources.resx │ │ │ ├── Settings.Designer.cs │ │ │ └── Settings.settings │ │ ├── Resources │ │ │ ├── Deploy.png │ │ │ ├── Question.png │ │ │ ├── Report.png │ │ │ ├── Run.png │ │ │ ├── Stop.png │ │ │ ├── Taskpane.png │ │ │ ├── Update.png │ │ │ └── UsageGuide.png │ │ ├── Ribbon1.Designer.cs │ │ ├── Ribbon1.cs │ │ ├── Ribbon1.resx │ │ ├── TagUIExcelAddIn.csproj │ │ ├── TagUIExcelAddIn.csproj.user │ │ ├── TagUIExcelAddIn.sln │ │ ├── TagUIExcelAddInTaskPane.Designer.cs │ │ ├── TagUIExcelAddInTaskPane.cs │ │ ├── TagUIExcelAddInTaskPane.resx │ │ ├── ThisAddIn.Designer.cs │ │ ├── ThisAddIn.Designer.xml │ │ ├── ThisAddIn.cs │ │ └── packages.config │ └── excel_addin_v3.png └── word │ ├── TagUIWordAddIn.sln │ ├── TagUIWordAddIn │ ├── ErrorDialog.Designer.cs │ ├── ErrorDialog.cs │ ├── ErrorDialog.resx │ ├── Form1.Designer.cs │ ├── Form1.cs │ ├── Form1.resx │ ├── Form2.Designer.cs │ ├── Form2.cs │ ├── Form2.resx │ ├── FormLive.Designer.cs │ ├── FormLive.cs │ ├── FormLive.resx │ ├── FormLiveInline.Designer.cs │ ├── FormLiveInline.cs │ ├── FormLiveInline.resx │ ├── FormSettings.Designer.cs │ ├── FormSettings.cs │ ├── FormSettings.resx │ ├── FormSnapshot.Designer.cs │ ├── FormSnapshot.cs │ ├── FormSnapshot.resx │ ├── FormSnapshotOverlay1.Designer.cs │ ├── FormSnapshotOverlay1.cs │ ├── FormSnapshotOverlay1.resx │ ├── FormSnapshotOverlay2.Designer.cs │ ├── FormSnapshotOverlay2.cs │ ├── FormSnapshotOverlay2.resx │ ├── FormUpdate.Designer.cs │ ├── FormUpdate.cs │ ├── FormUpdate.resx │ ├── Properties │ │ ├── AssemblyInfo.cs │ │ ├── Resources.Designer.cs │ │ ├── Resources.resx │ │ ├── Settings.Designer.cs │ │ └── Settings.settings │ ├── Resources │ │ ├── Deploy.png │ │ ├── Live.png │ │ ├── Question.png │ │ ├── Run.png │ │ ├── Settings.png │ │ ├── Snapshot.png │ │ ├── Stop.png │ │ ├── TagUILogo.png │ │ ├── Taskpane.png │ │ ├── Update.png │ │ └── UsageGuide.png │ ├── Ribbon1.Designer.cs │ ├── Ribbon1.cs │ ├── Ribbon1.resx │ ├── SnapshotBar.Designer.cs │ ├── SnapshotBar.cs │ ├── SnapshotBar.resx │ ├── TagUITaskPane.Designer.cs │ ├── TagUITaskPane.cs │ ├── TagUITaskPane.resx │ ├── TagUIWordAddIn.csproj │ ├── TagUIWordAddIn.csproj.user │ ├── ThisAddIn.Designer.cs │ ├── ThisAddIn.Designer.xml │ ├── ThisAddIn.cs │ └── packages.config │ └── word_addin_v3.png ├── sleep.php ├── tagui ├── tagui.cmd ├── tagui.sikuli └── tagui.py ├── tagui_chrome.php ├── tagui_config.txt ├── tagui_crontab ├── tagui_footer.js ├── tagui_header.js ├── tagui_helper.php ├── tagui_parse.php ├── tagui_py └── tagui_py.py ├── tagui_r └── tagui_r.R ├── tagui_report.php ├── tagui_runner.php ├── tagui_service.php ├── telegram ├── receiveMessage.php ├── sendMessage.php └── stats_example ├── test ├── positive_test.signature └── positive_test.tag ├── translate.php ├── transpose.php └── ws ├── BadOpcodeException.php ├── BadUriException.php ├── Base.php ├── Client.php ├── ConnectionException.php ├── Exception.php └── ws_LICENSE.md /.github/workflows/code_check.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aisingapore/TagUI/HEAD/.github/workflows/code_check.yml -------------------------------------------------------------------------------- /.github/workflows/package_release.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aisingapore/TagUI/HEAD/.github/workflows/package_release.yml -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aisingapore/TagUI/HEAD/.gitignore -------------------------------------------------------------------------------- /.readthedocs.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aisingapore/TagUI/HEAD/.readthedocs.yaml -------------------------------------------------------------------------------- /Chinese_Quick_Guide.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aisingapore/TagUI/HEAD/Chinese_Quick_Guide.md -------------------------------------------------------------------------------- /LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aisingapore/TagUI/HEAD/LICENSE.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aisingapore/TagUI/HEAD/README.md -------------------------------------------------------------------------------- /docs/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aisingapore/TagUI/HEAD/docs/Makefile -------------------------------------------------------------------------------- /docs/_static/cmdline.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aisingapore/TagUI/HEAD/docs/_static/cmdline.gif -------------------------------------------------------------------------------- /docs/_static/deploy-a-flow.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aisingapore/TagUI/HEAD/docs/_static/deploy-a-flow.mp4 -------------------------------------------------------------------------------- /docs/_static/element_attributes.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aisingapore/TagUI/HEAD/docs/_static/element_attributes.png -------------------------------------------------------------------------------- /docs/_static/find_xpath.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aisingapore/TagUI/HEAD/docs/_static/find_xpath.png -------------------------------------------------------------------------------- /docs/_static/live-mode.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aisingapore/TagUI/HEAD/docs/_static/live-mode.mp4 -------------------------------------------------------------------------------- /docs/_static/run-a-flow.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aisingapore/TagUI/HEAD/docs/_static/run-a-flow.mp4 -------------------------------------------------------------------------------- /docs/_static/run-headless-flow.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aisingapore/TagUI/HEAD/docs/_static/run-headless-flow.mp4 -------------------------------------------------------------------------------- /docs/_static/schedule-a-flow.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aisingapore/TagUI/HEAD/docs/_static/schedule-a-flow.mp4 -------------------------------------------------------------------------------- /docs/_static/tagui-logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aisingapore/TagUI/HEAD/docs/_static/tagui-logo.png -------------------------------------------------------------------------------- /docs/_static/text.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aisingapore/TagUI/HEAD/docs/_static/text.png -------------------------------------------------------------------------------- /docs/_static/vcredist_x86.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aisingapore/TagUI/HEAD/docs/_static/vcredist_x86.exe -------------------------------------------------------------------------------- /docs/advanced.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aisingapore/TagUI/HEAD/docs/advanced.rst -------------------------------------------------------------------------------- /docs/conf.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aisingapore/TagUI/HEAD/docs/conf.py -------------------------------------------------------------------------------- /docs/dep_options.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aisingapore/TagUI/HEAD/docs/dep_options.rst -------------------------------------------------------------------------------- /docs/faq.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aisingapore/TagUI/HEAD/docs/faq.rst -------------------------------------------------------------------------------- /docs/index.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aisingapore/TagUI/HEAD/docs/index.rst -------------------------------------------------------------------------------- /docs/main_concepts.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aisingapore/TagUI/HEAD/docs/main_concepts.rst -------------------------------------------------------------------------------- /docs/make.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aisingapore/TagUI/HEAD/docs/make.bat -------------------------------------------------------------------------------- /docs/reference.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aisingapore/TagUI/HEAD/docs/reference.rst -------------------------------------------------------------------------------- /docs/requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aisingapore/TagUI/HEAD/docs/requirements.txt -------------------------------------------------------------------------------- /docs/setup.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aisingapore/TagUI/HEAD/docs/setup.rst -------------------------------------------------------------------------------- /docs/setup_troubleshooting.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aisingapore/TagUI/HEAD/docs/setup_troubleshooting.rst -------------------------------------------------------------------------------- /docs/tools.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aisingapore/TagUI/HEAD/docs/tools.rst -------------------------------------------------------------------------------- /flows/samples/10_chatgpt_prompt_table.tag: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aisingapore/TagUI/HEAD/flows/samples/10_chatgpt_prompt_table.tag -------------------------------------------------------------------------------- /flows/samples/10_chatgpt_prompt_table_error.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aisingapore/TagUI/HEAD/flows/samples/10_chatgpt_prompt_table_error.png -------------------------------------------------------------------------------- /flows/samples/1_google.tag: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aisingapore/TagUI/HEAD/flows/samples/1_google.tag -------------------------------------------------------------------------------- /flows/samples/2_github.tag: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aisingapore/TagUI/HEAD/flows/samples/2_github.tag -------------------------------------------------------------------------------- /flows/samples/3_conditions.tag: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aisingapore/TagUI/HEAD/flows/samples/3_conditions.tag -------------------------------------------------------------------------------- /flows/samples/4_loops.tag: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aisingapore/TagUI/HEAD/flows/samples/4_loops.tag -------------------------------------------------------------------------------- /flows/samples/5_repositories.tag: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aisingapore/TagUI/HEAD/flows/samples/5_repositories.tag -------------------------------------------------------------------------------- /flows/samples/6_datatables.tag: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aisingapore/TagUI/HEAD/flows/samples/6_datatables.tag -------------------------------------------------------------------------------- /flows/samples/7_newtab.tag: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aisingapore/TagUI/HEAD/flows/samples/7_newtab.tag -------------------------------------------------------------------------------- /flows/samples/8_chineseflow.tag: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aisingapore/TagUI/HEAD/flows/samples/8_chineseflow.tag -------------------------------------------------------------------------------- /flows/samples/9_lazada.tag: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aisingapore/TagUI/HEAD/flows/samples/9_lazada.tag -------------------------------------------------------------------------------- /flows/samples/chatgpt_prompt_table_demo.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aisingapore/TagUI/HEAD/flows/samples/chatgpt_prompt_table_demo.csv -------------------------------------------------------------------------------- /flows/samples/form_data.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aisingapore/TagUI/HEAD/flows/samples/form_data.csv -------------------------------------------------------------------------------- /flows/samples/prompt_answer_table_chatgpt.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aisingapore/TagUI/HEAD/flows/samples/prompt_answer_table_chatgpt.csv -------------------------------------------------------------------------------- /flows/samples/showcase_chatgpt_prompt_table.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aisingapore/TagUI/HEAD/flows/samples/showcase_chatgpt_prompt_table.mp4 -------------------------------------------------------------------------------- /flows/samples/tagui_local.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aisingapore/TagUI/HEAD/flows/samples/tagui_local.csv -------------------------------------------------------------------------------- /src/chrome/Resurrectio_LICENSE.GPL: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aisingapore/TagUI/HEAD/src/chrome/Resurrectio_LICENSE.GPL -------------------------------------------------------------------------------- /src/chrome/background.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aisingapore/TagUI/HEAD/src/chrome/background.js -------------------------------------------------------------------------------- /src/chrome/control.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aisingapore/TagUI/HEAD/src/chrome/control.html -------------------------------------------------------------------------------- /src/chrome/control.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aisingapore/TagUI/HEAD/src/chrome/control.js -------------------------------------------------------------------------------- /src/chrome/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aisingapore/TagUI/HEAD/src/chrome/manifest.json -------------------------------------------------------------------------------- /src/chrome/recorder.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aisingapore/TagUI/HEAD/src/chrome/recorder.js -------------------------------------------------------------------------------- /src/chrome/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aisingapore/TagUI/HEAD/src/chrome/style.css -------------------------------------------------------------------------------- /src/chrome/tagui.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aisingapore/TagUI/HEAD/src/chrome/tagui.html -------------------------------------------------------------------------------- /src/chrome/tagui.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aisingapore/TagUI/HEAD/src/chrome/tagui.js -------------------------------------------------------------------------------- /src/chrome/tagui_icon_128.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aisingapore/TagUI/HEAD/src/chrome/tagui_icon_128.png -------------------------------------------------------------------------------- /src/chrome/tagui_icon_16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aisingapore/TagUI/HEAD/src/chrome/tagui_icon_16.png -------------------------------------------------------------------------------- /src/chrome/tagui_icon_48.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aisingapore/TagUI/HEAD/src/chrome/tagui_icon_48.png -------------------------------------------------------------------------------- /src/end_processes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aisingapore/TagUI/HEAD/src/end_processes -------------------------------------------------------------------------------- /src/end_processes.cmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aisingapore/TagUI/HEAD/src/end_processes.cmd -------------------------------------------------------------------------------- /src/erina: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aisingapore/TagUI/HEAD/src/erina -------------------------------------------------------------------------------- /src/erina.cmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aisingapore/TagUI/HEAD/src/erina.cmd -------------------------------------------------------------------------------- /src/installer/TagUIBundle/Bundle.wxs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aisingapore/TagUI/HEAD/src/installer/TagUIBundle/Bundle.wxs -------------------------------------------------------------------------------- /src/installer/TagUIBundle/HyperlinkTheme.wxl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aisingapore/TagUI/HEAD/src/installer/TagUIBundle/HyperlinkTheme.wxl -------------------------------------------------------------------------------- /src/installer/TagUIBundle/HyperlinkTheme.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aisingapore/TagUI/HEAD/src/installer/TagUIBundle/HyperlinkTheme.xml -------------------------------------------------------------------------------- /src/installer/TagUIBundle/TagUIBundle.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aisingapore/TagUI/HEAD/src/installer/TagUIBundle/TagUIBundle.sln -------------------------------------------------------------------------------- /src/installer/TagUIBundle/TagUIBundle.wixproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aisingapore/TagUI/HEAD/src/installer/TagUIBundle/TagUIBundle.wixproj -------------------------------------------------------------------------------- /src/installer/TagUIBundle/TagUILogo.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aisingapore/TagUI/HEAD/src/installer/TagUIBundle/TagUILogo.ico -------------------------------------------------------------------------------- /src/installer/TagUIBundle/TagUILogo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aisingapore/TagUI/HEAD/src/installer/TagUIBundle/TagUILogo.png -------------------------------------------------------------------------------- /src/installer/TagUIv6.48/ContentClass/ContentClass.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aisingapore/TagUI/HEAD/src/installer/TagUIv6.48/ContentClass/ContentClass.csproj -------------------------------------------------------------------------------- /src/installer/TagUIv6.48/InstallerClassDll/InstallerClass.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aisingapore/TagUI/HEAD/src/installer/TagUIv6.48/InstallerClassDll/InstallerClass.Designer.cs -------------------------------------------------------------------------------- /src/installer/TagUIv6.48/InstallerClassDll/InstallerClass.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aisingapore/TagUI/HEAD/src/installer/TagUIv6.48/InstallerClassDll/InstallerClass.cs -------------------------------------------------------------------------------- /src/installer/TagUIv6.48/InstallerClassDll/InstallerClassDll.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aisingapore/TagUI/HEAD/src/installer/TagUIv6.48/InstallerClassDll/InstallerClassDll.csproj -------------------------------------------------------------------------------- /src/installer/TagUIv6.48/InstallerClassDll/Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aisingapore/TagUI/HEAD/src/installer/TagUIv6.48/InstallerClassDll/Properties/AssemblyInfo.cs -------------------------------------------------------------------------------- /src/installer/TagUIv6.48/TagUIv6.48.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aisingapore/TagUI/HEAD/src/installer/TagUIv6.48/TagUIv6.48.sln -------------------------------------------------------------------------------- /src/installer/TagUIv6.48/TagUIv6.48.vdproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aisingapore/TagUI/HEAD/src/installer/TagUIv6.48/TagUIv6.48.vdproj -------------------------------------------------------------------------------- /src/languages/bengali.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aisingapore/TagUI/HEAD/src/languages/bengali.csv -------------------------------------------------------------------------------- /src/languages/build.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aisingapore/TagUI/HEAD/src/languages/build.csv -------------------------------------------------------------------------------- /src/languages/build.tag: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aisingapore/TagUI/HEAD/src/languages/build.tag -------------------------------------------------------------------------------- /src/languages/chinese.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aisingapore/TagUI/HEAD/src/languages/chinese.csv -------------------------------------------------------------------------------- /src/languages/english.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aisingapore/TagUI/HEAD/src/languages/english.csv -------------------------------------------------------------------------------- /src/languages/french.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aisingapore/TagUI/HEAD/src/languages/french.csv -------------------------------------------------------------------------------- /src/languages/german.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aisingapore/TagUI/HEAD/src/languages/german.csv -------------------------------------------------------------------------------- /src/languages/hindi.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aisingapore/TagUI/HEAD/src/languages/hindi.csv -------------------------------------------------------------------------------- /src/languages/hungarian.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aisingapore/TagUI/HEAD/src/languages/hungarian.csv -------------------------------------------------------------------------------- /src/languages/indonesian.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aisingapore/TagUI/HEAD/src/languages/indonesian.csv -------------------------------------------------------------------------------- /src/languages/italian.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aisingapore/TagUI/HEAD/src/languages/italian.csv -------------------------------------------------------------------------------- /src/languages/japanese.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aisingapore/TagUI/HEAD/src/languages/japanese.csv -------------------------------------------------------------------------------- /src/languages/korean.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aisingapore/TagUI/HEAD/src/languages/korean.csv -------------------------------------------------------------------------------- /src/languages/malay.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aisingapore/TagUI/HEAD/src/languages/malay.csv -------------------------------------------------------------------------------- /src/languages/malayalam.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aisingapore/TagUI/HEAD/src/languages/malayalam.csv -------------------------------------------------------------------------------- /src/languages/polish.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aisingapore/TagUI/HEAD/src/languages/polish.csv -------------------------------------------------------------------------------- /src/languages/portuguese.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aisingapore/TagUI/HEAD/src/languages/portuguese.csv -------------------------------------------------------------------------------- /src/languages/romanian.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aisingapore/TagUI/HEAD/src/languages/romanian.csv -------------------------------------------------------------------------------- /src/languages/russian.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aisingapore/TagUI/HEAD/src/languages/russian.csv -------------------------------------------------------------------------------- /src/languages/serbian.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aisingapore/TagUI/HEAD/src/languages/serbian.csv -------------------------------------------------------------------------------- /src/languages/spanish.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aisingapore/TagUI/HEAD/src/languages/spanish.csv -------------------------------------------------------------------------------- /src/languages/tagalog.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aisingapore/TagUI/HEAD/src/languages/tagalog.csv -------------------------------------------------------------------------------- /src/languages/tamil.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aisingapore/TagUI/HEAD/src/languages/tamil.csv -------------------------------------------------------------------------------- /src/languages/template.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aisingapore/TagUI/HEAD/src/languages/template.csv -------------------------------------------------------------------------------- /src/languages/thai.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aisingapore/TagUI/HEAD/src/languages/thai.csv -------------------------------------------------------------------------------- /src/languages/vietnamese.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aisingapore/TagUI/HEAD/src/languages/vietnamese.csv -------------------------------------------------------------------------------- /src/media/TagUI Enterprise Setup v1.7.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aisingapore/TagUI/HEAD/src/media/TagUI Enterprise Setup v1.7.docx -------------------------------------------------------------------------------- /src/media/TagUI Technical Webinar.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aisingapore/TagUI/HEAD/src/media/TagUI Technical Webinar.md -------------------------------------------------------------------------------- /src/media/find_xpath.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aisingapore/TagUI/HEAD/src/media/find_xpath.png -------------------------------------------------------------------------------- /src/media/flowchart.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aisingapore/TagUI/HEAD/src/media/flowchart.png -------------------------------------------------------------------------------- /src/media/flowchart.scap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aisingapore/TagUI/HEAD/src/media/flowchart.scap -------------------------------------------------------------------------------- /src/media/initial_release.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aisingapore/TagUI/HEAD/src/media/initial_release.md -------------------------------------------------------------------------------- /src/media/sample.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aisingapore/TagUI/HEAD/src/media/sample.png -------------------------------------------------------------------------------- /src/media/tagui_logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aisingapore/TagUI/HEAD/src/media/tagui_logo.png -------------------------------------------------------------------------------- /src/media/v2.0_release.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aisingapore/TagUI/HEAD/src/media/v2.0_release.md -------------------------------------------------------------------------------- /src/media/v3.0_release.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aisingapore/TagUI/HEAD/src/media/v3.0_release.md -------------------------------------------------------------------------------- /src/media/v4.0_release.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aisingapore/TagUI/HEAD/src/media/v4.0_release.md -------------------------------------------------------------------------------- /src/media/v5.0_release.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aisingapore/TagUI/HEAD/src/media/v5.0_release.md -------------------------------------------------------------------------------- /src/media/v6.0_release.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aisingapore/TagUI/HEAD/src/media/v6.0_release.md -------------------------------------------------------------------------------- /src/office/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aisingapore/TagUI/HEAD/src/office/README.md -------------------------------------------------------------------------------- /src/office/excel/TagUIExcelAddIn.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aisingapore/TagUI/HEAD/src/office/excel/TagUIExcelAddIn.sln -------------------------------------------------------------------------------- /src/office/excel/TagUIExcelAddIn/FormUpdate.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aisingapore/TagUI/HEAD/src/office/excel/TagUIExcelAddIn/FormUpdate.Designer.cs -------------------------------------------------------------------------------- /src/office/excel/TagUIExcelAddIn/FormUpdate.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aisingapore/TagUI/HEAD/src/office/excel/TagUIExcelAddIn/FormUpdate.cs -------------------------------------------------------------------------------- /src/office/excel/TagUIExcelAddIn/FormUpdate.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aisingapore/TagUI/HEAD/src/office/excel/TagUIExcelAddIn/FormUpdate.resx -------------------------------------------------------------------------------- /src/office/excel/TagUIExcelAddIn/Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aisingapore/TagUI/HEAD/src/office/excel/TagUIExcelAddIn/Properties/AssemblyInfo.cs -------------------------------------------------------------------------------- /src/office/excel/TagUIExcelAddIn/Properties/Resources.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aisingapore/TagUI/HEAD/src/office/excel/TagUIExcelAddIn/Properties/Resources.Designer.cs -------------------------------------------------------------------------------- /src/office/excel/TagUIExcelAddIn/Properties/Resources.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aisingapore/TagUI/HEAD/src/office/excel/TagUIExcelAddIn/Properties/Resources.resx -------------------------------------------------------------------------------- /src/office/excel/TagUIExcelAddIn/Properties/Settings.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aisingapore/TagUI/HEAD/src/office/excel/TagUIExcelAddIn/Properties/Settings.Designer.cs -------------------------------------------------------------------------------- /src/office/excel/TagUIExcelAddIn/Properties/Settings.settings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aisingapore/TagUI/HEAD/src/office/excel/TagUIExcelAddIn/Properties/Settings.settings -------------------------------------------------------------------------------- /src/office/excel/TagUIExcelAddIn/Resources/Deploy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aisingapore/TagUI/HEAD/src/office/excel/TagUIExcelAddIn/Resources/Deploy.png -------------------------------------------------------------------------------- /src/office/excel/TagUIExcelAddIn/Resources/Question.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aisingapore/TagUI/HEAD/src/office/excel/TagUIExcelAddIn/Resources/Question.png -------------------------------------------------------------------------------- /src/office/excel/TagUIExcelAddIn/Resources/Report.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aisingapore/TagUI/HEAD/src/office/excel/TagUIExcelAddIn/Resources/Report.png -------------------------------------------------------------------------------- /src/office/excel/TagUIExcelAddIn/Resources/Run.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aisingapore/TagUI/HEAD/src/office/excel/TagUIExcelAddIn/Resources/Run.png -------------------------------------------------------------------------------- /src/office/excel/TagUIExcelAddIn/Resources/Stop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aisingapore/TagUI/HEAD/src/office/excel/TagUIExcelAddIn/Resources/Stop.png -------------------------------------------------------------------------------- /src/office/excel/TagUIExcelAddIn/Resources/Taskpane.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aisingapore/TagUI/HEAD/src/office/excel/TagUIExcelAddIn/Resources/Taskpane.png -------------------------------------------------------------------------------- /src/office/excel/TagUIExcelAddIn/Resources/Update.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aisingapore/TagUI/HEAD/src/office/excel/TagUIExcelAddIn/Resources/Update.png -------------------------------------------------------------------------------- /src/office/excel/TagUIExcelAddIn/Resources/UsageGuide.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aisingapore/TagUI/HEAD/src/office/excel/TagUIExcelAddIn/Resources/UsageGuide.png -------------------------------------------------------------------------------- /src/office/excel/TagUIExcelAddIn/Ribbon1.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aisingapore/TagUI/HEAD/src/office/excel/TagUIExcelAddIn/Ribbon1.Designer.cs -------------------------------------------------------------------------------- /src/office/excel/TagUIExcelAddIn/Ribbon1.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aisingapore/TagUI/HEAD/src/office/excel/TagUIExcelAddIn/Ribbon1.cs -------------------------------------------------------------------------------- /src/office/excel/TagUIExcelAddIn/Ribbon1.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aisingapore/TagUI/HEAD/src/office/excel/TagUIExcelAddIn/Ribbon1.resx -------------------------------------------------------------------------------- /src/office/excel/TagUIExcelAddIn/TagUIExcelAddIn.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aisingapore/TagUI/HEAD/src/office/excel/TagUIExcelAddIn/TagUIExcelAddIn.csproj -------------------------------------------------------------------------------- /src/office/excel/TagUIExcelAddIn/TagUIExcelAddIn.csproj.user: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aisingapore/TagUI/HEAD/src/office/excel/TagUIExcelAddIn/TagUIExcelAddIn.csproj.user -------------------------------------------------------------------------------- /src/office/excel/TagUIExcelAddIn/TagUIExcelAddIn.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aisingapore/TagUI/HEAD/src/office/excel/TagUIExcelAddIn/TagUIExcelAddIn.sln -------------------------------------------------------------------------------- /src/office/excel/TagUIExcelAddIn/TagUIExcelAddInTaskPane.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aisingapore/TagUI/HEAD/src/office/excel/TagUIExcelAddIn/TagUIExcelAddInTaskPane.Designer.cs -------------------------------------------------------------------------------- /src/office/excel/TagUIExcelAddIn/TagUIExcelAddInTaskPane.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aisingapore/TagUI/HEAD/src/office/excel/TagUIExcelAddIn/TagUIExcelAddInTaskPane.cs -------------------------------------------------------------------------------- /src/office/excel/TagUIExcelAddIn/TagUIExcelAddInTaskPane.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aisingapore/TagUI/HEAD/src/office/excel/TagUIExcelAddIn/TagUIExcelAddInTaskPane.resx -------------------------------------------------------------------------------- /src/office/excel/TagUIExcelAddIn/ThisAddIn.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aisingapore/TagUI/HEAD/src/office/excel/TagUIExcelAddIn/ThisAddIn.Designer.cs -------------------------------------------------------------------------------- /src/office/excel/TagUIExcelAddIn/ThisAddIn.Designer.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aisingapore/TagUI/HEAD/src/office/excel/TagUIExcelAddIn/ThisAddIn.Designer.xml -------------------------------------------------------------------------------- /src/office/excel/TagUIExcelAddIn/ThisAddIn.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aisingapore/TagUI/HEAD/src/office/excel/TagUIExcelAddIn/ThisAddIn.cs -------------------------------------------------------------------------------- /src/office/excel/TagUIExcelAddIn/packages.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aisingapore/TagUI/HEAD/src/office/excel/TagUIExcelAddIn/packages.config -------------------------------------------------------------------------------- /src/office/excel/excel_addin_v3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aisingapore/TagUI/HEAD/src/office/excel/excel_addin_v3.png -------------------------------------------------------------------------------- /src/office/word/TagUIWordAddIn.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aisingapore/TagUI/HEAD/src/office/word/TagUIWordAddIn.sln -------------------------------------------------------------------------------- /src/office/word/TagUIWordAddIn/ErrorDialog.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aisingapore/TagUI/HEAD/src/office/word/TagUIWordAddIn/ErrorDialog.Designer.cs -------------------------------------------------------------------------------- /src/office/word/TagUIWordAddIn/ErrorDialog.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aisingapore/TagUI/HEAD/src/office/word/TagUIWordAddIn/ErrorDialog.cs -------------------------------------------------------------------------------- /src/office/word/TagUIWordAddIn/ErrorDialog.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aisingapore/TagUI/HEAD/src/office/word/TagUIWordAddIn/ErrorDialog.resx -------------------------------------------------------------------------------- /src/office/word/TagUIWordAddIn/Form1.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aisingapore/TagUI/HEAD/src/office/word/TagUIWordAddIn/Form1.Designer.cs -------------------------------------------------------------------------------- /src/office/word/TagUIWordAddIn/Form1.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aisingapore/TagUI/HEAD/src/office/word/TagUIWordAddIn/Form1.cs -------------------------------------------------------------------------------- /src/office/word/TagUIWordAddIn/Form1.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aisingapore/TagUI/HEAD/src/office/word/TagUIWordAddIn/Form1.resx -------------------------------------------------------------------------------- /src/office/word/TagUIWordAddIn/Form2.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aisingapore/TagUI/HEAD/src/office/word/TagUIWordAddIn/Form2.Designer.cs -------------------------------------------------------------------------------- /src/office/word/TagUIWordAddIn/Form2.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aisingapore/TagUI/HEAD/src/office/word/TagUIWordAddIn/Form2.cs -------------------------------------------------------------------------------- /src/office/word/TagUIWordAddIn/Form2.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aisingapore/TagUI/HEAD/src/office/word/TagUIWordAddIn/Form2.resx -------------------------------------------------------------------------------- /src/office/word/TagUIWordAddIn/FormLive.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aisingapore/TagUI/HEAD/src/office/word/TagUIWordAddIn/FormLive.Designer.cs -------------------------------------------------------------------------------- /src/office/word/TagUIWordAddIn/FormLive.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aisingapore/TagUI/HEAD/src/office/word/TagUIWordAddIn/FormLive.cs -------------------------------------------------------------------------------- /src/office/word/TagUIWordAddIn/FormLive.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aisingapore/TagUI/HEAD/src/office/word/TagUIWordAddIn/FormLive.resx -------------------------------------------------------------------------------- /src/office/word/TagUIWordAddIn/FormLiveInline.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aisingapore/TagUI/HEAD/src/office/word/TagUIWordAddIn/FormLiveInline.Designer.cs -------------------------------------------------------------------------------- /src/office/word/TagUIWordAddIn/FormLiveInline.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aisingapore/TagUI/HEAD/src/office/word/TagUIWordAddIn/FormLiveInline.cs -------------------------------------------------------------------------------- /src/office/word/TagUIWordAddIn/FormLiveInline.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aisingapore/TagUI/HEAD/src/office/word/TagUIWordAddIn/FormLiveInline.resx -------------------------------------------------------------------------------- /src/office/word/TagUIWordAddIn/FormSettings.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aisingapore/TagUI/HEAD/src/office/word/TagUIWordAddIn/FormSettings.Designer.cs -------------------------------------------------------------------------------- /src/office/word/TagUIWordAddIn/FormSettings.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aisingapore/TagUI/HEAD/src/office/word/TagUIWordAddIn/FormSettings.cs -------------------------------------------------------------------------------- /src/office/word/TagUIWordAddIn/FormSettings.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aisingapore/TagUI/HEAD/src/office/word/TagUIWordAddIn/FormSettings.resx -------------------------------------------------------------------------------- /src/office/word/TagUIWordAddIn/FormSnapshot.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aisingapore/TagUI/HEAD/src/office/word/TagUIWordAddIn/FormSnapshot.Designer.cs -------------------------------------------------------------------------------- /src/office/word/TagUIWordAddIn/FormSnapshot.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aisingapore/TagUI/HEAD/src/office/word/TagUIWordAddIn/FormSnapshot.cs -------------------------------------------------------------------------------- /src/office/word/TagUIWordAddIn/FormSnapshot.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aisingapore/TagUI/HEAD/src/office/word/TagUIWordAddIn/FormSnapshot.resx -------------------------------------------------------------------------------- /src/office/word/TagUIWordAddIn/FormSnapshotOverlay1.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aisingapore/TagUI/HEAD/src/office/word/TagUIWordAddIn/FormSnapshotOverlay1.Designer.cs -------------------------------------------------------------------------------- /src/office/word/TagUIWordAddIn/FormSnapshotOverlay1.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aisingapore/TagUI/HEAD/src/office/word/TagUIWordAddIn/FormSnapshotOverlay1.cs -------------------------------------------------------------------------------- /src/office/word/TagUIWordAddIn/FormSnapshotOverlay1.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aisingapore/TagUI/HEAD/src/office/word/TagUIWordAddIn/FormSnapshotOverlay1.resx -------------------------------------------------------------------------------- /src/office/word/TagUIWordAddIn/FormSnapshotOverlay2.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aisingapore/TagUI/HEAD/src/office/word/TagUIWordAddIn/FormSnapshotOverlay2.Designer.cs -------------------------------------------------------------------------------- /src/office/word/TagUIWordAddIn/FormSnapshotOverlay2.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aisingapore/TagUI/HEAD/src/office/word/TagUIWordAddIn/FormSnapshotOverlay2.cs -------------------------------------------------------------------------------- /src/office/word/TagUIWordAddIn/FormSnapshotOverlay2.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aisingapore/TagUI/HEAD/src/office/word/TagUIWordAddIn/FormSnapshotOverlay2.resx -------------------------------------------------------------------------------- /src/office/word/TagUIWordAddIn/FormUpdate.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aisingapore/TagUI/HEAD/src/office/word/TagUIWordAddIn/FormUpdate.Designer.cs -------------------------------------------------------------------------------- /src/office/word/TagUIWordAddIn/FormUpdate.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aisingapore/TagUI/HEAD/src/office/word/TagUIWordAddIn/FormUpdate.cs -------------------------------------------------------------------------------- /src/office/word/TagUIWordAddIn/FormUpdate.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aisingapore/TagUI/HEAD/src/office/word/TagUIWordAddIn/FormUpdate.resx -------------------------------------------------------------------------------- /src/office/word/TagUIWordAddIn/Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aisingapore/TagUI/HEAD/src/office/word/TagUIWordAddIn/Properties/AssemblyInfo.cs -------------------------------------------------------------------------------- /src/office/word/TagUIWordAddIn/Properties/Resources.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aisingapore/TagUI/HEAD/src/office/word/TagUIWordAddIn/Properties/Resources.Designer.cs -------------------------------------------------------------------------------- /src/office/word/TagUIWordAddIn/Properties/Resources.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aisingapore/TagUI/HEAD/src/office/word/TagUIWordAddIn/Properties/Resources.resx -------------------------------------------------------------------------------- /src/office/word/TagUIWordAddIn/Properties/Settings.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aisingapore/TagUI/HEAD/src/office/word/TagUIWordAddIn/Properties/Settings.Designer.cs -------------------------------------------------------------------------------- /src/office/word/TagUIWordAddIn/Properties/Settings.settings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aisingapore/TagUI/HEAD/src/office/word/TagUIWordAddIn/Properties/Settings.settings -------------------------------------------------------------------------------- /src/office/word/TagUIWordAddIn/Resources/Deploy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aisingapore/TagUI/HEAD/src/office/word/TagUIWordAddIn/Resources/Deploy.png -------------------------------------------------------------------------------- /src/office/word/TagUIWordAddIn/Resources/Live.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aisingapore/TagUI/HEAD/src/office/word/TagUIWordAddIn/Resources/Live.png -------------------------------------------------------------------------------- /src/office/word/TagUIWordAddIn/Resources/Question.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aisingapore/TagUI/HEAD/src/office/word/TagUIWordAddIn/Resources/Question.png -------------------------------------------------------------------------------- /src/office/word/TagUIWordAddIn/Resources/Run.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aisingapore/TagUI/HEAD/src/office/word/TagUIWordAddIn/Resources/Run.png -------------------------------------------------------------------------------- /src/office/word/TagUIWordAddIn/Resources/Settings.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aisingapore/TagUI/HEAD/src/office/word/TagUIWordAddIn/Resources/Settings.png -------------------------------------------------------------------------------- /src/office/word/TagUIWordAddIn/Resources/Snapshot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aisingapore/TagUI/HEAD/src/office/word/TagUIWordAddIn/Resources/Snapshot.png -------------------------------------------------------------------------------- /src/office/word/TagUIWordAddIn/Resources/Stop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aisingapore/TagUI/HEAD/src/office/word/TagUIWordAddIn/Resources/Stop.png -------------------------------------------------------------------------------- /src/office/word/TagUIWordAddIn/Resources/TagUILogo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aisingapore/TagUI/HEAD/src/office/word/TagUIWordAddIn/Resources/TagUILogo.png -------------------------------------------------------------------------------- /src/office/word/TagUIWordAddIn/Resources/Taskpane.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aisingapore/TagUI/HEAD/src/office/word/TagUIWordAddIn/Resources/Taskpane.png -------------------------------------------------------------------------------- /src/office/word/TagUIWordAddIn/Resources/Update.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aisingapore/TagUI/HEAD/src/office/word/TagUIWordAddIn/Resources/Update.png -------------------------------------------------------------------------------- /src/office/word/TagUIWordAddIn/Resources/UsageGuide.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aisingapore/TagUI/HEAD/src/office/word/TagUIWordAddIn/Resources/UsageGuide.png -------------------------------------------------------------------------------- /src/office/word/TagUIWordAddIn/Ribbon1.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aisingapore/TagUI/HEAD/src/office/word/TagUIWordAddIn/Ribbon1.Designer.cs -------------------------------------------------------------------------------- /src/office/word/TagUIWordAddIn/Ribbon1.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aisingapore/TagUI/HEAD/src/office/word/TagUIWordAddIn/Ribbon1.cs -------------------------------------------------------------------------------- /src/office/word/TagUIWordAddIn/Ribbon1.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aisingapore/TagUI/HEAD/src/office/word/TagUIWordAddIn/Ribbon1.resx -------------------------------------------------------------------------------- /src/office/word/TagUIWordAddIn/SnapshotBar.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aisingapore/TagUI/HEAD/src/office/word/TagUIWordAddIn/SnapshotBar.Designer.cs -------------------------------------------------------------------------------- /src/office/word/TagUIWordAddIn/SnapshotBar.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aisingapore/TagUI/HEAD/src/office/word/TagUIWordAddIn/SnapshotBar.cs -------------------------------------------------------------------------------- /src/office/word/TagUIWordAddIn/SnapshotBar.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aisingapore/TagUI/HEAD/src/office/word/TagUIWordAddIn/SnapshotBar.resx -------------------------------------------------------------------------------- /src/office/word/TagUIWordAddIn/TagUITaskPane.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aisingapore/TagUI/HEAD/src/office/word/TagUIWordAddIn/TagUITaskPane.Designer.cs -------------------------------------------------------------------------------- /src/office/word/TagUIWordAddIn/TagUITaskPane.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aisingapore/TagUI/HEAD/src/office/word/TagUIWordAddIn/TagUITaskPane.cs -------------------------------------------------------------------------------- /src/office/word/TagUIWordAddIn/TagUITaskPane.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aisingapore/TagUI/HEAD/src/office/word/TagUIWordAddIn/TagUITaskPane.resx -------------------------------------------------------------------------------- /src/office/word/TagUIWordAddIn/TagUIWordAddIn.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aisingapore/TagUI/HEAD/src/office/word/TagUIWordAddIn/TagUIWordAddIn.csproj -------------------------------------------------------------------------------- /src/office/word/TagUIWordAddIn/TagUIWordAddIn.csproj.user: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aisingapore/TagUI/HEAD/src/office/word/TagUIWordAddIn/TagUIWordAddIn.csproj.user -------------------------------------------------------------------------------- /src/office/word/TagUIWordAddIn/ThisAddIn.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aisingapore/TagUI/HEAD/src/office/word/TagUIWordAddIn/ThisAddIn.Designer.cs -------------------------------------------------------------------------------- /src/office/word/TagUIWordAddIn/ThisAddIn.Designer.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aisingapore/TagUI/HEAD/src/office/word/TagUIWordAddIn/ThisAddIn.Designer.xml -------------------------------------------------------------------------------- /src/office/word/TagUIWordAddIn/ThisAddIn.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aisingapore/TagUI/HEAD/src/office/word/TagUIWordAddIn/ThisAddIn.cs -------------------------------------------------------------------------------- /src/office/word/TagUIWordAddIn/packages.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aisingapore/TagUI/HEAD/src/office/word/TagUIWordAddIn/packages.config -------------------------------------------------------------------------------- /src/office/word/word_addin_v3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aisingapore/TagUI/HEAD/src/office/word/word_addin_v3.png -------------------------------------------------------------------------------- /src/sleep.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aisingapore/TagUI/HEAD/src/sleep.php -------------------------------------------------------------------------------- /src/tagui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aisingapore/TagUI/HEAD/src/tagui -------------------------------------------------------------------------------- /src/tagui.cmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aisingapore/TagUI/HEAD/src/tagui.cmd -------------------------------------------------------------------------------- /src/tagui.sikuli/tagui.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aisingapore/TagUI/HEAD/src/tagui.sikuli/tagui.py -------------------------------------------------------------------------------- /src/tagui_chrome.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aisingapore/TagUI/HEAD/src/tagui_chrome.php -------------------------------------------------------------------------------- /src/tagui_config.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aisingapore/TagUI/HEAD/src/tagui_config.txt -------------------------------------------------------------------------------- /src/tagui_crontab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aisingapore/TagUI/HEAD/src/tagui_crontab -------------------------------------------------------------------------------- /src/tagui_footer.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aisingapore/TagUI/HEAD/src/tagui_footer.js -------------------------------------------------------------------------------- /src/tagui_header.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aisingapore/TagUI/HEAD/src/tagui_header.js -------------------------------------------------------------------------------- /src/tagui_helper.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aisingapore/TagUI/HEAD/src/tagui_helper.php -------------------------------------------------------------------------------- /src/tagui_parse.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aisingapore/TagUI/HEAD/src/tagui_parse.php -------------------------------------------------------------------------------- /src/tagui_py/tagui_py.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aisingapore/TagUI/HEAD/src/tagui_py/tagui_py.py -------------------------------------------------------------------------------- /src/tagui_r/tagui_r.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aisingapore/TagUI/HEAD/src/tagui_r/tagui_r.R -------------------------------------------------------------------------------- /src/tagui_report.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aisingapore/TagUI/HEAD/src/tagui_report.php -------------------------------------------------------------------------------- /src/tagui_runner.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aisingapore/TagUI/HEAD/src/tagui_runner.php -------------------------------------------------------------------------------- /src/tagui_service.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aisingapore/TagUI/HEAD/src/tagui_service.php -------------------------------------------------------------------------------- /src/telegram/receiveMessage.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aisingapore/TagUI/HEAD/src/telegram/receiveMessage.php -------------------------------------------------------------------------------- /src/telegram/sendMessage.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aisingapore/TagUI/HEAD/src/telegram/sendMessage.php -------------------------------------------------------------------------------- /src/telegram/stats_example: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aisingapore/TagUI/HEAD/src/telegram/stats_example -------------------------------------------------------------------------------- /src/test/positive_test.signature: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aisingapore/TagUI/HEAD/src/test/positive_test.signature -------------------------------------------------------------------------------- /src/test/positive_test.tag: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aisingapore/TagUI/HEAD/src/test/positive_test.tag -------------------------------------------------------------------------------- /src/translate.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aisingapore/TagUI/HEAD/src/translate.php -------------------------------------------------------------------------------- /src/transpose.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aisingapore/TagUI/HEAD/src/transpose.php -------------------------------------------------------------------------------- /src/ws/BadOpcodeException.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aisingapore/TagUI/HEAD/src/ws/BadOpcodeException.php -------------------------------------------------------------------------------- /src/ws/BadUriException.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aisingapore/TagUI/HEAD/src/ws/BadUriException.php -------------------------------------------------------------------------------- /src/ws/Base.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aisingapore/TagUI/HEAD/src/ws/Base.php -------------------------------------------------------------------------------- /src/ws/Client.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aisingapore/TagUI/HEAD/src/ws/Client.php -------------------------------------------------------------------------------- /src/ws/ConnectionException.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aisingapore/TagUI/HEAD/src/ws/ConnectionException.php -------------------------------------------------------------------------------- /src/ws/Exception.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aisingapore/TagUI/HEAD/src/ws/Exception.php -------------------------------------------------------------------------------- /src/ws/ws_LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aisingapore/TagUI/HEAD/src/ws/ws_LICENSE.md --------------------------------------------------------------------------------