home *** CD-ROM | disk | FTP | other *** search
- object DescriptionForm: TDescriptionForm
- Left = 362
- Top = 391
- HorzScrollBar.Visible = False
- VertScrollBar.Visible = False
- BorderStyle = bsToolWindow
- BorderWidth = 10
- Caption = 'Performing Backup'
- ClientHeight = 79
- ClientWidth = 387
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- Position = poScreenCenter
- PixelsPerInch = 96
- TextHeight = 13
- object Label1: TLabel
- Left = 0
- Top = 0
- Width = 107
- Height = 13
- Caption = 'Description of backup:'
- end
- object EditDescription: TEdit
- Left = 0
- Top = 18
- Width = 387
- Height = 21
- TabOrder = 0
- end
- object ButtonOk: TButton
- Left = 0
- Top = 54
- Width = 75
- Height = 22
- Caption = 'OK'
- Default = True
- ModalResult = 1
- TabOrder = 1
- OnClick = ButtonOkClick
- end
- object ButtonCancel: TButton
- Left = 80
- Top = 54
- Width = 75
- Height = 22
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 2
- OnClick = ButtonCancelClick
- end
- end
-