object fmTrash: TfmTrash Left = 206 Top = 130 Width = 202 Height = 290 Caption = 'Workspace' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] FormStyle = fsStayOnTop Menu = MainMenu1 OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object Scroll1: TScroll Left = 0 Top = 0 Width = 194 Height = 228 TabOrder = 0 ParentFont = False Font.Charset = ANSI_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Arial' Font.Style = [fsBold, fsItalic] Align = alClient Color = clBlack OnPaint = Scroll1Paint OnMouseDown = Scroll1MouseDown OnMouseMove = Scroll1MouseMove OnMouseUp = Scroll1MouseUp end object panelScroll: TPanel Left = 0 Top = 228 Width = 194 Height = 16 Align = alBottom BevelOuter = bvNone TabOrder = 1 object Panel2: TPanel Left = 178 Top = 0 Width = 16 Height = 16 Align = alRight BevelOuter = bvNone TabOrder = 0 OnClick = Panel2Click end object scrollx: TScrollBar Left = 24 Top = 0 Width = 121 Height = 16 TabOrder = 1 TabStop = False OnChange = scrollxChange end end object scrolly: TScrollBar Left = 160 Top = 56 Width = 16 Height = 121 Kind = sbVertical TabOrder = 2 TabStop = False OnChange = scrollyChange end object MainMenu1: TMainMenu Left = 40 Top = 64 object Parts1: TMenuItem Caption = '&Group' object Selectall1: TMenuItem Caption = 'Select &all' Enabled = False ShortCut = 16449 OnClick = Selectall1Click end object N1: TMenuItem Caption = '-' end object Delete1: TMenuItem Caption = '&Delete' ShortCut = 46 OnClick = Delete1Click end end object Options1: TMenuItem Caption = '&Options' object Overwriteoncopy1: TMenuItem Caption = '&Overwrite on copy' OnClick = Overwriteoncopy1Click end end end end