V9.7
This commit is contained in:
f1iwq2
2024-12-20 12:17:29 +01:00
parent 087351ecd3
commit 02eccff67e
21 changed files with 2056 additions and 1395 deletions

View File

@@ -20,8 +20,8 @@ object FormPrinc: TFormPrinc
OnCreate = FormCreate
OnResize = FormResize
DesignSize = (
1130
567)
1138
574)
PixelsPerInch = 96
TextHeight = 13
object LabelTitre: TLabel
@@ -1445,8 +1445,8 @@ object FormPrinc: TFormPrinc
end
object StatusBar1: TStatusBar
Left = 0
Top = 545
Width = 1130
Top = 552
Width = 1138
Height = 22
Panels = <
item
@@ -2093,6 +2093,10 @@ object FormPrinc: TFormPrinc
Hint = 'Affiche l'#39#233'tat des d'#233'tecteurs'
OnClick = AffEtatDetecteurs
end
object Etatdesactionneurs1: TMenuItem
Caption = 'Etat des actionneurs'
OnClick = Etatdesactionneurs1Click
end
object Etatdesaiguillages1: TMenuItem
Caption = 'Etat des aiguillages'
OnClick = Etatdesaiguillages1Click
@@ -2241,6 +2245,11 @@ object FormPrinc: TFormPrinc
Hint = 'Modifie les variables de configuration'
OnClick = ConfigClick
end
object Compilerlabasededonnes1: TMenuItem
Caption = 'Compiler la base de donn'#233'es'
Hint = 'Trie les aiguillages, les signaux, analyse les cantons'
OnClick = Compilerlabasededonnes1Click
end
object Vrifierlacohrence: TMenuItem
Caption = 'V'#233'rifier la coh'#233'rence'
Hint = 'V'#233'rifie la coh'#233'rence de la configuration'