home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 June / CHIP_CD_2005-06.iso / test / fruity / flstudio502_install.exe / Dashboard.dll / 0 / RCDATA / TSYNTHEDITORFORM / TSYNTHEDITORFORM.txt
Text File  |  2005-02-04  |  9KB  |  333 lines

  1. object SynthEditorForm: TSynthEditorForm
  2.   Left = 297
  3.   Top = 106
  4.   BorderIcons = []
  5.   BorderStyle = bsSingle
  6.   Caption = 'SynthForm'
  7.   ClientHeight = 283
  8.   ClientWidth = 671
  9.   Color = clBlue
  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.   OnDestroy = FormDestroy
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object SynthPanel: TWPControl
  23.     Tag = -1
  24.     Left = 0
  25.     Top = 0
  26.     Width = 661
  27.     Height = 283
  28.     Color = clOlive
  29.     ParentColor = False
  30.     ShowHint = True
  31.     OnResize = SynthPanelResize
  32.     object PortSelect: TDigiWheel
  33.       Tag = -1
  34.       Left = 304
  35.       Top = 5
  36.       Width = 25
  37.       Height = 16
  38.       Cursor = crSizeNS
  39.       Hint = '|Output port number'
  40.       Options = [wwIncMode]
  41.       MoveSpeed = 4
  42.       SlowMotionDiv = 4
  43.       Min = -1
  44.       Max = 255
  45.       Value = -1
  46.       DefaultValue = 0
  47.       OnChange = PortSelectChange
  48.       MouseButton = mbLeft
  49.       HotSideX = 4
  50.       HotSideY = 4
  51.       Font.Charset = DEFAULT_CHARSET
  52.       Font.Color = clWhite
  53.       Font.Height = -11
  54.       Font.Name = 'MS Sans Serif'
  55.       Font.Style = []
  56.       BmpList = SynthResModule.Digits11IL
  57.     end
  58.     object BankMSBSelect: TDigiWheel
  59.       Tag = -1
  60.       Left = 139
  61.       Top = 5
  62.       Width = 25
  63.       Height = 16
  64.       Cursor = crSizeNS
  65.       Hint = '|Coarse bank number (CC #0)'
  66.       Options = [wwIncMode]
  67.       MoveSpeed = 4
  68.       SlowMotionDiv = 4
  69.       Min = -1
  70.       Max = 127
  71.       Value = -1
  72.       DefaultValue = 0
  73.       OnRelease = BankMSBSelectRelease
  74.       MouseButton = mbLeft
  75.       HotSideX = 4
  76.       HotSideY = 4
  77.       Font.Charset = DEFAULT_CHARSET
  78.       Font.Color = clWhite
  79.       Font.Height = -11
  80.       Font.Name = 'MS Sans Serif'
  81.       Font.Style = []
  82.       BmpList = SynthResModule.Digits11IL
  83.     end
  84.     object BankLSBSelect: TDigiWheel
  85.       Tag = -1
  86.       Left = 169
  87.       Top = 5
  88.       Width = 25
  89.       Height = 16
  90.       Cursor = crSizeNS
  91.       Hint = '|Fine bank number (CC #32)'
  92.       Options = [wwIncMode]
  93.       MoveSpeed = 4
  94.       SlowMotionDiv = 4
  95.       Min = -1
  96.       Max = 127
  97.       Value = -1
  98.       DefaultValue = 0
  99.       OnRelease = BankMSBSelectRelease
  100.       MouseButton = mbLeft
  101.       HotSideX = 4
  102.       HotSideY = 4
  103.       Font.Charset = DEFAULT_CHARSET
  104.       Font.Color = clWhite
  105.       Font.Height = -11
  106.       Font.Name = 'MS Sans Serif'
  107.       Font.Style = []
  108.       BmpList = SynthResModule.Digits11IL
  109.     end
  110.     object PatchSelect: TDigiWheel
  111.       Left = 240
  112.       Top = 5
  113.       Width = 25
  114.       Height = 16
  115.       Cursor = crSizeNS
  116.       Hint = '|^b^aPatch number'
  117.       Options = [wwIncMode]
  118.       MoveSpeed = 4
  119.       SlowMotionDiv = 4
  120.       Max = 128
  121.       DefaultValue = 1
  122.       OnChange = PatchSelectChange
  123.       MouseButton = mbLeft
  124.       HotSideX = 4
  125.       HotSideY = 4
  126.       PopupMenu = SynthResModule.WheelMenu
  127.       Font.Charset = DEFAULT_CHARSET
  128.       Font.Color = clWhite
  129.       Font.Height = -11
  130.       Font.Name = 'MS Sans Serif'
  131.       Font.Style = []
  132.       BmpList = SynthResModule.Digits11IL
  133.       NullValue = 0
  134.     end
  135.     object ChanSelect: TDigiWheel
  136.       Tag = -1
  137.       Left = 81
  138.       Top = 5
  139.       Width = 18
  140.       Height = 16
  141.       Cursor = crSizeNS
  142.       Hint = '|MIDI channel number'
  143.       Options = [wwIncMode]
  144.       MoveSpeed = 4
  145.       SlowMotionDiv = 4
  146.       Min = 1
  147.       Max = 16
  148.       Value = 10
  149.       DefaultValue = 10
  150.       OnChange = ChanSelectChange
  151.       OnRelease = ChanSelectRelease
  152.       MouseButton = mbLeft
  153.       HotSideX = 4
  154.       HotSideY = 4
  155.       Font.Charset = DEFAULT_CHARSET
  156.       Font.Color = clWhite
  157.       Font.Height = -11
  158.       Font.Name = 'MS Sans Serif'
  159.       Font.Style = []
  160.       BmpList = SynthResModule.Digits11IL
  161.       NumDigits = 2
  162.     end
  163.     object LockBtn: TQuickBtn
  164.       Tag = -1
  165.       Left = 17
  166.       Top = 4
  167.       Width = 25
  168.       Height = 18
  169.       Cursor = crHandPoint
  170.       Hint = '|Click to lock the editor'
  171.       ParentColor = True
  172.       Caption = 'LockBtn'
  173.       Options = [tbHasDownGlyph, tbTrashGlyph, tbAutoSize]
  174.       AccelKey = 0
  175.       FXType = FX_Blend
  176.       BmpList = SynthResModule.LockBtnIL
  177.       OnClick = LockBtnClick
  178.     end
  179.     object OptionsBtn: TQuickBtn
  180.       Tag = -1
  181.       Left = 4
  182.       Top = 4
  183.       Width = 12
  184.       Height = 18
  185.       Cursor = crHandPoint
  186.       Hint = '|Change the editor background'
  187.       ParentColor = True
  188.       Caption = 'OptionsBtn'
  189.       PopupMenu = SynthResModule.OptionsMenu
  190.       Options = [tbHasDownGlyph, tbTrashGlyph, tbAutoSize]
  191.       AccelKey = 0
  192.       BmpList = SynthResModule.OptionsBtnIL
  193.       StayDown = False
  194.       PopupAlign = Popup_Bottom
  195.       PopupButton = mbLeft
  196.     end
  197.     object PropertyCombo: TQuickCombo
  198.       Tag = -1
  199.       Left = 460
  200.       Top = 52
  201.       Width = 202
  202.       Height = 21
  203.       ParentFont = False
  204.       ParentColor = False
  205.       Color = 5064767
  206.       Font.Charset = DEFAULT_CHARSET
  207.       Font.Color = clWhite
  208.       Font.Height = -11
  209.       Font.Name = 'MS Sans Serif'
  210.       Font.Style = []
  211.       Caption = 'Panel'
  212.       Options = [tbShowPressed, tbOnOver, tbHasDownGlyph, tbTrashGlyph, tbAutoSize, tbBorder, tbDownArrow]
  213.       Style = FS_Glass
  214.       TextAlign = ttaLeft
  215.       AccelKey = 0
  216.       Items.Strings = (
  217.         'Panel')
  218.       OnChange = PropertyComboChange
  219.     end
  220.     object WorkPanel: TDashboardPanel
  221.       Tag = -1
  222.       Left = 0
  223.       Top = 52
  224.       Width = 286
  225.       Height = 231
  226.       GridColor = 4210752
  227.       ControlPopup = SynthResModule.WheelMenu
  228.       LabelFont.Charset = ANSI_CHARSET
  229.       LabelFont.Color = clBlack
  230.       LabelFont.Height = -9
  231.       LabelFont.Name = 'Fruity fonts'
  232.       LabelFont.Style = []
  233.       Options = [doHideGridWhenOff]
  234.       OnCreateControl = WorkPanelCreateControl
  235.       OnLocateDataFile = WorkPanelLocateDataFile
  236.       OnPanelChange = WorkPanelPanelChange
  237.       OnWriteControlProps = WorkPanelWriteControlProps
  238.       OnReadControlProp = WorkPanelReadControlProp
  239.       OnSelectionChange = WorkPanelSelectionChange
  240.       OnItemChange = WorkPanelItemChange
  241.       OnPanelResize = WorkPanelPanelResize
  242.       OnPropertyChanged = WorkPanelPropertyChanged
  243.       OnGetIniFile = WorkPanelGetIniFile
  244.       OnReadInstrument = WorkPanelReadInstrument
  245.       OnPropertiesHaveChanged = WorkPanelPropertiesHaveChanged
  246.       Color = clGray
  247.       ParentColor = False
  248.       ParentShowHint = True
  249.     end
  250.     object PropertyInspector: TPropertyInspector
  251.       Tag = -1
  252.       Left = 460
  253.       Top = 72
  254.       Width = 186
  255.       Height = 211
  256.       Items.Strings = (
  257.         'Item0'
  258.         'Item1')
  259.       ItemIndex = 0
  260.       ValueFont.Charset = DEFAULT_CHARSET
  261.       ValueFont.Color = 13486271
  262.       ValueFont.Height = -11
  263.       ValueFont.Name = 'MS Sans Serif'
  264.       ValueFont.Style = []
  265.       SeparatorColor = 3485735
  266.       Options = [ioMoveSplitter]
  267.       SplitterPosition = 100
  268.       BorderStyle = bsSingle
  269.       OnGetItemInfo = PropertyInspectorGetItemInfo
  270.       OnGetValueList = PropertyInspectorGetValueList
  271.       OnGetIntValue = PropertyInspectorGetIntValue
  272.       OnGetFontValue = PropertyInspectorGetFontValue
  273.       OnGetStringValue = PropertyInspectorGetStringValue
  274.       OnGetListValue = PropertyInspectorGetListValue
  275.       OnSetIntValue = PropertyInspectorSetIntValue
  276.       OnSetFontValue = PropertyInspectorSetFontValue
  277.       OnSetStringValue = PropertyInspectorSetStringValue
  278.       OnSetListValue = PropertyInspectorSetListValue
  279.       OnChange = PropertyInspectorChange
  280.       Color = 5064767
  281.       Font.Charset = DEFAULT_CHARSET
  282.       Font.Color = 11380895
  283.       Font.Height = -11
  284.       Font.Name = 'Arial'
  285.       Font.Style = [fsBold]
  286.     end
  287.     object PropertyScroller: TNumBar
  288.       Tag = -1
  289.       Left = 645
  290.       Top = 72
  291.       Width = 16
  292.       Height = 211
  293.       BorderStyle = bsNone
  294.       ParentColor = False
  295.       TabOrder = 2
  296.       Font.Charset = DEFAULT_CHARSET
  297.       Font.Color = clWindowText
  298.       Font.Height = -11
  299.       Font.Name = 'MS Sans Serif'
  300.       Font.Style = [fsBold]
  301.       Color = 5064767
  302.       LineSize = 1
  303.       PageSize = 10
  304.       Min = 0
  305.       Max = 100
  306.       MoveMin = 0
  307.       MoveMax = 100
  308.       Position = 0
  309.       Orientation = trVertical
  310.       Options = [nbSlideKnob]
  311.       ArrowsWidth = 23
  312.       OnChange = PropertyScrollerChange
  313.     end
  314.     object EmptyWP: TWPControl
  315.       Tag = -1
  316.       Left = 305
  317.       Top = 100
  318.       Width = 111
  319.       Height = 116
  320.       Color = 5064767
  321.       ParentColor = False
  322.       ShowHint = True
  323.     end
  324.   end
  325.   object Timer: TTimer
  326.     Enabled = False
  327.     Interval = 10000
  328.     OnTimer = TimerTimer
  329.     Left = 140
  330.     Top = 120
  331.   end
  332. end
  333.