home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 October / Chip_2004-10_cd1.bin / tema / goldwave / gwave506.exe / GoldWave.exe / 0 / RCDATA / TWAVEVIEW / TWAVEVIEW.txt
Text File  |  2003-10-10  |  4KB  |  164 lines

  1. object WaveView: TWaveView
  2.   Left = 436
  3.   Top = 372
  4.   AutoScroll = False
  5.   ClientHeight = 174
  6.   ClientWidth = 343
  7.   Color = clNone
  8.   Constraints.MinHeight = 130
  9.   ParentFont = True
  10.   FormStyle = fsMDIChild
  11.   OldCreateOrder = False
  12.   Position = poDefault
  13.   PrintScale = poNone
  14.   Scaled = False
  15.   Visible = True
  16.   OnActivate = FormActivate
  17.   OnCloseQuery = FormCloseQuery
  18.   OnKeyDown = FormKeyDown
  19.   OnMouseWheel = OnWheel
  20.   OnResize = OnResize
  21.   OnShow = OnShow
  22.   PixelsPerInch = 96
  23.   TextHeight = 13
  24.   object VBar: TScrollBar
  25.     Left = 327
  26.     Top = 0
  27.     Width = 16
  28.     Height = 158
  29.     Align = alRight
  30.     Kind = sbVertical
  31.     Max = 16384
  32.     PageSize = 0
  33.     TabOrder = 0
  34.     TabStop = False
  35.     Visible = False
  36.     OnScroll = VScroll
  37.   end
  38.   object HBar: TScrollBar
  39.     Left = 0
  40.     Top = 158
  41.     Width = 343
  42.     Height = 16
  43.     Align = alBottom
  44.     Max = 16384
  45.     PageSize = 0
  46.     TabOrder = 1
  47.     TabStop = False
  48.     OnScroll = HScroll
  49.   end
  50.   object MenuWave: TPopupMenu
  51.     Left = 50
  52.     Top = 112
  53.     object Setstartmarker: TMenuItem
  54.       Caption = 'Set &Start Marker'
  55.       Hint = 'Moves the start marker to the right-click mouse position'
  56.       OnClick = SetstartmarkerClick
  57.     end
  58.     object Setfinishmarker: TMenuItem
  59.       Caption = 'Set &Finish Marker'
  60.       Hint = 'Moves the finish marker to the right-click mouse position'
  61.       OnClick = SetfinishmarkerClick
  62.     end
  63.     object Playfromhere: TMenuItem
  64.       Caption = 'Play From Here'
  65.       Hint = 'Starts playback from the right-click mouse position'
  66.       OnClick = PlayfromhereClick
  67.     end
  68.     object SelectAll: TMenuItem
  69.       Action = MainForm.EditSelectAll
  70.     end
  71.     object ViewAll: TMenuItem
  72.       Action = MainForm.ViewViewAll
  73.     end
  74.     object ViewSelection: TMenuItem
  75.       Action = MainForm.ViewViewSelection
  76.     end
  77.     object N1: TMenuItem
  78.       Caption = '-'
  79.     end
  80.     object Undo: TMenuItem
  81.       Action = MainForm.EditUndo
  82.     end
  83.     object Copy: TMenuItem
  84.       Action = MainForm.EditCopy
  85.     end
  86.     object Channel: TMenuItem
  87.       Action = MainForm.EditChannel
  88.     end
  89.   end
  90.   object MenuWaveRange: TPopupMenu
  91.     Left = 130
  92.     Top = 112
  93.     object RangeSelect: TMenuItem
  94.       Caption = '&Select'
  95.       Hint = 'Selects the range'
  96.       OnClick = SelectRangeClick
  97.     end
  98.     object RangeZoom: TMenuItem
  99.       Caption = '&Zoom'
  100.       Hint = 'Zooms in on the range'
  101.       OnClick = ZoomRangeClick
  102.     end
  103.     object RangePlay: TMenuItem
  104.       Caption = 'Play'
  105.       Hint = 'Plays the range'
  106.       OnClick = PlayRangeClick
  107.     end
  108.     object RangeCopy: TMenuItem
  109.       Caption = 'Copy'
  110.       Hint = 'Copies the range'
  111.       Visible = False
  112.       OnClick = CopyRangeClick
  113.     end
  114.   end
  115.   object MenuCue: TPopupMenu
  116.     OnPopup = MenuCuePopup
  117.     Left = 196
  118.     Top = 112
  119.     object MenuCuePlay: TMenuItem
  120.       Caption = 'Play From Cue'
  121.       Hint = 'Starts playback at cue point'
  122.       OnClick = MenuCuePlayClick
  123.     end
  124.     object MenuCueMoveStart: TMenuItem
  125.       Caption = 'Set Start Marker'
  126.       Hint = 'Moves start marker to cue point'
  127.       OnClick = MenuCueMoveStartClick
  128.     end
  129.     object MenuCueMoveFinish: TMenuItem
  130.       Caption = 'Set Finish Marker'
  131.       Hint = 'Moves finish marker to cue point'
  132.       OnClick = MenuCueMoveFinishClick
  133.     end
  134.     object MenuCueMoveToStart: TMenuItem
  135.       Caption = 'Move Cue To Start'
  136.       Hint = 'Moves cue point to start marker'
  137.       OnClick = MenuCueMoveToStartClick
  138.     end
  139.     object MenuCueMoveToFinish: TMenuItem
  140.       Caption = 'Move Cue To Finish'
  141.       Hint = 'Moves cue point to finish marker'
  142.       OnClick = MenuCueMoveToFinishClick
  143.     end
  144.     object N2: TMenuItem
  145.       Caption = '-'
  146.     end
  147.     object MenuCueNew: TMenuItem
  148.       Caption = 'New Cue...'
  149.       Hint = 'Creates a new cue point'
  150.       OnClick = MenuCueNewClick
  151.     end
  152.     object MenuCueEdit: TMenuItem
  153.       Caption = 'Edit Cue...'
  154.       Hint = 'Edits this cue point'
  155.       OnClick = MenuCueEditClick
  156.     end
  157.     object MenuCueDelete: TMenuItem
  158.       Caption = 'Delete Cue'
  159.       Hint = 'Deletes this cue point'
  160.       OnClick = MenuCueDeleteClick
  161.     end
  162.   end
  163. end
  164.