You've already forked lazarus-ccr
Lazstats: Merge LatinSpecsUnit with LatinSqrsUnit. Inherit from BasicStatsReportFormUnit. Remove LatinSpecsUnit from project, delete files. Less hints and warnings.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7922 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@ -1844,9 +1844,9 @@ end;
|
||||
// Menu "Analysis" > "Comparisons" > "Latin and Greco-Latin Squares"
|
||||
procedure TOS3MainFrm.mnuAnalysisComp_LatinSquaresClick(Sender: TObject);
|
||||
begin
|
||||
if LatinSqrsFrm = nil then
|
||||
Application.CreateForm(TLatinSqrsFrm, LatinSqrsFrm);
|
||||
LatinSqrsFrm.ShowModal;
|
||||
if LatinSqrsForm = nil then
|
||||
Application.CreateForm(TLatinSqrsForm, LatinSqrsForm);
|
||||
LatinSqrsForm.Show;
|
||||
end;
|
||||
|
||||
// Menu "Analysis" > "Comparisons" > "ABC Anova with B Nested in A"
|
||||
|
Reference in New Issue
Block a user