lazarus-ccr/applications/lazstats
2023-04-17 22:14:11 +00:00
..
data LazStats: Inherit BNestAUnit from BasicStatsReportAndChartForm. Refactor. Add test data file from OpenStat samples. Refine ABCNestedUnit. 2020-11-13 17:49:49 +00:00
docs/HelpNDoc LazStats: Update help and its usage in corsim unit. 2021-06-24 09:20:37 +00:00
html
icons/svg (Roland Hahn)
source LazStats: Make text in license form read-only. 2023-04-17 22:14:11 +00:00
source_orig LazStats: Adding original source, part 8. 2020-11-16 11:23:17 +00:00
tests LazStats: Add tests. 2020-12-05 19:03:07 +00:00
LazStats.chm LazStats: Update help and its usage in corsim unit. 2021-06-24 09:20:37 +00:00
LazStats.hlp LazStats: Inherite CompRelUnit from BasicStatsReportFormUnit. 2020-11-23 17:03:40 +00:00
README.txt LazStats: Add original sources, part 1 2020-11-16 10:12:12 +00:00

--------------------------------------------------------------------------------
LazStats
--------------------------------------------------------------------------------
Clone of the LazStats statistics application by William Miller 
(https://openstat.info/LazStatsMain.htm)

What is different?
------------------
- Updated form layout. More consistent user interface. Use anchoring and 
  autosizing to avoid widgetset-dependent layout issues.
- Input validation for more robust user interface.
- Move units into subfolders for each major menu command in order to avoid the 
  extremely long file list in the project manager.
- Include data and documentation folders of the original site. 
  Add missing data files from the OpenStat application mentioned in the 
  pdf help files.
- Create chm help from the original pdf help files of the original site,
  tool used: HelpNDoc.
- Refactoring of code to write text output into a TStringList instead of to 
  the memo of TOutputFrm directly.
- Integration of the output windows into tabs of the calling windows allowing 
  to easily navigate between various output pages.
	
- The original sources of https://openstat.info/LazStatsMain.htm are still 
  available in folder source_orig for comparison and checks.
	

License
-------
William Miller writes in file "html/introduction.pdf":

  "While I reserve the copyright protection of these packages, I make no 
  restriction on their distribution or use. It is common courtesy, of course, 
  to give me credit if you use these resources. Because I do not warrant them 
  in any manner, you should insure yourself that the routines you use are 
  adequate for your purposes."

License displayed by program:
 ***************************************************************************
 *                                                                         *
 *   This source is free software; you can redistribute it and/or modify   *
 *   it under the terms of the GNU General Public License as published by  *
 *   the Free Software Foundation; either version 2 of the License, or     *
 *   (at your option) any later version.                                   *
 *                                                                         *
 *   This code is distributed in the hope that it will be useful, but      *
 *   WITHOUT ANY WARRANTY; without even the implied warranty of            *
 *   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU     *
 *   General Public License for more details.                              *
 *                                                                         *
 *   A copy of the GNU General Public License is available on the World    *
 *   Wide Web at <http://www.gnu.org/copyleft/gpl.html>. You can also      *
 *   obtain it by writing to the Free Software Foundation,                 *
 *   Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.        *
 *                                                                         *
 ***************************************************************************