object newmot: Tnewmot Left = 187 Top = 108 Width = 154 Height = 106 BorderIcons = [] Caption = 'Nouveau mot' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object e_mot: TEdit Left = 24 Top = 8 Width = 97 Height = 21 CharCase = ecUpperCase Font.Charset = DEFAULT_CHARSET Font.Color = clNavy Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] MaxLength = 5 ParentFont = False TabOrder = 0 end object BitBtn1: TBitBtn Left = 32 Top = 40 Width = 81 Height = 25 Font.Charset = DEFAULT_CHARSET Font.Color = clNavy Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False TabOrder = 1 OnClick = BitBtn1Click Kind = bkOK end end