object ArrayFillDlg: TArrayFillDlg Left = 217 Top = 162 BorderStyle = bsDialog Caption = 'Initialisation/Remplissage de rectangle' ClientHeight = 125 ClientWidth = 312 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter OnActivate = FormActivate PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 56 Top = 16 Width = 92 Height = 13 Caption = 'Maximum horizontal' end object Label2: TLabel Left = 56 Top = 48 Width = 81 Height = 13 Caption = 'Maximum vertical' end object OKBtn: TButton Left = 79 Top = 84 Width = 75 Height = 25 Caption = 'OK' Default = True ModalResult = 1 TabOrder = 2 OnClick = OKBtnClick end object CancelBtn: TButton Left = 159 Top = 84 Width = 75 Height = 25 Cancel = True Caption = 'Annuler' ModalResult = 2 TabOrder = 3 end object Edit1: TEdit Left = 176 Top = 12 Width = 65 Height = 21 TabOrder = 0 end object Edit2: TEdit Left = 176 Top = 44 Width = 65 Height = 21 TabOrder = 1 end end