object MatriceDlg: TMatriceDlg Left = 190 Top = 134 BorderStyle = bsDialog Caption = 'Matrice' ClientHeight = 126 ClientWidth = 313 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 = 40 Top = 16 Width = 92 Height = 13 Caption = 'Maximum horizontal' end object Label2: TLabel Left = 40 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 = 168 Top = 12 Width = 73 Height = 21 TabOrder = 0 end object Edit2: TEdit Left = 168 Top = 44 Width = 73 Height = 21 TabOrder = 1 end end