home *** CD-ROM | disk | FTP | other *** search
/ Chip 1999 March / Chip_1999-03_cd.bin / sharewar / EasyMail / EZM32V12.EXE / SETUPMN.DLL / 0 / RCDATA / TREMOVESHAREDFILEFM / TREMOVESHAREDFILEFM.txt
Encoding:
Text File  |  1999-02-01  |  1.8 KB  |  89 lines

  1. object RemoveSharedFileFm: TRemoveSharedFileFm
  2.   Left = 314
  3.   Top = 203
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Remove Shared File'
  7.   ClientHeight = 159
  8.   ClientWidth = 416
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   OnCreate = FormCreate
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object IconIm: TEPImage
  18.     Left = 8
  19.     Top = 8
  20.     Width = 32
  21.     Height = 32
  22.     ParentColor = False
  23.   end
  24.   object SharedFileLabelLb: TLabel
  25.     Left = 52
  26.     Top = 56
  27.     Width = 56
  28.     Height = 13
  29.     Caption = 'Shared File:'
  30.   end
  31.   object SharedFileLb: TLabel
  32.     Left = 124
  33.     Top = 56
  34.     Width = 169
  35.     Height = 17
  36.     AutoSize = False
  37.   end
  38.   object MessagePart2Lb: TLabel
  39.     Left = 52
  40.     Top = 80
  41.     Width = 237
  42.     Height = 39
  43.     AutoSize = False
  44.     Caption = 
  45.       'If an application is still using this file and it is removed, th' +
  46.       'e application may cease functioning. Do you want to remove the s' +
  47.       'hared file anyway?'
  48.     WordWrap = True
  49.   end
  50.   object MessagePart1Lb: TLabel
  51.     Left = 52
  52.     Top = 8
  53.     Width = 237
  54.     Height = 39
  55.     AutoSize = False
  56.     Caption = 
  57.       'Windows indicates that the following shared file is no longer us' +
  58.       'ed by other applications and can be removed.'
  59.     WordWrap = True
  60.   end
  61.   object RemoveBt: TButton
  62.     Left = 308
  63.     Top = 8
  64.     Width = 99
  65.     Height = 25
  66.     Caption = '&Remove'
  67.     Default = True
  68.     ModalResult = 6
  69.     TabOrder = 0
  70.   end
  71.   object DoNotRemoveBt: TButton
  72.     Left = 308
  73.     Top = 40
  74.     Width = 99
  75.     Height = 25
  76.     Caption = 'Do &Not Remove'
  77.     ModalResult = 7
  78.     TabOrder = 1
  79.   end
  80.   object DoNotConfirmAgainCb: TCheckBox
  81.     Left = 52
  82.     Top = 132
  83.     Width = 245
  84.     Height = 17
  85.     Caption = '&Do not prompt for confirmation again'
  86.     TabOrder = 2
  87.   end
  88. end
  89.