home *** CD-ROM | disk | FTP | other *** search
/ Hot Shareware 37 / hot37.iso / FICHEROS / 9SEG / LL32E135.ZIP / _setup.1 / LEBACKUP.exe / 0 / RCDATA / TFRMSTARTSAVE / TFRMSTARTSAVE.txt
Text File  |  1998-07-20  |  2KB  |  104 lines

  1. object frmStartSave: TfrmStartSave
  2.   Left = 119
  3.   Top = 109
  4.   HelpContext = 6000
  5.   BorderIcons = [biSystemMenu]
  6.   BorderStyle = bsDialog
  7.   Caption = '$$$SAUVEGARDE$$$'
  8.   ClientHeight = 190
  9.   ClientWidth = 381
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clBlack
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   Position = poScreenCenter
  16.   OnActivate = FormActivate
  17.   OnCreate = FormCreate
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Label1: TLabel
  21.     Left = 32
  22.     Top = 16
  23.     Width = 86
  24.     Height = 13
  25.     Alignment = taRightJustify
  26.     Caption = '$$$PROCEDURE'
  27.   end
  28.   object lblProcedure: TLabel
  29.     Left = 128
  30.     Top = 16
  31.     Width = 59
  32.     Height = 13
  33.     Caption = 'lblProcedure'
  34.   end
  35.   object Label2: TLabel
  36.     Left = 48
  37.     Top = 40
  38.     Width = 72
  39.     Height = 13
  40.     Alignment = taRightJustify
  41.     Caption = '$$$REP DEST'
  42.   end
  43.   object lblDestPath: TLabel
  44.     Left = 128
  45.     Top = 40
  46.     Width = 241
  47.     Height = 13
  48.     AutoSize = False
  49.     Caption = 'lblDestPath'
  50.   end
  51.   object btnOK: TBitBtn
  52.     Left = 48
  53.     Top = 152
  54.     Width = 80
  55.     Height = 27
  56.     Caption = '&OK'
  57.     TabOrder = 0
  58.     Kind = bkOK
  59.   end
  60.   object btnAnnuler: TBitBtn
  61.     Left = 152
  62.     Top = 152
  63.     Width = 80
  64.     Height = 27
  65.     Caption = '$$$ANNUL'
  66.     TabOrder = 1
  67.     Kind = bkCancel
  68.   end
  69.   object GroupBox1: TGroupBox
  70.     Left = 8
  71.     Top = 64
  72.     Width = 361
  73.     Height = 73
  74.     Caption = '$$$OPTIONS'
  75.     TabOrder = 2
  76.     object chkSaveAll: TCheckBox
  77.       Left = 8
  78.       Top = 24
  79.       Width = 305
  80.       Height = 17
  81.       Caption = '$$$SAVE ALL FILES$$$'
  82.       TabOrder = 0
  83.     end
  84.     object chkSimule: TCheckBox
  85.       Left = 8
  86.       Top = 48
  87.       Width = 305
  88.       Height = 17
  89.       Caption = '$$$SIMULATION$$$'
  90.       TabOrder = 1
  91.     end
  92.   end
  93.   object btnAide: TBitBtn
  94.     Left = 256
  95.     Top = 152
  96.     Width = 80
  97.     Height = 27
  98.     Caption = '$$$AID'
  99.     TabOrder = 3
  100.     OnClick = btnAideClick
  101.     Kind = bkHelp
  102.   end
  103. end
  104.