home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1998 November / pcwk_11_98a.iso / Freeware / DDCLIP / SETUPSL.EX_ / SETUPSL.EX / 0 / RCDATA / TCOPYERRORDLG / TCOPYERRORDLG.txt < prev   
Text File  |  1997-06-17  |  1KB  |  76 lines

  1. object CopyErrorDlg: TCopyErrorDlg
  2.   Left = 313
  3.   Top = 143
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'File Copy Error'
  7.   ClientHeight = 110
  8.   ClientWidth = 359
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Icon.Data = {<image000.ico>}
  14.   Position = poScreenCenter
  15.   OnActivate = FormActivate
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object FromLabel: TLabel
  19.     Left = 64
  20.     Top = 16
  21.     Width = 273
  22.     Height = 13
  23.     AutoSize = False
  24.     Caption = 'Can not copy from A:\XXX.EX_'
  25.   end
  26.   object ToLabel: TLabel
  27.     Left = 64
  28.     Top = 32
  29.     Width = 273
  30.     Height = 13
  31.     AutoSize = False
  32.     Caption = 'to C:\Program Files\DDClip\XXX.EXE'
  33.   end
  34.   object Image1: TImage
  35.     Left = 16
  36.     Top = 16
  37.     Width = 32
  38.     Height = 32
  39.     AutoSize = True
  40.     Picture.Data = {<image001.ico>}
  41.   end
  42.   object RetryButton: TButton
  43.     Left = 39
  44.     Top = 76
  45.     Width = 75
  46.     Height = 25
  47.     Caption = 'Retry'
  48.     Default = True
  49.     ModalResult = 1
  50.     TabOrder = 0
  51.     OnClick = RetryButtonClick
  52.   end
  53.   object CancelButton: TButton
  54.     Left = 247
  55.     Top = 76
  56.     Width = 75
  57.     Height = 25
  58.     Cancel = True
  59.     Caption = 'Cancel'
  60.     ModalResult = 2
  61.     TabOrder = 2
  62.     OnClick = CancelButtonClick
  63.   end
  64.   object SkipButton: TButton
  65.     Left = 143
  66.     Top = 76
  67.     Width = 75
  68.     Height = 25
  69.     Cancel = True
  70.     Caption = 'Skip'
  71.     ModalResult = 2
  72.     TabOrder = 1
  73.     OnClick = SkipButtonClick
  74.   end
  75. end
  76.