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

  1. object frmDiscard: TfrmDiscard
  2.   Left = 197
  3.   Top = 81
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = '$$$BILAN$$$'
  7.   ClientHeight = 386
  8.   ClientWidth = 482
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clBlack
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   OnActivate = FormActivate
  16.   OnCreate = FormCreate
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Label2: TLabel
  20.     Left = 16
  21.     Top = 8
  22.     Width = 129
  23.     Height = 13
  24.     Alignment = taRightJustify
  25.     AutoSize = False
  26.     Caption = '$$$FICHIERS'
  27.   end
  28.   object Label3: TLabel
  29.     Left = 160
  30.     Top = 8
  31.     Width = 48
  32.     Height = 13
  33.     Caption = '$$$NBRE'
  34.   end
  35.   object Label4: TLabel
  36.     Left = 160
  37.     Top = 24
  38.     Width = 42
  39.     Height = 13
  40.     Caption = '$$$SIZE'
  41.   end
  42.   object lblNombre: TLabel
  43.     Left = 216
  44.     Top = 8
  45.     Width = 47
  46.     Height = 13
  47.     Caption = 'lblNombre'
  48.     Font.Charset = DEFAULT_CHARSET
  49.     Font.Color = clNavy
  50.     Font.Height = -11
  51.     Font.Name = 'MS Sans Serif'
  52.     Font.Style = []
  53.     ParentFont = False
  54.   end
  55.   object lblTaille: TLabel
  56.     Left = 216
  57.     Top = 24
  58.     Width = 35
  59.     Height = 13
  60.     Caption = 'lblTaille'
  61.     Font.Charset = DEFAULT_CHARSET
  62.     Font.Color = clNavy
  63.     Font.Height = -11
  64.     Font.Name = 'MS Sans Serif'
  65.     Font.Style = []
  66.     ParentFont = False
  67.   end
  68.   object Bevel1: TBevel
  69.     Left = 16
  70.     Top = 48
  71.     Width = 457
  72.     Height = 9
  73.     Shape = bsTopLine
  74.   end
  75.   object Label1: TLabel
  76.     Left = 16
  77.     Top = 64
  78.     Width = 133
  79.     Height = 13
  80.     Caption = '$$$FICH NON SAUVES$$$'
  81.   end
  82.   object Label5: TLabel
  83.     Left = 16
  84.     Top = 272
  85.     Width = 457
  86.     Height = 33
  87.     AutoSize = False
  88.     Caption = '$$$ACCEDES PAR APPLI$$$'
  89.     WordWrap = True
  90.   end
  91.   object Label6: TLabel
  92.     Left = 16
  93.     Top = 312
  94.     Width = 156
  95.     Height = 13
  96.     Caption = '$$$ABANDON POUR QUITTER'
  97.   end
  98.   object Bevel2: TBevel
  99.     Left = 16
  100.     Top = 336
  101.     Width = 457
  102.     Height = 9
  103.     Shape = bsTopLine
  104.   end
  105.   object lstDiscardIn: TListBox
  106.     Left = 16
  107.     Top = 80
  108.     Width = 457
  109.     Height = 185
  110.     TabStop = False
  111.     Font.Charset = DEFAULT_CHARSET
  112.     Font.Color = clBlack
  113.     Font.Height = -11
  114.     Font.Name = 'MS Sans Serif'
  115.     Font.Style = []
  116.     ItemHeight = 13
  117.     ParentFont = False
  118.     TabOrder = 2
  119.   end
  120.   object lstDiscardOut: TListBox
  121.     Left = 328
  122.     Top = 8
  123.     Width = 121
  124.     Height = 25
  125.     TabStop = False
  126.     Color = clYellow
  127.     ItemHeight = 13
  128.     TabOrder = 3
  129.     Visible = False
  130.   end
  131.   object btnRetenter: TBitBtn
  132.     Left = 128
  133.     Top = 352
  134.     Width = 88
  135.     Height = 27
  136.     Caption = '$$$RTRY'
  137.     TabOrder = 0
  138.     OnClick = btnRetenterClick
  139.     Kind = bkRetry
  140.   end
  141.   object btnAbandon: TBitBtn
  142.     Left = 256
  143.     Top = 352
  144.     Width = 88
  145.     Height = 27
  146.     Caption = '$$$ABAND'
  147.     TabOrder = 1
  148.     OnClick = btnAbandonClick
  149.     Kind = bkAbort
  150.   end
  151. end
  152.