home *** CD-ROM | disk | FTP | other *** search
/ Chip Hitware 7 A / CHIP_HITWARE_7A.iso / Multimedia / Musical / _setup.1 / mu_gen.exe / 0 / RCDATA / TPLOTTER / TPLOTTER.txt
Text File  |  1999-04-13  |  2KB  |  102 lines

  1. object Plotter: TPlotter
  2.   Left = 554
  3.   Top = 303
  4.   Width = 351
  5.   Height = 405
  6.   Caption = 'Plotter'
  7.   Font.Charset = DEFAULT_CHARSET
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Position = poDefaultPosOnly
  13.   OnClose = FormClose
  14.   OnPaint = FormPaint
  15.   OnResize = FormResize
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Paint_Box: TPaintBox
  19.     Left = 0
  20.     Top = 65
  21.     Width = 343
  22.     Height = 294
  23.     Align = alClient
  24.     OnMouseDown = Paint_BoxMouseDown
  25.     OnMouseMove = Paint_BoxMouseMove
  26.     OnMouseUp = Paint_BoxMouseUp
  27.   end
  28.   object Panel: TPanel
  29.     Left = 0
  30.     Top = 0
  31.     Width = 343
  32.     Height = 65
  33.     Align = alTop
  34.     TabOrder = 0
  35.     object Legenda: TListView
  36.       Left = 1
  37.       Top = 1
  38.       Width = 341
  39.       Height = 63
  40.       Align = alClient
  41.       BorderStyle = bsNone
  42.       Color = clMenu
  43.       Columns = <>
  44.       ReadOnly = True
  45.       MultiSelect = True
  46.       ParentShowHint = False
  47.       ShowHint = True
  48.       PopupMenu = PopupMenu
  49.       ShowColumnHeaders = False
  50.       TabOrder = 0
  51.       LargeImages = Vector_Images
  52.     end
  53.   end
  54.   object Status_Bar: TStatusBar
  55.     Left = 0
  56.     Top = 359
  57.     Width = 343
  58.     Height = 19
  59.     Panels = <>
  60.     SimplePanel = True
  61.   end
  62.   object Vector_Images: TImageList
  63.     BlendColor = clWhite
  64.     BkColor = clWhite
  65.     DrawingStyle = dsTransparent
  66.     Height = 32
  67.     ImageType = itMask
  68.     Width = 32
  69.     Left = 312
  70.     Top = 8
  71.   end
  72.   object PopupMenu: TPopupMenu
  73.     OnPopup = PopupMenuPopup
  74.     Left = 280
  75.     Top = 8
  76.     object Copy1: TMenuItem
  77.       Caption = '&Copy'
  78.       Hint = 'Copy plot to clipboard'
  79.       ShortCut = 16451
  80.       OnClick = Copy_ButtonClick
  81.     end
  82.     object Remove1: TMenuItem
  83.       Caption = '&Remove'
  84.       Hint = 'Remove vector from plot'
  85.       ShortCut = 46
  86.       OnClick = Remove1Click
  87.     end
  88.     object Clear1: TMenuItem
  89.       Caption = 'C&lear'
  90.       OnClick = Clear1Click
  91.     end
  92.     object N1: TMenuItem
  93.       Caption = '-'
  94.     end
  95.     object Replot1: TMenuItem
  96.       Caption = '&Replot'
  97.       ShortCut = 16466
  98.       OnClick = Replot1Click
  99.     end
  100.   end
  101. end
  102.