home *** CD-ROM | disk | FTP | other *** search
/ Logiciels PC 22 / LogicielsPC_22.iso / Accuses / Maj / Amscmd / AmsCmd.exe / 0 / RCDATA / TMPAGE / TMPAGE.txt
Text File  |  2001-06-27  |  952b  |  50 lines

  1. object MPage: TMPage
  2.   Left = 200
  3.   Top = 121
  4.   BorderStyle = bsDialog
  5.   Caption = 'Mise en page'
  6.   ClientHeight = 152
  7.   ClientWidth = 315
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -13
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   Scaled = False
  15.   PixelsPerInch = 120
  16.   TextHeight = 16
  17.   object RadioGroup1: TRadioGroup
  18.     Left = 16
  19.     Top = 15
  20.     Width = 185
  21.     Height = 105
  22.     Caption = 'Type de papier'
  23.     ItemIndex = 0
  24.     Items.Strings = (
  25.       'Papier blanc'
  26.       'Papier ∩┐╜ en-t∩┐╜te'
  27.       'Papier imprim∩┐╜')
  28.     TabOrder = 0
  29.   end
  30.   object Button1: TButton
  31.     Left = 223
  32.     Top = 40
  33.     Width = 75
  34.     Height = 25
  35.     Cancel = True
  36.     Caption = 'Annuler'
  37.     TabOrder = 1
  38.     OnClick = Button1Click
  39.   end
  40.   object Button2: TButton
  41.     Left = 223
  42.     Top = 80
  43.     Width = 75
  44.     Height = 25
  45.     Caption = 'OK'
  46.     TabOrder = 2
  47.     OnClick = Button2Click
  48.   end
  49. end
  50.