home *** CD-ROM | disk | FTP | other *** search
- object VerifyLogForm: TVerifyLogForm
- Left = 291
- Top = 142
- Width = 578
- Height = 406
- Caption = 'Writing Summary'
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = True
- Position = poScreenCenter
- PixelsPerInch = 96
- TextHeight = 13
- object memLogText: TMemo
- Left = 0
- Top = 0
- Width = 570
- Height = 351
- Align = alClient
- Font.Charset = ANSI_CHARSET
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'Courier New'
- Font.Style = []
- ParentFont = False
- ReadOnly = True
- ScrollBars = ssVertical
- TabOrder = 0
- end
- object Panel1: TPanel
- Left = 0
- Top = 351
- Width = 570
- Height = 28
- Align = alBottom
- BevelOuter = bvNone
- TabOrder = 1
- object ToolbarPanel1: TToolbarPanel
- Left = 276
- Top = 0
- Width = 294
- Height = 28
- Align = alRight
- BevelBottom = tbNone
- BevelTop = tbNone
- Color = clBtnFace
- TabOrder = 0
- object btnClose: TButton
- Left = 216
- Top = 4
- Width = 75
- Height = 23
- Cancel = True
- Caption = 'Close'
- TabOrder = 0
- OnClick = btnCloseClick
- end
- object btnSaveAs: TButton
- Left = 136
- Top = 4
- Width = 75
- Height = 23
- Caption = 'Save as...'
- TabOrder = 1
- OnClick = btnSaveAsClick
- end
- end
- end
- object LogSaveDialog: TSaveDialog
- HelpContext = 26
- DefaultExt = 'log'
- Filter = 'LOG Files|*.log|All Files|*.*'
- Options = [ofOverwritePrompt, ofHideReadOnly, ofPathMustExist, ofShareAware]
- Title = 'Save Error Log'
- Left = 8
- Top = 40
- end
- end
-