object BaryDlg: TBaryDlg Left = 263 Top = 115 HelpContext = 307 ActiveControl = OKBtn BorderIcons = [] BorderStyle = bsDialog Caption = 'Barycentre' ClientHeight = 117 ClientWidth = 272 Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object Bevel1: TBevel Left = 8 Top = 8 Width = 253 Height = 68 Style = bsRaised IsControl = True end object Label1: TLabel Left = 25 Top = 30 Width = 150 Height = 30 AutoSize = False Caption = 'Saisir le nombre de points pour cr�er le barycentre :' end object OKBtn: TBitBtn Left = 58 Top = 84 Width = 77 Height = 27 TabOrder = 0 Kind = bkOK Margin = 2 Style = bsNew Spacing = -1 IsControl = True end object CancelBtn: TBitBtn Left = 142 Top = 84 Width = 77 Height = 27 TabOrder = 1 Kind = bkCancel Margin = 2 Style = bsNew Spacing = -1 IsControl = True end object SpinEditBarycentre: TSpinEdit Left = 182 Top = 33 Width = 53 Height = 22 MaxValue = 15 MinValue = 2 TabOrder = 2 Value = 3 end end