object dico: Tdico Left = 200 Top = 106 Width = 292 Height = 338 Caption = 'Dictionnaires' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 16 Top = 16 Width = 97 Height = 13 Alignment = taCenter AutoSize = False Caption = 'Mots de 4 lettres' Font.Charset = DEFAULT_CHARSET Font.Color = clNavy Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False end object Label2: TLabel Left = 136 Top = 16 Width = 97 Height = 13 Alignment = taCenter AutoSize = False Caption = 'Mots de 5 lettres' Font.Charset = DEFAULT_CHARSET Font.Color = clPurple Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False end object l_mots4: TListBox Left = 16 Top = 40 Width = 97 Height = 161 ItemHeight = 13 Sorted = True TabOrder = 0 end object e_4lettres: TEdit Left = 16 Top = 208 Width = 57 Height = 21 CharCase = ecUpperCase MaxLength = 4 TabOrder = 1 end object b_ajout4: TButton Left = 16 Top = 232 Width = 41 Height = 25 Caption = 'Ajouter' Font.Charset = DEFAULT_CHARSET Font.Color = clYellow Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False TabOrder = 2 OnClick = b_ajout4Click end object l_mots5: TListBox Left = 136 Top = 40 Width = 97 Height = 161 ItemHeight = 13 Sorted = True TabOrder = 3 end object e_5lettres: TEdit Left = 136 Top = 208 Width = 57 Height = 21 CharCase = ecUpperCase MaxLength = 5 TabOrder = 4 end object b_ajout5: TButton Left = 136 Top = 232 Width = 41 Height = 25 Caption = 'Ajouter' TabOrder = 5 OnClick = b_ajout5Click end object sauver: TBitBtn Left = 16 Top = 272 Width = 73 Height = 25 Caption = 'Sauver' TabOrder = 6 OnClick = sauverClick Kind = bkOK end object annuler: TBitBtn Left = 104 Top = 272 Width = 73 Height = 25 TabOrder = 7 OnClick = annulerClick Kind = bkCancel end object b_suppr4: TButton Left = 72 Top = 232 Width = 41 Height = 25 Caption = 'Suppr.' Font.Charset = DEFAULT_CHARSET Font.Color = clYellow Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False TabOrder = 8 OnClick = b_suppr4Click end object b_suppr5: TButton Left = 192 Top = 232 Width = 41 Height = 25 Caption = 'Suppr.' Font.Charset = DEFAULT_CHARSET Font.Color = clYellow Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False TabOrder = 9 OnClick = b_suppr5Click end end