home *** CD-ROM | disk | FTP | other *** search
- object frmRecentMessages: TfrmRecentMessages
- Left = 496
- Top = 221
- AutoScroll = False
- Caption = 'Recent Status Messages'
- ClientHeight = 260
- ClientWidth = 378
- 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
- OnHide = FormHide
- OnResize = FormResize
- 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 = 378
- Height = 33
- Align = alTop
- BevelOuter = bvNone
- TabOrder = 1
- object imgTriggers: TImage
- Left = 0
- Top = 0
- Width = 26
- Height = 33
- Align = alLeft
- AutoSize = True
- Center = True
- Picture.Data = {<image001.bmp>}
- Transparent = True
- end
- object lblHeader: TLabel
- Left = 38
- Top = 3
- Width = 312
- Height = 37
- AutoSize = False
- Caption =
- 'This window contains the last fifty messages that were displayed' +
- ' in the AutoMate Configuration Manager'#39's Status bar.'
- WordWrap = True
- end
- end
- object memMessages: TRichEdit
- Left = 0
- Top = 33
- Width = 378
- Height = 227
- Align = alClient
- PlainText = True
- ReadOnly = True
- ScrollBars = ssBoth
- TabOrder = 2
- end
- object mmnMainMenu: TMainMenu
- Top = 92
- object mnuFile: TMenuItem
- Caption = '&File'
- object itmClear: TMenuItem
- Caption = 'Clea&r'
- OnClick = itmClearClick
- 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 = 20
- Top = 88
- end
- object popMain: TPopupMenu
- Left = 64
- Top = 104
- object popClear: TMenuItem
- Caption = 'Clea&r'
- OnClick = itmClearClick
- 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
-