home *** CD-ROM | disk | FTP | other *** search
/ Windows News 2006 October / wn148cd2.iso / Windows / Travailler / Sysboard / 6bi2.1.exe / 0 / RCDATA / TFORM1 / TFORM1.txt < prev   
Text File  |  2006-03-02  |  3KB  |  116 lines

  1. object Form1: TForm1
  2.   Left = 305
  3.   Top = 107
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsSingle
  6.   Caption = 'Installation'
  7.   ClientHeight = 209
  8.   ClientWidth = 458
  9.   Color = clBtnFace
  10.   Font.Charset = ANSI_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'Arial'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poDesktopCenter
  17.   OnCloseQuery = FormCloseQuery
  18.   OnCreate = FormCreate
  19.   PixelsPerInch = 96
  20.   TextHeight = 14
  21.   object GroupBox1: TGroupBox
  22.     Left = 12
  23.     Top = 8
  24.     Width = 433
  25.     Height = 157
  26.     Caption = 'Bienvenue dans l'#39'installation de '
  27.     TabOrder = 0
  28.     object Label1: TLabel
  29.       Left = 20
  30.       Top = 32
  31.       Width = 393
  32.       Height = 16
  33.       AutoSize = False
  34.       Caption = 'Bienvenue dans le programme d'#39'installation de '
  35.       Font.Charset = DEFAULT_CHARSET
  36.       Font.Color = clWindowText
  37.       Font.Height = -13
  38.       Font.Name = 'Arial'
  39.       Font.Style = [fsBold]
  40.       ParentFont = False
  41.     end
  42.     object Label2: TLabel
  43.       Left = 92
  44.       Top = 64
  45.       Width = 201
  46.       Height = 13
  47.       AutoSize = False
  48.       Caption = 'Vous '#234'tes sur le point d'#39'installer le logiciel'
  49.     end
  50.     object Label3: TLabel
  51.       Left = 92
  52.       Top = 128
  53.       Width = 317
  54.       Height = 14
  55.       AutoSize = False
  56.       Caption = 'Cliquez sur Suivant pour continuer...'
  57.     end
  58.     object Image1: TImage
  59.       Left = 24
  60.       Top = 68
  61.       Width = 28
  62.       Height = 30
  63.       AutoSize = True
  64.       Picture.Data = {<image000.bmp>}
  65.       Transparent = True
  66.     end
  67.     object VersionLabel: TLabel
  68.       Left = 296
  69.       Top = 64
  70.       Width = 9
  71.       Height = 14
  72.       Caption = '...'
  73.     end
  74.     object Label4: TLabel
  75.       Left = 92
  76.       Top = 88
  77.       Width = 317
  78.       Height = 29
  79.       AutoSize = False
  80.       Caption = 
  81.         'Veuillez fermer les anciennes version de SysBoard qui pourraient' +
  82.         ' '#234'tre lanc'#233'es afin d'#39'en effectuer la mise '#224' jour.'
  83.       WordWrap = True
  84.     end
  85.   end
  86.   object AnnulerBtn: TButton
  87.     Left = 372
  88.     Top = 176
  89.     Width = 73
  90.     Height = 21
  91.     Cancel = True
  92.     Caption = 'Annuler'
  93.     TabOrder = 3
  94.     OnClick = AnnulerBtnClick
  95.   end
  96.   object SuivantBtn: TButton
  97.     Left = 292
  98.     Top = 176
  99.     Width = 75
  100.     Height = 21
  101.     Caption = 'Suivant'
  102.     Default = True
  103.     TabOrder = 1
  104.     OnClick = SuivantBtnClick
  105.   end
  106.   object Button1: TButton
  107.     Left = 212
  108.     Top = 176
  109.     Width = 73
  110.     Height = 21
  111.     Caption = 'Pr'#233'c'#233'dent'
  112.     Enabled = False
  113.     TabOrder = 2
  114.   end
  115. end
  116.