home *** CD-ROM | disk | FTP | other *** search
- inherited DebugLogView: TDebugLogView
- Left = 285
- Top = 180
- Width = 417
- Height = 291
- HorzScrollBar.Increment = 36
- VertScrollBar.Increment = 23
- Caption = 'Event Log'
- PopupMenu = LogPopupMenu
- Position = poScreenCenter
- OnResize = FormResize
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object LogList: TStringGrid [0]
- Left = 0
- Top = 0
- Width = 409
- Height = 264
- Align = alClient
- ColCount = 1
- FixedCols = 0
- RowCount = 1
- FixedRows = 0
- Options = [goRangeSelect, goDrawFocusSelected, goThumbTracking]
- TabOrder = 0
- OnDrawCell = LogListDrawCell
- end
- object LogPopupMenu: TPopupMenu
- HelpContext = 4755
- OnPopup = LogPopupMenuPopup
- Left = 56
- Top = 72
- object ClearLogItem: TMenuItem
- Caption = '&Clear Events'
- OnClick = ClearLogItemClick
- end
- object SaveLogItem: TMenuItem
- Caption = '&Save Events to File...'
- OnClick = SaveLogItemClick
- end
- object AddCommentItem: TMenuItem
- Caption = '&Add Comment...'
- OnClick = AddCommentItemClick
- end
- object N1: TMenuItem
- Caption = '-'
- end
- object OptionsItem: TMenuItem
- Caption = '&Properties'
- OnClick = OptionsItemClick
- end
- object LocalMenuItem: TMenuItem
- Caption = 'Local Menu'
- Visible = False
- OnClick = LocalMenuItemClick
- end
- object ZoomWindowItem: TMenuItem
- Action = ZoomWindowCmd
- end
- object CloseWindowItem: TMenuItem
- Caption = 'Close Window'
- Visible = False
- OnClick = CloseWindowItemClick
- end
- object N2: TMenuItem
- Caption = '-'
- end
- object DockableItem: TMenuItem
- Action = DockableCmd
- end
- end
- object SaveLogDlg: TSaveDialog
- HelpContext = 5631
- Options = [ofOverwritePrompt, ofHideReadOnly, ofShowHelp, ofEnableSizing]
- Title = 'Save Event Log to File'
- Left = 24
- Top = 72
- end
- end
-