home *** CD-ROM | disk | FTP | other *** search
- object frmRestore: TfrmRestore
- Left = 366
- Top = 187
- AutoScroll = False
- Caption = 'Restore'
- ClientHeight = 325
- ClientWidth = 372
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Tahoma'
- Font.Style = []
- OldCreateOrder = False
- Position = poOwnerFormCenter
- OnCreate = FormCreate
- OnDestroy = FormDestroy
- DesignSize = (
- 372
- 325)
- PixelsPerInch = 96
- TextHeight = 13
- object Label1: TLabel
- Left = 8
- Top = 8
- Width = 358
- Height = 33
- AutoSize = False
- Caption =
- 'Please select a backup which you want to restore and click '#39'Rest' +
- 'ore'#39' button.'
- WordWrap = True
- end
- object ListView1: TListView
- Left = 8
- Top = 40
- Width = 355
- Height = 241
- Anchors = [akLeft, akTop, akRight, akBottom]
- Columns = <
- item
- Caption = 'Creation Date'
- Width = 250
- end
- item
- AutoSize = True
- Caption = 'Size'
- end>
- ColumnClick = False
- HideSelection = False
- ReadOnly = True
- RowSelect = True
- TabOrder = 0
- ViewStyle = vsReport
- OnCompare = ListView1Compare
- OnDblClick = BitBtn4Click
- end
- object BitBtn1: TBitBtn
- Left = 201
- Top = 291
- Width = 75
- Height = 27
- Action = actRestore
- Anchors = [akRight, akBottom]
- Caption = 'Restore'
- Default = True
- TabOrder = 1
- end
- object BitBtn2: TBitBtn
- Left = 288
- Top = 291
- Width = 75
- Height = 27
- Anchors = [akRight, akBottom]
- Cancel = True
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 2
- end
- object BitBtn3: TBitBtn
- Left = 7
- Top = 291
- Width = 75
- Height = 27
- Action = actDelete
- Anchors = [akLeft, akBottom]
- Caption = 'Delete'
- TabOrder = 3
- end
- object ActionList1: TActionList
- Left = 272
- Top = 104
- object actDelete: TAction
- Caption = 'Delete'
- OnExecute = BitBtn3Click
- OnUpdate = actDeleteUpdate
- end
- object actRestore: TAction
- Caption = 'Restore'
- OnExecute = BitBtn4Click
- OnUpdate = actRestoreUpdate
- end
- end
- end
-