home *** CD-ROM | disk | FTP | other *** search
/ PC World 1999 October / PCWorld_1999-10_cd1.bin / Software / Vyzkuste / Waveflow / Waveflow.exe / 0 / RCDATA / TFORM2 / TFORM2.txt < prev   
Text File  |  1999-08-29  |  3KB  |  147 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 = 616
  11.   Font.Charset = DEFAULT_CHARSET
  12.   Font.Color = clWindowText
  13.   Font.Height = -11
  14.   Font.Name = 'MS Sans Serif'
  15.   Font.Style = []
  16.   FormStyle = fsMDIChild
  17.   Icon.Data = {<image000.ico>}
  18.   Position = poDefault
  19.   Visible = True
  20.   OnActivate = FormActivate
  21.   OnClose = FormClose
  22.   OnCloseQuery = FormCloseQuery
  23.   OnCreate = FormCreate
  24.   OnDestroy = FormDestroy
  25.   OnDeactivate = FormDeactivate
  26.   OnKeyPress = FormKeyPress
  27.   OnMouseDown = FormMouseDown
  28.   OnMouseMove = FormMouseMove
  29.   OnPaint = FormPaint
  30.   OnResize = FormResize
  31.   PixelsPerInch = 96
  32.   TextHeight = 13
  33.   object Bevel2: TBevel
  34.     Left = 10
  35.     Top = 0
  36.     Width = 1
  37.     Height = 257
  38.     Shape = bsLeftLine
  39.   end
  40.   object Shape1: TShape
  41.     Left = 0
  42.     Top = 0
  43.     Width = 0
  44.     Height = 257
  45.     Brush.Color = clGray
  46.     Pen.Mode = pmNot
  47.     OnMouseDown = Shape1MouseDown
  48.     OnMouseMove = Shape1MouseMove
  49.   end
  50.   object Bevel1: TBevel
  51.     Left = 0
  52.     Top = 136
  53.     Width = 616
  54.     Height = 2
  55.     Shape = bsTopLine
  56.     Style = bsRaised
  57.     Visible = False
  58.   end
  59.   object StatusBar1: TStatusBar
  60.     Left = 0
  61.     Top = 273
  62.     Width = 616
  63.     Height = 20
  64.     Panels = <
  65.       item
  66.         Alignment = taCenter
  67.         Width = 150
  68.       end
  69.       item
  70.         Alignment = taCenter
  71.         Text = 'Samples:0'
  72.         Width = 150
  73.       end
  74.       item
  75.         Alignment = taCenter
  76.         Text = 'Bits'
  77.         Width = 60
  78.       end
  79.       item
  80.         Alignment = taCenter
  81.         Text = 'Samples/sec'
  82.         Width = 100
  83.       end
  84.       item
  85.         Alignment = taCenter
  86.         Text = 'Mono'
  87.         Width = 60
  88.       end
  89.       item
  90.         Alignment = taCenter
  91.         Text = 'Modified'
  92.         Width = 50
  93.       end>
  94.     SimplePanel = False
  95.     OnDblClick = StatusBar1DblClick
  96.     OnMouseMove = StatusBar1MouseMove
  97.   end
  98.   object ScrollBar1: TScrollBar
  99.     Left = 0
  100.     Top = 246
  101.     Width = 621
  102.     Height = 15
  103.     Cursor = crDrag
  104.     DragCursor = crDefault
  105.     LargeChange = 100
  106.     SmallChange = 10
  107.     TabOrder = 1
  108.     OnScroll = ScrollBar1Scroll
  109.   end
  110.   object ProgressBar1: TProgressBar
  111.     Left = 0
  112.     Top = 276
  113.     Width = 150
  114.     Height = 16
  115.     Min = 0
  116.     Max = 100
  117.     TabOrder = 2
  118.     Visible = False
  119.   end
  120.   object Panel1: TPanel
  121.     Left = 0
  122.     Top = 266
  123.     Width = 616
  124.     Height = 7
  125.     Align = alBottom
  126.     BevelOuter = bvLowered
  127.     TabOrder = 3
  128.     object PaintBox1: TImage
  129.       Left = 1
  130.       Top = 1
  131.       Width = 614
  132.       Height = 5
  133.       Align = alBottom
  134.     end
  135.   end
  136.   object boto_selectall: TButton
  137.     Left = 1
  138.     Top = 276
  139.     Width = 148
  140.     Height = 16
  141.     Caption = 'Select &All'
  142.     TabOrder = 4
  143.     Visible = False
  144.     OnClick = StatusBar1DblClick
  145.   end
  146. end
  147.