home *** CD-ROM | disk | FTP | other *** search
/ PC World 2007 January / PCWorld_2007-01_cd.bin / temacd / goldwave / gwave517.exe / GoldWave.exe / 0 / RCDATA / TFOOTPEDALFORM / TFOOTPEDALFORM.txt
Encoding:
Text File  |  2006-11-14  |  1.9 KB  |  98 lines

  1. inherited FootPedalForm: TFootPedalForm
  2.   Caption = 'Configure Pedal'
  3.   ClientHeight = 162
  4.   ClientWidth = 209
  5.   OldCreateOrder = True
  6.   PixelsPerInch = 96
  7.   TextHeight = 13
  8.   object FastBox: TPaintBox [0]
  9.     Left = 101
  10.     Top = 101
  11.     Width = 81
  12.     Height = 20
  13.     Color = clBlack
  14.     ParentColor = False
  15.     OnPaint = PaintButtons
  16.   end
  17.   object RewindBox: TPaintBox [1]
  18.     Left = 101
  19.     Top = 77
  20.     Width = 81
  21.     Height = 20
  22.     Color = clBlack
  23.     ParentColor = False
  24.     OnPaint = PaintButtons
  25.   end
  26.   object PlayBox: TPaintBox [2]
  27.     Left = 101
  28.     Top = 53
  29.     Width = 81
  30.     Height = 20
  31.     Color = clBlack
  32.     ParentColor = False
  33.     OnPaint = PaintButtons
  34.   end
  35.   object FastButton: TStaticText [3]
  36.     Left = 19
  37.     Top = 103
  38.     Width = 78
  39.     Height = 17
  40.     Alignment = taRightJustify
  41.     AutoSize = False
  42.     Caption = 'Fast pedal:'
  43.     TabOrder = 3
  44.   end
  45.   object RewindButton: TStaticText [4]
  46.     Left = 19
  47.     Top = 79
  48.     Width = 78
  49.     Height = 17
  50.     Alignment = taRightJustify
  51.     AutoSize = False
  52.     Caption = 'Rewind pedal:'
  53.     TabOrder = 2
  54.   end
  55.   object PlayButton: TStaticText [5]
  56.     Left = 19
  57.     Top = 55
  58.     Width = 78
  59.     Height = 17
  60.     Alignment = taRightJustify
  61.     AutoSize = False
  62.     Caption = 'Play pedal:'
  63.     TabOrder = 1
  64.   end
  65.   object Instructions: TStaticText [6]
  66.     Left = 2
  67.     Top = 4
  68.     Width = 205
  69.     Height = 45
  70.     Alignment = taCenter
  71.     Anchors = [akLeft, akTop, akRight]
  72.     AutoSize = False
  73.     Caption = 
  74.       'Press and hold each available pedal in the order given below for' +
  75.       ' at least 2 seconds until the next pedal is highlighted.'
  76.     TabOrder = 0
  77.   end
  78.   inherited ButtonOk: TButton
  79.     Left = 27
  80.     Top = 130
  81.     Anchors = [akLeft, akBottom]
  82.     Enabled = False
  83.     TabOrder = 4
  84.   end
  85.   inherited ButtonCancel: TButton
  86.     Left = 107
  87.     Top = 130
  88.     Anchors = [akLeft, akBottom]
  89.     TabOrder = 5
  90.   end
  91.   object Timer: TTimer
  92.     Interval = 50
  93.     OnTimer = TimerEvent
  94.     Left = 7
  95.     Top = 97
  96.   end
  97. end
  98.