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

  1. object Form4: TForm4
  2.   Left = 559
  3.   Top = 421
  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 = 'Installation'
  27.     TabOrder = 0
  28.     object Status: TLabel
  29.       Left = 24
  30.       Top = 32
  31.       Width = 381
  32.       Height = 57
  33.       AutoSize = False
  34.       Caption = 'Initialisation de l'#39'installation...'
  35.       Font.Charset = DEFAULT_CHARSET
  36.       Font.Color = clWindowText
  37.       Font.Height = -13
  38.       Font.Name = 'Arial'
  39.       Font.Style = []
  40.       ParentFont = False
  41.       WordWrap = True
  42.     end
  43.     object ProgressBar: TProgressBar
  44.       Left = 24
  45.       Top = 104
  46.       Width = 381
  47.       Height = 17
  48.       Min = 0
  49.       Max = 100
  50.       TabOrder = 0
  51.     end
  52.   end
  53.   object PrecedentBtn: TButton
  54.     Left = 212
  55.     Top = 176
  56.     Width = 73
  57.     Height = 21
  58.     Caption = 'Pr'#233'c'#233'dent'
  59.     Enabled = False
  60.     TabOrder = 2
  61.   end
  62.   object SuivantBtn: TButton
  63.     Left = 292
  64.     Top = 176
  65.     Width = 75
  66.     Height = 21
  67.     Caption = 'Terminer'
  68.     Default = True
  69.     Enabled = False
  70.     TabOrder = 1
  71.     OnClick = SuivantBtnClick
  72.   end
  73.   object AnnulerBtn: TButton
  74.     Left = 372
  75.     Top = 176
  76.     Width = 73
  77.     Height = 21
  78.     Cancel = True
  79.     Caption = 'Annuler'
  80.     TabOrder = 3
  81.     OnClick = AnnulerBtnClick
  82.   end
  83.   object Timer: TTimer
  84.     Enabled = False
  85.     Interval = 100
  86.     OnTimer = TimerTimer
  87.     Left = 16
  88.     Top = 172
  89.   end
  90. end
  91.