home *** CD-ROM | disk | FTP | other *** search
- object BackupLogForm: TBackupLogForm
- Left = 245
- Top = 108
- Width = 321
- Height = 241
- Caption = 'Backup Log'
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Icon.Data = {<image000.ico>}
- Menu = elLogMenu
- Position = poScreenCenter
- WindowState = wsMaximized
- OnCreate = FormCreate
- OnDestroy = FormDestroy
- PixelsPerInch = 96
- TextHeight = 13
- object elLog: TMemo
- Left = 0
- Top = 0
- Width = 313
- Height = 195
- Align = alClient
- ScrollBars = ssVertical
- TabOrder = 0
- end
- object elLogMenu: TMainMenu
- Left = 8
- Top = 8
- object Log1: TMenuItem
- Caption = '&Log'
- ShortCut = 0
- object Clear1: TMenuItem
- Caption = '&Clear'
- ShortCut = 0
- OnClick = Clear1Click
- end
- object N2: TMenuItem
- Caption = '-'
- ShortCut = 0
- end
- object SelectALL1: TMenuItem
- Caption = '&Select ALL'
- ShortCut = 0
- OnClick = SelectALL1Click
- end
- object Copy1: TMenuItem
- Caption = '&Copy'
- ShortCut = 0
- OnClick = Copy1Click
- end
- object N3: TMenuItem
- Caption = '-'
- ShortCut = 0
- end
- object Mail1: TMenuItem
- Caption = '&Mail To...'
- ShortCut = 0
- OnClick = Mail1Click
- end
- object N1: TMenuItem
- Caption = '-'
- ShortCut = 0
- end
- object Close1: TMenuItem
- Caption = '&Close'
- ShortCut = 0
- OnClick = Close1Click
- end
- end
- end
- end
-