├── LICENSE ├── ProjectGroup.groupproj ├── README.md ├── demo.gif ├── design.gif ├── lib ├── Execute.MaterialButton.bmp ├── Execute.MaterialColorSet.bmp ├── Execute.MaterialIcons.Design.dpk ├── Execute.MaterialIcons.Design.dproj ├── Execute.MaterialIcons.DesignReg.pas ├── Execute.MaterialIcons.Editor.dfm ├── Execute.MaterialIcons.Editor.pas ├── Execute.MaterialIcons.Register.pas ├── Execute.MaterialIcons.Register.rc ├── Execute.MaterialIcons.dpk ├── Execute.MaterialIcons.dproj ├── Execute.MaterialIcons.pas ├── Execute.MaterialIcons.rc ├── Execute.MaterialToolBar.bmp └── MaterialIcons-Regular.ttf ├── screen1.png └── src ├── Demo.Main.dfm ├── Demo.Main.pas ├── Demo.dpr └── Demo.dproj /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tothpaul/MaterialioForDelphi/HEAD/LICENSE -------------------------------------------------------------------------------- /ProjectGroup.groupproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tothpaul/MaterialioForDelphi/HEAD/ProjectGroup.groupproj -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tothpaul/MaterialioForDelphi/HEAD/README.md -------------------------------------------------------------------------------- /demo.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tothpaul/MaterialioForDelphi/HEAD/demo.gif -------------------------------------------------------------------------------- /design.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tothpaul/MaterialioForDelphi/HEAD/design.gif -------------------------------------------------------------------------------- /lib/Execute.MaterialButton.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tothpaul/MaterialioForDelphi/HEAD/lib/Execute.MaterialButton.bmp -------------------------------------------------------------------------------- /lib/Execute.MaterialColorSet.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tothpaul/MaterialioForDelphi/HEAD/lib/Execute.MaterialColorSet.bmp -------------------------------------------------------------------------------- /lib/Execute.MaterialIcons.Design.dpk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tothpaul/MaterialioForDelphi/HEAD/lib/Execute.MaterialIcons.Design.dpk -------------------------------------------------------------------------------- /lib/Execute.MaterialIcons.Design.dproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tothpaul/MaterialioForDelphi/HEAD/lib/Execute.MaterialIcons.Design.dproj -------------------------------------------------------------------------------- /lib/Execute.MaterialIcons.DesignReg.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tothpaul/MaterialioForDelphi/HEAD/lib/Execute.MaterialIcons.DesignReg.pas -------------------------------------------------------------------------------- /lib/Execute.MaterialIcons.Editor.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tothpaul/MaterialioForDelphi/HEAD/lib/Execute.MaterialIcons.Editor.dfm -------------------------------------------------------------------------------- /lib/Execute.MaterialIcons.Editor.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tothpaul/MaterialioForDelphi/HEAD/lib/Execute.MaterialIcons.Editor.pas -------------------------------------------------------------------------------- /lib/Execute.MaterialIcons.Register.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tothpaul/MaterialioForDelphi/HEAD/lib/Execute.MaterialIcons.Register.pas -------------------------------------------------------------------------------- /lib/Execute.MaterialIcons.Register.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tothpaul/MaterialioForDelphi/HEAD/lib/Execute.MaterialIcons.Register.rc -------------------------------------------------------------------------------- /lib/Execute.MaterialIcons.dpk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tothpaul/MaterialioForDelphi/HEAD/lib/Execute.MaterialIcons.dpk -------------------------------------------------------------------------------- /lib/Execute.MaterialIcons.dproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tothpaul/MaterialioForDelphi/HEAD/lib/Execute.MaterialIcons.dproj -------------------------------------------------------------------------------- /lib/Execute.MaterialIcons.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tothpaul/MaterialioForDelphi/HEAD/lib/Execute.MaterialIcons.pas -------------------------------------------------------------------------------- /lib/Execute.MaterialIcons.rc: -------------------------------------------------------------------------------- 1 | MATERIALICONS RCDATA "MaterialIcons-Regular.ttf" 2 | -------------------------------------------------------------------------------- /lib/Execute.MaterialToolBar.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tothpaul/MaterialioForDelphi/HEAD/lib/Execute.MaterialToolBar.bmp -------------------------------------------------------------------------------- /lib/MaterialIcons-Regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tothpaul/MaterialioForDelphi/HEAD/lib/MaterialIcons-Regular.ttf -------------------------------------------------------------------------------- /screen1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tothpaul/MaterialioForDelphi/HEAD/screen1.png -------------------------------------------------------------------------------- /src/Demo.Main.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tothpaul/MaterialioForDelphi/HEAD/src/Demo.Main.dfm -------------------------------------------------------------------------------- /src/Demo.Main.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tothpaul/MaterialioForDelphi/HEAD/src/Demo.Main.pas -------------------------------------------------------------------------------- /src/Demo.dpr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tothpaul/MaterialioForDelphi/HEAD/src/Demo.dpr -------------------------------------------------------------------------------- /src/Demo.dproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tothpaul/MaterialioForDelphi/HEAD/src/Demo.dproj --------------------------------------------------------------------------------