home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 June / ccd0605.iso / Software / Shareware / Multimedia / waveflow / waveflow.exe / 0 / RCDATA / TPITCHREALFRM / TPITCHREALFRM.txt
Encoding:
Text File  |  2005-05-01  |  3.0 KB  |  140 lines

  1. object PitchRealfrm: TPitchRealfrm
  2.   Left = 208
  3.   Top = 140
  4.   BorderIcons = []
  5.   BorderStyle = bsToolWindow
  6.   Caption = 'Real Time'
  7.   ClientHeight = 86
  8.   ClientWidth = 186
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   FormStyle = fsMDIChild
  16.   OldCreateOrder = True
  17.   Position = poScreenCenter
  18.   Visible = True
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object PanelPitch: TPanel
  22.     Left = 2
  23.     Top = 3
  24.     Width = 176
  25.     Height = 76
  26.     BevelInner = bvLowered
  27.     Caption = 'PanelPitch'
  28.     TabOrder = 0
  29.     Visible = False
  30.     object Label7: TLabel
  31.       Left = 10
  32.       Top = 2
  33.       Width = 24
  34.       Height = 13
  35.       Caption = '&Pitch'
  36.       FocusControl = TrackBar1
  37.     end
  38.     object Label11: TLabel
  39.       Left = 10
  40.       Top = 37
  41.       Width = 70
  42.       Height = 13
  43.       Caption = 'Pla&yback Rate'
  44.       FocusControl = TrackBar2
  45.     end
  46.     object SpeedButton44: TSpeedButton
  47.       Left = 152
  48.       Top = 16
  49.       Width = 15
  50.       Height = 15
  51.       Cursor = crArrow
  52.       Caption = 'R'
  53.       Flat = True
  54.       Font.Charset = DEFAULT_CHARSET
  55.       Font.Color = clNavy
  56.       Font.Height = -11
  57.       Font.Name = 'MS Sans Serif'
  58.       Font.Style = [fsBold]
  59.       ParentFont = False
  60.     end
  61.     object SpeedButton45: TSpeedButton
  62.       Left = 152
  63.       Top = 51
  64.       Width = 15
  65.       Height = 15
  66.       Cursor = crArrow
  67.       Caption = 'R'
  68.       Flat = True
  69.       Font.Charset = DEFAULT_CHARSET
  70.       Font.Color = clNavy
  71.       Font.Height = -11
  72.       Font.Name = 'MS Sans Serif'
  73.       Font.Style = [fsBold]
  74.       ParentFont = False
  75.     end
  76.     object Label12: TLabel
  77.       Left = 88
  78.       Top = 2
  79.       Width = 58
  80.       Height = 13
  81.       Alignment = taRightJustify
  82.       AutoSize = False
  83.       Caption = '0'
  84.       Font.Charset = DEFAULT_CHARSET
  85.       Font.Color = clRed
  86.       Font.Height = -11
  87.       Font.Name = 'MS Sans Serif'
  88.       Font.Style = []
  89.       ParentFont = False
  90.     end
  91.     object Label13: TLabel
  92.       Left = 88
  93.       Top = 37
  94.       Width = 58
  95.       Height = 13
  96.       Alignment = taRightJustify
  97.       AutoSize = False
  98.       Caption = '0'
  99.       Font.Charset = DEFAULT_CHARSET
  100.       Font.Color = clRed
  101.       Font.Height = -11
  102.       Font.Name = 'MS Sans Serif'
  103.       Font.Style = []
  104.       ParentFont = False
  105.     end
  106.     object TrackBar1: TTrackBar
  107.       Left = 2
  108.       Top = 15
  109.       Width = 150
  110.       Height = 22
  111.       Cursor = crArrow
  112.       Max = 65535
  113.       Orientation = trHorizontal
  114.       Frequency = 32767
  115.       Position = 32767
  116.       SelEnd = 32767
  117.       SelStart = 0
  118.       TabOrder = 0
  119.       TickMarks = tmBottomRight
  120.       TickStyle = tsAuto
  121.     end
  122.     object TrackBar2: TTrackBar
  123.       Left = 2
  124.       Top = 50
  125.       Width = 150
  126.       Height = 22
  127.       Cursor = crArrow
  128.       Max = 65535
  129.       Orientation = trHorizontal
  130.       Frequency = 32767
  131.       Position = 32767
  132.       SelEnd = 32767
  133.       SelStart = 0
  134.       TabOrder = 1
  135.       TickMarks = tmBottomRight
  136.       TickStyle = tsAuto
  137.     end
  138.   end
  139. end
  140.