object PointCoordDlg: TPointCoordDlg Left = 263 Top = 115 ActiveControl = Edit1 BorderStyle = bsDialog Caption = 'Point de coordonn�es' ClientHeight = 122 ClientWidth = 270 Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter PixelsPerInch = 96 TextHeight = 13 object OKBtn: TBitBtn Left = 47 Top = 90 Width = 77 Height = 27 TabOrder = 0 Kind = bkOK Margin = 2 Style = bsNew Spacing = -1 IsControl = True end object CancelBtn: TBitBtn Left = 131 Top = 90 Width = 77 Height = 27 TabOrder = 1 Kind = bkCancel Margin = 2 Style = bsNew Spacing = -1 IsControl = True end object PanelDef: TPanel Left = 6 Top = 5 Width = 258 Height = 79 TabOrder = 2 object Label1: TLabel Left = 32 Top = 19 Width = 45 Height = 13 Caption = 'Abscisse:' end object Label2: TLabel Left = 27 Top = 48 Width = 50 Height = 13 Caption = 'Ordonn�e:' end object Edit1: TEdit Left = 104 Top = 15 Width = 121 Height = 21 TabOrder = 0 OnKeyPress = Edit1KeyPress end object Edit2: TEdit Left = 104 Top = 43 Width = 121 Height = 21 TabOrder = 1 OnKeyPress = Edit1KeyPress end end end