object MPage: TMPage Left = 200 Top = 121 BorderStyle = bsDialog Caption = 'Mise en page' ClientHeight = 152 ClientWidth = 315 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -13 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter Scaled = False PixelsPerInch = 120 TextHeight = 16 object RadioGroup1: TRadioGroup Left = 16 Top = 15 Width = 185 Height = 105 Caption = 'Type de papier' ItemIndex = 0 Items.Strings = ( 'Papier blanc' 'Papier � en-t�te' 'Papier imprim�') TabOrder = 0 end object Button1: TButton Left = 223 Top = 40 Width = 75 Height = 25 Cancel = True Caption = 'Annuler' TabOrder = 1 OnClick = Button1Click end object Button2: TButton Left = 223 Top = 80 Width = 75 Height = 25 Caption = 'OK' TabOrder = 2 OnClick = Button2Click end end