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

  1. object enreg: Tenreg
  2.   Left = 195
  3.   Top = 129
  4.   Width = 370
  5.   Height = 252
  6.   Caption = 'Enregistrement de l'#39'exemplaire de 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 = 345
  19.     Height = 57
  20.     BevelInner = bvLowered
  21.     Caption = 'Panel1'
  22.     TabOrder = 0
  23.     object Label1: TLabel
  24.       Left = 8
  25.       Top = 8
  26.       Width = 329
  27.       Height = 41
  28.       AutoSize = False
  29.       Caption = 
  30.         'Pour enregistrer votre exemplaire de LETTRIX et acc∩┐╜der ∩┐╜ une in' +
  31.         'finit∩┐╜ de parties, il suffit de saisir ci-dessous votre nom et l' +
  32.         'e code d'#39'enregistrement qui vous a ∩┐╜t∩┐╜ attribu∩┐╜.'
  33.       Font.Charset = DEFAULT_CHARSET
  34.       Font.Color = clNavy
  35.       Font.Height = -11
  36.       Font.Name = 'MS Sans Serif'
  37.       Font.Style = [fsBold]
  38.       ParentFont = False
  39.       WordWrap = True
  40.     end
  41.   end
  42.   object Panel2: TPanel
  43.     Left = 24
  44.     Top = 72
  45.     Width = 313
  46.     Height = 41
  47.     BevelInner = bvLowered
  48.     Caption = 'Panel2'
  49.     TabOrder = 1
  50.     object Label2: TLabel
  51.       Left = 10
  52.       Top = 10
  53.       Width = 66
  54.       Height = 13
  55.       Caption = 'Votre nom :'
  56.       Font.Charset = DEFAULT_CHARSET
  57.       Font.Color = clNavy
  58.       Font.Height = -11
  59.       Font.Name = 'MS Sans Serif'
  60.       Font.Style = [fsBold]
  61.       ParentFont = False
  62.     end
  63.     object e_nom: TEdit
  64.       Left = 80
  65.       Top = 8
  66.       Width = 225
  67.       Height = 21
  68.       CharCase = ecUpperCase
  69.       Font.Charset = DEFAULT_CHARSET
  70.       Font.Color = clNavy
  71.       Font.Height = -11
  72.       Font.Name = 'MS Sans Serif'
  73.       Font.Style = [fsBold]
  74.       MaxLength = 50
  75.       ParentFont = False
  76.       TabOrder = 0
  77.     end
  78.   end
  79.   object Panel3: TPanel
  80.     Left = 24
  81.     Top = 120
  82.     Width = 313
  83.     Height = 41
  84.     BevelInner = bvLowered
  85.     TabOrder = 2
  86.     object Label3: TLabel
  87.       Left = 10
  88.       Top = 10
  89.       Width = 135
  90.       Height = 13
  91.       Caption = 'Code d'#39'enregistrement :'
  92.       Font.Charset = DEFAULT_CHARSET
  93.       Font.Color = clNavy
  94.       Font.Height = -11
  95.       Font.Name = 'MS Sans Serif'
  96.       Font.Style = [fsBold]
  97.       ParentFont = False
  98.     end
  99.     object e_code: TEdit
  100.       Left = 152
  101.       Top = 8
  102.       Width = 153
  103.       Height = 21
  104.       CharCase = ecUpperCase
  105.       Font.Charset = DEFAULT_CHARSET
  106.       Font.Color = clNavy
  107.       Font.Height = -11
  108.       Font.Name = 'MS Sans Serif'
  109.       Font.Style = [fsBold]
  110.       MaxLength = 50
  111.       ParentFont = False
  112.       TabOrder = 0
  113.     end
  114.   end
  115.   object b_enreg: TBitBtn
  116.     Left = 32
  117.     Top = 176
  118.     Width = 145
  119.     Height = 25
  120.     Caption = 'Enregistrer LETTRIX'
  121.     TabOrder = 3
  122.     OnClick = b_enregClick
  123.     Kind = bkOK
  124.   end
  125.   object b_quitter: TBitBtn
  126.     Left = 248
  127.     Top = 176
  128.     Width = 89
  129.     Height = 25
  130.     Caption = 'Quitter'
  131.     TabOrder = 4
  132.     OnClick = b_quitterClick
  133.     Kind = bkCancel
  134.   end
  135. end
  136.