├── .gitattributes ├── DreamBoothClient.dpr ├── DreamBoothClient.dproj ├── LICENSE ├── README.md ├── imageformat.txt ├── perspective.txt ├── screenshot.jpg ├── style.txt ├── supercharge.txt ├── uMainForm.fmx ├── uMainForm.pas ├── uMainForm.vlb └── variation.txt /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FMXExpress/DreamBooth-Desktop-Client/HEAD/.gitattributes -------------------------------------------------------------------------------- /DreamBoothClient.dpr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FMXExpress/DreamBooth-Desktop-Client/HEAD/DreamBoothClient.dpr -------------------------------------------------------------------------------- /DreamBoothClient.dproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FMXExpress/DreamBooth-Desktop-Client/HEAD/DreamBoothClient.dproj -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FMXExpress/DreamBooth-Desktop-Client/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FMXExpress/DreamBooth-Desktop-Client/HEAD/README.md -------------------------------------------------------------------------------- /imageformat.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FMXExpress/DreamBooth-Desktop-Client/HEAD/imageformat.txt -------------------------------------------------------------------------------- /perspective.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FMXExpress/DreamBooth-Desktop-Client/HEAD/perspective.txt -------------------------------------------------------------------------------- /screenshot.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FMXExpress/DreamBooth-Desktop-Client/HEAD/screenshot.jpg -------------------------------------------------------------------------------- /style.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FMXExpress/DreamBooth-Desktop-Client/HEAD/style.txt -------------------------------------------------------------------------------- /supercharge.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FMXExpress/DreamBooth-Desktop-Client/HEAD/supercharge.txt -------------------------------------------------------------------------------- /uMainForm.fmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FMXExpress/DreamBooth-Desktop-Client/HEAD/uMainForm.fmx -------------------------------------------------------------------------------- /uMainForm.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FMXExpress/DreamBooth-Desktop-Client/HEAD/uMainForm.pas -------------------------------------------------------------------------------- /uMainForm.vlb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FMXExpress/DreamBooth-Desktop-Client/HEAD/uMainForm.vlb -------------------------------------------------------------------------------- /variation.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FMXExpress/DreamBooth-Desktop-Client/HEAD/variation.txt --------------------------------------------------------------------------------