home *** CD-ROM | disk | FTP | other *** search
/ Logiciels PC Special 8 / LogicielsPCHS_8.iso / Français / PJscrab / pjscrabp.exe / RCDATA / TFSCHEMIN / TFSCHEMIN.txt
Text File  |  2000-05-27  |  1KB  |  69 lines

  1. object FSChemin: TFSChemin
  2.   Left = 40
  3.   Top = 445
  4.   Width = 435
  5.   Height = 171
  6.   BorderIcons = []
  7.   Caption = 'R∩┐╜pertoire de sauvegarde des param∩┐╜tres et des records'
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   OnClose = FormClose
  14.   OnShow = FormShow
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Button1: TButton
  18.     Left = 392
  19.     Top = 15
  20.     Width = 25
  21.     Height = 25
  22.     Caption = '...'
  23.     TabOrder = 0
  24.     OnClick = Button1Click
  25.   end
  26.   object EdChemin: TEdit
  27.     Left = 16
  28.     Top = 16
  29.     Width = 369
  30.     Height = 21
  31.     TabOrder = 1
  32.     Text = 'c:\temp'
  33.   end
  34.   object OK: TButton
  35.     Left = 126
  36.     Top = 104
  37.     Width = 75
  38.     Height = 25
  39.     Caption = 'OK'
  40.     Default = True
  41.     ModalResult = 1
  42.     TabOrder = 2
  43.     OnClick = OKClick
  44.   end
  45.   object Button2: TButton
  46.     Left = 208
  47.     Top = 104
  48.     Width = 75
  49.     Height = 25
  50.     Cancel = True
  51.     Caption = 'Annuler'
  52.     ModalResult = 2
  53.     TabOrder = 3
  54.   end
  55.   object RGOption: TRadioGroup
  56.     Left = 16
  57.     Top = 48
  58.     Width = 401
  59.     Height = 41
  60.     Caption = ' option '
  61.     Columns = 2
  62.     ItemIndex = 0
  63.     Items.Strings = (
  64.       '&essayer r∩┐╜pertoire courant d'#39'abord'
  65.       '&toujours utiliser le r∩┐╜pertoire saisi')
  66.     TabOrder = 4
  67.   end
  68. end
  69.