home *** CD-ROM | disk | FTP | other *** search
/ Logiciels PC Special 8 / LogicielsPCHS_8.iso / Français / Lettrix / _SETUP.1 / LETTRIX.exe / 0 / RCDATA / TDESENR / TDESENR.txt
Text File  |  1999-10-10  |  2KB  |  86 lines

  1. object desenr: Tdesenr
  2.   Left = 200
  3.   Top = 134
  4.   Width = 368
  5.   Height = 205
  6.   Caption = 'D∩┐╜senregistrer LETTRIX'
  7.   Font.Charset = DEFAULT_CHARSET
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Position = poScreenCenter
  13.   PixelsPerInch = 96
  14.   TextHeight = 13
  15.   object Panel1: TPanel
  16.     Left = 8
  17.     Top = 8
  18.     Width = 337
  19.     Height = 57
  20.     BevelInner = bvLowered
  21.     TabOrder = 0
  22.     object Label1: TLabel
  23.       Left = 8
  24.       Top = 8
  25.       Width = 321
  26.       Height = 41
  27.       Alignment = taCenter
  28.       AutoSize = False
  29.       Caption = 
  30.         'Lorsque vous aurez d∩┐╜senregistr∩┐╜ votre exemplaire de LETRRIX, vo' +
  31.         'us n'#39'aurez acc∩┐╜s qu'#39'au 20 parties pr∩┐╜-enregistr∩┐╜es.'
  32.       Font.Charset = DEFAULT_CHARSET
  33.       Font.Color = clNavy
  34.       Font.Height = -11
  35.       Font.Name = 'MS Sans Serif'
  36.       Font.Style = [fsBold]
  37.       ParentFont = False
  38.       WordWrap = True
  39.     end
  40.   end
  41.   object Panel2: TPanel
  42.     Left = 8
  43.     Top = 72
  44.     Width = 337
  45.     Height = 49
  46.     BevelInner = bvLowered
  47.     Caption = 'Panel2'
  48.     TabOrder = 1
  49.     object Label2: TLabel
  50.       Left = 8
  51.       Top = 8
  52.       Width = 321
  53.       Height = 25
  54.       Alignment = taCenter
  55.       AutoSize = False
  56.       Caption = 'Etes-vous sure de vouloir continuer ?'
  57.       Font.Charset = DEFAULT_CHARSET
  58.       Font.Color = clNavy
  59.       Font.Height = -16
  60.       Font.Name = 'MS Sans Serif'
  61.       Font.Style = [fsBold]
  62.       ParentFont = False
  63.       WordWrap = True
  64.     end
  65.   end
  66.   object BitBtn1: TBitBtn
  67.     Left = 56
  68.     Top = 136
  69.     Width = 81
  70.     Height = 25
  71.     Caption = 'Oui'
  72.     TabOrder = 2
  73.     OnClick = BitBtn1Click
  74.     Kind = bkOK
  75.   end
  76.   object BitBtn2: TBitBtn
  77.     Left = 232
  78.     Top = 136
  79.     Width = 81
  80.     Height = 25
  81.     TabOrder = 3
  82.     OnClick = BitBtn2Click
  83.     Kind = bkNo
  84.   end
  85. end
  86.