object FrmNouveau: TFrmNouveau Left = 356 Top = 247 BorderStyle = bsDialog Caption = 'Nouveau Plateau' ClientHeight = 87 ClientWidth = 297 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False Position = poMainFormCenter OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 8 Top = 8 Width = 22 Height = 13 Caption = 'Nom' end object Hauteur: TLabel Left = 112 Top = 56 Width = 38 Height = 13 Caption = 'Hauteur' end object Label2: TLabel Left = 16 Top = 56 Width = 36 Height = 13 Caption = 'Largeur' end object EdNomPlateau: TEdit Left = 8 Top = 24 Width = 185 Height = 21 MaxLength = 15 TabOrder = 0 end object EdHauteur: TEdit Left = 160 Top = 56 Width = 25 Height = 21 TabOrder = 1 Text = '3' end object EdLargeur: TEdit Left = 56 Top = 56 Width = 25 Height = 21 TabOrder = 2 Text = '3' end object BtOk: TBitBtn Left = 216 Top = 16 Width = 75 Height = 25 TabOrder = 5 Kind = bkOK end object BtCancel: TBitBtn Left = 216 Top = 48 Width = 75 Height = 25 TabOrder = 6 Kind = bkCancel end object UDHauteur: TUpDown Left = 185 Top = 56 Width = 15 Height = 21 Associate = EdHauteur Min = 3 Max = 16 Position = 3 TabOrder = 3 Wrap = False end object UDLargeur: TUpDown Left = 81 Top = 56 Width = 15 Height = 21 Associate = EdLargeur Min = 3 Max = 16 Position = 3 TabOrder = 4 Wrap = False end end