home *** CD-ROM | disk | FTP | other *** search
- object DeleteFileDlg: TDeleteFileDlg
- Left = 311
- Top = 178
- BorderStyle = bsDialog
- Caption = 'Confirm deletion of files...'
- ClientHeight = 127
- ClientWidth = 347
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = True
- Position = poScreenCenter
- OnCreate = FormCreate
- PixelsPerInch = 96
- TextHeight = 13
- object IconImage: TListImage
- Left = 8
- Top = 16
- Width = 32
- Height = 32
- ImageList = PopupMenuModule.LargeSysImageList
- end
- object MessageLabel: TLabel
- Left = 56
- Top = 16
- Width = 281
- Height = 65
- AutoSize = False
- Caption = '<Msg>'
- WordWrap = True
- end
- object Image1: TImage
- Left = 8
- Top = 16
- Width = 32
- Height = 32
- Picture.Data = {<image000.ico>}
- end
- object OKBtn: TButton
- Left = 86
- Top = 100
- Width = 83
- Height = 23
- Caption = 'OK'
- Default = True
- ModalResult = 1
- TabOrder = 0
- end
- object CancelBtn: TButton
- Left = 262
- Top = 100
- Width = 81
- Height = 23
- Cancel = True
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 2
- end
- object Button1: TButton
- Left = 174
- Top = 100
- Width = 81
- Height = 23
- Caption = 'Delete &all'
- ModalResult = 8
- TabOrder = 1
- end
- end
-