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

  1. object frmSelLocation: TfrmSelLocation
  2.   Left = 504
  3.   Top = 287
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Confirm Restore'
  7.   ClientHeight = 220
  8.   ClientWidth = 403
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'Tahoma'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poMainFormCenter
  17.   Scaled = False
  18.   OnCreate = FormCreate
  19.   DesignSize = (
  20.     403
  21.     220)
  22.   PixelsPerInch = 96
  23.   TextHeight = 13
  24.   object Label1: TLabel
  25.     Left = 61
  26.     Top = 18
  27.     Width = 310
  28.     Height = 35
  29.     AutoSize = False
  30.     Caption = 'Where do you want to restore the selected objects to?'
  31.     WordWrap = True
  32.   end
  33.   object imgCopyFile: TImage
  34.     Left = 14
  35.     Top = 18
  36.     Width = 37
  37.     Height = 37
  38.   end
  39.   object Label2: TLabel
  40.     Left = 80
  41.     Top = 76
  42.     Width = 273
  43.     Height = 33
  44.     HelpContext = 6510
  45.     AutoSize = False
  46.     Caption = 
  47.       'Creates the original directory path of an object and restores it' +
  48.       ' there if necessary.'
  49.     WordWrap = True
  50.   end
  51.   object Label3: TLabel
  52.     Left = 80
  53.     Top = 136
  54.     Width = 279
  55.     Height = 33
  56.     HelpContext = 6509
  57.     AutoSize = False
  58.     Caption = 
  59.       'You can select the location to which you want the objects to be ' +
  60.       'restored to.'
  61.     WordWrap = True
  62.   end
  63.   object lblLinkConditionInfos: TLabel
  64.     Left = 12
  65.     Top = 196
  66.     Width = 125
  67.     Height = 13
  68.     Cursor = crHandPoint
  69.     Caption = 'Important information...'
  70.     Color = clBtnFace
  71.     Font.Charset = DEFAULT_CHARSET
  72.     Font.Color = clNavy
  73.     Font.Height = -11
  74.     Font.Name = 'Tahoma'
  75.     Font.Style = [fsUnderline]
  76.     ParentColor = False
  77.     ParentFont = False
  78.     OnClick = lblLinkConditionInfosClick
  79.     OnMouseEnter = lblLinkConditionInfosMouseEnter
  80.     OnMouseLeave = lblLinkConditionInfosMouseLeave
  81.   end
  82.   object rbOrgPath: TRadioButton
  83.     Left = 61
  84.     Top = 58
  85.     Width = 299
  86.     Height = 17
  87.     HelpContext = 6510
  88.     Caption = 'Restore to the respective &original folder'
  89.     Checked = True
  90.     Font.Charset = DEFAULT_CHARSET
  91.     Font.Color = clWindowText
  92.     Font.Height = -11
  93.     Font.Name = 'Tahoma'
  94.     Font.Style = []
  95.     ParentFont = False
  96.     TabOrder = 0
  97.     TabStop = True
  98.   end
  99.   object rbNewPath: TRadioButton
  100.     Left = 61
  101.     Top = 118
  102.     Width = 299
  103.     Height = 17
  104.     HelpContext = 6509
  105.     Caption = 'Restore to an alternate &location'
  106.     Font.Charset = DEFAULT_CHARSET
  107.     Font.Color = clWindowText
  108.     Font.Height = -11
  109.     Font.Name = 'Tahoma'
  110.     Font.Style = []
  111.     ParentFont = False
  112.     TabOrder = 1
  113.   end
  114.   object btnOK: TButton
  115.     Left = 233
  116.     Top = 185
  117.     Width = 75
  118.     Height = 23
  119.     HelpContext = 5
  120.     Anchors = [akRight, akBottom]
  121.     Caption = 'OK'
  122.     Default = True
  123.     ModalResult = 1
  124.     TabOrder = 2
  125.   end
  126.   object btnCancel: TButton
  127.     Left = 317
  128.     Top = 185
  129.     Width = 75
  130.     Height = 23
  131.     HelpContext = 3
  132.     Anchors = [akRight, akBottom]
  133.     Cancel = True
  134.     Caption = 'Cancel'
  135.     ModalResult = 2
  136.     TabOrder = 3
  137.   end
  138. end
  139.