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

  1. object Form3: TForm3
  2.   Left = 548
  3.   Top = 233
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsSingle
  6.   ClientHeight = 210
  7.   ClientWidth = 458
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'Arial'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poDesktopCenter
  16.   OnCloseQuery = FormCloseQuery
  17.   OnCreate = FormCreate
  18.   OnShow = FormShow
  19.   PixelsPerInch = 96
  20.   TextHeight = 14
  21.   object GroupBox1: TGroupBox
  22.     Left = 16
  23.     Top = 12
  24.     Width = 429
  25.     Height = 153
  26.     Caption = 'R'#233'capitulatif de l'#39'installation'
  27.     TabOrder = 0
  28.     object Label1: TLabel
  29.       Left = 32
  30.       Top = 32
  31.       Width = 59
  32.       Height = 14
  33.       Caption = 'Application :'
  34.     end
  35.     object Label2: TLabel
  36.       Left = 32
  37.       Top = 52
  38.       Width = 44
  39.       Height = 14
  40.       Caption = 'Version :'
  41.     end
  42.     object Label3: TLabel
  43.       Left = 32
  44.       Top = 72
  45.       Width = 98
  46.       Height = 14
  47.       Caption = 'Dossier destination :'
  48.     end
  49.     object ApplicationLabel: TLabel
  50.       Left = 144
  51.       Top = 32
  52.       Width = 273
  53.       Height = 14
  54.       AutoSize = False
  55.       Caption = 'ApplicationLabel'
  56.       Font.Charset = DEFAULT_CHARSET
  57.       Font.Color = clWindowText
  58.       Font.Height = -11
  59.       Font.Name = 'Arial'
  60.       Font.Style = [fsBold]
  61.       ParentFont = False
  62.     end
  63.     object VersionLabel: TLabel
  64.       Left = 144
  65.       Top = 52
  66.       Width = 273
  67.       Height = 14
  68.       AutoSize = False
  69.       Caption = 'VersionLabel'
  70.       Font.Charset = DEFAULT_CHARSET
  71.       Font.Color = clWindowText
  72.       Font.Height = -11
  73.       Font.Name = 'Arial'
  74.       Font.Style = [fsBold]
  75.       ParentFont = False
  76.     end
  77.     object DossierLabel: TLabel
  78.       Left = 144
  79.       Top = 72
  80.       Width = 273
  81.       Height = 14
  82.       AutoSize = False
  83.       Caption = 'DossierLabel'
  84.       Font.Charset = DEFAULT_CHARSET
  85.       Font.Color = clWindowText
  86.       Font.Height = -11
  87.       Font.Name = 'Arial'
  88.       Font.Style = [fsBold]
  89.       ParentFont = False
  90.     end
  91.     object Label4: TLabel
  92.       Left = 32
  93.       Top = 120
  94.       Width = 369
  95.       Height = 14
  96.       Alignment = taCenter
  97.       AutoSize = False
  98.       Caption = 'Cliquez sur "Suivant" pour d'#233'marrer l'#39'installation...'
  99.     end
  100.     object Label5: TLabel
  101.       Left = 32
  102.       Top = 92
  103.       Width = 55
  104.       Height = 14
  105.       Caption = 'Raccourci :'
  106.     end
  107.     object RaccourciLabel: TLabel
  108.       Left = 144
  109.       Top = 92
  110.       Width = 273
  111.       Height = 14
  112.       AutoSize = False
  113.       Caption = 'RaccourciLabel'
  114.       Font.Charset = DEFAULT_CHARSET
  115.       Font.Color = clWindowText
  116.       Font.Height = -11
  117.       Font.Name = 'Arial'
  118.       Font.Style = [fsBold]
  119.       ParentFont = False
  120.     end
  121.   end
  122.   object PrecedentBtn: TButton
  123.     Left = 212
  124.     Top = 176
  125.     Width = 73
  126.     Height = 21
  127.     Caption = 'Pr'#233'c'#233'dent'
  128.     TabOrder = 2
  129.     OnClick = PrecedentBtnClick
  130.   end
  131.   object SuivantBtn: TButton
  132.     Left = 292
  133.     Top = 176
  134.     Width = 75
  135.     Height = 21
  136.     Caption = 'Suivant'
  137.     Default = True
  138.     TabOrder = 1
  139.     OnClick = SuivantBtnClick
  140.   end
  141.   object AnnulerBtn: TButton
  142.     Left = 372
  143.     Top = 176
  144.     Width = 73
  145.     Height = 21
  146.     Cancel = True
  147.     Caption = 'Annuler'
  148.     TabOrder = 3
  149.     OnClick = AnnulerBtnClick
  150.   end
  151. end
  152.