home *** CD-ROM | disk | FTP | other *** search
- inherited FootPedalForm: TFootPedalForm
- Caption = 'Configure Pedal'
- ClientHeight = 162
- ClientWidth = 209
- OldCreateOrder = True
- PixelsPerInch = 96
- TextHeight = 13
- object FastBox: TPaintBox [0]
- Left = 101
- Top = 101
- Width = 81
- Height = 20
- Color = clBlack
- ParentColor = False
- OnPaint = PaintButtons
- end
- object RewindBox: TPaintBox [1]
- Left = 101
- Top = 77
- Width = 81
- Height = 20
- Color = clBlack
- ParentColor = False
- OnPaint = PaintButtons
- end
- object PlayBox: TPaintBox [2]
- Left = 101
- Top = 53
- Width = 81
- Height = 20
- Color = clBlack
- ParentColor = False
- OnPaint = PaintButtons
- end
- object FastButton: TStaticText [3]
- Left = 19
- Top = 103
- Width = 78
- Height = 17
- Alignment = taRightJustify
- AutoSize = False
- Caption = 'Fast pedal:'
- TabOrder = 3
- end
- object RewindButton: TStaticText [4]
- Left = 19
- Top = 79
- Width = 78
- Height = 17
- Alignment = taRightJustify
- AutoSize = False
- Caption = 'Rewind pedal:'
- TabOrder = 2
- end
- object PlayButton: TStaticText [5]
- Left = 19
- Top = 55
- Width = 78
- Height = 17
- Alignment = taRightJustify
- AutoSize = False
- Caption = 'Play pedal:'
- TabOrder = 1
- end
- object Instructions: TStaticText [6]
- Left = 2
- Top = 4
- Width = 205
- Height = 45
- Alignment = taCenter
- Anchors = [akLeft, akTop, akRight]
- AutoSize = False
- Caption =
- 'Press and hold each available pedal in the order given below for' +
- ' at least 2 seconds until the next pedal is highlighted.'
- TabOrder = 0
- end
- inherited ButtonOk: TButton
- Left = 27
- Top = 130
- Anchors = [akLeft, akBottom]
- Enabled = False
- TabOrder = 4
- end
- inherited ButtonCancel: TButton
- Left = 107
- Top = 130
- Anchors = [akLeft, akBottom]
- TabOrder = 5
- end
- object Timer: TTimer
- Interval = 50
- OnTimer = TimerEvent
- Left = 7
- Top = 97
- end
- end
-