home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 October / Chip_2004-10_cd1.bin / tema / goldwave / gwave506.exe / GoldWave.exe / 0 / RCDATA / TARRANGERFRAME / TARRANGERFRAME.txt
Text File  |  2003-10-10  |  2KB  |  107 lines

  1. object ArrangerFrame: TArrangerFrame
  2.   Left = 0
  3.   Top = 0
  4.   Width = 417
  5.   Height = 256
  6.   AutoScroll = False
  7.   TabOrder = 0
  8.   object FromBar: TListView
  9.     Left = 3
  10.     Top = 19
  11.     Width = 199
  12.     Height = 205
  13.     Anchors = [akLeft, akTop, akBottom]
  14.     Columns = <
  15.       item
  16.         Caption = 'Available tool bar buttons:'
  17.         Width = 195
  18.       end>
  19.     ColumnClick = False
  20.     DragMode = dmAutomatic
  21.     HideSelection = False
  22.     MultiSelect = True
  23.     ReadOnly = True
  24.     RowSelect = True
  25.     ShowColumnHeaders = False
  26.     SmallImages = MainForm.ImageList
  27.     SortType = stData
  28.     TabOrder = 1
  29.     ViewStyle = vsSmallIcon
  30.     OnCompare = FromBarCompare
  31.     OnDragDrop = FromBarDragDrop
  32.     OnDragOver = FromBarDragOver
  33.   end
  34.   object MainAvailableLabel: TStaticText
  35.     Left = 3
  36.     Top = 0
  37.     Width = 126
  38.     Height = 17
  39.     Caption = 'Available tool bar buttons:'
  40.     TabOrder = 0
  41.   end
  42.   object ToBar: TListView
  43.     Left = 213
  44.     Top = 19
  45.     Width = 199
  46.     Height = 205
  47.     Anchors = [akTop, akRight, akBottom]
  48.     Columns = <
  49.       item
  50.         Caption = 'Current tool bar buttons:'
  51.         Width = 195
  52.       end>
  53.     ColumnClick = False
  54.     DragMode = dmAutomatic
  55.     HideSelection = False
  56.     MultiSelect = True
  57.     ReadOnly = True
  58.     RowSelect = True
  59.     ShowColumnHeaders = False
  60.     SmallImages = MainForm.ImageList
  61.     SortType = stData
  62.     TabOrder = 3
  63.     ViewStyle = vsSmallIcon
  64.     OnCompare = ToBarCompare
  65.     OnDragDrop = ToBarDragDrop
  66.     OnDragOver = ToBarDragOver
  67.   end
  68.   object MainCurrentLabel: TStaticText
  69.     Left = 213
  70.     Top = 0
  71.     Width = 117
  72.     Height = 17
  73.     Caption = 'Current tool bar buttons:'
  74.     TabOrder = 2
  75.   end
  76.   object AddButton: TButton
  77.     Left = 128
  78.     Top = 229
  79.     Width = 75
  80.     Height = 25
  81.     Action = AddAction
  82.     TabOrder = 4
  83.   end
  84.   object RemoveButton: TButton
  85.     Left = 214
  86.     Top = 229
  87.     Width = 75
  88.     Height = 25
  89.     Action = RemoveAction
  90.     TabOrder = 5
  91.   end
  92.   object ButtonActions: TActionList
  93.     Left = 18
  94.     Top = 226
  95.     object AddAction: TAction
  96.       Caption = 'Add >>'
  97.       OnExecute = AddExecute
  98.       OnUpdate = AddUpdate
  99.     end
  100.     object RemoveAction: TAction
  101.       Caption = '<< Remove'
  102.       OnExecute = RemoveExecute
  103.       OnUpdate = RemoveUpdate
  104.     end
  105.   end
  106. end
  107.