home *** CD-ROM | disk | FTP | other *** search
- object Form1: TForm1
- Left = 200
- Top = 98
- Width = 523
- Height = 299
- Caption = 'Form1'
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'System'
- Font.Style = []
- Menu = MainMenu1
- PixelsPerInch = 96
- OnClose = FormClose
- OnCreate = FormCreate
- OnResize = FormResize
- TextHeight = 16
- object pnlColumnHeading: TPanel
- Left = 0
- Top = 0
- Width = 515
- Height = 25
- Align = alTop
- Alignment = taLeftJustify
- Caption = 'Device Timestamp Message Data1 Data2 Description '
- Font.Color = clBlack
- Font.Height = -13
- Font.Name = 'Courier'
- Font.Style = [fsBold]
- ParentFont = False
- TabOrder = 1
- end
- object lstLog: TListBox
- Left = 0
- Top = 25
- Width = 515
- Height = 228
- TabStop = False
- Align = alClient
- Color = clBlack
- Ctl3D = False
- Enabled = False
- ExtendedSelect = False
- Font.Color = clBlack
- Font.Height = -13
- Font.Name = 'Courier'
- Font.Style = [fsBold]
- ItemHeight = 13
- ParentCtl3D = False
- ParentFont = False
- TabOrder = 0
- end
- object MainMenu1: TMainMenu
- Left = 32
- Top = 56
- object File1: TMenuItem
- Caption = '&File'
- object mnuExit: TMenuItem
- Caption = 'E&xit'
- OnClick = mnuExitClick
- end
- end
- end
- end
-