home *** CD-ROM | disk | FTP | other *** search
- object SynthEditorForm: TSynthEditorForm
- Left = 243
- Top = 123
- BorderIcons = []
- BorderStyle = bsSingle
- Caption = 'SynthForm'
- ClientHeight = 95
- ClientWidth = 186
- Color = clBlack
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = True
- Position = poDefault
- Scaled = False
- OnCreate = FormCreate
- PixelsPerInch = 96
- TextHeight = 13
- object SynthPanel: TWPControl
- Left = 0
- Top = 0
- Width = 186
- Height = 95
- Align = alClient
- Color = 5452845
- ParentColor = False
- ParentShowHint = True
- object BassWheel: TLineWheel
- Left = 19
- Top = 30
- Width = 17
- Height = 17
- Hint = '|^b^aBass'
- Options = [wwPause]
- MoveSpeed = 4096
- SlowMotionDiv = 4
- Max = 65535
- Value = 32767
- DefaultValue = 32767
- OnChange = WheelChange
- MouseButton = mbLeft
- HotSideX = 9
- HotSideY = 9
- PopupMenu = SynthResModule.WheelMenu
- LineColor = 2105472
- LinePressedColor = 176
- OnAdjustColor = MidWheelAdjustColor
- end
- object MidWheel: TLineWheel
- Tag = 1
- Left = 54
- Top = 52
- Width = 17
- Height = 17
- Hint = '|^b^aMid'
- Options = [wwPause]
- MoveSpeed = 4096
- SlowMotionDiv = 4
- Max = 65535
- Value = 32767
- DefaultValue = 32767
- OnChange = WheelChange
- MouseButton = mbLeft
- HotSideX = 9
- HotSideY = 9
- PopupMenu = SynthResModule.WheelMenu
- LineColor = 2105472
- LinePressedColor = 176
- OnAdjustColor = MidWheelAdjustColor
- end
- object TrebleWheel: TLineWheel
- Tag = 2
- Left = 95
- Top = 61
- Width = 17
- Height = 17
- Hint = '|^b^aTreble'
- Options = [wwPause]
- MoveSpeed = 4096
- SlowMotionDiv = 4
- Max = 65535
- Value = 32767
- DefaultValue = 32767
- OnChange = WheelChange
- MouseButton = mbLeft
- HotSideX = 9
- HotSideY = 9
- PopupMenu = SynthResModule.WheelMenu
- LineColor = 2105472
- LinePressedColor = 176
- OnAdjustColor = MidWheelAdjustColor
- end
- end
- end
-