home *** CD-ROM | disk | FTP | other *** search
- object FrmBackup: TFrmBackup
- Left = 332
- Top = 172
- BorderIcons = [biSystemMenu]
- BorderStyle = bsSingle
- Caption = 'Backup to...'
- ClientHeight = 117
- ClientWidth = 311
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- Position = poScreenCenter
- Scaled = False
- PixelsPerInch = 120
- TextHeight = 16
- object Label1: TLabel
- Left = 10
- Top = 10
- Width = 118
- Height = 16
- Caption = 'Backup to directory:'
- end
- object EditDir: TDirectoryEdit
- Left = 9
- Top = 32
- Width = 293
- Height = 21
- DialogKind = dkWin32
- NumGlyphs = 1
- TabOrder = 0
- end
- object BtnOK: TButton
- Left = 206
- Top = 70
- Width = 97
- Height = 35
- Caption = '&OK'
- Default = True
- ModalResult = 1
- TabOrder = 1
- end
- object Button1: TButton
- Left = 102
- Top = 74
- Width = 88
- Height = 27
- Cancel = True
- Caption = '&Cancel'
- ModalResult = 2
- TabOrder = 2
- end
- end
-