home *** CD-ROM | disk | FTP | other *** search
/ PC World 2007 January / PCWorld_2007-01_cd.bin / temacd / goldwave / gwave517.exe / GoldWave.exe / 0 / RCDATA / TFILEMERGERFORM / TFILEMERGERFORM.txt
Encoding:
Text File  |  2006-11-14  |  4.2 KB  |  204 lines

  1. inherited FileMergerForm: TFileMergerForm
  2.   Left = 273
  3.   Top = 199
  4.   BorderStyle = bsSizeable
  5.   Caption = 'File Merger'
  6.   ClientHeight = 337
  7.   ClientWidth = 461
  8.   Constraints.MinHeight = 200
  9.   Constraints.MinWidth = 465
  10.   ExplicitWidth = 469
  11.   ExplicitHeight = 371
  12.   PixelsPerInch = 96
  13.   TextHeight = 13
  14.   inherited ButtonOk: TButton
  15.     Left = 220
  16.     Top = 307
  17.     Enabled = False
  18.     ModalResult = 0
  19.     TabOrder = 11
  20.     Visible = False
  21.     ExplicitLeft = 220
  22.     ExplicitTop = 309
  23.   end
  24.   inherited ButtonCancel: TButton
  25.     Left = 300
  26.     Top = 307
  27.     TabOrder = 9
  28.     ExplicitLeft = 300
  29.     ExplicitTop = 309
  30.   end
  31.   inherited ButtonHelp: THelpButton
  32.     Left = 380
  33.     Top = 307
  34.     TabOrder = 10
  35.     HelpKey = 'tool_merger'
  36.     ExplicitLeft = 380
  37.     ExplicitTop = 309
  38.   end
  39.   object ButtonMerge: TButton
  40.     Left = 220
  41.     Top = 307
  42.     Width = 75
  43.     Height = 25
  44.     Action = MergeAction
  45.     Anchors = [akRight, akBottom]
  46.     Default = True
  47.     TabOrder = 8
  48.     ExplicitTop = 309
  49.   end
  50.   object FilesLabel: TStaticText
  51.     Left = 6
  52.     Top = 6
  53.     Width = 193
  54.     Height = 17
  55.     Caption = 'Files to be merged in the following order:'
  56.     TabOrder = 0
  57.   end
  58.   object FileList: TListView
  59.     Left = 6
  60.     Top = 23
  61.     Width = 450
  62.     Height = 246
  63.     Anchors = [akLeft, akTop, akRight, akBottom]
  64.     Columns = <
  65.       item
  66.         Caption = 'Name'
  67.         Width = -1
  68.         WidthType = (
  69.           -1)
  70.       end>
  71.     ColumnClick = False
  72.     DragMode = dmAutomatic
  73.     HideSelection = False
  74.     ReadOnly = True
  75.     PopupMenu = ListMenu
  76.     ShowColumnHeaders = False
  77.     TabOrder = 1
  78.     ViewStyle = vsReport
  79.     OnDragDrop = FileListDragDrop
  80.     OnDragOver = FileListDragOver
  81.     ExplicitHeight = 248
  82.   end
  83.   object AddFiles: TButton
  84.     Left = 3
  85.     Top = 273
  86.     Width = 75
  87.     Height = 25
  88.     Anchors = [akLeft, akBottom]
  89.     Caption = 'Add Files...'
  90.     TabOrder = 2
  91.     OnClick = AddFilesClick
  92.     ExplicitTop = 275
  93.   end
  94.   object RemoveFile: TButton
  95.     Left = 83
  96.     Top = 273
  97.     Width = 75
  98.     Height = 25
  99.     Action = RemoveFileAction
  100.     Anchors = [akLeft, akBottom]
  101.     TabOrder = 3
  102.     ExplicitTop = 275
  103.   end
  104.   object RemoveAllFiles: TButton
  105.     Left = 163
  106.     Top = 273
  107.     Width = 75
  108.     Height = 25
  109.     Action = RemoveAllFileAction
  110.     Anchors = [akLeft, akBottom]
  111.     TabOrder = 4
  112.     ExplicitTop = 275
  113.   end
  114.   object RateLabel: TStaticText
  115.     Left = 250
  116.     Top = 275
  117.     Width = 115
  118.     Height = 17
  119.     Anchors = [akRight, akBottom]
  120.     Caption = 'Preferred sampling rate:'
  121.     TabOrder = 5
  122.     ExplicitTop = 277
  123.   end
  124.   object Rate: TNumBox
  125.     Left = 366
  126.     Top = 273
  127.     Width = 73
  128.     Height = 21
  129.     Value = 44100.000000000000000000
  130.     Min = 1000.000000000000000000
  131.     Max = 192000.000000000000000000
  132.     PageChange = 100.000000000000000000
  133.     LineChange = 100.000000000000000000
  134.     Label = 'Rate'
  135.     Buddy = RateBuddy
  136.     Anchors = [akRight, akBottom]
  137.     AutoComplete = False
  138.     DropDownCount = 12
  139.     Items.Strings = (
  140.       '5500'
  141.       '6000'
  142.       '7333'
  143.       '8000'
  144.       '11025'
  145.       '16000'
  146.       '22050'
  147.       '32000'
  148.       '44100'
  149.       '48000'
  150.       '88200'
  151.       '96000'
  152.       '192000')
  153.     TabOrder = 6
  154.     Text = '44100'
  155.     MaxLength = 7
  156.     ExplicitTop = 275
  157.   end
  158.   object RateBuddy: TBuddyUpDown
  159.     Left = 439
  160.     Top = 273
  161.     Width = 16
  162.     Height = 21
  163.     Anchors = [akRight, akBottom]
  164.     Associate = Rate
  165.     Increment = 100
  166.     TabOrder = 7
  167.     ExplicitTop = 275
  168.   end
  169.   object ActionList: TActionList
  170.     Left = 13
  171.     Top = 303
  172.     object RemoveFileAction: TAction
  173.       Caption = 'Remove'
  174.       OnExecute = RemoveFileExecute
  175.       OnUpdate = RemoveFileEnable
  176.     end
  177.     object RemoveAllFileAction: TAction
  178.       Caption = 'Remove All'
  179.       OnExecute = RemoveAllFileExecute
  180.       OnUpdate = RemoveAllFileEnable
  181.     end
  182.     object MergeAction: TAction
  183.       Caption = 'Merge...'
  184.       OnExecute = Merge
  185.       OnUpdate = MergeEnable
  186.     end
  187.   end
  188.   object ListMenu: TPopupMenu
  189.     OnPopup = ListMenuPopup
  190.     Left = 46
  191.     Top = 304
  192.     object ListPaste: TMenuItem
  193.       Caption = '&Paste'
  194.       ShortCut = 16470
  195.       OnClick = ListPasteClick
  196.     end
  197.     object ListDelete: TMenuItem
  198.       Caption = '&Delete'
  199.       ShortCut = 16472
  200.       OnClick = RemoveFileExecute
  201.     end
  202.   end
  203. end
  204.