home *** CD-ROM | disk | FTP | other *** search
- object frmSelLocation: TfrmSelLocation
- Left = 504
- Top = 287
- BorderIcons = [biSystemMenu]
- BorderStyle = bsDialog
- Caption = 'Confirm Restore'
- ClientHeight = 220
- ClientWidth = 403
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Tahoma'
- Font.Style = []
- OldCreateOrder = False
- Position = poMainFormCenter
- Scaled = False
- OnCreate = FormCreate
- DesignSize = (
- 403
- 220)
- PixelsPerInch = 96
- TextHeight = 13
- object Label1: TLabel
- Left = 61
- Top = 18
- Width = 310
- Height = 35
- AutoSize = False
- Caption = 'Where do you want to restore the selected objects to?'
- WordWrap = True
- end
- object imgCopyFile: TImage
- Left = 14
- Top = 18
- Width = 37
- Height = 37
- end
- object Label2: TLabel
- Left = 80
- Top = 76
- Width = 273
- Height = 33
- HelpContext = 6510
- AutoSize = False
- Caption =
- 'Creates the original directory path of an object and restores it' +
- ' there if necessary.'
- WordWrap = True
- end
- object Label3: TLabel
- Left = 80
- Top = 136
- Width = 279
- Height = 33
- HelpContext = 6509
- AutoSize = False
- Caption =
- 'You can select the location to which you want the objects to be ' +
- 'restored to.'
- WordWrap = True
- end
- object lblLinkConditionInfos: TLabel
- Left = 12
- Top = 196
- Width = 125
- Height = 13
- Cursor = crHandPoint
- Caption = 'Important information...'
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clNavy
- Font.Height = -11
- Font.Name = 'Tahoma'
- Font.Style = [fsUnderline]
- ParentColor = False
- ParentFont = False
- OnClick = lblLinkConditionInfosClick
- OnMouseEnter = lblLinkConditionInfosMouseEnter
- OnMouseLeave = lblLinkConditionInfosMouseLeave
- end
- object rbOrgPath: TRadioButton
- Left = 61
- Top = 58
- Width = 299
- Height = 17
- HelpContext = 6510
- Caption = 'Restore to the respective &original folder'
- Checked = True
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Tahoma'
- Font.Style = []
- ParentFont = False
- TabOrder = 0
- TabStop = True
- end
- object rbNewPath: TRadioButton
- Left = 61
- Top = 118
- Width = 299
- Height = 17
- HelpContext = 6509
- Caption = 'Restore to an alternate &location'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Tahoma'
- Font.Style = []
- ParentFont = False
- TabOrder = 1
- end
- object btnOK: TButton
- Left = 233
- Top = 185
- Width = 75
- Height = 23
- HelpContext = 5
- Anchors = [akRight, akBottom]
- Caption = 'OK'
- Default = True
- ModalResult = 1
- TabOrder = 2
- end
- object btnCancel: TButton
- Left = 317
- Top = 185
- Width = 75
- Height = 23
- HelpContext = 3
- Anchors = [akRight, akBottom]
- Cancel = True
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 3
- end
- end
-