├── DelphiRegeditor.dpr ├── DelphiRegeditor.dproj ├── Images And Media ├── 101-1.png ├── 101-2.png ├── 101-3.png ├── 101-4.png ├── Folder.png ├── ab-1.png ├── ab-2.png ├── ab-3.png ├── ab-4.png ├── channels4_profile.jpg ├── computer_40px.png ├── icons8_about.ico ├── icons8_about_16.png ├── icons8_about_32.png ├── icons8_registry_editor.ico ├── icons8_registry_editor_16.png └── icons8_registry_editor_32.png ├── Preview.png ├── README.md ├── Unit1.dfm ├── Unit1.pas ├── Unit2.dfm └── Unit2.pas /DelphiRegeditor.dpr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BitmasterXor/Delphi_Registry_Editor/HEAD/DelphiRegeditor.dpr -------------------------------------------------------------------------------- /DelphiRegeditor.dproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BitmasterXor/Delphi_Registry_Editor/HEAD/DelphiRegeditor.dproj -------------------------------------------------------------------------------- /Images And Media/101-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BitmasterXor/Delphi_Registry_Editor/HEAD/Images And Media/101-1.png -------------------------------------------------------------------------------- /Images And Media/101-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BitmasterXor/Delphi_Registry_Editor/HEAD/Images And Media/101-2.png -------------------------------------------------------------------------------- /Images And Media/101-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BitmasterXor/Delphi_Registry_Editor/HEAD/Images And Media/101-3.png -------------------------------------------------------------------------------- /Images And Media/101-4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BitmasterXor/Delphi_Registry_Editor/HEAD/Images And Media/101-4.png -------------------------------------------------------------------------------- /Images And Media/Folder.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BitmasterXor/Delphi_Registry_Editor/HEAD/Images And Media/Folder.png -------------------------------------------------------------------------------- /Images And Media/ab-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BitmasterXor/Delphi_Registry_Editor/HEAD/Images And Media/ab-1.png -------------------------------------------------------------------------------- /Images And Media/ab-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BitmasterXor/Delphi_Registry_Editor/HEAD/Images And Media/ab-2.png -------------------------------------------------------------------------------- /Images And Media/ab-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BitmasterXor/Delphi_Registry_Editor/HEAD/Images And Media/ab-3.png -------------------------------------------------------------------------------- /Images And Media/ab-4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BitmasterXor/Delphi_Registry_Editor/HEAD/Images And Media/ab-4.png -------------------------------------------------------------------------------- /Images And Media/channels4_profile.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BitmasterXor/Delphi_Registry_Editor/HEAD/Images And Media/channels4_profile.jpg -------------------------------------------------------------------------------- /Images And Media/computer_40px.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BitmasterXor/Delphi_Registry_Editor/HEAD/Images And Media/computer_40px.png -------------------------------------------------------------------------------- /Images And Media/icons8_about.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BitmasterXor/Delphi_Registry_Editor/HEAD/Images And Media/icons8_about.ico -------------------------------------------------------------------------------- /Images And Media/icons8_about_16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BitmasterXor/Delphi_Registry_Editor/HEAD/Images And Media/icons8_about_16.png -------------------------------------------------------------------------------- /Images And Media/icons8_about_32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BitmasterXor/Delphi_Registry_Editor/HEAD/Images And Media/icons8_about_32.png -------------------------------------------------------------------------------- /Images And Media/icons8_registry_editor.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BitmasterXor/Delphi_Registry_Editor/HEAD/Images And Media/icons8_registry_editor.ico -------------------------------------------------------------------------------- /Images And Media/icons8_registry_editor_16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BitmasterXor/Delphi_Registry_Editor/HEAD/Images And Media/icons8_registry_editor_16.png -------------------------------------------------------------------------------- /Images And Media/icons8_registry_editor_32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BitmasterXor/Delphi_Registry_Editor/HEAD/Images And Media/icons8_registry_editor_32.png -------------------------------------------------------------------------------- /Preview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BitmasterXor/Delphi_Registry_Editor/HEAD/Preview.png -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BitmasterXor/Delphi_Registry_Editor/HEAD/README.md -------------------------------------------------------------------------------- /Unit1.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BitmasterXor/Delphi_Registry_Editor/HEAD/Unit1.dfm -------------------------------------------------------------------------------- /Unit1.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BitmasterXor/Delphi_Registry_Editor/HEAD/Unit1.pas -------------------------------------------------------------------------------- /Unit2.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BitmasterXor/Delphi_Registry_Editor/HEAD/Unit2.dfm -------------------------------------------------------------------------------- /Unit2.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BitmasterXor/Delphi_Registry_Editor/HEAD/Unit2.pas --------------------------------------------------------------------------------