home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 June / CHIP_CD_2005-06.iso / test / fruity / flstudio502_install.exe / Plucked!.dll / 0 / RCDATA / TSYNTHEDITORFORM / TSYNTHEDITORFORM.txt
Text File  |  2004-07-18  |  4KB  |  151 lines

  1. object SynthEditorForm: TSynthEditorForm
  2.   Left = 195
  3.   Top = 106
  4.   BorderIcons = []
  5.   BorderStyle = bsSingle
  6.   Caption = 'SynthForm'
  7.   ClientHeight = 105
  8.   ClientWidth = 157
  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 = 157
  25.     Height = 105
  26.     Align = alClient
  27.     Color = 5452845
  28.     ParentColor = False
  29.     ParentShowHint = True
  30.     object DecayWheel: TWAVWheel
  31.       Left = 37
  32.       Top = 34
  33.       Width = 27
  34.       Height = 27
  35.       Hint = '|^b^aDecay'
  36.       Options = []
  37.       MoveSpeed = 16
  38.       SlowMotionDiv = 4
  39.       Max = 256
  40.       Value = 128
  41.       DefaultValue = 128
  42.       OnChange = WheelChange
  43.       MouseButton = mbLeft
  44.       HotSideX = 8
  45.       HotSideY = 8
  46.       PopupMenu = SynthResModule.WheelMenu
  47.       BmpList = SynthResModule.MainWheelIL
  48.     end
  49.     object ColorWheel: TWAVWheel
  50.       Tag = 1
  51.       Left = 96
  52.       Top = 44
  53.       Width = 27
  54.       Height = 27
  55.       Hint = '|^b^aColor'
  56.       Options = []
  57.       MoveSpeed = 8
  58.       SlowMotionDiv = 4
  59.       Max = 128
  60.       Value = 64
  61.       DefaultValue = 64
  62.       OnChange = WheelChange
  63.       MouseButton = mbLeft
  64.       HotSideX = 8
  65.       HotSideY = 8
  66.       PopupMenu = SynthResModule.WheelMenu
  67.       BmpList = SynthResModule.MainWheelIL
  68.     end
  69.     object NormBtn: TQuickBtn
  70.       Tag = 2
  71.       Left = 88
  72.       Top = 2
  73.       Width = 69
  74.       Height = 10
  75.       Cursor = crHandPoint
  76.       Hint = '|^b^aNormalize decay'
  77.       ParentFont = False
  78.       ParentColor = True
  79.       Font.Charset = DEFAULT_CHARSET
  80.       Font.Color = clSilver
  81.       Font.Height = -11
  82.       Font.Name = 'MS Sans Serif'
  83.       Font.Style = []
  84.       PopupMenu = SynthResModule.WheelMenu
  85.       Options = [tbDirectClick, tbHasDownGlyph, tbTrashGlyph, tbTransparent]
  86.       Style = FS_Transparent
  87.       Spacing = 4
  88.       TextAlign = ttaLeft
  89.       AccelKey = 0
  90.       FXType = FX_Blend
  91.       BmpList = SynthResModule.LEDIL
  92.       OnClick = WheelChange
  93.       Down = True
  94.       PopupAlign = Popup_Normal
  95.     end
  96.     object GateBtn: TQuickBtn
  97.       Tag = 3
  98.       Left = 88
  99.       Top = 12
  100.       Width = 69
  101.       Height = 10
  102.       Cursor = crHandPoint
  103.       Hint = '|^b^aShort release'
  104.       ParentFont = False
  105.       ParentColor = True
  106.       Font.Charset = DEFAULT_CHARSET
  107.       Font.Color = clSilver
  108.       Font.Height = -11
  109.       Font.Name = 'MS Sans Serif'
  110.       Font.Style = []
  111.       PopupMenu = SynthResModule.WheelMenu
  112.       Options = [tbDirectClick, tbHasDownGlyph, tbTrashGlyph, tbTransparent]
  113.       Style = FS_Transparent
  114.       Spacing = 4
  115.       TextAlign = ttaLeft
  116.       AccelKey = 0
  117.       FXType = FX_Blend
  118.       BmpList = SynthResModule.LEDIL
  119.       OnClick = WheelChange
  120.       PopupAlign = Popup_Normal
  121.     end
  122.     object WidenBtn: TQuickBtn
  123.       Tag = 4
  124.       Left = 104
  125.       Top = 94
  126.       Width = 53
  127.       Height = 10
  128.       Cursor = crHandPoint
  129.       Hint = '|^b^aWiden (stereo)'
  130.       ParentFont = False
  131.       ParentColor = True
  132.       Font.Charset = DEFAULT_CHARSET
  133.       Font.Color = clSilver
  134.       Font.Height = -11
  135.       Font.Name = 'MS Sans Serif'
  136.       Font.Style = []
  137.       PopupMenu = SynthResModule.WheelMenu
  138.       Options = [tbDirectClick, tbHasDownGlyph, tbTrashGlyph, tbTransparent]
  139.       Style = FS_Transparent
  140.       Spacing = 4
  141.       TextAlign = ttaLeft
  142.       AccelKey = 0
  143.       FXType = FX_Blend
  144.       BmpList = SynthResModule.LEDIL
  145.       OnClick = WheelChange
  146.       Down = True
  147.       PopupAlign = Popup_Normal
  148.     end
  149.   end
  150. end
  151.