home *** CD-ROM | disk | FTP | other *** search
- object ConfirmDeleteDlg: TConfirmDeleteDlg
- Left = 332
- Top = 161
- ActiveControl = OKBtn
- BorderStyle = bsDialog
- Caption = 'Dialog'
- ClientHeight = 154
- ClientWidth = 432
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Position = poScreenCenter
- PixelsPerInch = 96
- TextHeight = 13
- object FileImage2: TImage
- Left = 11
- Top = 10
- Width = 32
- Height = 32
- Picture.Data = {<image000.ico>}
- end
- object Label1: TLabel
- Left = 48
- Top = 10
- Width = 369
- Height = 79
- AutoSize = False
- Caption = 'Label1'
- WordWrap = True
- end
- object OKBtn: TButton
- Left = 271
- Top = 124
- Width = 75
- Height = 23
- Caption = '&Yes'
- Default = True
- ModalResult = 6
- TabOrder = 0
- end
- object CancelBtn: TButton
- Left = 351
- Top = 124
- Width = 75
- Height = 23
- Cancel = True
- Caption = '&No'
- ModalResult = 7
- TabOrder = 1
- end
- end
-