This commit is contained in:
f1iwq2
2024-01-11 20:39:36 +01:00
parent 5562e9c899
commit ed7935a641
16 changed files with 685 additions and 635 deletions

View File

@@ -4,7 +4,7 @@ interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, StdCtrls, ExtCtrls;
Dialogs, StdCtrls, ExtCtrls, unitConfig, UnitPrinc;
type
TFormImportation = class(TForm)
@@ -47,10 +47,13 @@ end;
procedure TFormImportation.FormCreate(Sender: TObject);
begin
if debug=1 then Affiche('Création fenetre compilation réseau CDM',clLime);
radioCroisBase.Checked:=true;
radioCroisSuite.checked:=false;
BaseCroisement:=100;
EditBaseCrois.Text:=IntToSTR(BaseCroisement);
if debug=1 then Affiche('Fin création fenetre compilation réseau CDM',clLime);
formprinc.SetFocus; // fin d'init de signaux complexes, on active la form principale
end;
procedure TFormImportation.CheckDebugAnalyseClick(Sender: TObject);