home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 June / CHIP_CD_2005-06.iso / test / fruity / flstudio502_install.exe / BooBass.dll / 0 / RCDATA / TSYNTHEDITORFORM / TSYNTHEDITORFORM.txt
Encoding:
Text File  |  2002-11-12  |  2.1 KB  |  97 lines

  1. object SynthEditorForm: TSynthEditorForm
  2.   Left = 243
  3.   Top = 123
  4.   BorderIcons = []
  5.   BorderStyle = bsSingle
  6.   Caption = 'SynthForm'
  7.   ClientHeight = 95
  8.   ClientWidth = 186
  9.   Color = clBlack
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = True
  16.   Position = poDefault
  17.   Scaled = False
  18.   OnCreate = FormCreate
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object SynthPanel: TWPControl
  22.     Left = 0
  23.     Top = 0
  24.     Width = 186
  25.     Height = 95
  26.     Align = alClient
  27.     Color = 5452845
  28.     ParentColor = False
  29.     ParentShowHint = True
  30.     object BassWheel: TLineWheel
  31.       Left = 19
  32.       Top = 30
  33.       Width = 17
  34.       Height = 17
  35.       Hint = '|^b^aBass'
  36.       Options = [wwPause]
  37.       MoveSpeed = 4096
  38.       SlowMotionDiv = 4
  39.       Max = 65535
  40.       Value = 32767
  41.       DefaultValue = 32767
  42.       OnChange = WheelChange
  43.       MouseButton = mbLeft
  44.       HotSideX = 9
  45.       HotSideY = 9
  46.       PopupMenu = SynthResModule.WheelMenu
  47.       LineColor = 2105472
  48.       LinePressedColor = 176
  49.       OnAdjustColor = MidWheelAdjustColor
  50.     end
  51.     object MidWheel: TLineWheel
  52.       Tag = 1
  53.       Left = 54
  54.       Top = 52
  55.       Width = 17
  56.       Height = 17
  57.       Hint = '|^b^aMid'
  58.       Options = [wwPause]
  59.       MoveSpeed = 4096
  60.       SlowMotionDiv = 4
  61.       Max = 65535
  62.       Value = 32767
  63.       DefaultValue = 32767
  64.       OnChange = WheelChange
  65.       MouseButton = mbLeft
  66.       HotSideX = 9
  67.       HotSideY = 9
  68.       PopupMenu = SynthResModule.WheelMenu
  69.       LineColor = 2105472
  70.       LinePressedColor = 176
  71.       OnAdjustColor = MidWheelAdjustColor
  72.     end
  73.     object TrebleWheel: TLineWheel
  74.       Tag = 2
  75.       Left = 95
  76.       Top = 61
  77.       Width = 17
  78.       Height = 17
  79.       Hint = '|^b^aTreble'
  80.       Options = [wwPause]
  81.       MoveSpeed = 4096
  82.       SlowMotionDiv = 4
  83.       Max = 65535
  84.       Value = 32767
  85.       DefaultValue = 32767
  86.       OnChange = WheelChange
  87.       MouseButton = mbLeft
  88.       HotSideX = 9
  89.       HotSideY = 9
  90.       PopupMenu = SynthResModule.WheelMenu
  91.       LineColor = 2105472
  92.       LinePressedColor = 176
  93.       OnAdjustColor = MidWheelAdjustColor
  94.     end
  95.   end
  96. end
  97.