home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 June / CHIP_CD_2005-06.iso / test / fruity / flstudio502_install.exe / FLReWire.dll / 0 / RCDATA / TRWEDITORFORM / TRWEDITORFORM.txt < prev   
Text File  |  2005-02-24  |  2KB  |  80 lines

  1. object RWEditorForm: TRWEditorForm
  2.   Left = 242
  3.   Top = 116
  4.   BorderIcons = [biSystemMenu, biMinimize]
  5.   BorderStyle = bsSingle
  6.   Caption = 'FL Studio ReWire'
  7.   ClientHeight = 82
  8.   ClientWidth = 274
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   Icon.Data = {<image000.ico>}
  16.   OldCreateOrder = False
  17.   Position = poScreenCenter
  18.   Scaled = False
  19.   ShowHint = True
  20.   OnClose = FormClose
  21.   OnCreate = FormCreate
  22.   PixelsPerInch = 96
  23.   TextHeight = 13
  24.   object SynthPanel: TWPControl
  25.     Left = 0
  26.     Top = 0
  27.     Width = 274
  28.     Height = 82
  29.     Align = alClient
  30.     Color = clMaroon
  31.     ParentColor = False
  32.     PopupMenu = PopupMenu
  33.     ShowHint = True
  34.     OnDblClick = SynthPanelDblClick
  35.     object ShowBtn: TQuickBtn
  36.       Left = 201
  37.       Top = 9
  38.       Width = 63
  39.       Height = 63
  40.       Cursor = crHandPoint
  41.       Hint = 'Open FL Studio window'
  42.       ParentFont = False
  43.       ParentColor = False
  44.       Color = clGreen
  45.       Font.Charset = ANSI_CHARSET
  46.       Font.Color = clBlack
  47.       Font.Height = -9
  48.       Font.Name = 'Fruity fonts'
  49.       Font.Style = []
  50.       Options = [tbHasDownGlyph]
  51.       AccelKey = 0
  52.       FXType = FX_Blend
  53.       FXWhen = FX_OnOver
  54.       FXAttack = 208
  55.       FXRelease = 32
  56.       FXBlink = FX_BlinkOnOver
  57.       Glyph.ILCount = 2
  58.       BmpList = RWResModule.BtnIL
  59.       OnClick = ShowBtnClick
  60.       StayDown = False
  61.     end
  62.   end
  63.   object Timer: TTimer
  64.     Enabled = False
  65.     Interval = 100
  66.     OnTimer = TimerTimer
  67.     Left = 170
  68.     Top = 5
  69.   end
  70.   object PopupMenu: TPopupMenu
  71.     OnPopup = PopupMenuPopup
  72.     Left = 120
  73.     Top = 35
  74.     object mnuActAsRegularReWireDevice: TMenuItem
  75.       Caption = 'Act as regular ReWire device'
  76.       OnClick = mnuActAsRegularReWireDeviceClick
  77.     end
  78.   end
  79. end
  80.