home *** CD-ROM | disk | FTP | other *** search
- object fLogWindow: TfLogWindow
- Left = 343
- Top = 323
- Width = 600
- Height = 200
- HelpContext = 3150
- BorderIcons = []
- Caption = 'Log Window'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Scaled = False
- Visible = True
- OnClose = FormClose
- OnDestroy = FormDestroy
- PixelsPerInch = 120
- TextHeight = 16
- object LogLV: TListView
- Left = 0
- Top = 0
- Width = 592
- Height = 173
- Align = alClient
- Columns = <
- item
- Caption = 'Log Type'
- Width = 175
- end
- item
- Caption = 'Component Name'
- Width = 125
- end
- item
- Caption = 'Property Name'
- Width = 150
- end
- item
- Caption = 'Old Value'
- Width = 100
- end
- item
- Caption = 'New Value'
- Width = 100
- end>
- RowSelect = True
- PopupMenu = LogPM
- TabOrder = 0
- ViewStyle = vsReport
- end
- object SaveDialog: TSaveDialog
- DefaultExt = 'log'
- Filter = 'Log file (*.log)|*.log'
- Options = [ofOverwritePrompt, ofHideReadOnly]
- Title = 'Save log to...'
- Left = 336
- Top = 48
- end
- object LogPM: TPopupMenu
- Left = 120
- Top = 48
- object SaveLogMI: TMenuItem
- Caption = '&Save Log'
- OnClick = SaveLogMIClick
- end
- object ClearLogMI: TMenuItem
- Caption = '&Clear Log'
- OnClick = ClearLogMIClick
- end
- object N1: TMenuItem
- Caption = '-'
- end
- object StayOnTopMI: TMenuItem
- Caption = '&Stay On Top'
- OnClick = StayOnTopMIClick
- end
- end
- end
-