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

  1. object Form2: TForm2
  2.   Left = 534
  3.   Top = 111
  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 = 'Options d'#39'installation de '
  27.     TabOrder = 0
  28.     object Label1: TLabel
  29.       Left = 36
  30.       Top = 32
  31.       Width = 361
  32.       Height = 16
  33.       AutoSize = False
  34.       Caption = 'Veuillez choisir le chemin o'#249' installer '
  35.       Font.Charset = DEFAULT_CHARSET
  36.       Font.Color = clWindowText
  37.       Font.Height = -13
  38.       Font.Name = 'MS Sans Serif'
  39.       Font.Style = []
  40.       ParentFont = False
  41.     end
  42.     object CheminEdit: TEdit
  43.       Left = 36
  44.       Top = 52
  45.       Width = 249
  46.       Height = 22
  47.       TabOrder = 0
  48.     end
  49.     object ParcourirBtn: TButton
  50.       Left = 292
  51.       Top = 52
  52.       Width = 65
  53.       Height = 21
  54.       Caption = '&Parcourir'
  55.       TabOrder = 1
  56.       OnClick = ParcourirBtnClick
  57.     end
  58.     object DemarrageCheckBox: TCheckBox
  59.       Left = 36
  60.       Top = 92
  61.       Width = 301
  62.       Height = 17
  63.       Caption = 'Ajouter un groupe de programme dans le menu d'#233'marrer'
  64.       Checked = True
  65.       State = cbChecked
  66.       TabOrder = 2
  67.     end
  68.     object BureauCheckBox: TCheckBox
  69.       Left = 36
  70.       Top = 112
  71.       Width = 201
  72.       Height = 17
  73.       Caption = 'Ajouter un raccourci sur le bureau'
  74.       TabOrder = 3
  75.     end
  76.   end
  77.   object SuivantBtn: TButton
  78.     Left = 292
  79.     Top = 176
  80.     Width = 75
  81.     Height = 21
  82.     Caption = 'Suivant'
  83.     Default = True
  84.     TabOrder = 1
  85.     OnClick = SuivantBtnClick
  86.   end
  87.   object AnnulerBtn: TButton
  88.     Left = 372
  89.     Top = 176
  90.     Width = 73
  91.     Height = 21
  92.     Cancel = True
  93.     Caption = 'Annuler'
  94.     TabOrder = 3
  95.     OnClick = AnnulerBtnClick
  96.   end
  97.   object PrecedentBtn: TButton
  98.     Left = 212
  99.     Top = 176
  100.     Width = 73
  101.     Height = 21
  102.     Caption = 'Pr'#233'c'#233'dent'
  103.     TabOrder = 2
  104.     OnClick = PrecedentBtnClick
  105.   end
  106. end
  107.