Initial commit with my code directory

This commit is contained in:
2024-04-18 11:56:48 +02:00
commit 0ecfdf0ba7
158 changed files with 60438 additions and 0 deletions

35
code_JMW/UnitRelais.dfm Normal file
View File

@@ -0,0 +1,35 @@
object F_Relais: TF_Relais
Left = 492
Top = 246
Width = 274
Height = 346
Caption = 'F_Relais'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
OnClose = FormClose
PixelsPerInch = 120
TextHeight = 16
object Label1: TLabel
Left = 8
Top = 8
Width = 45
Height = 16
Caption = 'Relais :'
end
object LabeledEdit1: TLabeledEdit
Left = 49
Top = 27
Width = 114
Height = 24
EditLabel.Width = 38
EditLabel.Height = 16
EditLabel.Caption = 'Nom : '
LabelPosition = lpLeft
TabOrder = 0
end
end