object AmbigPopUp: TAmbigPopUp Left = 263 Top = 115 Width = 240 Height = 198 ActiveControl = ListeChoix Caption = 'Levez l'#39'ambiguit�' Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter OnClose = FormClose PixelsPerInch = 96 TextHeight = 13 object Panel2: TPanel Left = 0 Top = 140 Width = 232 Height = 34 Align = alBottom BevelOuter = bvNone BorderWidth = 1 TabOrder = 1 object Panel3: TPanel Left = 71 Top = 1 Width = 160 Height = 32 Align = alRight BevelOuter = bvNone BorderWidth = 2 TabOrder = 0 object Bevel1: TBevel Left = 2 Top = 2 Width = 156 Height = 28 Align = alClient end object OKBtn: TBitBtn Left = 80 Top = 3 Width = 77 Height = 26 Caption = '&OK' TabOrder = 0 Kind = bkOK Layout = blGlyphRight Margin = 2 Style = bsNew Spacing = -1 IsControl = True end object CancelBtn: TBitBtn Left = 3 Top = 3 Width = 77 Height = 26 Caption = '&Annuler' TabOrder = 1 OnClick = CancelBtnClick Kind = bkCancel Margin = 2 Style = bsNew Spacing = -1 IsControl = True end end end object Panel1: TPanel Left = 0 Top = 0 Width = 232 Height = 140 Align = alClient BevelOuter = bvNone BorderWidth = 2 TabOrder = 0 object ListeChoix: TListBox Left = 2 Top = 2 Width = 228 Height = 136 Align = alClient ExtendedSelect = False ItemHeight = 13 TabOrder = 0 OnDblClick = ListeChoixDblClick end end end