home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 June / CHIP_CD_2004-06.iso / software / tuneup_hit / files / TU2004TrialEN.exe / Undelete.exe / RCDATA / TFRMALREADYEXISTS / TFRMALREADYEXISTS.txt
Encoding:
Text File  |  2004-03-31  |  1.7 KB  |  90 lines

  1. object frmAlreadyExists: TfrmAlreadyExists
  2.   Left = 353
  3.   Top = 536
  4.   BorderStyle = bsDialog
  5.   Caption = 'Error'
  6.   ClientHeight = 171
  7.   ClientWidth = 420
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'Tahoma'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Scaled = False
  16.   Position = poOwnerFormCenter
  17.   OnCreate = FormCreate
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object lblTopic: TLabel
  21.     Left = 47
  22.     Top = 10
  23.     Width = 364
  24.     Height = 53
  25.     AutoSize = False
  26.     Caption = 
  27.       'The folder %s already contains a file named Readme.txt, or the f' +
  28.       'ile cannot be written. Please select an alternative location and' +
  29.       ' click OK.'
  30.     WordWrap = True
  31.   end
  32.   object imgCopyFile: TImage
  33.     Left = 9
  34.     Top = 9
  35.     Width = 32
  36.     Height = 32
  37.     AutoSize = True
  38.   end
  39.   object Label2: TLabel
  40.     Left = 48
  41.     Top = 66
  42.     Width = 29
  43.     Height = 13
  44.     Caption = 'File:'
  45.   end
  46.   object edtFileName: TEdit
  47.     Left = 48
  48.     Top = 83
  49.     Width = 257
  50.     Height = 21
  51.     TabOrder = 0
  52.   end
  53.   object btnSearch: TButton
  54.     Left = 315
  55.     Top = 82
  56.     Width = 93
  57.     Height = 24
  58.     Caption = '&Browse...'
  59.     TabOrder = 1
  60.     OnClick = btnSearchClick
  61.   end
  62.   object btnOK: TButton
  63.     Left = 253
  64.     Top = 138
  65.     Width = 75
  66.     Height = 24
  67.     HelpContext = 5
  68.     Caption = 'OK'
  69.     Default = True
  70.     TabOrder = 2
  71.     OnClick = btnOKClick
  72.   end
  73.   object btnCancel: TButton
  74.     Left = 334
  75.     Top = 138
  76.     Width = 75
  77.     Height = 24
  78.     HelpContext = 3
  79.     Cancel = True
  80.     Caption = 'Cancel'
  81.     ModalResult = 2
  82.     TabOrder = 3
  83.   end
  84.   object SaveDialog: TSaveDialog
  85.     Filter = 'All files (*)|*'
  86.     Left = 8
  87.     Top = 56
  88.   end
  89. end
  90.