home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 April (Special) / Chip-Special_2003-04_Vypalujeme-cd-i-dvd.bin / soft / instantcopy / InstantCopy.msi / Cabs.w1.cab / CDWizard.EXE / 0 / RCDATA / TCONFIRMDELETEDLG / TCONFIRMDELETEDLG.txt < prev   
Encoding:
Text File  |  2002-12-06  |  996 b   |  54 lines

  1. object ConfirmDeleteDlg: TConfirmDeleteDlg
  2.   Left = 332
  3.   Top = 161
  4.   ActiveControl = OKBtn
  5.   BorderStyle = bsDialog
  6.   Caption = 'Dialog'
  7.   ClientHeight = 154
  8.   ClientWidth = 432
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object FileImage2: TImage
  18.     Left = 11
  19.     Top = 10
  20.     Width = 32
  21.     Height = 32
  22.     Picture.Data = {<image000.ico>}
  23.   end
  24.   object Label1: TLabel
  25.     Left = 48
  26.     Top = 10
  27.     Width = 369
  28.     Height = 79
  29.     AutoSize = False
  30.     Caption = 'Label1'
  31.     WordWrap = True
  32.   end
  33.   object OKBtn: TButton
  34.     Left = 271
  35.     Top = 124
  36.     Width = 75
  37.     Height = 23
  38.     Caption = '&Yes'
  39.     Default = True
  40.     ModalResult = 6
  41.     TabOrder = 0
  42.   end
  43.   object CancelBtn: TButton
  44.     Left = 351
  45.     Top = 124
  46.     Width = 75
  47.     Height = 23
  48.     Cancel = True
  49.     Caption = '&No'
  50.     ModalResult = 7
  51.     TabOrder = 1
  52.   end
  53. end
  54.