home *** CD-ROM | disk | FTP | other *** search
- object RemoveSharedFileFm: TRemoveSharedFileFm
- Left = 314
- Top = 203
- BorderIcons = [biSystemMenu]
- BorderStyle = bsDialog
- Caption = 'Remove Shared File'
- ClientHeight = 159
- ClientWidth = 416
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Position = poScreenCenter
- OnCreate = FormCreate
- PixelsPerInch = 96
- TextHeight = 13
- object IconIm: TEPImage
- Left = 8
- Top = 8
- Width = 32
- Height = 32
- ParentColor = False
- end
- object SharedFileLabelLb: TLabel
- Left = 52
- Top = 56
- Width = 56
- Height = 13
- Caption = 'Shared File:'
- end
- object SharedFileLb: TLabel
- Left = 124
- Top = 56
- Width = 169
- Height = 17
- AutoSize = False
- end
- object MessagePart2Lb: TLabel
- Left = 52
- Top = 80
- Width = 237
- Height = 39
- AutoSize = False
- Caption =
- 'If an application is still using this file and it is removed, th' +
- 'e application may cease functioning. Do you want to remove the s' +
- 'hared file anyway?'
- WordWrap = True
- end
- object MessagePart1Lb: TLabel
- Left = 52
- Top = 8
- Width = 237
- Height = 39
- AutoSize = False
- Caption =
- 'Windows indicates that the following shared file is no longer us' +
- 'ed by other applications and can be removed.'
- WordWrap = True
- end
- object RemoveBt: TButton
- Left = 308
- Top = 8
- Width = 99
- Height = 25
- Caption = '&Remove'
- Default = True
- ModalResult = 6
- TabOrder = 0
- end
- object DoNotRemoveBt: TButton
- Left = 308
- Top = 40
- Width = 99
- Height = 25
- Caption = 'Do &Not Remove'
- ModalResult = 7
- TabOrder = 1
- end
- object DoNotConfirmAgainCb: TCheckBox
- Left = 52
- Top = 132
- Width = 245
- Height = 17
- Caption = '&Do not prompt for confirmation again'
- TabOrder = 2
- end
- end
-