home *** CD-ROM | disk | FTP | other *** search
- object frmLogFileContents: TfrmLogFileContents
- Left = 333
- Top = 321
- AutoScroll = False
- Caption = 'AutoMate Logfile'
- ClientHeight = 160
- ClientWidth = 377
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Icon.Data = {<image000.ico>}
- Menu = mmnMainMenu
- OldCreateOrder = True
- OnClose = FormClose
- OnHide = FormHide
- OnResize = FormResize
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object edtForPrinting: TRichEdit
- Left = 8
- Top = 96
- Width = 169
- Height = 25
- Lines.Strings = (
- 'edtForPrinting')
- TabOrder = 0
- Visible = False
- end
- object pnlTop: TPanel
- Left = 0
- Top = 0
- Width = 377
- Height = 41
- Align = alTop
- BevelOuter = bvNone
- TabOrder = 1
- object imgTriggers: TImage
- Left = 0
- Top = 0
- Width = 26
- Height = 41
- Align = alLeft
- AutoSize = True
- Center = True
- Picture.Data = {<image001.bmp>}
- Transparent = True
- end
- object lblHeader: TLabel
- Left = 38
- Top = 0
- Width = 317
- Height = 49
- AutoSize = False
- Caption =
- 'Tasks provide the logfile with status reports, events and errors' +
- ' while the task is running. The importance and amount of inform' +
- 'ation that is displayed here is controlled through Preferences.'
- WordWrap = True
- end
- end
- object memMessages: TRichEdit
- Left = 0
- Top = 41
- Width = 377
- Height = 119
- Align = alClient
- PlainText = True
- ReadOnly = True
- ScrollBars = ssBoth
- TabOrder = 2
- end
- object mmnMainMenu: TMainMenu
- Left = 268
- Top = 112
- object mnuFile: TMenuItem
- Caption = '&File'
- object itmClear: TMenuItem
- Caption = 'Clea&r'
- OnClick = itmClearClick
- end
- object itmRefresh: TMenuItem
- Caption = 'Refresh'
- OnClick = itmRefreshClick
- end
- object N1: TMenuItem
- Caption = '-'
- end
- object itmSaveAs: TMenuItem
- Caption = '&Save As...'
- OnClick = itmSaveAsClick
- end
- object itmPrint: TMenuItem
- Caption = '&Print'
- OnClick = itmPrintClick
- end
- object N2: TMenuItem
- Caption = '-'
- end
- object itmClose: TMenuItem
- Caption = '&Close'
- OnClick = itmCloseClick
- end
- end
- end
- object svdSaveAs: TSaveDialog
- DefaultExt = '*.log'
- Filter = 'Log Files|*.log|All files|*.*'
- Options = [ofOverwritePrompt, ofHideReadOnly]
- Left = 300
- Top = 112
- end
- object popMain: TPopupMenu
- Left = 332
- Top = 112
- object popClear: TMenuItem
- Caption = 'Clea&r'
- OnClick = itmClearClick
- end
- object popRefresh: TMenuItem
- Caption = 'Refresh'
- OnClick = itmRefreshClick
- end
- object N3: TMenuItem
- Caption = '-'
- end
- object popSaveAs: TMenuItem
- Caption = '&Save As...'
- OnClick = itmSaveAsClick
- end
- object popPrint: TMenuItem
- Caption = '&Print'
- OnClick = itmPrintClick
- end
- object N4: TMenuItem
- Caption = '-'
- end
- object popClose: TMenuItem
- Caption = '&Close'
- OnClick = itmCloseClick
- end
- end
- end
-