This commit is contained in:
f1iwq2
2022-01-30 11:16:37 +01:00
parent 86979f40ea
commit c85bf9564d
26 changed files with 2873 additions and 2006 deletions

View File

@@ -1,11 +1,11 @@
object FormVersion: TFormVersion
Left = 197
Top = 230
Left = 222
Top = 260
BorderIcons = []
BorderStyle = bsDialog
BorderStyle = bsNone
Caption = 'V'#233'rification de version'
ClientHeight = 213
ClientWidth = 644
ClientHeight = 215
ClientWidth = 645
Color = clNavy
Font.Charset = ANSI_CHARSET
Font.Color = clBlack
@@ -17,19 +17,17 @@ object FormVersion: TFormVersion
PixelsPerInch = 96
TextHeight = 20
object Memo1: TMemo
Left = 0
Top = 0
Width = 641
Height = 209
BorderStyle = bsNone
Left = 8
Top = 16
Width = 625
Height = 185
Color = clNavy
Font.Charset = ANSI_CHARSET
Font.Color = clYellow
Font.Height = -19
Font.Name = 'Arial Narrow'
Font.Style = []
Font.Style = [fsBold]
ParentFont = False
ScrollBars = ssVertical
TabOrder = 0
end
object TimerVerif: TTimer