home *** CD-ROM | disk | FTP | other *** search
- object HistoryForm: THistoryForm
- Left = 305
- Top = 177
- Width = 435
- Height = 300
- ActiveControl = ListBox1
- Caption = 'History List'
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -18
- Font.Name = 'System'
- Font.Style = []
- FormStyle = fsStayOnTop
- OldCreateOrder = True
- PopupMenu = PopupMenu1
- Position = poScreenCenter
- OnClose = FormClose
- OnCreate = FormCreate
- PixelsPerInch = 120
- TextHeight = 20
- object ListBox1: TListBox
- Left = 0
- Top = 0
- Width = 427
- Height = 265
- Align = alClient
- Color = clWhite
- ItemHeight = 20
- TabOrder = 0
- OnDblClick = ListBox1DblClick
- end
- object PopupMenu1: TPopupMenu
- Left = 24
- Top = 16
- object Delete1: TMenuItem
- Caption = '&Delete'
- OnClick = Delete1Click
- end
- object Exit1: TMenuItem
- Caption = 'E&xit'
- ShortCut = 27
- OnClick = Exit1Click
- end
- object InvClose1: TMenuItem
- Caption = 'Inv: Close'
- ShortCut = 32883
- Visible = False
- OnClick = Exit1Click
- end
- object InvClose2: TMenuItem
- Caption = 'Inv: Close'
- ShortCut = 16499
- Visible = False
- OnClick = Exit1Click
- end
- end
- end
-