home *** CD-ROM | disk | FTP | other *** search
- object RWEditorForm: TRWEditorForm
- Left = 242
- Top = 116
- BorderIcons = [biSystemMenu, biMinimize]
- BorderStyle = bsSingle
- Caption = 'FL Studio ReWire'
- ClientHeight = 82
- ClientWidth = 274
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Icon.Data = {<image000.ico>}
- OldCreateOrder = False
- Position = poScreenCenter
- Scaled = False
- ShowHint = True
- OnClose = FormClose
- OnCreate = FormCreate
- PixelsPerInch = 96
- TextHeight = 13
- object SynthPanel: TWPControl
- Left = 0
- Top = 0
- Width = 274
- Height = 82
- Align = alClient
- Color = clMaroon
- ParentColor = False
- PopupMenu = PopupMenu
- ShowHint = True
- OnDblClick = SynthPanelDblClick
- object ShowBtn: TQuickBtn
- Left = 201
- Top = 9
- Width = 63
- Height = 63
- Cursor = crHandPoint
- Hint = 'Open FL Studio window'
- ParentFont = False
- ParentColor = False
- Color = clGreen
- Font.Charset = ANSI_CHARSET
- Font.Color = clBlack
- Font.Height = -9
- Font.Name = 'Fruity fonts'
- Font.Style = []
- Options = [tbHasDownGlyph]
- AccelKey = 0
- FXType = FX_Blend
- FXWhen = FX_OnOver
- FXAttack = 208
- FXRelease = 32
- FXBlink = FX_BlinkOnOver
- Glyph.ILCount = 2
- BmpList = RWResModule.BtnIL
- OnClick = ShowBtnClick
- StayDown = False
- end
- end
- object Timer: TTimer
- Enabled = False
- Interval = 100
- OnTimer = TimerTimer
- Left = 170
- Top = 5
- end
- object PopupMenu: TPopupMenu
- OnPopup = PopupMenuPopup
- Left = 120
- Top = 35
- object mnuActAsRegularReWireDevice: TMenuItem
- Caption = 'Act as regular ReWire device'
- OnClick = mnuActAsRegularReWireDeviceClick
- end
- end
- end
-