object NewFilesForm: TNewFilesForm Left = 176 Top = 108 Width = 499 Height = 209 HelpContext = 8271 HorzScrollBar.Visible = False VertScrollBar.Visible = False Caption = 'New Files' Font.Color = clWindowText Font.Height = -13 Font.Name = 'System' Font.Style = [] FormStyle = fsMDIChild PixelsPerInch = 96 Position = poScreenCenter Visible = True OnActivate = FormActivate OnClose = FormClose OnCreate = FormCreate OnDestroy = FormDestroy OnKeyDown = FormKeyDown OnResize = FormResize TextHeight = 16 object FileListBox: TListBox Left = 0 Top = 0 Width = 129 Height = 178 Align = alLeft ItemHeight = 16 PopupMenu = PopupMenu1 TabOrder = 0 OnClick = FileListBoxClick OnDblClick = FileListBoxDblClick OnKeyDown = FileListBoxKeyDown end object FileDiscription: TMemo Left = 128 Top = 0 Width = 362 Height = 177 Font.Color = clWindowText Font.Height = -13 Font.Name = 'Terminal' Font.Style = [] ParentFont = False PopupMenu = PopupMenu1 ReadOnly = True ScrollBars = ssBoth TabOrder = 1 WordWrap = False OnKeyDown = FileDiscriptionKeyDown end object ResolutionFix1: TResolutionFix DesignRes = 96 Left = 80 Top = 32 end object PopupMenu1: TPopupMenu OnPopup = PopupMenu1Popup Left = 64 Top = 80 object Requestfile1: TMenuItem Caption = 'Request New file' HelpContext = 8271 OnClick = Requestfile1Click end object RequestAnyfile1: TMenuItem Caption = 'Request Any file' OnClick = RequestAnyfile1Click end object Close1: TMenuItem Caption = 'Close New files' OnClick = Close1Click end object N1: TMenuItem Caption = '-' end object OpenPacket1: TMenuItem Caption = 'Open Packet' HelpContext = 8021 OnClick = OpenPacket1Click end object ClosePacket1: TMenuItem Caption = 'Close Packet' HelpContext = 8031 OnClick = ClosePacket1Click end object ExitMailReader1: TMenuItem Caption = 'Exit Mail Reader' HelpContext = 8321 OnClick = ExitMailReader1Click end end end