├── 3rdparty ├── RsRuler40 │ ├── Demo │ │ ├── DemoForm.lfm │ │ ├── DemoForm.pas │ │ ├── RulerDemo.lpi │ │ ├── RulerDemo.lpr │ │ ├── RulerDemo.lps │ │ └── RulerDemo.res │ ├── RsRuler.pas │ ├── RsRuler.txt │ └── RsRuler40.zip ├── rkVistaProBar.pas └── uevssplitter.pas ├── Cursors.res ├── Demo ├── SimpleGraphBuilder.ico ├── SimpleGraphBuilder.lpi ├── SimpleGraphBuilder.lpr ├── SimpleGraphBuilder.res ├── UfrmSimpleGraphTest.lfm ├── UfrmSimpleGraphTest.pas ├── uFrmDebug.lfm ├── uFrmDebug.pas ├── ufrmlinkprop.lfm ├── ufrmlinkprop.pas ├── ufrmnodeproperties.lfm └── ufrmnodeproperties.pas ├── Package ├── SG.lrs ├── ugraphdsgn.lpk ├── ugraphdsgn.pas ├── ugraphrtm.lpk ├── ugraphrtm.pas └── ureg.pas ├── README.md ├── Samples ├── Sample1.sgp ├── Sample2.sgp ├── Sample3.sgp └── SpeedTest.sgp ├── ScreenShots ├── 1.png ├── 2.png ├── 3.png └── 4.png ├── license.txt ├── original_demo ├── AboutDelphiArea.lfm ├── AboutDelphiArea.pas ├── AlignDlg.lfm ├── AlignDlg.pas ├── DesignProp.lfm ├── DesignProp.pas ├── Keyboard.rtf ├── LinkProp.lfm ├── LinkProp.pas ├── Main.lfm ├── Main.pas ├── Main.rst ├── MarginsProp.lfm ├── MarginsProp.pas ├── Mouse.rtf ├── NodeProp.lfm ├── NodeProp.pas ├── ObjectProp.lfm ├── ObjectProp.pas ├── SGDemo.lpi ├── SGDemo.lpr ├── SGDemo.lps ├── SGDemo.res ├── Sample1.sgp ├── Sample2.sgp ├── Sample3.sgp ├── SizeDlg.lfm ├── SizeDlg.pas ├── UsageHelp.lfm └── UsageHelp.pas ├── usgactions.pas └── usimplegraph.pas /3rdparty/RsRuler40/Demo/DemoForm.lfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taazz/EvsSimpleGraph/HEAD/3rdparty/RsRuler40/Demo/DemoForm.lfm -------------------------------------------------------------------------------- /3rdparty/RsRuler40/Demo/DemoForm.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taazz/EvsSimpleGraph/HEAD/3rdparty/RsRuler40/Demo/DemoForm.pas -------------------------------------------------------------------------------- /3rdparty/RsRuler40/Demo/RulerDemo.lpi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taazz/EvsSimpleGraph/HEAD/3rdparty/RsRuler40/Demo/RulerDemo.lpi -------------------------------------------------------------------------------- /3rdparty/RsRuler40/Demo/RulerDemo.lpr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taazz/EvsSimpleGraph/HEAD/3rdparty/RsRuler40/Demo/RulerDemo.lpr -------------------------------------------------------------------------------- /3rdparty/RsRuler40/Demo/RulerDemo.lps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taazz/EvsSimpleGraph/HEAD/3rdparty/RsRuler40/Demo/RulerDemo.lps -------------------------------------------------------------------------------- /3rdparty/RsRuler40/Demo/RulerDemo.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taazz/EvsSimpleGraph/HEAD/3rdparty/RsRuler40/Demo/RulerDemo.res -------------------------------------------------------------------------------- /3rdparty/RsRuler40/RsRuler.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taazz/EvsSimpleGraph/HEAD/3rdparty/RsRuler40/RsRuler.pas -------------------------------------------------------------------------------- /3rdparty/RsRuler40/RsRuler.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taazz/EvsSimpleGraph/HEAD/3rdparty/RsRuler40/RsRuler.txt -------------------------------------------------------------------------------- /3rdparty/RsRuler40/RsRuler40.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taazz/EvsSimpleGraph/HEAD/3rdparty/RsRuler40/RsRuler40.zip -------------------------------------------------------------------------------- /3rdparty/rkVistaProBar.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taazz/EvsSimpleGraph/HEAD/3rdparty/rkVistaProBar.pas -------------------------------------------------------------------------------- /3rdparty/uevssplitter.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taazz/EvsSimpleGraph/HEAD/3rdparty/uevssplitter.pas -------------------------------------------------------------------------------- /Cursors.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taazz/EvsSimpleGraph/HEAD/Cursors.res -------------------------------------------------------------------------------- /Demo/SimpleGraphBuilder.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taazz/EvsSimpleGraph/HEAD/Demo/SimpleGraphBuilder.ico -------------------------------------------------------------------------------- /Demo/SimpleGraphBuilder.lpi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taazz/EvsSimpleGraph/HEAD/Demo/SimpleGraphBuilder.lpi -------------------------------------------------------------------------------- /Demo/SimpleGraphBuilder.lpr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taazz/EvsSimpleGraph/HEAD/Demo/SimpleGraphBuilder.lpr -------------------------------------------------------------------------------- /Demo/SimpleGraphBuilder.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taazz/EvsSimpleGraph/HEAD/Demo/SimpleGraphBuilder.res -------------------------------------------------------------------------------- /Demo/UfrmSimpleGraphTest.lfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taazz/EvsSimpleGraph/HEAD/Demo/UfrmSimpleGraphTest.lfm -------------------------------------------------------------------------------- /Demo/UfrmSimpleGraphTest.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taazz/EvsSimpleGraph/HEAD/Demo/UfrmSimpleGraphTest.pas -------------------------------------------------------------------------------- /Demo/uFrmDebug.lfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taazz/EvsSimpleGraph/HEAD/Demo/uFrmDebug.lfm -------------------------------------------------------------------------------- /Demo/uFrmDebug.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taazz/EvsSimpleGraph/HEAD/Demo/uFrmDebug.pas -------------------------------------------------------------------------------- /Demo/ufrmlinkprop.lfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taazz/EvsSimpleGraph/HEAD/Demo/ufrmlinkprop.lfm -------------------------------------------------------------------------------- /Demo/ufrmlinkprop.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taazz/EvsSimpleGraph/HEAD/Demo/ufrmlinkprop.pas -------------------------------------------------------------------------------- /Demo/ufrmnodeproperties.lfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taazz/EvsSimpleGraph/HEAD/Demo/ufrmnodeproperties.lfm -------------------------------------------------------------------------------- /Demo/ufrmnodeproperties.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taazz/EvsSimpleGraph/HEAD/Demo/ufrmnodeproperties.pas -------------------------------------------------------------------------------- /Package/SG.lrs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taazz/EvsSimpleGraph/HEAD/Package/SG.lrs -------------------------------------------------------------------------------- /Package/ugraphdsgn.lpk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taazz/EvsSimpleGraph/HEAD/Package/ugraphdsgn.lpk -------------------------------------------------------------------------------- /Package/ugraphdsgn.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taazz/EvsSimpleGraph/HEAD/Package/ugraphdsgn.pas -------------------------------------------------------------------------------- /Package/ugraphrtm.lpk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taazz/EvsSimpleGraph/HEAD/Package/ugraphrtm.lpk -------------------------------------------------------------------------------- /Package/ugraphrtm.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taazz/EvsSimpleGraph/HEAD/Package/ugraphrtm.pas -------------------------------------------------------------------------------- /Package/ureg.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taazz/EvsSimpleGraph/HEAD/Package/ureg.pas -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taazz/EvsSimpleGraph/HEAD/README.md -------------------------------------------------------------------------------- /Samples/Sample1.sgp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taazz/EvsSimpleGraph/HEAD/Samples/Sample1.sgp -------------------------------------------------------------------------------- /Samples/Sample2.sgp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taazz/EvsSimpleGraph/HEAD/Samples/Sample2.sgp -------------------------------------------------------------------------------- /Samples/Sample3.sgp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taazz/EvsSimpleGraph/HEAD/Samples/Sample3.sgp -------------------------------------------------------------------------------- /Samples/SpeedTest.sgp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taazz/EvsSimpleGraph/HEAD/Samples/SpeedTest.sgp -------------------------------------------------------------------------------- /ScreenShots/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taazz/EvsSimpleGraph/HEAD/ScreenShots/1.png -------------------------------------------------------------------------------- /ScreenShots/2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taazz/EvsSimpleGraph/HEAD/ScreenShots/2.png -------------------------------------------------------------------------------- /ScreenShots/3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taazz/EvsSimpleGraph/HEAD/ScreenShots/3.png -------------------------------------------------------------------------------- /ScreenShots/4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taazz/EvsSimpleGraph/HEAD/ScreenShots/4.png -------------------------------------------------------------------------------- /license.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taazz/EvsSimpleGraph/HEAD/license.txt -------------------------------------------------------------------------------- /original_demo/AboutDelphiArea.lfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taazz/EvsSimpleGraph/HEAD/original_demo/AboutDelphiArea.lfm -------------------------------------------------------------------------------- /original_demo/AboutDelphiArea.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taazz/EvsSimpleGraph/HEAD/original_demo/AboutDelphiArea.pas -------------------------------------------------------------------------------- /original_demo/AlignDlg.lfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taazz/EvsSimpleGraph/HEAD/original_demo/AlignDlg.lfm -------------------------------------------------------------------------------- /original_demo/AlignDlg.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taazz/EvsSimpleGraph/HEAD/original_demo/AlignDlg.pas -------------------------------------------------------------------------------- /original_demo/DesignProp.lfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taazz/EvsSimpleGraph/HEAD/original_demo/DesignProp.lfm -------------------------------------------------------------------------------- /original_demo/DesignProp.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taazz/EvsSimpleGraph/HEAD/original_demo/DesignProp.pas -------------------------------------------------------------------------------- /original_demo/Keyboard.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taazz/EvsSimpleGraph/HEAD/original_demo/Keyboard.rtf -------------------------------------------------------------------------------- /original_demo/LinkProp.lfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taazz/EvsSimpleGraph/HEAD/original_demo/LinkProp.lfm -------------------------------------------------------------------------------- /original_demo/LinkProp.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taazz/EvsSimpleGraph/HEAD/original_demo/LinkProp.pas -------------------------------------------------------------------------------- /original_demo/Main.lfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taazz/EvsSimpleGraph/HEAD/original_demo/Main.lfm -------------------------------------------------------------------------------- /original_demo/Main.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taazz/EvsSimpleGraph/HEAD/original_demo/Main.pas -------------------------------------------------------------------------------- /original_demo/Main.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taazz/EvsSimpleGraph/HEAD/original_demo/Main.rst -------------------------------------------------------------------------------- /original_demo/MarginsProp.lfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taazz/EvsSimpleGraph/HEAD/original_demo/MarginsProp.lfm -------------------------------------------------------------------------------- /original_demo/MarginsProp.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taazz/EvsSimpleGraph/HEAD/original_demo/MarginsProp.pas -------------------------------------------------------------------------------- /original_demo/Mouse.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taazz/EvsSimpleGraph/HEAD/original_demo/Mouse.rtf -------------------------------------------------------------------------------- /original_demo/NodeProp.lfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taazz/EvsSimpleGraph/HEAD/original_demo/NodeProp.lfm -------------------------------------------------------------------------------- /original_demo/NodeProp.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taazz/EvsSimpleGraph/HEAD/original_demo/NodeProp.pas -------------------------------------------------------------------------------- /original_demo/ObjectProp.lfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taazz/EvsSimpleGraph/HEAD/original_demo/ObjectProp.lfm -------------------------------------------------------------------------------- /original_demo/ObjectProp.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taazz/EvsSimpleGraph/HEAD/original_demo/ObjectProp.pas -------------------------------------------------------------------------------- /original_demo/SGDemo.lpi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taazz/EvsSimpleGraph/HEAD/original_demo/SGDemo.lpi -------------------------------------------------------------------------------- /original_demo/SGDemo.lpr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taazz/EvsSimpleGraph/HEAD/original_demo/SGDemo.lpr -------------------------------------------------------------------------------- /original_demo/SGDemo.lps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taazz/EvsSimpleGraph/HEAD/original_demo/SGDemo.lps -------------------------------------------------------------------------------- /original_demo/SGDemo.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taazz/EvsSimpleGraph/HEAD/original_demo/SGDemo.res -------------------------------------------------------------------------------- /original_demo/Sample1.sgp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taazz/EvsSimpleGraph/HEAD/original_demo/Sample1.sgp -------------------------------------------------------------------------------- /original_demo/Sample2.sgp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taazz/EvsSimpleGraph/HEAD/original_demo/Sample2.sgp -------------------------------------------------------------------------------- /original_demo/Sample3.sgp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taazz/EvsSimpleGraph/HEAD/original_demo/Sample3.sgp -------------------------------------------------------------------------------- /original_demo/SizeDlg.lfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taazz/EvsSimpleGraph/HEAD/original_demo/SizeDlg.lfm -------------------------------------------------------------------------------- /original_demo/SizeDlg.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taazz/EvsSimpleGraph/HEAD/original_demo/SizeDlg.pas -------------------------------------------------------------------------------- /original_demo/UsageHelp.lfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taazz/EvsSimpleGraph/HEAD/original_demo/UsageHelp.lfm -------------------------------------------------------------------------------- /original_demo/UsageHelp.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taazz/EvsSimpleGraph/HEAD/original_demo/UsageHelp.pas -------------------------------------------------------------------------------- /usgactions.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taazz/EvsSimpleGraph/HEAD/usgactions.pas -------------------------------------------------------------------------------- /usimplegraph.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taazz/EvsSimpleGraph/HEAD/usimplegraph.pas --------------------------------------------------------------------------------