34 lines
709 B
Plaintext
34 lines
709 B
Plaintext
object FormVersion: TFormVersion
|
|
Left = 222
|
|
Top = 260
|
|
BorderIcons = [biSystemMenu]
|
|
BorderStyle = bsDialog
|
|
Caption = 'V'#233'rification de version'
|
|
ClientHeight = 234
|
|
ClientWidth = 645
|
|
Color = clNavy
|
|
Font.Charset = ANSI_CHARSET
|
|
Font.Color = clBlack
|
|
Font.Height = -16
|
|
Font.Name = 'Arial Narrow'
|
|
Font.Style = []
|
|
OldCreateOrder = False
|
|
OnCreate = FormCreate
|
|
PixelsPerInch = 96
|
|
TextHeight = 20
|
|
object Memo1: TMemo
|
|
Left = 0
|
|
Top = 0
|
|
Width = 649
|
|
Height = 233
|
|
Color = clNavy
|
|
Font.Charset = ANSI_CHARSET
|
|
Font.Color = clYellow
|
|
Font.Height = -19
|
|
Font.Name = 'Arial Narrow'
|
|
Font.Style = [fsBold]
|
|
ParentFont = False
|
|
TabOrder = 0
|
|
end
|
|
end
|