├── App.config ├── FormInputDialog.Designer.cs ├── FormInputDialog.cs ├── FormMain.Designer.cs ├── FormMain.cs ├── FormMain.resx ├── LICENSE ├── Program.cs ├── Properties ├── AssemblyInfo.cs ├── Resources.Designer.cs ├── Resources.resx ├── Settings.Designer.cs └── Settings.settings ├── Protractor.csproj ├── Protractor.csproj.user ├── Protractor.sln ├── README.md ├── VectorLibrary.cs ├── protractor.ico ├── protractor.png └── res ├── 111.png ├── 111.psd ├── Protractor_Eduardo.zip ├── copyblue.png ├── copyred.png ├── copyredblue.png ├── copyredblue_new.png ├── help.png ├── lineblue.png ├── linered.png ├── lock_delta.png ├── lock_delta_base64.txt ├── minus.png ├── pin.png ├── plus.png ├── protractor.ico └── settings.png /App.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ap13ski/Protractor/HEAD/App.config -------------------------------------------------------------------------------- /FormInputDialog.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ap13ski/Protractor/HEAD/FormInputDialog.Designer.cs -------------------------------------------------------------------------------- /FormInputDialog.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ap13ski/Protractor/HEAD/FormInputDialog.cs -------------------------------------------------------------------------------- /FormMain.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ap13ski/Protractor/HEAD/FormMain.Designer.cs -------------------------------------------------------------------------------- /FormMain.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ap13ski/Protractor/HEAD/FormMain.cs -------------------------------------------------------------------------------- /FormMain.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ap13ski/Protractor/HEAD/FormMain.resx -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ap13ski/Protractor/HEAD/LICENSE -------------------------------------------------------------------------------- /Program.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ap13ski/Protractor/HEAD/Program.cs -------------------------------------------------------------------------------- /Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ap13ski/Protractor/HEAD/Properties/AssemblyInfo.cs -------------------------------------------------------------------------------- /Properties/Resources.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ap13ski/Protractor/HEAD/Properties/Resources.Designer.cs -------------------------------------------------------------------------------- /Properties/Resources.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ap13ski/Protractor/HEAD/Properties/Resources.resx -------------------------------------------------------------------------------- /Properties/Settings.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ap13ski/Protractor/HEAD/Properties/Settings.Designer.cs -------------------------------------------------------------------------------- /Properties/Settings.settings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ap13ski/Protractor/HEAD/Properties/Settings.settings -------------------------------------------------------------------------------- /Protractor.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ap13ski/Protractor/HEAD/Protractor.csproj -------------------------------------------------------------------------------- /Protractor.csproj.user: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ap13ski/Protractor/HEAD/Protractor.csproj.user -------------------------------------------------------------------------------- /Protractor.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ap13ski/Protractor/HEAD/Protractor.sln -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ap13ski/Protractor/HEAD/README.md -------------------------------------------------------------------------------- /VectorLibrary.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ap13ski/Protractor/HEAD/VectorLibrary.cs -------------------------------------------------------------------------------- /protractor.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ap13ski/Protractor/HEAD/protractor.ico -------------------------------------------------------------------------------- /protractor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ap13ski/Protractor/HEAD/protractor.png -------------------------------------------------------------------------------- /res/111.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ap13ski/Protractor/HEAD/res/111.png -------------------------------------------------------------------------------- /res/111.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ap13ski/Protractor/HEAD/res/111.psd -------------------------------------------------------------------------------- /res/Protractor_Eduardo.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ap13ski/Protractor/HEAD/res/Protractor_Eduardo.zip -------------------------------------------------------------------------------- /res/copyblue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ap13ski/Protractor/HEAD/res/copyblue.png -------------------------------------------------------------------------------- /res/copyred.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ap13ski/Protractor/HEAD/res/copyred.png -------------------------------------------------------------------------------- /res/copyredblue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ap13ski/Protractor/HEAD/res/copyredblue.png -------------------------------------------------------------------------------- /res/copyredblue_new.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ap13ski/Protractor/HEAD/res/copyredblue_new.png -------------------------------------------------------------------------------- /res/help.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ap13ski/Protractor/HEAD/res/help.png -------------------------------------------------------------------------------- /res/lineblue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ap13ski/Protractor/HEAD/res/lineblue.png -------------------------------------------------------------------------------- /res/linered.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ap13ski/Protractor/HEAD/res/linered.png -------------------------------------------------------------------------------- /res/lock_delta.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ap13ski/Protractor/HEAD/res/lock_delta.png -------------------------------------------------------------------------------- /res/lock_delta_base64.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ap13ski/Protractor/HEAD/res/lock_delta_base64.txt -------------------------------------------------------------------------------- /res/minus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ap13ski/Protractor/HEAD/res/minus.png -------------------------------------------------------------------------------- /res/pin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ap13ski/Protractor/HEAD/res/pin.png -------------------------------------------------------------------------------- /res/plus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ap13ski/Protractor/HEAD/res/plus.png -------------------------------------------------------------------------------- /res/protractor.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ap13ski/Protractor/HEAD/res/protractor.ico -------------------------------------------------------------------------------- /res/settings.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ap13ski/Protractor/HEAD/res/settings.png --------------------------------------------------------------------------------