home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 June / CHIP_CD_2004-06.iso / software / foto / faprosetup.exe / FotoAlbum.exe / 0 / RCDATA / TFORMOVERWRITEFOLDERWARNING / TFORMOVERWRITEFOLDERWARNING.txt
Encoding:
Text File  |  2004-04-06  |  1.9 KB  |  93 lines

  1. object FormOverwriteFolderWarning: TFormOverwriteFolderWarning
  2.   Left = 421
  3.   Top = 187
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'Confirm Folder Replace'
  7.   ClientHeight = 146
  8.   ClientWidth = 374
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poScreenCenter
  17.   OnShow = FormShow
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Label1: TLabel
  21.     Left = 24
  22.     Top = 16
  23.     Width = 205
  24.     Height = 13
  25.     Caption = 'This folder already contains a folder named '
  26.   end
  27.   object Label2: TLabel
  28.     Left = 27
  29.     Top = 44
  30.     Width = 307
  31.     Height = 13
  32.     Caption = 
  33.       'If the files in the existing folder have the same name as files ' +
  34.       'in the'
  35.   end
  36.   object Label3: TLabel
  37.     Left = 27
  38.     Top = 59
  39.     Width = 315
  40.     Height = 13
  41.     Caption = 
  42.       'folder you are moving or copying, they will be replaced.  Do you' +
  43.       ' still'
  44.   end
  45.   object Label4: TLabel
  46.     Left = 27
  47.     Top = 74
  48.     Width = 158
  49.     Height = 13
  50.     Caption = 'want to move or copy the folder ?'
  51.   end
  52.   object BtnYes: TButton
  53.     Left = 28
  54.     Top = 111
  55.     Width = 75
  56.     Height = 25
  57.     Anchors = [akLeft, akBottom]
  58.     Caption = 'Yes'
  59.     TabOrder = 0
  60.     OnClick = BtnYesClick
  61.   end
  62.   object BtnYesAll: TButton
  63.     Left = 110
  64.     Top = 111
  65.     Width = 75
  66.     Height = 25
  67.     Anchors = [akLeft, akBottom]
  68.     Caption = 'Yes All'
  69.     TabOrder = 1
  70.     OnClick = BtnYesAllClick
  71.   end
  72.   object BtnNo: TButton
  73.     Left = 192
  74.     Top = 111
  75.     Width = 75
  76.     Height = 25
  77.     Anchors = [akLeft, akBottom]
  78.     Caption = 'No'
  79.     TabOrder = 2
  80.     OnClick = BtnNoClick
  81.   end
  82.   object BtnCancel: TButton
  83.     Left = 275
  84.     Top = 111
  85.     Width = 75
  86.     Height = 25
  87.     Anchors = [akLeft, akBottom]
  88.     Caption = 'Cancel'
  89.     TabOrder = 3
  90.     OnClick = BtnCancelClick
  91.   end
  92. end
  93.