home *** CD-ROM | disk | FTP | other *** search
/ PC World 1999 July / PCWorld_1999-07_cd.bin / software / TemaCD / Massiva / MASSIVA.EXE / 0 / RCDATA / TFMTRASH / TFMTRASH.txt
Text File  |  1999-04-03  |  2KB  |  103 lines

  1. object fmTrash: TfmTrash
  2.   Left = 206
  3.   Top = 130
  4.   Width = 202
  5.   Height = 290
  6.   Caption = 'Workspace'
  7.   Font.Charset = DEFAULT_CHARSET
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   FormStyle = fsStayOnTop
  13.   Menu = MainMenu1
  14.   OnCreate = FormCreate
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Scroll1: TScroll
  18.     Left = 0
  19.     Top = 0
  20.     Width = 194
  21.     Height = 228
  22.     TabOrder = 0
  23.     ParentFont = False
  24.     Font.Charset = ANSI_CHARSET
  25.     Font.Color = clWindowText
  26.     Font.Height = -11
  27.     Font.Name = 'Arial'
  28.     Font.Style = [fsBold, fsItalic]
  29.     Align = alClient
  30.     Color = clBlack
  31.     OnPaint = Scroll1Paint
  32.     OnMouseDown = Scroll1MouseDown
  33.     OnMouseMove = Scroll1MouseMove
  34.     OnMouseUp = Scroll1MouseUp
  35.   end
  36.   object panelScroll: TPanel
  37.     Left = 0
  38.     Top = 228
  39.     Width = 194
  40.     Height = 16
  41.     Align = alBottom
  42.     BevelOuter = bvNone
  43.     TabOrder = 1
  44.     object Panel2: TPanel
  45.       Left = 178
  46.       Top = 0
  47.       Width = 16
  48.       Height = 16
  49.       Align = alRight
  50.       BevelOuter = bvNone
  51.       TabOrder = 0
  52.       OnClick = Panel2Click
  53.     end
  54.     object scrollx: TScrollBar
  55.       Left = 24
  56.       Top = 0
  57.       Width = 121
  58.       Height = 16
  59.       TabOrder = 1
  60.       TabStop = False
  61.       OnChange = scrollxChange
  62.     end
  63.   end
  64.   object scrolly: TScrollBar
  65.     Left = 160
  66.     Top = 56
  67.     Width = 16
  68.     Height = 121
  69.     Kind = sbVertical
  70.     TabOrder = 2
  71.     TabStop = False
  72.     OnChange = scrollyChange
  73.   end
  74.   object MainMenu1: TMainMenu
  75.     Left = 40
  76.     Top = 64
  77.     object Parts1: TMenuItem
  78.       Caption = '&Group'
  79.       object Selectall1: TMenuItem
  80.         Caption = 'Select &all'
  81.         Enabled = False
  82.         ShortCut = 16449
  83.         OnClick = Selectall1Click
  84.       end
  85.       object N1: TMenuItem
  86.         Caption = '-'
  87.       end
  88.       object Delete1: TMenuItem
  89.         Caption = '&Delete'
  90.         ShortCut = 46
  91.         OnClick = Delete1Click
  92.       end
  93.     end
  94.     object Options1: TMenuItem
  95.       Caption = '&Options'
  96.       object Overwriteoncopy1: TMenuItem
  97.         Caption = '&Overwrite on copy'
  98.         OnClick = Overwriteoncopy1Click
  99.       end
  100.     end
  101.   end
  102. end
  103.