Skip to content

Artanemus/SCM_TimeDrops

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

86 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SCM_TimeDrops

image

An application to connect the SwimClubMeet database to Time Drops timing system.

To compile this application you need to include.

  • Embarcadero's RAD Studio for Delphi. Architect. (Uses FireDAC for remote TCP/IP DB connection.)
  • TMS TDBAdvGrid. A VCL component package. A third party tool.
  • FastReports PRO. A VCL component package. A third party tool. (The standard version may also work, untested)
  • The Artanemus SCM-SHARED GitHub (public) repository.
  • TurboPack Abbrevia. An open source utility - available on GitHub. (Or Delphi's Getit Package Manager) Used to pack/uppack the application's session for save and load.

Micellaneous.

  • Ethea SVGIconImageList VCL and FMX. An open source utility - available on GitHub. (Or Delphi's Getit Package Manager). I use Inkscape to build all the graphic items in this application. In future releases I'll tidy up the code and will be useing this component too expedite resource setup.
  • The 'custom style' being used is Delphi's Windows10SlateGray, with some minor modifications.
  • onryldz x-superobject. A simple JSON Framework - available on GitHub - https://github.com/onryldz/x-superobject. Packaged in SCM_SHARED.
  • RRUZ vcl-style-utils. A VCL Styles Utils - available on GitHub - https://github.com/RRUZ/vcl-styles-utils/ . (Used to enlarge the menu font.) Packaged in SCM_SHARED.
  • Box2D. An open source 2D physics engine. I'll be using this to create the noodles for patching .... when I get around to it. 😉