home *** CD-ROM | disk | FTP | other *** search
/ Freelog 6 / Freelog006.iso / Logs / Musique / Orangator / ORAN20.EXE / 0 / RCDATA / TSCHEMEMDICHILD / TSCHEMEMDICHILD.txt
Text File  |  1998-02-08  |  2KB  |  106 lines

  1. object SchemeMDIChild: TSchemeMDIChild
  2.   Left = 41
  3.   Top = 140
  4.   BorderStyle = bsSingle
  5.   Caption = 'MDI Child'
  6.   ClientHeight = 241
  7.   ClientWidth = 453
  8.   Font.Color = clWindowText
  9.   Font.Height = -13
  10.   Font.Name = 'System'
  11.   Font.Style = []
  12.   FormStyle = fsMDIChild
  13.   Position = poDefault
  14.   Visible = True
  15.   OnActivate = FormActivate
  16.   OnClose = FormClose
  17.   OnCreate = FormCreate
  18.   OnDestroy = FormDestroy
  19.   OnResize = FormResize
  20.   PixelsPerInch = 96
  21.   TextHeight = 16
  22.   object SchemePanel: TPanel
  23.     Left = 0
  24.     Top = 0
  25.     Width = 360
  26.     Height = 209
  27.     TabOrder = 0
  28.     object SchemeHorScrollBar: TScrollBar
  29.       Left = 3
  30.       Top = 187
  31.       Width = 331
  32.       Height = 17
  33.       LargeChange = 128
  34.       Max = 1024
  35.       SmallChange = 5
  36.       TabOrder = 0
  37.       OnChange = SchemeScrollBarChange
  38.     end
  39.     object SchemeVertScrollBar: TScrollBar
  40.       Left = 338
  41.       Top = 3
  42.       Width = 17
  43.       Height = 182
  44.       Kind = sbVertical
  45.       LargeChange = 128
  46.       Max = 1024
  47.       SmallChange = 5
  48.       TabOrder = 1
  49.       OnChange = SchemeScrollBarChange
  50.     end
  51.     object SchemePanel2: TPanel
  52.       Left = 2
  53.       Top = 2
  54.       Width = 333
  55.       Height = 183
  56.       BevelOuter = bvLowered
  57.       TabOrder = 2
  58.       object SchemePaintBox: TPaintBox
  59.         Left = 1
  60.         Top = 1
  61.         Width = 330
  62.         Height = 180
  63.         OnDblClick = SchemePaintBoxDblClick
  64.         OnDragOver = SchemePaintBoxDragOver
  65.         OnMouseDown = SchemePaintBoxMouseDown
  66.         OnMouseMove = SchemePaintBoxMouseMove
  67.         OnMouseUp = SchemePaintBoxMouseUp
  68.         OnPaint = SchemePaintBoxPaint
  69.       end
  70.     end
  71.   end
  72.   object SoundUnitPopupMenu: TPopupMenu
  73.     Left = 368
  74.     Top = 64
  75.     object SoundUnitConnect: TMenuItem
  76.       Caption = 'Connect'
  77.       ShortCut = 0
  78.       OnClick = SoundUnitConnectClick
  79.     end
  80.     object SoundUnitDisconnect: TMenuItem
  81.       Caption = 'Disconnect'
  82.       ShortCut = 0
  83.       OnClick = SoundUnitDisconnectClick
  84.     end
  85.     object SoundUnitDelete: TMenuItem
  86.       Caption = 'Delete'
  87.       ShortCut = 46
  88.       OnClick = SoundUnitDeleteClick
  89.     end
  90.     object SoundUnitParameters: TMenuItem
  91.       Caption = 'Parameters'
  92.       ShortCut = 0
  93.       OnClick = SoundUnitParametersClick
  94.     end
  95.     object SoundUnitCloseParameters: TMenuItem
  96.       Caption = 'Close parameters'
  97.       ShortCut = 0
  98.       OnClick = SoundUnitCloseParametersClick
  99.     end
  100.   end
  101.   object InputPopupMenu: TPopupMenu
  102.     Left = 368
  103.     Top = 104
  104.   end
  105. end
  106.