home *** CD-ROM | disk | FTP | other *** search
/ The Best of Windows 95.com 1996 December / WIN95_DEC_1996_1.ISO / network / ps3432.exe / PSYNC32.EXE / 0 / RCDATA / TFILEDELTIMER / TFILEDELTIMER.txt < prev   
Text File  |  1996-12-13  |  3KB  |  141 lines

  1. object FileDelTimer: TFileDelTimer
  2.   Left = 199
  3.   Top = 224
  4.   Cursor = crArrow
  5.   BorderStyle = bsDialog
  6.   Caption = 'File/Folder Deletion Warning'
  7.   ClientHeight = 130
  8.   ClientWidth = 337
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   FormStyle = fsStayOnTop
  14.   Icon.Data = {<image000.ico>}
  15.   PixelsPerInch = 96
  16.   Position = poScreenCenter
  17.   OnShow = FormShow
  18.   TextHeight = 13
  19.   object Label1: TLabel
  20.     Left = 56
  21.     Top = 11
  22.     Width = 258
  23.     Height = 16
  24.     Caption = 'UnMatched file(s) and/or folder(s) in'
  25.     Font.Color = clWindowText
  26.     Font.Height = -13
  27.     Font.Name = 'MS Sans Serif'
  28.     Font.Style = [fsBold]
  29.     ParentFont = False
  30.   end
  31.   object Label2: TLabel
  32.     Left = 33
  33.     Top = 30
  34.     Width = 165
  35.     Height = 16
  36.     Alignment = taRightJustify
  37.     Caption = 'target will be deleted in'
  38.     Font.Color = clWindowText
  39.     Font.Height = -13
  40.     Font.Name = 'MS Sans Serif'
  41.     Font.Style = [fsBold]
  42.     ParentFont = False
  43.   end
  44.   object Label3: TLabel
  45.     Left = 239
  46.     Top = 30
  47.     Width = 64
  48.     Height = 16
  49.     Caption = 'seconds!'
  50.     Font.Color = clWindowText
  51.     Font.Height = -13
  52.     Font.Name = 'MS Sans Serif'
  53.     Font.Style = [fsBold]
  54.     ParentFont = False
  55.   end
  56.   object Label4: TLabel
  57.     Left = 201
  58.     Top = 30
  59.     Width = 33
  60.     Height = 16
  61.     Alignment = taCenter
  62.     AutoSize = False
  63.     Caption = '10'
  64.     Color = clSilver
  65.     Font.Color = clRed
  66.     Font.Height = -13
  67.     Font.Name = 'MS Sans Serif'
  68.     Font.Style = [fsBold]
  69.     ParentColor = False
  70.     ParentFont = False
  71.   end
  72.   object Label5: TLabel
  73.     Left = 1
  74.     Top = 10
  75.     Width = 50
  76.     Height = 16
  77.     Alignment = taRightJustify
  78.     AutoSize = False
  79.     Caption = '10'
  80.     Color = clSilver
  81.     Font.Color = clRed
  82.     Font.Height = -13
  83.     Font.Name = 'MS Sans Serif'
  84.     Font.Style = [fsBold]
  85.     ParentColor = False
  86.     ParentFont = False
  87.   end
  88.   object Button1: TButton
  89.     Left = 29
  90.     Top = 89
  91.     Width = 82
  92.     Height = 25
  93.     Cursor = crArrow
  94.     Caption = '&Continue'
  95.     Font.Color = clBlack
  96.     Font.Height = -13
  97.     Font.Name = 'MS Sans Serif'
  98.     Font.Style = [fsBold]
  99.     ParentFont = False
  100.     TabOrder = 0
  101.     OnClick = Button1Click
  102.   end
  103.   object Button2: TButton
  104.     Left = 223
  105.     Top = 89
  106.     Width = 82
  107.     Height = 25
  108.     Cursor = crArrow
  109.     Cancel = True
  110.     Caption = 'C&ancel'
  111.     Font.Color = clBlack
  112.     Font.Height = -13
  113.     Font.Name = 'MS Sans Serif'
  114.     Font.Style = [fsBold]
  115.     ParentFont = False
  116.     TabOrder = 1
  117.     OnClick = Button2Click
  118.   end
  119.   object ManualDeleteUnMatched: TButton
  120.     Left = 66
  121.     Top = 55
  122.     Width = 200
  123.     Height = 25
  124.     Cursor = crArrow
  125.     Caption = 'Manually Delete From List'
  126.     Default = True
  127.     Font.Color = clBlack
  128.     Font.Height = -13
  129.     Font.Name = 'MS Sans Serif'
  130.     Font.Style = [fsBold]
  131.     ParentFont = False
  132.     TabOrder = 2
  133.     OnClick = ManualDeleteUnMatchedClick
  134.   end
  135.   object Timer1: TTimer
  136.     OnTimer = Timer1Timer
  137.     Left = 153
  138.     Top = 92
  139.   end
  140. end
  141.