diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..1ff0c42 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,63 @@ +############################################################################### +# Set default behavior to automatically normalize line endings. +############################################################################### +* text=auto + +############################################################################### +# Set default behavior for command prompt diff. +# +# This is need for earlier builds of msysgit that does not have it on by +# default for csharp files. +# Note: This is only used by command line +############################################################################### +#*.cs diff=csharp + +############################################################################### +# Set the merge driver for project and solution files +# +# Merging from the command prompt will add diff markers to the files if there +# are conflicts (Merging from VS is not affected by the settings below, in VS +# the diff markers are never inserted). Diff markers may cause the following +# file extensions to fail to load in VS. An alternative would be to treat +# these files as binary and thus will always conflict and require user +# intervention with every merge. To do so, just uncomment the entries below +############################################################################### +#*.sln merge=binary +#*.csproj merge=binary +#*.vbproj merge=binary +#*.vcxproj merge=binary +#*.vcproj merge=binary +#*.dbproj merge=binary +#*.fsproj merge=binary +#*.lsproj merge=binary +#*.wixproj merge=binary +#*.modelproj merge=binary +#*.sqlproj merge=binary +#*.wwaproj merge=binary + +############################################################################### +# behavior for image files +# +# image files are treated as binary by default. +############################################################################### +#*.jpg binary +#*.png binary +#*.gif binary + +############################################################################### +# diff behavior for common document formats +# +# Convert binary document formats to text before diffing them. This feature +# is only available from the command line. Turn it on by uncommenting the +# entries below. +############################################################################### +#*.doc diff=astextplain +#*.DOC diff=astextplain +#*.docx diff=astextplain +#*.DOCX diff=astextplain +#*.dot diff=astextplain +#*.DOT diff=astextplain +#*.pdf diff=astextplain +#*.PDF diff=astextplain +#*.rtf diff=astextplain +#*.RTF diff=astextplain diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..bfcb0e6 --- /dev/null +++ b/.gitignore @@ -0,0 +1,340 @@ +## Ignore Visual Studio temporary files, build results, and +## files generated by popular Visual Studio add-ons. +## +## Get latest from https://github.com/github/gitignore/blob/master/VisualStudio.gitignore + +# User-specific files +*.rsuser +*.suo +*.user +*.userosscache +*.sln.docstates + +# User-specific files (MonoDevelop/Xamarin Studio) +*.userprefs + +# Build results +[Dd]ebug/ +[Dd]ebugPublic/ +[Rr]elease/ +[Rr]eleases/ +x64/ +x86/ +[Aa][Rr][Mm]/ +[Aa][Rr][Mm]64/ +bld/ +[Bb]in/ +[Oo]bj/ + +# Visual Studio 2015/2017 cache/options directory +.vs/ +# Uncomment if you have tasks that create the project's static files in wwwroot +#wwwroot/ + +# Visual Studio 2017 auto generated files +Generated\ Files/ + +# MSTest test Results +[Tt]est[Rr]esult*/ +[Bb]uild[Ll]og.* + +# NUNIT +*.VisualState.xml +TestResult.xml + +# Build Results of an ATL Project +[Dd]ebugPS/ +[Rr]eleasePS/ +dlldata.c + +# Benchmark Results +BenchmarkDotNet.Artifacts/ + +# .NET Core +project.lock.json +project.fragment.lock.json +artifacts/ + +# StyleCop +StyleCopReport.xml + +# Files built by Visual Studio +*_i.c +*_p.c +*_h.h +*.ilk +*.meta +*.obj +*.iobj +*.pch +*.pdb +*.ipdb +*.pgc +*.pgd +*.rsp +*.sbr +*.tlb +*.tli +*.tlh +*.tmp +*.tmp_proj +*_wpftmp.csproj +*.log +*.vspscc +*.vssscc +.builds +*.pidb +*.svclog +*.scc + +# Chutzpah Test files +_Chutzpah* + +# Visual C++ cache files +ipch/ +*.aps +*.ncb +*.opendb +*.opensdf +*.sdf +*.cachefile +*.VC.db +*.VC.VC.opendb + +# Visual Studio profiler +*.psess +*.vsp +*.vspx +*.sap + +# Visual Studio Trace Files +*.e2e + +# TFS 2012 Local Workspace +$tf/ + +# Guidance Automation Toolkit +*.gpState + +# ReSharper is a .NET coding add-in +_ReSharper*/ +*.[Rr]e[Ss]harper +*.DotSettings.user + +# JustCode is a .NET coding add-in +.JustCode + +# TeamCity is a build add-in +_TeamCity* + +# DotCover is a Code Coverage Tool +*.dotCover + +# AxoCover is a Code Coverage Tool +.axoCover/* +!.axoCover/settings.json + +# Visual Studio code coverage results +*.coverage +*.coveragexml + +# NCrunch +_NCrunch_* +.*crunch*.local.xml +nCrunchTemp_* + +# MightyMoose +*.mm.* +AutoTest.Net/ + +# Web workbench (sass) +.sass-cache/ + +# Installshield output folder +[Ee]xpress/ + +# DocProject is a documentation generator add-in +DocProject/buildhelp/ +DocProject/Help/*.HxT +DocProject/Help/*.HxC +DocProject/Help/*.hhc +DocProject/Help/*.hhk +DocProject/Help/*.hhp +DocProject/Help/Html2 +DocProject/Help/html + +# Click-Once directory +publish/ + +# Publish Web Output +*.[Pp]ublish.xml +*.azurePubxml +# Note: Comment the next line if you want to checkin your web deploy settings, +# but database connection strings (with potential passwords) will be unencrypted +*.pubxml +*.publishproj + +# Microsoft Azure Web App publish settings. Comment the next line if you want to +# checkin your Azure Web App publish settings, but sensitive information contained +# in these scripts will be unencrypted +PublishScripts/ + +# NuGet Packages +*.nupkg +# The packages folder can be ignored because of Package Restore +**/[Pp]ackages/* +# except build/, which is used as an MSBuild target. +!**/[Pp]ackages/build/ +# Uncomment if necessary however generally it will be regenerated when needed +#!**/[Pp]ackages/repositories.config +# NuGet v3's project.json files produces more ignorable files +*.nuget.props +*.nuget.targets + +# Microsoft Azure Build Output +csx/ +*.build.csdef + +# Microsoft Azure Emulator +ecf/ +rcf/ + +# Windows Store app package directories and files +AppPackages/ +BundleArtifacts/ +Package.StoreAssociation.xml +_pkginfo.txt +*.appx + +# Visual Studio cache files +# files ending in .cache can be ignored +*.[Cc]ache +# but keep track of directories ending in .cache +!?*.[Cc]ache/ + +# Others +ClientBin/ +~$* +*~ +*.dbmdl +*.dbproj.schemaview +*.jfm +*.pfx +*.publishsettings +orleans.codegen.cs + +# Including strong name files can present a security risk +# (https://github.com/github/gitignore/pull/2483#issue-259490424) +#*.snk + +# Since there are multiple workflows, uncomment next line to ignore bower_components +# (https://github.com/github/gitignore/pull/1529#issuecomment-104372622) +#bower_components/ + +# RIA/Silverlight projects +Generated_Code/ + +# Backup & report files from converting an old project file +# to a newer Visual Studio version. Backup files are not needed, +# because we have git ;-) +_UpgradeReport_Files/ +Backup*/ +UpgradeLog*.XML +UpgradeLog*.htm +ServiceFabricBackup/ +*.rptproj.bak + +# SQL Server files +*.mdf +*.ldf +*.ndf + +# Business Intelligence projects +*.rdl.data +*.bim.layout +*.bim_*.settings +*.rptproj.rsuser +*- Backup*.rdl + +# Microsoft Fakes +FakesAssemblies/ + +# GhostDoc plugin setting file +*.GhostDoc.xml + +# Node.js Tools for Visual Studio +.ntvs_analysis.dat +node_modules/ + +# Visual Studio 6 build log +*.plg + +# Visual Studio 6 workspace options file +*.opt + +# Visual Studio 6 auto-generated workspace file (contains which files were open etc.) +*.vbw + +# Visual Studio LightSwitch build output +**/*.HTMLClient/GeneratedArtifacts +**/*.DesktopClient/GeneratedArtifacts +**/*.DesktopClient/ModelManifest.xml +**/*.Server/GeneratedArtifacts +**/*.Server/ModelManifest.xml +_Pvt_Extensions + +# Paket dependency manager +.paket/paket.exe +paket-files/ + +# FAKE - F# Make +.fake/ + +# JetBrains Rider +.idea/ +*.sln.iml + +# CodeRush personal settings +.cr/personal + +# Python Tools for Visual Studio (PTVS) +__pycache__/ +*.pyc + +# Cake - Uncomment if you are using it +# tools/** +# !tools/packages.config + +# Tabs Studio +*.tss + +# Telerik's JustMock configuration file +*.jmconfig + +# BizTalk build output +*.btp.cs +*.btm.cs +*.odx.cs +*.xsd.cs + +# OpenCover UI analysis results +OpenCover/ + +# Azure Stream Analytics local run output +ASALocalRun/ + +# MSBuild Binary and Structured Log +*.binlog + +# NVidia Nsight GPU debugger configuration file +*.nvuser + +# MFractors (Xamarin productivity tool) working folder +.mfractor/ + +# Local History for Visual Studio +.localhistory/ + +# BeatPulse healthcheck temp database +healthchecksdb +/Elight.WebUI/wwwroot/Uploads/Avatar diff --git a/SVGFiles/A+.svg b/SVGFiles/A+.svg new file mode 100644 index 0000000..33cd591 --- /dev/null +++ b/SVGFiles/A+.svg @@ -0,0 +1,16 @@ + + + + + + diff --git a/SVGFiles/A-.svg b/SVGFiles/A-.svg new file mode 100644 index 0000000..51957b4 --- /dev/null +++ b/SVGFiles/A-.svg @@ -0,0 +1,16 @@ + + + + + + diff --git a/SVGFiles/AAxisReturnReference.svg b/SVGFiles/AAxisReturnReference.svg new file mode 100644 index 0000000..d224544 --- /dev/null +++ b/SVGFiles/AAxisReturnReference.svg @@ -0,0 +1,13 @@ + + + + + + diff --git a/SVGFiles/Abate.svg b/SVGFiles/Abate.svg new file mode 100644 index 0000000..82bcedf --- /dev/null +++ b/SVGFiles/Abate.svg @@ -0,0 +1,12 @@ + + + + + + + + diff --git a/SVGFiles/AddNewUsers.svg b/SVGFiles/AddNewUsers.svg new file mode 100644 index 0000000..35b493a --- /dev/null +++ b/SVGFiles/AddNewUsers.svg @@ -0,0 +1,23 @@ + + + + + + + + diff --git a/SVGFiles/AddRecipe.svg b/SVGFiles/AddRecipe.svg new file mode 100644 index 0000000..bc3a591 --- /dev/null +++ b/SVGFiles/AddRecipe.svg @@ -0,0 +1,16 @@ + + + + + + + + diff --git a/SVGFiles/AddTo.svg b/SVGFiles/AddTo.svg new file mode 100644 index 0000000..ee69244 --- /dev/null +++ b/SVGFiles/AddTo.svg @@ -0,0 +1,13 @@ + + + + + + + + diff --git a/SVGFiles/Advance.svg b/SVGFiles/Advance.svg new file mode 100644 index 0000000..62d8e0c --- /dev/null +++ b/SVGFiles/Advance.svg @@ -0,0 +1,12 @@ + + + + + + + + diff --git a/SVGFiles/AirBlowingFunction.svg b/SVGFiles/AirBlowingFunction.svg new file mode 100644 index 0000000..2bcdb85 --- /dev/null +++ b/SVGFiles/AirBlowingFunction.svg @@ -0,0 +1,20 @@ + + + + + + + + diff --git a/SVGFiles/AirPressureAlarmShield.svg b/SVGFiles/AirPressureAlarmShield.svg new file mode 100644 index 0000000..8af655f --- /dev/null +++ b/SVGFiles/AirPressureAlarmShield.svg @@ -0,0 +1,14 @@ + + + + + + + + diff --git a/SVGFiles/AlarmIcon.svg b/SVGFiles/AlarmIcon.svg new file mode 100644 index 0000000..c391e9f --- /dev/null +++ b/SVGFiles/AlarmIcon.svg @@ -0,0 +1,12 @@ + + + + + + + + diff --git a/SVGFiles/AlarmReset.svg b/SVGFiles/AlarmReset.svg new file mode 100644 index 0000000..c1912b7 --- /dev/null +++ b/SVGFiles/AlarmReset.svg @@ -0,0 +1,24 @@ + + + + + + + + diff --git a/SVGFiles/AlarmShieldOfWaterCooler.svg b/SVGFiles/AlarmShieldOfWaterCooler.svg new file mode 100644 index 0000000..5a232d4 --- /dev/null +++ b/SVGFiles/AlarmShieldOfWaterCooler.svg @@ -0,0 +1,40 @@ + + + + + + diff --git a/SVGFiles/AlarmShieldingIcon.svg b/SVGFiles/AlarmShieldingIcon.svg new file mode 100644 index 0000000..ee53f36 --- /dev/null +++ b/SVGFiles/AlarmShieldingIcon.svg @@ -0,0 +1,15 @@ + + + + + + + + diff --git a/SVGFiles/Alignment.svg b/SVGFiles/Alignment.svg new file mode 100644 index 0000000..a0efdff --- /dev/null +++ b/SVGFiles/Alignment.svg @@ -0,0 +1,11 @@ + + + + + + + + diff --git a/SVGFiles/AllReturnParameters.svg b/SVGFiles/AllReturnParameters.svg new file mode 100644 index 0000000..1dc63cd --- /dev/null +++ b/SVGFiles/AllReturnParameters.svg @@ -0,0 +1,15 @@ + + + + + + + + diff --git a/SVGFiles/AngleOfChamfer.svg b/SVGFiles/AngleOfChamfer.svg new file mode 100644 index 0000000..2c2d524 --- /dev/null +++ b/SVGFiles/AngleOfChamfer.svg @@ -0,0 +1,18 @@ + + + + + + + + diff --git a/SVGFiles/Anticlockwise.svg b/SVGFiles/Anticlockwise.svg new file mode 100644 index 0000000..a192f69 --- /dev/null +++ b/SVGFiles/Anticlockwise.svg @@ -0,0 +1,13 @@ + + + + + + + + diff --git a/SVGFiles/ApplyCurrentRecipe.svg b/SVGFiles/ApplyCurrentRecipe.svg new file mode 100644 index 0000000..18d23ae --- /dev/null +++ b/SVGFiles/ApplyCurrentRecipe.svg @@ -0,0 +1,16 @@ + + + + + + + + diff --git a/SVGFiles/ApplyPars.svg b/SVGFiles/ApplyPars.svg new file mode 100644 index 0000000..3a0bf0d --- /dev/null +++ b/SVGFiles/ApplyPars.svg @@ -0,0 +1,10 @@ + + + + + + diff --git a/SVGFiles/Arc.svg b/SVGFiles/Arc.svg new file mode 100644 index 0000000..21cf00c --- /dev/null +++ b/SVGFiles/Arc.svg @@ -0,0 +1,13 @@ + + + + + + + + diff --git a/SVGFiles/Arc3.svg b/SVGFiles/Arc3.svg new file mode 100644 index 0000000..a790f1e --- /dev/null +++ b/SVGFiles/Arc3.svg @@ -0,0 +1,22 @@ + + + + + + + + diff --git a/SVGFiles/Arrange.svg b/SVGFiles/Arrange.svg new file mode 100644 index 0000000..f39ce0b --- /dev/null +++ b/SVGFiles/Arrange.svg @@ -0,0 +1,12 @@ + + + + + + + + diff --git a/SVGFiles/Array.svg b/SVGFiles/Array.svg new file mode 100644 index 0000000..0ed6f95 --- /dev/null +++ b/SVGFiles/Array.svg @@ -0,0 +1,17 @@ + + + + + + + + diff --git a/SVGFiles/AutoForcusZero.svg b/SVGFiles/AutoForcusZero.svg new file mode 100644 index 0000000..3e397c6 --- /dev/null +++ b/SVGFiles/AutoForcusZero.svg @@ -0,0 +1,23 @@ + + + + + + + + diff --git a/SVGFiles/AutomaticProcessing.svg b/SVGFiles/AutomaticProcessing.svg new file mode 100644 index 0000000..ddeb027 --- /dev/null +++ b/SVGFiles/AutomaticProcessing.svg @@ -0,0 +1,31 @@ + + + + + + + + diff --git a/SVGFiles/AuxiliaryFunctions.svg b/SVGFiles/AuxiliaryFunctions.svg new file mode 100644 index 0000000..30c1bc7 --- /dev/null +++ b/SVGFiles/AuxiliaryFunctions.svg @@ -0,0 +1,15 @@ + + + + + + + + diff --git a/SVGFiles/AxisLimit.svg b/SVGFiles/AxisLimit.svg new file mode 100644 index 0000000..df223c1 --- /dev/null +++ b/SVGFiles/AxisLimit.svg @@ -0,0 +1,13 @@ + + + + + + + + diff --git a/SVGFiles/B+.svg b/SVGFiles/B+.svg new file mode 100644 index 0000000..14209db --- /dev/null +++ b/SVGFiles/B+.svg @@ -0,0 +1,16 @@ + + + + + + diff --git a/SVGFiles/B-.svg b/SVGFiles/B-.svg new file mode 100644 index 0000000..6273205 --- /dev/null +++ b/SVGFiles/B-.svg @@ -0,0 +1,16 @@ + + + + + + diff --git a/SVGFiles/BAxisReturnReference.svg b/SVGFiles/BAxisReturnReference.svg new file mode 100644 index 0000000..ce26531 --- /dev/null +++ b/SVGFiles/BAxisReturnReference.svg @@ -0,0 +1,17 @@ + + + + + + diff --git a/SVGFiles/BSlectedPart.svg b/SVGFiles/BSlectedPart.svg new file mode 100644 index 0000000..3c2d836 --- /dev/null +++ b/SVGFiles/BSlectedPart.svg @@ -0,0 +1,45 @@ + + + + + + + + diff --git a/SVGFiles/BackOff.svg b/SVGFiles/BackOff.svg new file mode 100644 index 0000000..f9eb11a --- /dev/null +++ b/SVGFiles/BackOff.svg @@ -0,0 +1,15 @@ + + + + + + + + diff --git a/SVGFiles/BackToTheReferencePoint.svg b/SVGFiles/BackToTheReferencePoint.svg new file mode 100644 index 0000000..cb5508c --- /dev/null +++ b/SVGFiles/BackToTheReferencePoint.svg @@ -0,0 +1,14 @@ + + + + + + + + diff --git a/SVGFiles/Batch.svg b/SVGFiles/Batch.svg new file mode 100644 index 0000000..f14745e --- /dev/null +++ b/SVGFiles/Batch.svg @@ -0,0 +1,15 @@ + + + + + + + + diff --git a/SVGFiles/BatchIndxf.svg b/SVGFiles/BatchIndxf.svg new file mode 100644 index 0000000..6a73575 --- /dev/null +++ b/SVGFiles/BatchIndxf.svg @@ -0,0 +1,25 @@ + + + + + + + + diff --git a/SVGFiles/BeReady.svg b/SVGFiles/BeReady.svg new file mode 100644 index 0000000..202ec2d --- /dev/null +++ b/SVGFiles/BeReady.svg @@ -0,0 +1,16 @@ + + + + + + + + diff --git a/SVGFiles/Board.svg b/SVGFiles/Board.svg new file mode 100644 index 0000000..803c88d --- /dev/null +++ b/SVGFiles/Board.svg @@ -0,0 +1,28 @@ + + + + + + + + diff --git a/SVGFiles/Breach.svg b/SVGFiles/Breach.svg new file mode 100644 index 0000000..01ed0aa --- /dev/null +++ b/SVGFiles/Breach.svg @@ -0,0 +1,12 @@ + + + + + + + + diff --git a/SVGFiles/BreakOneKeyAdd.svg b/SVGFiles/BreakOneKeyAdd.svg new file mode 100644 index 0000000..91a1dc7 --- /dev/null +++ b/SVGFiles/BreakOneKeyAdd.svg @@ -0,0 +1,14 @@ + + + + + + + + diff --git a/SVGFiles/BreakOneKeyClear.svg b/SVGFiles/BreakOneKeyClear.svg new file mode 100644 index 0000000..50ea02f --- /dev/null +++ b/SVGFiles/BreakOneKeyClear.svg @@ -0,0 +1,16 @@ + + + + + + + + diff --git a/SVGFiles/BreakOneKeyDelete.svg b/SVGFiles/BreakOneKeyDelete.svg new file mode 100644 index 0000000..d1385ba --- /dev/null +++ b/SVGFiles/BreakOneKeyDelete.svg @@ -0,0 +1,13 @@ + + + + + + + + diff --git a/SVGFiles/BreakPointContinuation2.svg b/SVGFiles/BreakPointContinuation2.svg new file mode 100644 index 0000000..9fad4b1 --- /dev/null +++ b/SVGFiles/BreakPointContinuation2.svg @@ -0,0 +1,12 @@ + + + + + + + + diff --git a/SVGFiles/BreakpointContinuation1.svg b/SVGFiles/BreakpointContinuation1.svg new file mode 100644 index 0000000..a35f470 --- /dev/null +++ b/SVGFiles/BreakpointContinuation1.svg @@ -0,0 +1,85 @@ + + + + + + + + diff --git a/SVGFiles/BridgeConnection.svg b/SVGFiles/BridgeConnection.svg new file mode 100644 index 0000000..505f75c --- /dev/null +++ b/SVGFiles/BridgeConnection.svg @@ -0,0 +1,17 @@ + + + + + + + + diff --git a/SVGFiles/BulidParts.svg b/SVGFiles/BulidParts.svg new file mode 100644 index 0000000..280a172 --- /dev/null +++ b/SVGFiles/BulidParts.svg @@ -0,0 +1,28 @@ + + + + + + + + diff --git a/SVGFiles/BuzzerAlarm.svg b/SVGFiles/BuzzerAlarm.svg new file mode 100644 index 0000000..3cfb84a --- /dev/null +++ b/SVGFiles/BuzzerAlarm.svg @@ -0,0 +1,14 @@ + + + + + + + + diff --git a/SVGFiles/CAMSaveAs.svg b/SVGFiles/CAMSaveAs.svg new file mode 100644 index 0000000..8bdc2e1 --- /dev/null +++ b/SVGFiles/CAMSaveAs.svg @@ -0,0 +1,19 @@ + + + + + + + + diff --git a/SVGFiles/CRefresh.svg b/SVGFiles/CRefresh.svg new file mode 100644 index 0000000..574fa20 --- /dev/null +++ b/SVGFiles/CRefresh.svg @@ -0,0 +1,14 @@ + + + + + + + + diff --git a/SVGFiles/CamLogo.svg b/SVGFiles/CamLogo.svg new file mode 100644 index 0000000..74ee3b2 --- /dev/null +++ b/SVGFiles/CamLogo.svg @@ -0,0 +1,30 @@ + + + + + + + + diff --git a/SVGFiles/Cancel.svg b/SVGFiles/Cancel.svg new file mode 100644 index 0000000..357c81c --- /dev/null +++ b/SVGFiles/Cancel.svg @@ -0,0 +1,12 @@ + + + + + + + + diff --git a/SVGFiles/CenterRadiusRounding.svg b/SVGFiles/CenterRadiusRounding.svg new file mode 100644 index 0000000..458fdba --- /dev/null +++ b/SVGFiles/CenterRadiusRounding.svg @@ -0,0 +1,17 @@ + + + + + + + + diff --git a/SVGFiles/Circle3.svg b/SVGFiles/Circle3.svg new file mode 100644 index 0000000..22e8618 --- /dev/null +++ b/SVGFiles/Circle3.svg @@ -0,0 +1,22 @@ + + + + + + + + diff --git a/SVGFiles/CircleCut.svg b/SVGFiles/CircleCut.svg new file mode 100644 index 0000000..1975b5a --- /dev/null +++ b/SVGFiles/CircleCut.svg @@ -0,0 +1,13 @@ + + + + + + + + diff --git a/SVGFiles/CleanNozzle.svg b/SVGFiles/CleanNozzle.svg new file mode 100644 index 0000000..7a2e410 --- /dev/null +++ b/SVGFiles/CleanNozzle.svg @@ -0,0 +1,27 @@ + + + + + + diff --git a/SVGFiles/CleanTheNozzle.svg b/SVGFiles/CleanTheNozzle.svg new file mode 100644 index 0000000..6390278 --- /dev/null +++ b/SVGFiles/CleanTheNozzle.svg @@ -0,0 +1,15 @@ + + + + + + + + diff --git a/SVGFiles/CleanUp.svg b/SVGFiles/CleanUp.svg new file mode 100644 index 0000000..3a57d70 --- /dev/null +++ b/SVGFiles/CleanUp.svg @@ -0,0 +1,13 @@ + + + + + + + + diff --git a/SVGFiles/ClearAlarm.svg b/SVGFiles/ClearAlarm.svg new file mode 100644 index 0000000..c8f8b32 --- /dev/null +++ b/SVGFiles/ClearAlarm.svg @@ -0,0 +1,15 @@ + + + + + + + + diff --git a/SVGFiles/ClearGap.svg b/SVGFiles/ClearGap.svg new file mode 100644 index 0000000..498f03f --- /dev/null +++ b/SVGFiles/ClearGap.svg @@ -0,0 +1,12 @@ + + + + + + + + diff --git a/SVGFiles/Clockwise.svg b/SVGFiles/Clockwise.svg new file mode 100644 index 0000000..1584c6b --- /dev/null +++ b/SVGFiles/Clockwise.svg @@ -0,0 +1,13 @@ + + + + + + + + diff --git a/SVGFiles/CloseIcon.svg b/SVGFiles/CloseIcon.svg new file mode 100644 index 0000000..41e0ddd --- /dev/null +++ b/SVGFiles/CloseIcon.svg @@ -0,0 +1,15 @@ + + + + + + + + diff --git a/SVGFiles/CollimatorTemperature.svg b/SVGFiles/CollimatorTemperature.svg new file mode 100644 index 0000000..b48bc4d --- /dev/null +++ b/SVGFiles/CollimatorTemperature.svg @@ -0,0 +1,40 @@ + + + + + + + + diff --git a/SVGFiles/Compensate.svg b/SVGFiles/Compensate.svg new file mode 100644 index 0000000..959bae3 --- /dev/null +++ b/SVGFiles/Compensate.svg @@ -0,0 +1,17 @@ + + + + + + + + diff --git a/SVGFiles/Confirm.svg b/SVGFiles/Confirm.svg new file mode 100644 index 0000000..d7368d9 --- /dev/null +++ b/SVGFiles/Confirm.svg @@ -0,0 +1,14 @@ + + + + + + + + diff --git a/SVGFiles/ContinuityIcon.svg b/SVGFiles/ContinuityIcon.svg new file mode 100644 index 0000000..4a7e5fd --- /dev/null +++ b/SVGFiles/ContinuityIcon.svg @@ -0,0 +1,18 @@ + + + + + + + + diff --git a/SVGFiles/ContourJump.svg b/SVGFiles/ContourJump.svg new file mode 100644 index 0000000..049a848 --- /dev/null +++ b/SVGFiles/ContourJump.svg @@ -0,0 +1,12 @@ + + + + + + + + diff --git a/SVGFiles/Convert.svg b/SVGFiles/Convert.svg new file mode 100644 index 0000000..078c188 --- /dev/null +++ b/SVGFiles/Convert.svg @@ -0,0 +1,21 @@ + + + + + + diff --git a/SVGFiles/CoolingWater.svg b/SVGFiles/CoolingWater.svg new file mode 100644 index 0000000..c317ee4 --- /dev/null +++ b/SVGFiles/CoolingWater.svg @@ -0,0 +1,13 @@ + + + + + + diff --git a/SVGFiles/CoordinateRotation.svg b/SVGFiles/CoordinateRotation.svg new file mode 100644 index 0000000..929f799 --- /dev/null +++ b/SVGFiles/CoordinateRotation.svg @@ -0,0 +1,13 @@ + + + + + + + + diff --git a/SVGFiles/CorrectionValue.svg b/SVGFiles/CorrectionValue.svg new file mode 100644 index 0000000..db6b900 --- /dev/null +++ b/SVGFiles/CorrectionValue.svg @@ -0,0 +1,23 @@ + + + + + + + + diff --git a/SVGFiles/Coside.svg b/SVGFiles/Coside.svg new file mode 100644 index 0000000..fcac99e --- /dev/null +++ b/SVGFiles/Coside.svg @@ -0,0 +1,11 @@ + + + + + + + + diff --git a/SVGFiles/CurrentAlarmIcon.svg b/SVGFiles/CurrentAlarmIcon.svg new file mode 100644 index 0000000..103deef --- /dev/null +++ b/SVGFiles/CurrentAlarmIcon.svg @@ -0,0 +1,14 @@ + + + + + + + + diff --git a/SVGFiles/CurrentFocusValue.svg b/SVGFiles/CurrentFocusValue.svg new file mode 100644 index 0000000..ce32273 --- /dev/null +++ b/SVGFiles/CurrentFocusValue.svg @@ -0,0 +1,25 @@ + + + + + + + + diff --git a/SVGFiles/CurveMonitoring.svg b/SVGFiles/CurveMonitoring.svg new file mode 100644 index 0000000..095649b --- /dev/null +++ b/SVGFiles/CurveMonitoring.svg @@ -0,0 +1,24 @@ + + + + + + + + diff --git a/SVGFiles/CutIntoCertainShape.svg b/SVGFiles/CutIntoCertainShape.svg new file mode 100644 index 0000000..9965849 --- /dev/null +++ b/SVGFiles/CutIntoCertainShape.svg @@ -0,0 +1,20 @@ + + + + + + diff --git a/SVGFiles/Cutting1.svg b/SVGFiles/Cutting1.svg new file mode 100644 index 0000000..4f4ec16 --- /dev/null +++ b/SVGFiles/Cutting1.svg @@ -0,0 +1,17 @@ + + + + + + + + + diff --git a/SVGFiles/CuttingAirPressure.svg b/SVGFiles/CuttingAirPressure.svg new file mode 100644 index 0000000..79b373c --- /dev/null +++ b/SVGFiles/CuttingAirPressure.svg @@ -0,0 +1,89 @@ + + + + + + + + diff --git a/SVGFiles/CuttingHead.svg b/SVGFiles/CuttingHead.svg new file mode 100644 index 0000000..c3ef2b7 --- /dev/null +++ b/SVGFiles/CuttingHead.svg @@ -0,0 +1,18 @@ + + + + + + + + diff --git a/SVGFiles/CuttingHeadCollisionPlateAlarmShield.svg b/SVGFiles/CuttingHeadCollisionPlateAlarmShield.svg new file mode 100644 index 0000000..7217d54 --- /dev/null +++ b/SVGFiles/CuttingHeadCollisionPlateAlarmShield.svg @@ -0,0 +1,16 @@ + + + + + + + + diff --git a/SVGFiles/DXF.svg b/SVGFiles/DXF.svg new file mode 100644 index 0000000..1ad3c5f --- /dev/null +++ b/SVGFiles/DXF.svg @@ -0,0 +1,26 @@ + + + + + + + + diff --git a/SVGFiles/DebuggingIcon.svg b/SVGFiles/DebuggingIcon.svg new file mode 100644 index 0000000..34efb93 --- /dev/null +++ b/SVGFiles/DebuggingIcon.svg @@ -0,0 +1,18 @@ + + + + + + + + diff --git a/SVGFiles/DecreaseFocus.svg b/SVGFiles/DecreaseFocus.svg new file mode 100644 index 0000000..ae4a42e --- /dev/null +++ b/SVGFiles/DecreaseFocus.svg @@ -0,0 +1,14 @@ + + + + + + + + diff --git a/SVGFiles/Delete.svg b/SVGFiles/Delete.svg new file mode 100644 index 0000000..32f3ace --- /dev/null +++ b/SVGFiles/Delete.svg @@ -0,0 +1,12 @@ + + + + + + + + diff --git a/SVGFiles/Delete2.svg b/SVGFiles/Delete2.svg new file mode 100644 index 0000000..39c2f36 --- /dev/null +++ b/SVGFiles/Delete2.svg @@ -0,0 +1,16 @@ + + + + + + + + diff --git a/SVGFiles/Develop.svg b/SVGFiles/Develop.svg new file mode 100644 index 0000000..132c7e6 --- /dev/null +++ b/SVGFiles/Develop.svg @@ -0,0 +1,14 @@ + + + + + + + + diff --git a/SVGFiles/DiagnosisIcon.svg b/SVGFiles/DiagnosisIcon.svg new file mode 100644 index 0000000..880f9b6 --- /dev/null +++ b/SVGFiles/DiagnosisIcon.svg @@ -0,0 +1,16 @@ + + + + + + + + diff --git a/SVGFiles/DisplayInformation.svg b/SVGFiles/DisplayInformation.svg new file mode 100644 index 0000000..6220af6 --- /dev/null +++ b/SVGFiles/DisplayInformation.svg @@ -0,0 +1,20 @@ + + + + + + + + diff --git a/SVGFiles/DisplayInformationPlot.svg b/SVGFiles/DisplayInformationPlot.svg new file mode 100644 index 0000000..f6da55b --- /dev/null +++ b/SVGFiles/DisplayInformationPlot.svg @@ -0,0 +1,14 @@ + + + + + + + + diff --git a/SVGFiles/DistinguishInout.svg b/SVGFiles/DistinguishInout.svg new file mode 100644 index 0000000..29b923d --- /dev/null +++ b/SVGFiles/DistinguishInout.svg @@ -0,0 +1,15 @@ + + + + + + + + diff --git a/SVGFiles/Document.svg b/SVGFiles/Document.svg new file mode 100644 index 0000000..0fcb97a --- /dev/null +++ b/SVGFiles/Document.svg @@ -0,0 +1,19 @@ + + + + + + + + diff --git a/SVGFiles/DownNest.svg b/SVGFiles/DownNest.svg new file mode 100644 index 0000000..b29564f --- /dev/null +++ b/SVGFiles/DownNest.svg @@ -0,0 +1,12 @@ + + + + + + + + diff --git a/SVGFiles/DrawBack.svg b/SVGFiles/DrawBack.svg new file mode 100644 index 0000000..f93bbcf --- /dev/null +++ b/SVGFiles/DrawBack.svg @@ -0,0 +1,12 @@ + + + + + + + + diff --git a/SVGFiles/DropDownArrow.svg b/SVGFiles/DropDownArrow.svg new file mode 100644 index 0000000..cadfbaa --- /dev/null +++ b/SVGFiles/DropDownArrow.svg @@ -0,0 +1,12 @@ + + + + + + + + diff --git a/SVGFiles/DustRemovalSwitch.svg b/SVGFiles/DustRemovalSwitch.svg new file mode 100644 index 0000000..d3afb4c --- /dev/null +++ b/SVGFiles/DustRemovalSwitch.svg @@ -0,0 +1,20 @@ + + + + + + + + diff --git a/SVGFiles/EdgeIcon.svg b/SVGFiles/EdgeIcon.svg new file mode 100644 index 0000000..6997df1 --- /dev/null +++ b/SVGFiles/EdgeIcon.svg @@ -0,0 +1,13 @@ + + + + + + + + diff --git a/SVGFiles/EdgeSearchFunction.svg b/SVGFiles/EdgeSearchFunction.svg new file mode 100644 index 0000000..bb9e411 --- /dev/null +++ b/SVGFiles/EdgeSearchFunction.svg @@ -0,0 +1,13 @@ + + + + + + + + diff --git a/SVGFiles/EdgeSearching.svg b/SVGFiles/EdgeSearching.svg new file mode 100644 index 0000000..e8c95d7 --- /dev/null +++ b/SVGFiles/EdgeSearching.svg @@ -0,0 +1,12 @@ + + + + + + diff --git a/SVGFiles/Edit.svg b/SVGFiles/Edit.svg new file mode 100644 index 0000000..4bfe0c0 --- /dev/null +++ b/SVGFiles/Edit.svg @@ -0,0 +1,22 @@ + + + + + + + + diff --git a/SVGFiles/EditRecipe.svg b/SVGFiles/EditRecipe.svg new file mode 100644 index 0000000..dfde629 --- /dev/null +++ b/SVGFiles/EditRecipe.svg @@ -0,0 +1,27 @@ + + + + + + + + diff --git a/SVGFiles/Eliminate.svg b/SVGFiles/Eliminate.svg new file mode 100644 index 0000000..3b54d76 --- /dev/null +++ b/SVGFiles/Eliminate.svg @@ -0,0 +1,17 @@ + + + + + + + + diff --git a/SVGFiles/Ellipse.svg b/SVGFiles/Ellipse.svg new file mode 100644 index 0000000..db6b8c8 --- /dev/null +++ b/SVGFiles/Ellipse.svg @@ -0,0 +1,15 @@ + + + + + + + + diff --git a/SVGFiles/EmergencyIcon.svg b/SVGFiles/EmergencyIcon.svg new file mode 100644 index 0000000..9b1c534 --- /dev/null +++ b/SVGFiles/EmergencyIcon.svg @@ -0,0 +1,15 @@ + + + + + + + + diff --git a/SVGFiles/EnableSchedule.svg b/SVGFiles/EnableSchedule.svg new file mode 100644 index 0000000..44a080e --- /dev/null +++ b/SVGFiles/EnableSchedule.svg @@ -0,0 +1,19 @@ + + + + + + + + diff --git a/SVGFiles/Error.svg b/SVGFiles/Error.svg new file mode 100644 index 0000000..fcdc627 --- /dev/null +++ b/SVGFiles/Error.svg @@ -0,0 +1,19 @@ + + + + + + + + diff --git a/SVGFiles/ErrorIcon.svg b/SVGFiles/ErrorIcon.svg new file mode 100644 index 0000000..7a4b789 --- /dev/null +++ b/SVGFiles/ErrorIcon.svg @@ -0,0 +1,13 @@ + + + + + + + + diff --git a/SVGFiles/Esc.svg b/SVGFiles/Esc.svg new file mode 100644 index 0000000..b1a8c11 --- /dev/null +++ b/SVGFiles/Esc.svg @@ -0,0 +1,16 @@ + + + + + + + + diff --git a/SVGFiles/ExpandArrow.svg b/SVGFiles/ExpandArrow.svg new file mode 100644 index 0000000..b6d7b7b --- /dev/null +++ b/SVGFiles/ExpandArrow.svg @@ -0,0 +1,12 @@ + + + + + + + + diff --git a/SVGFiles/Export.svg b/SVGFiles/Export.svg new file mode 100644 index 0000000..9f5a1d6 --- /dev/null +++ b/SVGFiles/Export.svg @@ -0,0 +1,15 @@ + + + + + + + + diff --git a/SVGFiles/ExternalControl.svg b/SVGFiles/ExternalControl.svg new file mode 100644 index 0000000..d495f8a --- /dev/null +++ b/SVGFiles/ExternalControl.svg @@ -0,0 +1,29 @@ + + + + + + + + diff --git a/SVGFiles/FastIcon.svg b/SVGFiles/FastIcon.svg new file mode 100644 index 0000000..0162946 --- /dev/null +++ b/SVGFiles/FastIcon.svg @@ -0,0 +1,22 @@ + + + + + + + + diff --git a/SVGFiles/FilterElement.svg b/SVGFiles/FilterElement.svg new file mode 100644 index 0000000..1c3a083 --- /dev/null +++ b/SVGFiles/FilterElement.svg @@ -0,0 +1,11 @@ + + + + + + diff --git a/SVGFiles/FocusDown.svg b/SVGFiles/FocusDown.svg new file mode 100644 index 0000000..98dde8c --- /dev/null +++ b/SVGFiles/FocusDown.svg @@ -0,0 +1,11 @@ + + + + + + diff --git a/SVGFiles/FocusLensTemperature.svg b/SVGFiles/FocusLensTemperature.svg new file mode 100644 index 0000000..a9c1dc0 --- /dev/null +++ b/SVGFiles/FocusLensTemperature.svg @@ -0,0 +1,32 @@ + + + + + + + + + diff --git a/SVGFiles/FocusReturnToZero.svg b/SVGFiles/FocusReturnToZero.svg new file mode 100644 index 0000000..522a6ad --- /dev/null +++ b/SVGFiles/FocusReturnToZero.svg @@ -0,0 +1,15 @@ + + + + + + + + diff --git a/SVGFiles/Follow-up-Fixedcalibration.svg b/SVGFiles/Follow-up-Fixedcalibration.svg new file mode 100644 index 0000000..b543bd4 --- /dev/null +++ b/SVGFiles/Follow-up-Fixedcalibration.svg @@ -0,0 +1,17 @@ + + + + + + diff --git a/SVGFiles/Follow-up-Slowcalibration.svg b/SVGFiles/Follow-up-Slowcalibration.svg new file mode 100644 index 0000000..34ed12d --- /dev/null +++ b/SVGFiles/Follow-up-Slowcalibration.svg @@ -0,0 +1,20 @@ + + + + + + diff --git a/SVGFiles/Follow-up-calibration.svg b/SVGFiles/Follow-up-calibration.svg new file mode 100644 index 0000000..02fe451 --- /dev/null +++ b/SVGFiles/Follow-up-calibration.svg @@ -0,0 +1,16 @@ + + + + + + diff --git a/SVGFiles/Forward.svg b/SVGFiles/Forward.svg new file mode 100644 index 0000000..0e0c339 --- /dev/null +++ b/SVGFiles/Forward.svg @@ -0,0 +1,14 @@ + + + + + + + + diff --git a/SVGFiles/FunctionIcon.svg b/SVGFiles/FunctionIcon.svg new file mode 100644 index 0000000..22957ee --- /dev/null +++ b/SVGFiles/FunctionIcon.svg @@ -0,0 +1,12 @@ + + + + + + + + diff --git a/SVGFiles/GCode.svg b/SVGFiles/GCode.svg new file mode 100644 index 0000000..59227e8 --- /dev/null +++ b/SVGFiles/GCode.svg @@ -0,0 +1,13 @@ + + + + + + + + diff --git a/SVGFiles/GeneralParameters.svg b/SVGFiles/GeneralParameters.svg new file mode 100644 index 0000000..f9552e4 --- /dev/null +++ b/SVGFiles/GeneralParameters.svg @@ -0,0 +1,17 @@ + + + + + + + + diff --git a/SVGFiles/GetTheCurrentRecipe.svg b/SVGFiles/GetTheCurrentRecipe.svg new file mode 100644 index 0000000..e01de11 --- /dev/null +++ b/SVGFiles/GetTheCurrentRecipe.svg @@ -0,0 +1,16 @@ + + + + + + + + diff --git a/SVGFiles/GoToTheBorder.svg b/SVGFiles/GoToTheBorder.svg new file mode 100644 index 0000000..5888ee3 --- /dev/null +++ b/SVGFiles/GoToTheBorder.svg @@ -0,0 +1,13 @@ + + + + + + + + diff --git a/SVGFiles/GraphDrawing.svg b/SVGFiles/GraphDrawing.svg new file mode 100644 index 0000000..9033aa4 --- /dev/null +++ b/SVGFiles/GraphDrawing.svg @@ -0,0 +1,17 @@ + + + + + + + + diff --git a/SVGFiles/Group.svg b/SVGFiles/Group.svg new file mode 100644 index 0000000..a3fe901 --- /dev/null +++ b/SVGFiles/Group.svg @@ -0,0 +1,12 @@ + + + + + + + + diff --git a/SVGFiles/HideInformationPlot.svg b/SVGFiles/HideInformationPlot.svg new file mode 100644 index 0000000..0d62f9b --- /dev/null +++ b/SVGFiles/HideInformationPlot.svg @@ -0,0 +1,15 @@ + + + + + + + + diff --git a/SVGFiles/HideParList.svg b/SVGFiles/HideParList.svg new file mode 100644 index 0000000..23db6f6 --- /dev/null +++ b/SVGFiles/HideParList.svg @@ -0,0 +1,18 @@ + + + + + + + + diff --git a/SVGFiles/HistoricalAlarmIcon.svg b/SVGFiles/HistoricalAlarmIcon.svg new file mode 100644 index 0000000..9f9f313 --- /dev/null +++ b/SVGFiles/HistoricalAlarmIcon.svg @@ -0,0 +1,16 @@ + + + + + + + + diff --git a/SVGFiles/HomeIcon.svg b/SVGFiles/HomeIcon.svg new file mode 100644 index 0000000..f3a1f05 --- /dev/null +++ b/SVGFiles/HomeIcon.svg @@ -0,0 +1,14 @@ + + + + + + diff --git a/SVGFiles/Humidity.svg b/SVGFiles/Humidity.svg new file mode 100644 index 0000000..b5cbfbf --- /dev/null +++ b/SVGFiles/Humidity.svg @@ -0,0 +1,27 @@ + + + + + + + + diff --git a/SVGFiles/IOBoard.svg b/SVGFiles/IOBoard.svg new file mode 100644 index 0000000..d60bd63 --- /dev/null +++ b/SVGFiles/IOBoard.svg @@ -0,0 +1,32 @@ + + + + + + + + diff --git a/SVGFiles/IOMotherboard.svg b/SVGFiles/IOMotherboard.svg new file mode 100644 index 0000000..d548a6a --- /dev/null +++ b/SVGFiles/IOMotherboard.svg @@ -0,0 +1,19 @@ + + + + + + + + diff --git a/SVGFiles/Icon_Close.svg b/SVGFiles/Icon_Close.svg new file mode 100644 index 0000000..e0d6190 --- /dev/null +++ b/SVGFiles/Icon_Close.svg @@ -0,0 +1,14 @@ + + + + + + + + diff --git a/SVGFiles/Icon_Delete.svg b/SVGFiles/Icon_Delete.svg new file mode 100644 index 0000000..7ac63b5 --- /dev/null +++ b/SVGFiles/Icon_Delete.svg @@ -0,0 +1,13 @@ + + + + + + + + diff --git a/SVGFiles/Icon_Left.svg b/SVGFiles/Icon_Left.svg new file mode 100644 index 0000000..a0abdf4 --- /dev/null +++ b/SVGFiles/Icon_Left.svg @@ -0,0 +1,11 @@ + + + + + + + + diff --git a/SVGFiles/Icon_Right.svg b/SVGFiles/Icon_Right.svg new file mode 100644 index 0000000..71c048e --- /dev/null +++ b/SVGFiles/Icon_Right.svg @@ -0,0 +1,11 @@ + + + + + + + + diff --git a/SVGFiles/Icon_head.svg b/SVGFiles/Icon_head.svg new file mode 100644 index 0000000..4f50580 --- /dev/null +++ b/SVGFiles/Icon_head.svg @@ -0,0 +1,14 @@ + + + + + + + + diff --git a/SVGFiles/Icon_password.svg b/SVGFiles/Icon_password.svg new file mode 100644 index 0000000..8b22559 --- /dev/null +++ b/SVGFiles/Icon_password.svg @@ -0,0 +1,16 @@ + + + + + + + + diff --git a/SVGFiles/Imitate.svg b/SVGFiles/Imitate.svg new file mode 100644 index 0000000..5c9434b --- /dev/null +++ b/SVGFiles/Imitate.svg @@ -0,0 +1,14 @@ + + + + + + + + diff --git a/SVGFiles/Import.svg b/SVGFiles/Import.svg new file mode 100644 index 0000000..63bd188 --- /dev/null +++ b/SVGFiles/Import.svg @@ -0,0 +1,15 @@ + + + + + + + + diff --git a/SVGFiles/IncreaseFocus.svg b/SVGFiles/IncreaseFocus.svg new file mode 100644 index 0000000..819c145 --- /dev/null +++ b/SVGFiles/IncreaseFocus.svg @@ -0,0 +1,14 @@ + + + + + + + + diff --git a/SVGFiles/InfoIcon.svg b/SVGFiles/InfoIcon.svg new file mode 100644 index 0000000..0807299 --- /dev/null +++ b/SVGFiles/InfoIcon.svg @@ -0,0 +1,14 @@ + + + + + + + + diff --git a/SVGFiles/InterferenceCheck.svg b/SVGFiles/InterferenceCheck.svg new file mode 100644 index 0000000..2f7398b --- /dev/null +++ b/SVGFiles/InterferenceCheck.svg @@ -0,0 +1,12 @@ + + + + + + + + diff --git a/SVGFiles/IntracavityPressure.svg b/SVGFiles/IntracavityPressure.svg new file mode 100644 index 0000000..3d660ba --- /dev/null +++ b/SVGFiles/IntracavityPressure.svg @@ -0,0 +1,27 @@ + + + + + + + + diff --git a/SVGFiles/Laser.svg b/SVGFiles/Laser.svg new file mode 100644 index 0000000..267017f --- /dev/null +++ b/SVGFiles/Laser.svg @@ -0,0 +1,101 @@ + + + + + + + + diff --git a/SVGFiles/LaserEmission.svg b/SVGFiles/LaserEmission.svg new file mode 100644 index 0000000..8f1eb88 --- /dev/null +++ b/SVGFiles/LaserEmission.svg @@ -0,0 +1,17 @@ + + + + + + + + diff --git a/SVGFiles/LaserEnabeIcon.svg b/SVGFiles/LaserEnabeIcon.svg new file mode 100644 index 0000000..cc05d9a --- /dev/null +++ b/SVGFiles/LaserEnabeIcon.svg @@ -0,0 +1,13 @@ + + + + + + + + diff --git a/SVGFiles/LaserHighPressure.svg b/SVGFiles/LaserHighPressure.svg new file mode 100644 index 0000000..bb90018 --- /dev/null +++ b/SVGFiles/LaserHighPressure.svg @@ -0,0 +1,19 @@ + + + + + + + + diff --git a/SVGFiles/LaserOn.svg b/SVGFiles/LaserOn.svg new file mode 100644 index 0000000..bbabea7 --- /dev/null +++ b/SVGFiles/LaserOn.svg @@ -0,0 +1,12 @@ + + + + + + diff --git a/SVGFiles/LaserResetIcon.svg b/SVGFiles/LaserResetIcon.svg new file mode 100644 index 0000000..007eff1 --- /dev/null +++ b/SVGFiles/LaserResetIcon.svg @@ -0,0 +1,82 @@ + + + + + + + + diff --git a/SVGFiles/LaserSpotting.svg b/SVGFiles/LaserSpotting.svg new file mode 100644 index 0000000..55fe1f2 --- /dev/null +++ b/SVGFiles/LaserSpotting.svg @@ -0,0 +1,20 @@ + + + + + + + + diff --git a/SVGFiles/LaunchStatus.svg b/SVGFiles/LaunchStatus.svg new file mode 100644 index 0000000..3a605ae --- /dev/null +++ b/SVGFiles/LaunchStatus.svg @@ -0,0 +1,44 @@ + + + + + + + + diff --git a/SVGFiles/LeadWire.svg b/SVGFiles/LeadWire.svg new file mode 100644 index 0000000..c987c2c --- /dev/null +++ b/SVGFiles/LeadWire.svg @@ -0,0 +1,15 @@ + + + + + + + + diff --git a/SVGFiles/LeftNest.svg b/SVGFiles/LeftNest.svg new file mode 100644 index 0000000..9ad5b5c --- /dev/null +++ b/SVGFiles/LeftNest.svg @@ -0,0 +1,13 @@ + + + + + + + + diff --git a/SVGFiles/LeftShift.svg b/SVGFiles/LeftShift.svg new file mode 100644 index 0000000..e952bfa --- /dev/null +++ b/SVGFiles/LeftShift.svg @@ -0,0 +1,14 @@ + + + + + + + + diff --git a/SVGFiles/LightIcon.svg b/SVGFiles/LightIcon.svg new file mode 100644 index 0000000..6c0cb43 --- /dev/null +++ b/SVGFiles/LightIcon.svg @@ -0,0 +1,13 @@ + + + + + + + + diff --git a/SVGFiles/LightingSwitchIcon.svg b/SVGFiles/LightingSwitchIcon.svg new file mode 100644 index 0000000..c94aafb --- /dev/null +++ b/SVGFiles/LightingSwitchIcon.svg @@ -0,0 +1,20 @@ + + + + + + + + diff --git a/SVGFiles/Line.svg b/SVGFiles/Line.svg new file mode 100644 index 0000000..2f4979e --- /dev/null +++ b/SVGFiles/Line.svg @@ -0,0 +1,13 @@ + + + + + + + + diff --git a/SVGFiles/LocateStartPoint.svg b/SVGFiles/LocateStartPoint.svg new file mode 100644 index 0000000..d2448e1 --- /dev/null +++ b/SVGFiles/LocateStartPoint.svg @@ -0,0 +1,17 @@ + + + + + + + + diff --git a/SVGFiles/LowerProtectiveMirrorTemperature.svg b/SVGFiles/LowerProtectiveMirrorTemperature.svg new file mode 100644 index 0000000..514ada5 --- /dev/null +++ b/SVGFiles/LowerProtectiveMirrorTemperature.svg @@ -0,0 +1,28 @@ + + + + + + + + diff --git a/SVGFiles/LubricatingFluid.svg b/SVGFiles/LubricatingFluid.svg new file mode 100644 index 0000000..c6eb772 --- /dev/null +++ b/SVGFiles/LubricatingFluid.svg @@ -0,0 +1,10 @@ + + + + + + diff --git a/SVGFiles/MDIIcon.svg b/SVGFiles/MDIIcon.svg new file mode 100644 index 0000000..6271f17 --- /dev/null +++ b/SVGFiles/MDIIcon.svg @@ -0,0 +1,21 @@ + + + + + + + + diff --git a/SVGFiles/MESSER.svg b/SVGFiles/MESSER.svg new file mode 100644 index 0000000..8888d22 --- /dev/null +++ b/SVGFiles/MESSER.svg @@ -0,0 +1,145 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SVGFiles/MachineSettings.svg b/SVGFiles/MachineSettings.svg new file mode 100644 index 0000000..7ee7fe1 --- /dev/null +++ b/SVGFiles/MachineSettings.svg @@ -0,0 +1,22 @@ + + + + + + + + diff --git a/SVGFiles/MachiningIcon.svg b/SVGFiles/MachiningIcon.svg new file mode 100644 index 0000000..5c40eba --- /dev/null +++ b/SVGFiles/MachiningIcon.svg @@ -0,0 +1,435 @@ + + + + + + + + diff --git a/SVGFiles/MachiningPage.svg b/SVGFiles/MachiningPage.svg new file mode 100644 index 0000000..71415ce --- /dev/null +++ b/SVGFiles/MachiningPage.svg @@ -0,0 +1,36 @@ + + + + + + + + diff --git a/SVGFiles/Magnify.svg b/SVGFiles/Magnify.svg new file mode 100644 index 0000000..93c59a6 --- /dev/null +++ b/SVGFiles/Magnify.svg @@ -0,0 +1,13 @@ + + + + + + + + diff --git a/SVGFiles/ManualLubricationIcon.svg b/SVGFiles/ManualLubricationIcon.svg new file mode 100644 index 0000000..68a5666 --- /dev/null +++ b/SVGFiles/ManualLubricationIcon.svg @@ -0,0 +1,16 @@ + + + + + + + + diff --git a/SVGFiles/ManualSorting.svg b/SVGFiles/ManualSorting.svg new file mode 100644 index 0000000..ad89dcb --- /dev/null +++ b/SVGFiles/ManualSorting.svg @@ -0,0 +1,35 @@ + + + + + + + + diff --git a/SVGFiles/Measure.svg b/SVGFiles/Measure.svg new file mode 100644 index 0000000..690122c --- /dev/null +++ b/SVGFiles/Measure.svg @@ -0,0 +1,16 @@ + + + + + + + + diff --git a/SVGFiles/Measurement.svg b/SVGFiles/Measurement.svg new file mode 100644 index 0000000..fe00c98 --- /dev/null +++ b/SVGFiles/Measurement.svg @@ -0,0 +1,14 @@ + + + + + + + + diff --git a/SVGFiles/MerdgeContourC.svg b/SVGFiles/MerdgeContourC.svg new file mode 100644 index 0000000..42a959e --- /dev/null +++ b/SVGFiles/MerdgeContourC.svg @@ -0,0 +1,30 @@ + + + + + + + + diff --git a/SVGFiles/Merdgecontour.svg b/SVGFiles/Merdgecontour.svg new file mode 100644 index 0000000..29900b6 --- /dev/null +++ b/SVGFiles/Merdgecontour.svg @@ -0,0 +1,21 @@ + + + + + + + + diff --git a/SVGFiles/MicroConnection.svg b/SVGFiles/MicroConnection.svg new file mode 100644 index 0000000..e91312f --- /dev/null +++ b/SVGFiles/MicroConnection.svg @@ -0,0 +1,19 @@ + + + + + + + + diff --git a/SVGFiles/MiddleIcon.svg b/SVGFiles/MiddleIcon.svg new file mode 100644 index 0000000..126c6a4 --- /dev/null +++ b/SVGFiles/MiddleIcon.svg @@ -0,0 +1,13 @@ + + + + + + + + diff --git a/SVGFiles/Mirror.svg b/SVGFiles/Mirror.svg new file mode 100644 index 0000000..d4fdb59 --- /dev/null +++ b/SVGFiles/Mirror.svg @@ -0,0 +1,13 @@ + + + + + + + + diff --git a/SVGFiles/MixGas.svg b/SVGFiles/MixGas.svg new file mode 100644 index 0000000..438aad0 --- /dev/null +++ b/SVGFiles/MixGas.svg @@ -0,0 +1,10 @@ + + + + + diff --git a/SVGFiles/Moderate.svg b/SVGFiles/Moderate.svg new file mode 100644 index 0000000..068d2ef --- /dev/null +++ b/SVGFiles/Moderate.svg @@ -0,0 +1,14 @@ + + + + + + + + diff --git a/SVGFiles/MoveDown.svg b/SVGFiles/MoveDown.svg new file mode 100644 index 0000000..a4845ff --- /dev/null +++ b/SVGFiles/MoveDown.svg @@ -0,0 +1,11 @@ + + + + + + + + diff --git a/SVGFiles/MoveToFocusValue.svg b/SVGFiles/MoveToFocusValue.svg new file mode 100644 index 0000000..00cc63e --- /dev/null +++ b/SVGFiles/MoveToFocusValue.svg @@ -0,0 +1,23 @@ + + + + + + + + diff --git a/SVGFiles/MoveUp.svg b/SVGFiles/MoveUp.svg new file mode 100644 index 0000000..e265f27 --- /dev/null +++ b/SVGFiles/MoveUp.svg @@ -0,0 +1,11 @@ + + + + + + + + diff --git a/SVGFiles/MultipleSingleIcon.svg b/SVGFiles/MultipleSingleIcon.svg new file mode 100644 index 0000000..6cb73a0 --- /dev/null +++ b/SVGFiles/MultipleSingleIcon.svg @@ -0,0 +1,24 @@ + + + + + + + + diff --git a/SVGFiles/NewBuilt.svg b/SVGFiles/NewBuilt.svg new file mode 100644 index 0000000..39e8060 --- /dev/null +++ b/SVGFiles/NewBuilt.svg @@ -0,0 +1,13 @@ + + + + + + + + diff --git a/SVGFiles/Next.svg b/SVGFiles/Next.svg new file mode 100644 index 0000000..6ffd6e6 --- /dev/null +++ b/SVGFiles/Next.svg @@ -0,0 +1,12 @@ + + + + + + + + diff --git a/SVGFiles/NitrogenPressureAlarmShield.svg b/SVGFiles/NitrogenPressureAlarmShield.svg new file mode 100644 index 0000000..ea46c23 --- /dev/null +++ b/SVGFiles/NitrogenPressureAlarmShield.svg @@ -0,0 +1,15 @@ + + + + + + + + diff --git a/SVGFiles/NonReturnAlarmShield.svg b/SVGFiles/NonReturnAlarmShield.svg new file mode 100644 index 0000000..5c3f3fe --- /dev/null +++ b/SVGFiles/NonReturnAlarmShield.svg @@ -0,0 +1,16 @@ + + + + + + + + diff --git a/SVGFiles/NormalWaterFlow.svg b/SVGFiles/NormalWaterFlow.svg new file mode 100644 index 0000000..3d7ae7d --- /dev/null +++ b/SVGFiles/NormalWaterFlow.svg @@ -0,0 +1,36 @@ + + + + + + + + diff --git a/SVGFiles/Nozzle_Damage.svg b/SVGFiles/Nozzle_Damage.svg new file mode 100644 index 0000000..768fefc --- /dev/null +++ b/SVGFiles/Nozzle_Damage.svg @@ -0,0 +1,12 @@ + + + + + + diff --git a/SVGFiles/OneButtonBreak.svg b/SVGFiles/OneButtonBreak.svg new file mode 100644 index 0000000..e6c88bd --- /dev/null +++ b/SVGFiles/OneButtonBreak.svg @@ -0,0 +1,11 @@ + + + + + + + + diff --git a/SVGFiles/OneKeyBreak2.svg b/SVGFiles/OneKeyBreak2.svg new file mode 100644 index 0000000..812c198 --- /dev/null +++ b/SVGFiles/OneKeyBreak2.svg @@ -0,0 +1,12 @@ + + + + + + + + diff --git a/SVGFiles/Open.svg b/SVGFiles/Open.svg new file mode 100644 index 0000000..254b249 --- /dev/null +++ b/SVGFiles/Open.svg @@ -0,0 +1,14 @@ + + + + + + + + diff --git a/SVGFiles/OpenFile.svg b/SVGFiles/OpenFile.svg new file mode 100644 index 0000000..8d89c1d --- /dev/null +++ b/SVGFiles/OpenFile.svg @@ -0,0 +1,13 @@ + + + + + + + + diff --git a/SVGFiles/OpenFloat.svg b/SVGFiles/OpenFloat.svg new file mode 100644 index 0000000..ee20575 --- /dev/null +++ b/SVGFiles/OpenFloat.svg @@ -0,0 +1,15 @@ + + + + + + + + diff --git a/SVGFiles/OpenNC.svg b/SVGFiles/OpenNC.svg new file mode 100644 index 0000000..b546477 --- /dev/null +++ b/SVGFiles/OpenNC.svg @@ -0,0 +1,23 @@ + + + + + + + + diff --git a/SVGFiles/OppositeDirection.svg b/SVGFiles/OppositeDirection.svg new file mode 100644 index 0000000..b226701 --- /dev/null +++ b/SVGFiles/OppositeDirection.svg @@ -0,0 +1,12 @@ + + + + + + + + diff --git a/SVGFiles/Origin.svg b/SVGFiles/Origin.svg new file mode 100644 index 0000000..aab56ac --- /dev/null +++ b/SVGFiles/Origin.svg @@ -0,0 +1,12 @@ + + + + + + + + diff --git a/SVGFiles/Other.svg b/SVGFiles/Other.svg new file mode 100644 index 0000000..0e9bc21 --- /dev/null +++ b/SVGFiles/Other.svg @@ -0,0 +1,16 @@ + + + + + + + + diff --git a/SVGFiles/Overcut.svg b/SVGFiles/Overcut.svg new file mode 100644 index 0000000..1bcf247 --- /dev/null +++ b/SVGFiles/Overcut.svg @@ -0,0 +1,12 @@ + + + + + + + + diff --git a/SVGFiles/OxygenPressureAlarmShield.svg b/SVGFiles/OxygenPressureAlarmShield.svg new file mode 100644 index 0000000..00fcc14 --- /dev/null +++ b/SVGFiles/OxygenPressureAlarmShield.svg @@ -0,0 +1,18 @@ + + + + + + + + diff --git a/SVGFiles/PLCVariableMonitoring.svg b/SVGFiles/PLCVariableMonitoring.svg new file mode 100644 index 0000000..82574ce --- /dev/null +++ b/SVGFiles/PLCVariableMonitoring.svg @@ -0,0 +1,31 @@ + + + + + + + + diff --git a/SVGFiles/PackUp.svg b/SVGFiles/PackUp.svg new file mode 100644 index 0000000..f2f308a --- /dev/null +++ b/SVGFiles/PackUp.svg @@ -0,0 +1,14 @@ + + + + + + + + diff --git a/SVGFiles/PartList.svg b/SVGFiles/PartList.svg new file mode 100644 index 0000000..f8f321f --- /dev/null +++ b/SVGFiles/PartList.svg @@ -0,0 +1,13 @@ + + + + + + + + diff --git a/SVGFiles/PartsLibrary.svg b/SVGFiles/PartsLibrary.svg new file mode 100644 index 0000000..6cdc7d1 --- /dev/null +++ b/SVGFiles/PartsLibrary.svg @@ -0,0 +1,34 @@ + + + + + + + + diff --git a/SVGFiles/PathAdd.svg b/SVGFiles/PathAdd.svg new file mode 100644 index 0000000..3eb590e --- /dev/null +++ b/SVGFiles/PathAdd.svg @@ -0,0 +1,7 @@ + + + Layer 1 + + + + \ No newline at end of file diff --git a/SVGFiles/PathClose.svg b/SVGFiles/PathClose.svg new file mode 100644 index 0000000..4aad67e --- /dev/null +++ b/SVGFiles/PathClose.svg @@ -0,0 +1,11 @@ + + + + + + + + diff --git a/SVGFiles/PathMin.svg b/SVGFiles/PathMin.svg new file mode 100644 index 0000000..1280f90 --- /dev/null +++ b/SVGFiles/PathMin.svg @@ -0,0 +1,11 @@ + + + + + + + + diff --git a/SVGFiles/PathRestoreMax.svg b/SVGFiles/PathRestoreMax.svg new file mode 100644 index 0000000..7e7f142 --- /dev/null +++ b/SVGFiles/PathRestoreMax.svg @@ -0,0 +1,12 @@ + + + + + + + + diff --git a/SVGFiles/Pbackward.svg b/SVGFiles/Pbackward.svg new file mode 100644 index 0000000..ea410e0 --- /dev/null +++ b/SVGFiles/Pbackward.svg @@ -0,0 +1,12 @@ + + + + + + + + diff --git a/SVGFiles/Perforation.svg b/SVGFiles/Perforation.svg new file mode 100644 index 0000000..86efbf0 --- /dev/null +++ b/SVGFiles/Perforation.svg @@ -0,0 +1,16 @@ + + + + + + + + diff --git a/SVGFiles/Pfirst.svg b/SVGFiles/Pfirst.svg new file mode 100644 index 0000000..eae62c6 --- /dev/null +++ b/SVGFiles/Pfirst.svg @@ -0,0 +1,13 @@ + + + + + + + + diff --git a/SVGFiles/Pforward.svg b/SVGFiles/Pforward.svg new file mode 100644 index 0000000..0efac46 --- /dev/null +++ b/SVGFiles/Pforward.svg @@ -0,0 +1,12 @@ + + + + + + + + diff --git a/SVGFiles/PlanIcon.svg b/SVGFiles/PlanIcon.svg new file mode 100644 index 0000000..0a486c3 --- /dev/null +++ b/SVGFiles/PlanIcon.svg @@ -0,0 +1,23 @@ + + + + + + + + diff --git a/SVGFiles/Plast.svg b/SVGFiles/Plast.svg new file mode 100644 index 0000000..553fdb4 --- /dev/null +++ b/SVGFiles/Plast.svg @@ -0,0 +1,13 @@ + + + + + + + + diff --git a/SVGFiles/PlatformExchange.svg b/SVGFiles/PlatformExchange.svg new file mode 100644 index 0000000..177dfaf --- /dev/null +++ b/SVGFiles/PlatformExchange.svg @@ -0,0 +1,17 @@ + + + + + + + + diff --git a/SVGFiles/PlotMoveDown.svg b/SVGFiles/PlotMoveDown.svg new file mode 100644 index 0000000..c04459e --- /dev/null +++ b/SVGFiles/PlotMoveDown.svg @@ -0,0 +1,14 @@ + + + + + + + + diff --git a/SVGFiles/PlotMoveUp.svg b/SVGFiles/PlotMoveUp.svg new file mode 100644 index 0000000..ae72535 --- /dev/null +++ b/SVGFiles/PlotMoveUp.svg @@ -0,0 +1,14 @@ + + + + + + + + diff --git a/SVGFiles/Point.svg b/SVGFiles/Point.svg new file mode 100644 index 0000000..21180d1 --- /dev/null +++ b/SVGFiles/Point.svg @@ -0,0 +1,11 @@ + + + + + + + + diff --git a/SVGFiles/Polyline.svg b/SVGFiles/Polyline.svg new file mode 100644 index 0000000..987f7ab --- /dev/null +++ b/SVGFiles/Polyline.svg @@ -0,0 +1,13 @@ + + + + + + + + diff --git a/SVGFiles/PowerCurve.svg b/SVGFiles/PowerCurve.svg new file mode 100644 index 0000000..edb98cd --- /dev/null +++ b/SVGFiles/PowerCurve.svg @@ -0,0 +1,17 @@ + + + + + + + + diff --git a/SVGFiles/PowerOnTheSystem.svg b/SVGFiles/PowerOnTheSystem.svg new file mode 100644 index 0000000..a514084 --- /dev/null +++ b/SVGFiles/PowerOnTheSystem.svg @@ -0,0 +1,20 @@ + + + + + + + + diff --git a/SVGFiles/Previous.svg b/SVGFiles/Previous.svg new file mode 100644 index 0000000..8a9c83f --- /dev/null +++ b/SVGFiles/Previous.svg @@ -0,0 +1,12 @@ + + + + + + + + diff --git a/SVGFiles/ProcessingPlanIcon.svg b/SVGFiles/ProcessingPlanIcon.svg new file mode 100644 index 0000000..66f9d0f --- /dev/null +++ b/SVGFiles/ProcessingPlanIcon.svg @@ -0,0 +1,14 @@ + + + + + + + + diff --git a/SVGFiles/ProcessingRecord.svg b/SVGFiles/ProcessingRecord.svg new file mode 100644 index 0000000..6926e38 --- /dev/null +++ b/SVGFiles/ProcessingRecord.svg @@ -0,0 +1,16 @@ + + + + + + + + diff --git a/SVGFiles/ProgramStartUp.svg b/SVGFiles/ProgramStartUp.svg new file mode 100644 index 0000000..dfd7d74 --- /dev/null +++ b/SVGFiles/ProgramStartUp.svg @@ -0,0 +1,16 @@ + + + + + + + + diff --git a/SVGFiles/ProhibitMovement.svg b/SVGFiles/ProhibitMovement.svg new file mode 100644 index 0000000..85bb1b6 --- /dev/null +++ b/SVGFiles/ProhibitMovement.svg @@ -0,0 +1,22 @@ + + + + + + + + diff --git a/SVGFiles/ProportionalValve.svg b/SVGFiles/ProportionalValve.svg new file mode 100644 index 0000000..90fafaf --- /dev/null +++ b/SVGFiles/ProportionalValve.svg @@ -0,0 +1,42 @@ + + + + + + + + diff --git a/SVGFiles/ProportionalValveReset.svg b/SVGFiles/ProportionalValveReset.svg new file mode 100644 index 0000000..474eeca --- /dev/null +++ b/SVGFiles/ProportionalValveReset.svg @@ -0,0 +1,13 @@ + + + + + + + + diff --git a/SVGFiles/ProtectiveGlasses.svg b/SVGFiles/ProtectiveGlasses.svg new file mode 100644 index 0000000..e7e49bd --- /dev/null +++ b/SVGFiles/ProtectiveGlasses.svg @@ -0,0 +1,11 @@ + + + + + + diff --git a/SVGFiles/ProtectiveMirrorTemperature.svg b/SVGFiles/ProtectiveMirrorTemperature.svg new file mode 100644 index 0000000..9fa4d5c --- /dev/null +++ b/SVGFiles/ProtectiveMirrorTemperature.svg @@ -0,0 +1,36 @@ + + + + + + + + diff --git a/SVGFiles/QLTEKFront.svg b/SVGFiles/QLTEKFront.svg new file mode 100644 index 0000000..9022c4e --- /dev/null +++ b/SVGFiles/QLTEKFront.svg @@ -0,0 +1,29 @@ + + + + + + diff --git a/SVGFiles/QLTEKReverseSide.svg b/SVGFiles/QLTEKReverseSide.svg new file mode 100644 index 0000000..289ebd7 --- /dev/null +++ b/SVGFiles/QLTEKReverseSide.svg @@ -0,0 +1,30 @@ + + + + + + diff --git a/SVGFiles/QuickFront.svg b/SVGFiles/QuickFront.svg new file mode 100644 index 0000000..b66ee64 --- /dev/null +++ b/SVGFiles/QuickFront.svg @@ -0,0 +1,43 @@ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SVGFiles/QuickLogo.svg b/SVGFiles/QuickLogo.svg new file mode 100644 index 0000000..e2371e4 --- /dev/null +++ b/SVGFiles/QuickLogo.svg @@ -0,0 +1,134 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SVGFiles/QuickReverseSide.svg b/SVGFiles/QuickReverseSide.svg new file mode 100644 index 0000000..3586343 --- /dev/null +++ b/SVGFiles/QuickReverseSide.svg @@ -0,0 +1,30 @@ + + + + + + + + diff --git a/SVGFiles/Quicken.svg b/SVGFiles/Quicken.svg new file mode 100644 index 0000000..851ade4 --- /dev/null +++ b/SVGFiles/Quicken.svg @@ -0,0 +1,14 @@ + + + + + + + + diff --git a/SVGFiles/RTCP.svg b/SVGFiles/RTCP.svg new file mode 100644 index 0000000..3842664 --- /dev/null +++ b/SVGFiles/RTCP.svg @@ -0,0 +1,17 @@ + + + + + + diff --git a/SVGFiles/RecipeIcon.svg b/SVGFiles/RecipeIcon.svg new file mode 100644 index 0000000..2481dfc --- /dev/null +++ b/SVGFiles/RecipeIcon.svg @@ -0,0 +1,19 @@ + + + + + + + + diff --git a/SVGFiles/RectCenter.svg b/SVGFiles/RectCenter.svg new file mode 100644 index 0000000..58c8fb8 --- /dev/null +++ b/SVGFiles/RectCenter.svg @@ -0,0 +1,13 @@ + + + + + + + + diff --git a/SVGFiles/Rectangle.svg b/SVGFiles/Rectangle.svg new file mode 100644 index 0000000..84d6d29 --- /dev/null +++ b/SVGFiles/Rectangle.svg @@ -0,0 +1,11 @@ + + + + + + + + diff --git a/SVGFiles/RedLight.svg b/SVGFiles/RedLight.svg new file mode 100644 index 0000000..eec204f --- /dev/null +++ b/SVGFiles/RedLight.svg @@ -0,0 +1,25 @@ + + + + + + diff --git a/SVGFiles/RedLightIcon.svg b/SVGFiles/RedLightIcon.svg new file mode 100644 index 0000000..650e887 --- /dev/null +++ b/SVGFiles/RedLightIcon.svg @@ -0,0 +1,19 @@ + + + + + + + + diff --git a/SVGFiles/Reform.svg b/SVGFiles/Reform.svg new file mode 100644 index 0000000..dad3f3e --- /dev/null +++ b/SVGFiles/Reform.svg @@ -0,0 +1,12 @@ + + + + + + + + diff --git a/SVGFiles/Refresh.svg b/SVGFiles/Refresh.svg new file mode 100644 index 0000000..291cc71 --- /dev/null +++ b/SVGFiles/Refresh.svg @@ -0,0 +1,15 @@ + + + + + + + + diff --git a/SVGFiles/RegularHeptagon.svg b/SVGFiles/RegularHeptagon.svg new file mode 100644 index 0000000..20fbb90 --- /dev/null +++ b/SVGFiles/RegularHeptagon.svg @@ -0,0 +1,12 @@ + + + + + + + + diff --git a/SVGFiles/RegularHexagon.svg b/SVGFiles/RegularHexagon.svg new file mode 100644 index 0000000..c622160 --- /dev/null +++ b/SVGFiles/RegularHexagon.svg @@ -0,0 +1,12 @@ + + + + + + + + diff --git a/SVGFiles/RegularPentagon.svg b/SVGFiles/RegularPentagon.svg new file mode 100644 index 0000000..d6b9096 --- /dev/null +++ b/SVGFiles/RegularPentagon.svg @@ -0,0 +1,12 @@ + + + + + + + + diff --git a/SVGFiles/RegularTriangle.svg b/SVGFiles/RegularTriangle.svg new file mode 100644 index 0000000..9957875 --- /dev/null +++ b/SVGFiles/RegularTriangle.svg @@ -0,0 +1,11 @@ + + + + + + + + diff --git a/SVGFiles/RemoteTasks.svg b/SVGFiles/RemoteTasks.svg new file mode 100644 index 0000000..0bd4a88 --- /dev/null +++ b/SVGFiles/RemoteTasks.svg @@ -0,0 +1,31 @@ + + + + + + + + diff --git a/SVGFiles/ReportformIcon.svg b/SVGFiles/ReportformIcon.svg new file mode 100644 index 0000000..ff4ae5f --- /dev/null +++ b/SVGFiles/ReportformIcon.svg @@ -0,0 +1,12 @@ + + + + + + + + diff --git a/SVGFiles/Reset.svg b/SVGFiles/Reset.svg new file mode 100644 index 0000000..95825bf --- /dev/null +++ b/SVGFiles/Reset.svg @@ -0,0 +1,30 @@ + + + + + + + + diff --git a/SVGFiles/ResetIcon.svg b/SVGFiles/ResetIcon.svg new file mode 100644 index 0000000..1f5a214 --- /dev/null +++ b/SVGFiles/ResetIcon.svg @@ -0,0 +1,15 @@ + + + + + + + + diff --git a/SVGFiles/ResortPart.svg b/SVGFiles/ResortPart.svg new file mode 100644 index 0000000..999b778 --- /dev/null +++ b/SVGFiles/ResortPart.svg @@ -0,0 +1,16 @@ + + + + + + + + diff --git a/SVGFiles/ReturnToZero.svg b/SVGFiles/ReturnToZero.svg new file mode 100644 index 0000000..3fc1353 --- /dev/null +++ b/SVGFiles/ReturnToZero.svg @@ -0,0 +1,17 @@ + + + + + + + + diff --git a/SVGFiles/Revolve.svg b/SVGFiles/Revolve.svg new file mode 100644 index 0000000..407f2c9 --- /dev/null +++ b/SVGFiles/Revolve.svg @@ -0,0 +1,15 @@ + + + + + + + + diff --git a/SVGFiles/RightNest.svg b/SVGFiles/RightNest.svg new file mode 100644 index 0000000..cc08eb8 --- /dev/null +++ b/SVGFiles/RightNest.svg @@ -0,0 +1,12 @@ + + + + + + + + diff --git a/SVGFiles/RightShift.svg b/SVGFiles/RightShift.svg new file mode 100644 index 0000000..f3306ca --- /dev/null +++ b/SVGFiles/RightShift.svg @@ -0,0 +1,14 @@ + + + + + + + + diff --git a/SVGFiles/RootIcon.svg b/SVGFiles/RootIcon.svg new file mode 100644 index 0000000..d545f61 --- /dev/null +++ b/SVGFiles/RootIcon.svg @@ -0,0 +1,12 @@ + + + + + + + + diff --git a/SVGFiles/Round.svg b/SVGFiles/Round.svg new file mode 100644 index 0000000..8161352 --- /dev/null +++ b/SVGFiles/Round.svg @@ -0,0 +1,12 @@ + + + + + + + + diff --git a/SVGFiles/RoundRect.svg b/SVGFiles/RoundRect.svg new file mode 100644 index 0000000..15f4283 --- /dev/null +++ b/SVGFiles/RoundRect.svg @@ -0,0 +1,13 @@ + + + + + + + + diff --git a/SVGFiles/SafetyDoorAlarmShield.svg b/SVGFiles/SafetyDoorAlarmShield.svg new file mode 100644 index 0000000..07b2057 --- /dev/null +++ b/SVGFiles/SafetyDoorAlarmShield.svg @@ -0,0 +1,14 @@ + + + + + + + + diff --git a/SVGFiles/Save.svg b/SVGFiles/Save.svg new file mode 100644 index 0000000..81c37e5 --- /dev/null +++ b/SVGFiles/Save.svg @@ -0,0 +1,15 @@ + + + + + + + + diff --git a/SVGFiles/SaveAs.svg b/SVGFiles/SaveAs.svg new file mode 100644 index 0000000..116dd8c --- /dev/null +++ b/SVGFiles/SaveAs.svg @@ -0,0 +1,15 @@ + + + + + + + + diff --git a/SVGFiles/SaveStart.svg b/SVGFiles/SaveStart.svg new file mode 100644 index 0000000..f2ade64 --- /dev/null +++ b/SVGFiles/SaveStart.svg @@ -0,0 +1,15 @@ + + + + + + + + diff --git a/SVGFiles/SaveThreshold.svg b/SVGFiles/SaveThreshold.svg new file mode 100644 index 0000000..aef478d --- /dev/null +++ b/SVGFiles/SaveThreshold.svg @@ -0,0 +1,19 @@ + + + + + + + + diff --git a/SVGFiles/ScatteringValue.svg b/SVGFiles/ScatteringValue.svg new file mode 100644 index 0000000..95a2677 --- /dev/null +++ b/SVGFiles/ScatteringValue.svg @@ -0,0 +1,24 @@ + + + + + + + + diff --git a/SVGFiles/Screw.svg b/SVGFiles/Screw.svg new file mode 100644 index 0000000..c29014b --- /dev/null +++ b/SVGFiles/Screw.svg @@ -0,0 +1,26 @@ + + + + + + + + diff --git a/SVGFiles/Search.svg b/SVGFiles/Search.svg new file mode 100644 index 0000000..3fcdce0 --- /dev/null +++ b/SVGFiles/Search.svg @@ -0,0 +1,27 @@ + + + + + + + + diff --git a/SVGFiles/SearchOK.svg b/SVGFiles/SearchOK.svg new file mode 100644 index 0000000..b64e76e --- /dev/null +++ b/SVGFiles/SearchOK.svg @@ -0,0 +1,32 @@ + + + + + + + + diff --git a/SVGFiles/Select.svg b/SVGFiles/Select.svg new file mode 100644 index 0000000..bf63aee --- /dev/null +++ b/SVGFiles/Select.svg @@ -0,0 +1,11 @@ + + + + + + + + diff --git a/SVGFiles/SelectedIcon.svg b/SVGFiles/SelectedIcon.svg new file mode 100644 index 0000000..e7cd115 --- /dev/null +++ b/SVGFiles/SelectedIcon.svg @@ -0,0 +1,15 @@ + + + + + + + + diff --git a/SVGFiles/SemiAutomatic.svg b/SVGFiles/SemiAutomatic.svg new file mode 100644 index 0000000..31721c5 --- /dev/null +++ b/SVGFiles/SemiAutomatic.svg @@ -0,0 +1,21 @@ + + + + + + + + diff --git a/SVGFiles/SemiAutomaticStart.svg b/SVGFiles/SemiAutomaticStart.svg new file mode 100644 index 0000000..118fdb3 --- /dev/null +++ b/SVGFiles/SemiAutomaticStart.svg @@ -0,0 +1,19 @@ + + + + + + + + diff --git a/SVGFiles/SetStopPos.svg b/SVGFiles/SetStopPos.svg new file mode 100644 index 0000000..cb0ee43 --- /dev/null +++ b/SVGFiles/SetStopPos.svg @@ -0,0 +1,14 @@ + + + + + + + + diff --git a/SVGFiles/SetZeroPoint.svg b/SVGFiles/SetZeroPoint.svg new file mode 100644 index 0000000..83bbe4d --- /dev/null +++ b/SVGFiles/SetZeroPoint.svg @@ -0,0 +1,18 @@ + + + + + + + + diff --git a/SVGFiles/SetupIcon.svg b/SVGFiles/SetupIcon.svg new file mode 100644 index 0000000..4ce709d --- /dev/null +++ b/SVGFiles/SetupIcon.svg @@ -0,0 +1,15 @@ + + + + + + + + diff --git a/SVGFiles/Show.svg b/SVGFiles/Show.svg new file mode 100644 index 0000000..624678f --- /dev/null +++ b/SVGFiles/Show.svg @@ -0,0 +1,18 @@ + + + + + + + + diff --git a/SVGFiles/ShowParList.svg b/SVGFiles/ShowParList.svg new file mode 100644 index 0000000..7bd0194 --- /dev/null +++ b/SVGFiles/ShowParList.svg @@ -0,0 +1,14 @@ + + + + + + + + diff --git a/SVGFiles/ShutterEnable.svg b/SVGFiles/ShutterEnable.svg new file mode 100644 index 0000000..ad54cf2 --- /dev/null +++ b/SVGFiles/ShutterEnable.svg @@ -0,0 +1,26 @@ + + + + + + + + diff --git a/SVGFiles/Slow.svg b/SVGFiles/Slow.svg new file mode 100644 index 0000000..359ba11 --- /dev/null +++ b/SVGFiles/Slow.svg @@ -0,0 +1,23 @@ + + + + + + + + diff --git a/SVGFiles/SlowCalibration.svg b/SVGFiles/SlowCalibration.svg new file mode 100644 index 0000000..017b883 --- /dev/null +++ b/SVGFiles/SlowCalibration.svg @@ -0,0 +1,39 @@ + + + + + + + + diff --git a/SVGFiles/SoftwareSettings.svg b/SVGFiles/SoftwareSettings.svg new file mode 100644 index 0000000..4e49838 --- /dev/null +++ b/SVGFiles/SoftwareSettings.svg @@ -0,0 +1,45 @@ + + + + + + + + diff --git a/SVGFiles/Sort.svg b/SVGFiles/Sort.svg new file mode 100644 index 0000000..0ea885d --- /dev/null +++ b/SVGFiles/Sort.svg @@ -0,0 +1,17 @@ + + + + + + + + diff --git a/SVGFiles/Specifications.svg b/SVGFiles/Specifications.svg new file mode 100644 index 0000000..80e7ecc --- /dev/null +++ b/SVGFiles/Specifications.svg @@ -0,0 +1,28 @@ + + + + + + + + diff --git a/SVGFiles/SpeedMultiplier.svg b/SVGFiles/SpeedMultiplier.svg new file mode 100644 index 0000000..172f793 --- /dev/null +++ b/SVGFiles/SpeedMultiplier.svg @@ -0,0 +1,12 @@ + + + + + + + + diff --git a/SVGFiles/SprayNozzle.svg b/SVGFiles/SprayNozzle.svg new file mode 100644 index 0000000..6ee037c --- /dev/null +++ b/SVGFiles/SprayNozzle.svg @@ -0,0 +1,11 @@ + + + + + + diff --git a/SVGFiles/Square.svg b/SVGFiles/Square.svg new file mode 100644 index 0000000..f00d5de --- /dev/null +++ b/SVGFiles/Square.svg @@ -0,0 +1,11 @@ + + + + + + + + diff --git a/SVGFiles/Star.svg b/SVGFiles/Star.svg new file mode 100644 index 0000000..2c3b46c --- /dev/null +++ b/SVGFiles/Star.svg @@ -0,0 +1,12 @@ + + + + + + + + diff --git a/SVGFiles/Start.svg b/SVGFiles/Start.svg new file mode 100644 index 0000000..32f9fea --- /dev/null +++ b/SVGFiles/Start.svg @@ -0,0 +1,12 @@ + + + + + + + + diff --git a/SVGFiles/StartIcon.svg b/SVGFiles/StartIcon.svg new file mode 100644 index 0000000..a18c4c4 --- /dev/null +++ b/SVGFiles/StartIcon.svg @@ -0,0 +1,11 @@ + + + + + + + + diff --git a/SVGFiles/Stop.svg b/SVGFiles/Stop.svg new file mode 100644 index 0000000..b611d13 --- /dev/null +++ b/SVGFiles/Stop.svg @@ -0,0 +1,12 @@ + + + + + + + + diff --git a/SVGFiles/StopIcon.svg b/SVGFiles/StopIcon.svg new file mode 100644 index 0000000..1f05c22 --- /dev/null +++ b/SVGFiles/StopIcon.svg @@ -0,0 +1,11 @@ + + + + + + + + diff --git a/SVGFiles/Straighten.svg b/SVGFiles/Straighten.svg new file mode 100644 index 0000000..2942224 --- /dev/null +++ b/SVGFiles/Straighten.svg @@ -0,0 +1,19 @@ + + + + + + + + diff --git a/SVGFiles/SwitchUsers.svg b/SVGFiles/SwitchUsers.svg new file mode 100644 index 0000000..3f68c39 --- /dev/null +++ b/SVGFiles/SwitchUsers.svg @@ -0,0 +1,33 @@ + + + + + + + + diff --git a/SVGFiles/SystemLogIcon.svg b/SVGFiles/SystemLogIcon.svg new file mode 100644 index 0000000..8ad5ca2 --- /dev/null +++ b/SVGFiles/SystemLogIcon.svg @@ -0,0 +1,16 @@ + + + + + + + + diff --git a/SVGFiles/TemperatureInCavity.svg b/SVGFiles/TemperatureInCavity.svg new file mode 100644 index 0000000..ad46998 --- /dev/null +++ b/SVGFiles/TemperatureInCavity.svg @@ -0,0 +1,32 @@ + + + + + + + + diff --git a/SVGFiles/TextText.svg b/SVGFiles/TextText.svg new file mode 100644 index 0000000..e3c3e01 --- /dev/null +++ b/SVGFiles/TextText.svg @@ -0,0 +1,14 @@ + + + + + + + + diff --git a/SVGFiles/TimingFunction.svg b/SVGFiles/TimingFunction.svg new file mode 100644 index 0000000..6767e58 --- /dev/null +++ b/SVGFiles/TimingFunction.svg @@ -0,0 +1,17 @@ + + + + + + + + diff --git a/SVGFiles/TimingReset.svg b/SVGFiles/TimingReset.svg new file mode 100644 index 0000000..9358094 --- /dev/null +++ b/SVGFiles/TimingReset.svg @@ -0,0 +1,29 @@ + + + + + + + + diff --git a/SVGFiles/UpNest.svg b/SVGFiles/UpNest.svg new file mode 100644 index 0000000..fb2f475 --- /dev/null +++ b/SVGFiles/UpNest.svg @@ -0,0 +1,13 @@ + + + + + + + + diff --git a/SVGFiles/UpperProtectiveMirrorTemperature.svg b/SVGFiles/UpperProtectiveMirrorTemperature.svg new file mode 100644 index 0000000..9815ff1 --- /dev/null +++ b/SVGFiles/UpperProtectiveMirrorTemperature.svg @@ -0,0 +1,29 @@ + + + + + + + + diff --git a/SVGFiles/UserIcon.svg b/SVGFiles/UserIcon.svg new file mode 100644 index 0000000..9ca3758 --- /dev/null +++ b/SVGFiles/UserIcon.svg @@ -0,0 +1,13 @@ + + + + + + + + diff --git a/SVGFiles/VaCut.svg b/SVGFiles/VaCut.svg new file mode 100644 index 0000000..1b2c75e --- /dev/null +++ b/SVGFiles/VaCut.svg @@ -0,0 +1,13 @@ + + + + + + + + diff --git a/SVGFiles/VirtualOperation.svg b/SVGFiles/VirtualOperation.svg new file mode 100644 index 0000000..40f9a44 --- /dev/null +++ b/SVGFiles/VirtualOperation.svg @@ -0,0 +1,25 @@ + + + + + + + + diff --git a/SVGFiles/VulnerableParts.svg b/SVGFiles/VulnerableParts.svg new file mode 100644 index 0000000..093a0da --- /dev/null +++ b/SVGFiles/VulnerableParts.svg @@ -0,0 +1,206 @@ + + + + + + + + diff --git a/SVGFiles/WarnIcon.svg b/SVGFiles/WarnIcon.svg new file mode 100644 index 0000000..c9d86d4 --- /dev/null +++ b/SVGFiles/WarnIcon.svg @@ -0,0 +1,14 @@ + + + + + + + + diff --git a/SVGFiles/WorkingPlatform.svg b/SVGFiles/WorkingPlatform.svg new file mode 100644 index 0000000..a182583 --- /dev/null +++ b/SVGFiles/WorkingPlatform.svg @@ -0,0 +1,93 @@ + + + + + + + + diff --git a/SVGFiles/Workmanship.svg b/SVGFiles/Workmanship.svg new file mode 100644 index 0000000..1e560b4 --- /dev/null +++ b/SVGFiles/Workmanship.svg @@ -0,0 +1,22 @@ + + + + + + + + diff --git a/SVGFiles/WriteToPLC.svg b/SVGFiles/WriteToPLC.svg new file mode 100644 index 0000000..35d4744 --- /dev/null +++ b/SVGFiles/WriteToPLC.svg @@ -0,0 +1,24 @@ + + + + + + + + diff --git a/SVGFiles/XAdd.svg b/SVGFiles/XAdd.svg new file mode 100644 index 0000000..5c824a5 --- /dev/null +++ b/SVGFiles/XAdd.svg @@ -0,0 +1,11 @@ + + + + + + + + diff --git a/SVGFiles/XAxisReturnReference.svg b/SVGFiles/XAxisReturnReference.svg new file mode 100644 index 0000000..64115af --- /dev/null +++ b/SVGFiles/XAxisReturnReference.svg @@ -0,0 +1,15 @@ + + + + + + + + diff --git a/SVGFiles/XNegativeLimit.svg b/SVGFiles/XNegativeLimit.svg new file mode 100644 index 0000000..8d41dd7 --- /dev/null +++ b/SVGFiles/XNegativeLimit.svg @@ -0,0 +1,12 @@ + + + + + + + + diff --git a/SVGFiles/XPositiveLimit.svg b/SVGFiles/XPositiveLimit.svg new file mode 100644 index 0000000..4efc33e --- /dev/null +++ b/SVGFiles/XPositiveLimit.svg @@ -0,0 +1,11 @@ + + + + + + + + diff --git a/SVGFiles/XSubtract.svg b/SVGFiles/XSubtract.svg new file mode 100644 index 0000000..d2f7d81 --- /dev/null +++ b/SVGFiles/XSubtract.svg @@ -0,0 +1,11 @@ + + + + + + + + diff --git a/SVGFiles/XYLimit.svg b/SVGFiles/XYLimit.svg new file mode 100644 index 0000000..41b7018 --- /dev/null +++ b/SVGFiles/XYLimit.svg @@ -0,0 +1,16 @@ + + + + + + + + diff --git a/SVGFiles/Xmirror.svg b/SVGFiles/Xmirror.svg new file mode 100644 index 0000000..8cec2bf --- /dev/null +++ b/SVGFiles/Xmirror.svg @@ -0,0 +1,12 @@ + + + + + + + + diff --git a/SVGFiles/YAxisReturnReference.svg b/SVGFiles/YAxisReturnReference.svg new file mode 100644 index 0000000..32ecc74 --- /dev/null +++ b/SVGFiles/YAxisReturnReference.svg @@ -0,0 +1,15 @@ + + + + + + + + diff --git a/SVGFiles/YDown.svg b/SVGFiles/YDown.svg new file mode 100644 index 0000000..46f406c --- /dev/null +++ b/SVGFiles/YDown.svg @@ -0,0 +1,11 @@ + + + + + + + + diff --git a/SVGFiles/YNegativeLimit.svg b/SVGFiles/YNegativeLimit.svg new file mode 100644 index 0000000..6876c21 --- /dev/null +++ b/SVGFiles/YNegativeLimit.svg @@ -0,0 +1,11 @@ + + + + + + + + diff --git a/SVGFiles/YPositiveLimit.svg b/SVGFiles/YPositiveLimit.svg new file mode 100644 index 0000000..4ac80b6 --- /dev/null +++ b/SVGFiles/YPositiveLimit.svg @@ -0,0 +1,12 @@ + + + + + + + + diff --git a/SVGFiles/YUp.svg b/SVGFiles/YUp.svg new file mode 100644 index 0000000..198098c --- /dev/null +++ b/SVGFiles/YUp.svg @@ -0,0 +1,11 @@ + + + + + + + + diff --git a/SVGFiles/YangCut.svg b/SVGFiles/YangCut.svg new file mode 100644 index 0000000..f2d3220 --- /dev/null +++ b/SVGFiles/YangCut.svg @@ -0,0 +1,13 @@ + + + + + + + + diff --git a/SVGFiles/Ymirror.svg b/SVGFiles/Ymirror.svg new file mode 100644 index 0000000..334eda0 --- /dev/null +++ b/SVGFiles/Ymirror.svg @@ -0,0 +1,12 @@ + + + + + + + + diff --git a/SVGFiles/ZAxisLifting.svg b/SVGFiles/ZAxisLifting.svg new file mode 100644 index 0000000..51f2023 --- /dev/null +++ b/SVGFiles/ZAxisLifting.svg @@ -0,0 +1,16 @@ + + + + + + + + diff --git a/SVGFiles/ZAxisMovesDown.svg b/SVGFiles/ZAxisMovesDown.svg new file mode 100644 index 0000000..24597ab --- /dev/null +++ b/SVGFiles/ZAxisMovesDown.svg @@ -0,0 +1,20 @@ + + + + + + + + diff --git a/SVGFiles/ZAxisReturnReference.svg b/SVGFiles/ZAxisReturnReference.svg new file mode 100644 index 0000000..6d0f9ec --- /dev/null +++ b/SVGFiles/ZAxisReturnReference.svg @@ -0,0 +1,15 @@ + + + + + + + + diff --git a/SVGFiles/ZAxisSoftLimitAlarmShield.svg b/SVGFiles/ZAxisSoftLimitAlarmShield.svg new file mode 100644 index 0000000..7288e0e --- /dev/null +++ b/SVGFiles/ZAxisSoftLimitAlarmShield.svg @@ -0,0 +1,13 @@ + + + + + + + + diff --git a/SVGFiles/ZAxisUp.svg b/SVGFiles/ZAxisUp.svg new file mode 100644 index 0000000..2e3e806 --- /dev/null +++ b/SVGFiles/ZAxisUp.svg @@ -0,0 +1,19 @@ + + + + + + + + diff --git a/SVGFiles/Zoom.svg b/SVGFiles/Zoom.svg new file mode 100644 index 0000000..51bdf19 --- /dev/null +++ b/SVGFiles/Zoom.svg @@ -0,0 +1,14 @@ + + + + + + + + diff --git a/SVGFiles/Z轴上移.svg b/SVGFiles/Z轴上移.svg new file mode 100644 index 0000000..2ccdf27 --- /dev/null +++ b/SVGFiles/Z轴上移.svg @@ -0,0 +1,14 @@ + + + + + + diff --git a/SVGFiles/Z轴下移.svg b/SVGFiles/Z轴下移.svg new file mode 100644 index 0000000..d723f5e --- /dev/null +++ b/SVGFiles/Z轴下移.svg @@ -0,0 +1,14 @@ + + + + + + diff --git a/SVGFiles/appicon.svg b/SVGFiles/appicon.svg new file mode 100644 index 0000000..65a133c --- /dev/null +++ b/SVGFiles/appicon.svg @@ -0,0 +1,61 @@ + + + + + + + + + + + + diff --git a/SVGFiles/deepseek.svg b/SVGFiles/deepseek.svg new file mode 100644 index 0000000..3dcf249 --- /dev/null +++ b/SVGFiles/deepseek.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/SVGFiles/nc_micro_connect_offset.svg b/SVGFiles/nc_micro_connect_offset.svg new file mode 100644 index 0000000..8679b83 --- /dev/null +++ b/SVGFiles/nc_micro_connect_offset.svg @@ -0,0 +1,24 @@ + + + + + + diff --git a/SVGFiles/上散射值.svg b/SVGFiles/上散射值.svg new file mode 100644 index 0000000..d9d3151 --- /dev/null +++ b/SVGFiles/上散射值.svg @@ -0,0 +1,20 @@ + + + + + + diff --git a/SVGFiles/下散射值.svg b/SVGFiles/下散射值.svg new file mode 100644 index 0000000..93ccd78 --- /dev/null +++ b/SVGFiles/下散射值.svg @@ -0,0 +1,20 @@ + + + + + + diff --git a/SVGFiles/箭头.svg b/SVGFiles/箭头.svg new file mode 100644 index 0000000..9af6114 --- /dev/null +++ b/SVGFiles/箭头.svg @@ -0,0 +1,11 @@ + + + + + + diff --git a/SVGPathConvert.sln b/SVGPathConvert.sln new file mode 100644 index 0000000..5b985b3 --- /dev/null +++ b/SVGPathConvert.sln @@ -0,0 +1,25 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio Version 17 +VisualStudioVersion = 17.14.36518.9 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SVGPathConvert", "SVGPathConvert\SVGPathConvert.csproj", "{940D303A-B96E-4CC5-8422-30230D86163A}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {940D303A-B96E-4CC5-8422-30230D86163A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {940D303A-B96E-4CC5-8422-30230D86163A}.Debug|Any CPU.Build.0 = Debug|Any CPU + {940D303A-B96E-4CC5-8422-30230D86163A}.Release|Any CPU.ActiveCfg = Release|Any CPU + {940D303A-B96E-4CC5-8422-30230D86163A}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {27A5780C-D5E3-4F8C-ACF2-E00A7F5F48CA} + EndGlobalSection +EndGlobal diff --git a/SVGPathConvert/App.xaml b/SVGPathConvert/App.xaml new file mode 100644 index 0000000..9e61b76 --- /dev/null +++ b/SVGPathConvert/App.xaml @@ -0,0 +1,14 @@ + + + + + + + + + + diff --git a/SVGPathConvert/App.xaml.cs b/SVGPathConvert/App.xaml.cs new file mode 100644 index 0000000..3eb9037 --- /dev/null +++ b/SVGPathConvert/App.xaml.cs @@ -0,0 +1,14 @@ +using System.Configuration; +using System.Data; +using System.Windows; + +namespace SVGPathConvert +{ + /// + /// Interaction logic for App.xaml + /// + public partial class App : Application + { + } + +} diff --git a/SVGPathConvert/AssemblyInfo.cs b/SVGPathConvert/AssemblyInfo.cs new file mode 100644 index 0000000..b0ec827 --- /dev/null +++ b/SVGPathConvert/AssemblyInfo.cs @@ -0,0 +1,10 @@ +using System.Windows; + +[assembly: ThemeInfo( + ResourceDictionaryLocation.None, //where theme specific resource dictionaries are located + //(used if a resource is not found in the page, + // or application resource dictionaries) + ResourceDictionaryLocation.SourceAssembly //where the generic resource dictionary is located + //(used if a resource is not found in the page, + // app, or any theme specific resource dictionaries) +)] diff --git a/SVGPathConvert/Base/DelegateCommand.cs b/SVGPathConvert/Base/DelegateCommand.cs new file mode 100644 index 0000000..3059c33 --- /dev/null +++ b/SVGPathConvert/Base/DelegateCommand.cs @@ -0,0 +1,54 @@ +using System; +using System.Windows.Input; + +namespace SVGPathConvert.Base +{ + public class DelegateCommand : ICommand + { + public Action ExecuteCommand = null; + + public event EventHandler CanExecuteChanged; + + public DelegateCommand() + { + } + + public DelegateCommand(Action Command) + { + ExecuteCommand = Command; + } + + public bool CanExecute(object paramter) + { + return true; + } + + public void Execute(object paramter) + { + ExecuteCommand?.Invoke(paramter); + } + } + + + public class DelegateCommand : ICommand + { + public Action ExecuteCommand = null; + + public DelegateCommand(Action action) + { + ExecuteCommand = action; + } + + public event EventHandler CanExecuteChanged; + + public bool CanExecute(object paramter) + { + return true; + } + + public void Execute(object paramter) + { + ExecuteCommand?.Invoke((T)paramter); + } + } +} \ No newline at end of file diff --git a/SVGPathConvert/Base/ModelBase.cs b/SVGPathConvert/Base/ModelBase.cs new file mode 100644 index 0000000..950cdec --- /dev/null +++ b/SVGPathConvert/Base/ModelBase.cs @@ -0,0 +1,15 @@ +using System.ComponentModel; +using System.Runtime.CompilerServices; + +namespace SVGPathConvert.Base +{ + public class ModelBase : INotifyPropertyChanged + { + public event PropertyChangedEventHandler PropertyChanged; + + public void NotifyPropertyChanged([CallerMemberName] string propertyname = null) + { + PropertyChanged?.Invoke(this, new PropertyChangedEventArgs(propertyname)); + } + } +} \ No newline at end of file diff --git a/SVGPathConvert/Base/ViewModelBase.cs b/SVGPathConvert/Base/ViewModelBase.cs new file mode 100644 index 0000000..a38182e --- /dev/null +++ b/SVGPathConvert/Base/ViewModelBase.cs @@ -0,0 +1,9 @@ +using System.Windows.Input; + +namespace SVGPathConvert.Base +{ + internal class ViewModelBase : ModelBase + { + + } +} \ No newline at end of file diff --git a/SVGPathConvert/FodyWeavers.xml b/SVGPathConvert/FodyWeavers.xml new file mode 100644 index 0000000..1a07c56 --- /dev/null +++ b/SVGPathConvert/FodyWeavers.xml @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/SVGPathConvert/FodyWeavers.xsd b/SVGPathConvert/FodyWeavers.xsd new file mode 100644 index 0000000..408a212 --- /dev/null +++ b/SVGPathConvert/FodyWeavers.xsd @@ -0,0 +1,225 @@ + + + + + + + + + + + Used to control if the On_PropertyName_Changed feature is enabled. + + + + + Used to control if the Dependent properties feature is enabled. + + + + + Used to control if the IsChanged property feature is enabled. + + + + + Used to change the name of the method that fires the notify event. This is a string that accepts multiple values in a comma separated form. + + + + + Used to control if equality checks should be inserted. If false, equality checking will be disabled for the project. + + + + + Used to control if equality checks should use the Equals method resolved from the base class. + + + + + Used to control if equality checks should use the static Equals method resolved from the base class. + + + + + Used to turn off build warnings from this weaver. + + + + + Used to turn off build warnings about mismatched On_PropertyName_Changed methods. + + + + + + + + + + A list of assembly names to exclude from the default action of "embed all Copy Local references", delimited with line breaks + + + + + A list of assembly names to include from the default action of "embed all Copy Local references", delimited with line breaks. + + + + + A list of runtime assembly names to exclude from the default action of "embed all Copy Local references", delimited with line breaks + + + + + A list of runtime assembly names to include from the default action of "embed all Copy Local references", delimited with line breaks. + + + + + Obsolete, use UnmanagedWinX86Assemblies instead + + + + + A list of unmanaged X86 (32 bit) assembly names to include, delimited with line breaks. + + + + + Obsolete, use UnmanagedWinX64Assemblies instead. + + + + + A list of unmanaged X64 (64 bit) assembly names to include, delimited with line breaks. + + + + + A list of unmanaged Arm64 (64 bit) assembly names to include, delimited with line breaks. + + + + + The order of preloaded assemblies, delimited with line breaks. + + + + + + This will copy embedded files to disk before loading them into memory. This is helpful for some scenarios that expected an assembly to be loaded from a physical file. + + + + + Controls if .pdbs for reference assemblies are also embedded. + + + + + Controls if runtime assemblies are also embedded. + + + + + Controls whether the runtime assemblies are embedded with their full path or only with their assembly name. + + + + + Embedded assemblies are compressed by default, and uncompressed when they are loaded. You can turn compression off with this option. + + + + + As part of Costura, embedded assemblies are no longer included as part of the build. This cleanup can be turned off. + + + + + The attach method no longer subscribes to the `AppDomain.AssemblyResolve` (.NET 4.x) and `AssemblyLoadContext.Resolving` (.NET 6.0+) events. + + + + + Costura by default will load as part of the module initialization. This flag disables that behavior. Make sure you call CosturaUtility.Initialize() somewhere in your code. + + + + + Costura will by default use assemblies with a name like 'resources.dll' as a satellite resource and prepend the output path. This flag disables that behavior. + + + + + A list of assembly names to exclude from the default action of "embed all Copy Local references", delimited with | + + + + + A list of assembly names to include from the default action of "embed all Copy Local references", delimited with |. + + + + + A list of runtime assembly names to exclude from the default action of "embed all Copy Local references", delimited with | + + + + + A list of runtime assembly names to include from the default action of "embed all Copy Local references", delimited with |. + + + + + Obsolete, use UnmanagedWinX86Assemblies instead + + + + + A list of unmanaged X86 (32 bit) assembly names to include, delimited with |. + + + + + Obsolete, use UnmanagedWinX64Assemblies instead + + + + + A list of unmanaged X64 (64 bit) assembly names to include, delimited with |. + + + + + A list of unmanaged Arm64 (64 bit) assembly names to include, delimited with |. + + + + + The order of preloaded assemblies, delimited with |. + + + + + + + + 'true' to run assembly verification (PEVerify) on the target assembly after all weavers have been executed. + + + + + A comma-separated list of error codes that can be safely ignored in assembly verification. + + + + + 'false' to turn off automatic generation of the XML Schema file. + + + + + \ No newline at end of file diff --git a/SVGPathConvert/MainWindow.xaml b/SVGPathConvert/MainWindow.xaml new file mode 100644 index 0000000..0654f37 --- /dev/null +++ b/SVGPathConvert/MainWindow.xaml @@ -0,0 +1,213 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +