home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 April (Special) / Chip-Special_2003-04_Vypalujeme-cd-i-dvd.bin / soft / goldwave / gwave503.exe / GoldWave.exe / 0 / RCDATA / TARRANGERFRAME / TARRANGERFRAME.txt
Encoding:
Text File  |  2003-03-28  |  2.1 KB  |  104 lines

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