home *** CD-ROM | disk | FTP | other *** search
/ PC World 2000 July / PCWorld_2000-07_cd.bin / Software / TemaCD / waveflow / waveflow.exe / 0 / RCDATA / TFORM2 / TFORM2.txt < prev   
Text File  |  2000-05-05  |  3KB  |  174 lines

  1. object Form2: TForm2
  2.   Left = 9
  3.   Top = 114
  4.   HorzScrollBar.Tracking = True
  5.   HorzScrollBar.Visible = False
  6.   VertScrollBar.Visible = False
  7.   AutoScroll = False
  8.   Caption = 'Wave file'
  9.   ClientHeight = 293
  10.   ClientWidth = 656
  11.   Color = clBtnFace
  12.   Font.Charset = DEFAULT_CHARSET
  13.   Font.Color = clWindowText
  14.   Font.Height = -11
  15.   Font.Name = 'MS Sans Serif'
  16.   Font.Style = []
  17.   FormStyle = fsMDIChild
  18.   Icon.Data = {<image000.ico>}
  19.   OldCreateOrder = True
  20.   Position = poDefault
  21.   Visible = True
  22.   OnActivate = FormActivate
  23.   OnClose = FormClose
  24.   OnCloseQuery = FormCloseQuery
  25.   OnCreate = FormCreate
  26.   OnDestroy = FormDestroy
  27.   OnDeactivate = FormDeactivate
  28.   OnKeyPress = FormKeyPress
  29.   OnMouseDown = FormMouseDown
  30.   OnMouseMove = FormMouseMove
  31.   OnPaint = FormPaint
  32.   OnResize = FormResize
  33.   PixelsPerInch = 96
  34.   TextHeight = 13
  35.   object Bevel2: TBevel
  36.     Left = 10
  37.     Top = 0
  38.     Width = 1
  39.     Height = 257
  40.     Shape = bsLeftLine
  41.   end
  42.   object Shape1: TShape
  43.     Left = 0
  44.     Top = 0
  45.     Width = 0
  46.     Height = 257
  47.     Brush.Color = clGray
  48.     Pen.Mode = pmNot
  49.     OnMouseDown = Shape1MouseDown
  50.     OnMouseMove = Shape1MouseMove
  51.   end
  52.   object Bevel1: TBevel
  53.     Left = 0
  54.     Top = 136
  55.     Width = 616
  56.     Height = 2
  57.     Shape = bsTopLine
  58.     Style = bsRaised
  59.     Visible = False
  60.   end
  61.   object LiniaPlay1: TShape
  62.     Left = 16
  63.     Top = 0
  64.     Width = 1
  65.     Height = 233
  66.     Pen.Color = clRed
  67.     Visible = False
  68.   end
  69.   object StatusBar1: TStatusBar
  70.     Left = 0
  71.     Top = 273
  72.     Width = 656
  73.     Height = 20
  74.     Panels = <
  75.       item
  76.         Alignment = taCenter
  77.         Width = 150
  78.       end
  79.       item
  80.         Alignment = taCenter
  81.         Text = 'Samples:0'
  82.         Width = 150
  83.       end
  84.       item
  85.         Alignment = taCenter
  86.         Text = 'Bits'
  87.         Width = 60
  88.       end
  89.       item
  90.         Alignment = taCenter
  91.         Text = 'Samples/sec'
  92.         Width = 100
  93.       end
  94.       item
  95.         Alignment = taCenter
  96.         Text = 'Mono'
  97.         Width = 60
  98.       end
  99.       item
  100.         Alignment = taCenter
  101.         Text = 'Modified'
  102.         Width = 50
  103.       end>
  104.     SimplePanel = False
  105.     OnDblClick = StatusBar1DblClick
  106.     OnMouseMove = StatusBar1MouseMove
  107.   end
  108.   object ScrollBar1: TScrollBar
  109.     Left = 0
  110.     Top = 246
  111.     Width = 621
  112.     Height = 12
  113.     Cursor = crDrag
  114.     DragCursor = crDefault
  115.     LargeChange = 100
  116.     PageSize = 0
  117.     SmallChange = 10
  118.     TabOrder = 1
  119.     OnScroll = ScrollBar1Scroll
  120.   end
  121.   object ProgressBar1: TProgressBar
  122.     Left = 0
  123.     Top = 276
  124.     Width = 150
  125.     Height = 16
  126.     Min = 0
  127.     Max = 100
  128.     TabOrder = 2
  129.     Visible = False
  130.   end
  131.   object Panel1: TPanel
  132.     Left = 0
  133.     Top = 266
  134.     Width = 656
  135.     Height = 7
  136.     Align = alBottom
  137.     BevelOuter = bvLowered
  138.     TabOrder = 3
  139.     object PaintBox1: TImage
  140.       Left = 1
  141.       Top = 1
  142.       Width = 654
  143.       Height = 5
  144.       Align = alClient
  145.       Picture.Data = {<image001.bmp>}
  146.     end
  147.     object LiniaPlay2: TShape
  148.       Left = 0
  149.       Top = 3
  150.       Width = 1
  151.       Height = 5
  152.       Pen.Color = clRed
  153.       Visible = False
  154.     end
  155.   end
  156.   object boto_selectall: TButton
  157.     Left = 1
  158.     Top = 276
  159.     Width = 148
  160.     Height = 16
  161.     Caption = 'Select &All'
  162.     TabOrder = 4
  163.     Visible = False
  164.     OnClick = StatusBar1DblClick
  165.   end
  166.   object TimerPlay: TTimer
  167.     Enabled = False
  168.     Interval = 1
  169.     OnTimer = TimerPlayTimer
  170.     Left = 576
  171.     Top = 8
  172.   end
  173. end
  174.