object SaisieDuplicate: TSaisieDuplicate Left = 7 Top = 439 Width = 251 Height = 142 ActiveControl = fi_coup Caption = 'SaisieDuplicate' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter OnClose = FormClose OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 23 Top = 58 Width = 30 Height = 13 Caption = '&Valeur' FocusControl = fi_points end object Label2: TLabel Left = 28 Top = 10 Width = 25 Height = 13 Caption = '&Coup' FocusControl = fi_coup end object Label3: TLabel Left = 16 Top = 33 Width = 37 Height = 14 Caption = '&Position' FocusControl = fi_coord end object Label4: TLabel Left = 181 Top = 35 Width = 37 Height = 13 Caption = '(ex: H5)' end object Label5: TLabel Left = 181 Top = 11 Width = 54 Height = 13 Caption = '(ex: ESSAI)' end object Label6: TLabel Left = 182 Top = 59 Width = 35 Height = 13 Caption = '(ex: 18)' end object bt_ok: TButton Left = 80 Top = 85 Width = 75 Height = 25 Caption = 'OK' Default = True ModalResult = 1 TabOrder = 3 OnClick = bt_okClick end object fi_points: TEdit Left = 56 Top = 54 Width = 121 Height = 21 TabOrder = 2 end object fi_coup: TEdit Left = 56 Top = 6 Width = 121 Height = 21 TabOrder = 0 end object fi_coord: TEdit Left = 56 Top = 30 Width = 121 Height = 21 TabOrder = 1 end end