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 / TBATCHFORM / TBATCHFORM.txt
Encoding:
Text File  |  2003-03-28  |  12.9 KB  |  434 lines

  1. inherited BatchForm: TBatchForm
  2.   Left = 246
  3.   Top = 167
  4.   Caption = 'Batch Processing'
  5.   ClientHeight = 381
  6.   ClientWidth = 462
  7.   PixelsPerInch = 96
  8.   TextHeight = 13
  9.   inherited ButtonOk: TButton
  10.     Left = 217
  11.     Top = 351
  12.     Enabled = False
  13.     TabOrder = 8
  14.     Visible = False
  15.   end
  16.   inherited ButtonCancel: TButton
  17.     Left = 297
  18.     Top = 351
  19.     TabOrder = 9
  20.   end
  21.   inherited ButtonHelp: THelpButton
  22.     Left = 377
  23.     Top = 351
  24.     TabOrder = 10
  25.     HelpKey = 'file_batch'
  26.   end
  27.   object PageControl: TPageControl
  28.     Left = 6
  29.     Top = 182
  30.     Width = 449
  31.     Height = 161
  32.     ActivePage = Convert
  33.     TabOrder = 6
  34.     object Convert: TTabSheet
  35.       Caption = 'Convert'
  36.       inline FormatFrame: TFormatSelectFrame
  37.         Left = 35
  38.         Top = 32
  39.         TabOrder = 1
  40.       end
  41.       object ConvertAll: TCheckBox
  42.         Left = 107
  43.         Top = 13
  44.         Width = 152
  45.         Height = 17
  46.         Action = ConvertAction
  47.         TabOrder = 0
  48.       end
  49.       object RateBox: TCheckBox
  50.         Left = 107
  51.         Top = 94
  52.         Width = 70
  53.         Height = 17
  54.         Caption = 'Rate (Hz):'
  55.         TabOrder = 2
  56.       end
  57.       object Rate: TNumBox
  58.         Left = 176
  59.         Top = 92
  60.         Width = 73
  61.         Height = 21
  62.         TabStop = True
  63.         Value = 44100
  64.         Min = 1000
  65.         Max = 192000
  66.         PageChange = 100
  67.         LineChange = 100
  68.         Label = 'Rate'
  69.         Buddy = RateBuddy
  70.         DropDownCount = 12
  71.         Items.Strings = (
  72.           '5500'
  73.           '6000'
  74.           '7333'
  75.           '8000'
  76.           '11025'
  77.           '16000'
  78.           '22050'
  79.           '32000'
  80.           '44100'
  81.           '48000'
  82.           '88200'
  83.           '96000'
  84.           '192000')
  85.         TabOrder = 3
  86.         Text = '44100'
  87.         MaxLength = 7
  88.       end
  89.       object RateBuddy: TBuddyUpDown
  90.         Left = 249
  91.         Top = 92
  92.         Width = 15
  93.         Height = 21
  94.         Associate = Rate
  95.         Increment = 100
  96.         TabOrder = 4
  97.       end
  98.     end
  99.     object Process: TTabSheet
  100.       Caption = 'Process'
  101.       ImageIndex = 1
  102.       object AddEffect: TButton
  103.         Left = 359
  104.         Top = 7
  105.         Width = 75
  106.         Height = 25
  107.         Anchors = [akTop, akRight]
  108.         Caption = 'Add Effect...'
  109.         TabOrder = 1
  110.         OnClick = AddEffectClick
  111.       end
  112.       object RemoveEffect: TButton
  113.         Left = 359
  114.         Top = 71
  115.         Width = 75
  116.         Height = 25
  117.         Action = RemoveEffectAction
  118.         Anchors = [akTop, akRight]
  119.         TabOrder = 3
  120.       end
  121.       object EffectList: TListView
  122.         Left = 6
  123.         Top = 8
  124.         Width = 345
  125.         Height = 119
  126.         Columns = <
  127.           item
  128.             Caption = 'Effect or Chain'
  129.             Width = 180
  130.           end
  131.           item
  132.             AutoSize = True
  133.             Caption = 'Effect Preset'
  134.             MinWidth = 100
  135.           end>
  136.         ColumnClick = False
  137.         HideSelection = False
  138.         ReadOnly = True
  139.         RowSelect = True
  140.         SmallImages = EffectImageList
  141.         TabOrder = 0
  142.         ViewStyle = vsReport
  143.       end
  144.       object AddChain: TButton
  145.         Left = 359
  146.         Top = 39
  147.         Width = 75
  148.         Height = 25
  149.         Anchors = [akTop, akRight]
  150.         Caption = 'Add Chain...'
  151.         TabOrder = 2
  152.         OnClick = AddChainClick
  153.       end
  154.       object RemoveAllEffects: TButton
  155.         Left = 359
  156.         Top = 103
  157.         Width = 75
  158.         Height = 25
  159.         Action = RemoveAllEffectAction
  160.         Anchors = [akTop, akRight]
  161.         TabOrder = 4
  162.       end
  163.     end
  164.     object Folder: TTabSheet
  165.       Caption = 'Folder'
  166.       ImageIndex = 2
  167.       object OriginalFolders: TRadioButton
  168.         Left = 28
  169.         Top = 18
  170.         Width = 193
  171.         Height = 17
  172.         Caption = 'Store all files in their original folders'
  173.         Checked = True
  174.         TabOrder = 0
  175.         TabStop = True
  176.         OnClick = FolderModeChange
  177.       end
  178.       object CommonFolder: TRadioButton
  179.         Left = 28
  180.         Top = 36
  181.         Width = 193
  182.         Height = 17
  183.         Caption = 'Store all files in this folder:'
  184.         TabOrder = 1
  185.         OnClick = FolderModeChange
  186.       end
  187.       inline FolderFrame: TFolderFrame
  188.         Left = 46
  189.         Top = 54
  190.         TabOrder = 2
  191.       end
  192.       object Overwrite: TCheckBox
  193.         Left = 28
  194.         Top = 89
  195.         Width = 137
  196.         Height = 17
  197.         Caption = 'Overwrite existing files'
  198.         TabOrder = 3
  199.       end
  200.     end
  201.     object Information: TTabSheet
  202.       Caption = 'Information'
  203.       ImageIndex = 3
  204.       object RetainInfo: TRadioButton
  205.         Left = 28
  206.         Top = 18
  207.         Width = 213
  208.         Height = 17
  209.         Caption = 'Retain information currently in each file'
  210.         Checked = True
  211.         TabOrder = 0
  212.         TabStop = True
  213.       end
  214.       object ReplaceInfo: TRadioButton
  215.         Left = 28
  216.         Top = 36
  217.         Width = 237
  218.         Height = 17
  219.         Caption = 'Replace information in all files'
  220.         TabOrder = 1
  221.       end
  222.       object SetInfo: TButton
  223.         Left = 47
  224.         Top = 58
  225.         Width = 75
  226.         Height = 25
  227.         Action = SetInfoAction
  228.         TabOrder = 2
  229.       end
  230.     end
  231.   end
  232.   object FileList: TListView
  233.     Left = 6
  234.     Top = 23
  235.     Width = 365
  236.     Height = 152
  237.     Columns = <
  238.       item
  239.         Caption = 'Name'
  240.         Width = -1
  241.         WidthType = (
  242.           -1)
  243.       end>
  244.     ColumnClick = False
  245.     HideSelection = False
  246.     ReadOnly = True
  247.     ShowColumnHeaders = False
  248.     TabOrder = 1
  249.     ViewStyle = vsReport
  250.   end
  251.   object AddFiles: TButton
  252.     Left = 380
  253.     Top = 23
  254.     Width = 75
  255.     Height = 25
  256.     Anchors = [akTop, akRight]
  257.     Caption = 'Add Files...'
  258.     TabOrder = 2
  259.     OnClick = AddFilesClick
  260.   end
  261.   object AddFolder: TButton
  262.     Left = 380
  263.     Top = 54
  264.     Width = 75
  265.     Height = 25
  266.     Anchors = [akTop, akRight]
  267.     Caption = 'Add Folder...'
  268.     TabOrder = 3
  269.     OnClick = AddFolderClick
  270.   end
  271.   object RemoveFile: TButton
  272.     Left = 380
  273.     Top = 119
  274.     Width = 75
  275.     Height = 25
  276.     Action = RemoveFileAction
  277.     Anchors = [akTop, akRight]
  278.     TabOrder = 4
  279.   end
  280.   object FilesLabel: TStaticText
  281.     Left = 6
  282.     Top = 6
  283.     Width = 135
  284.     Height = 17
  285.     Caption = 'Files and folders to process:'
  286.     TabOrder = 0
  287.   end
  288.   object RemoveAllFiles: TButton
  289.     Left = 380
  290.     Top = 150
  291.     Width = 75
  292.     Height = 25
  293.     Action = RemoveAllFileAction
  294.     Anchors = [akTop, akRight]
  295.     TabOrder = 5
  296.   end
  297.   object Begin: TButton
  298.     Left = 217
  299.     Top = 351
  300.     Width = 75
  301.     Height = 25
  302.     Action = BeginAction
  303.     Anchors = [akRight, akBottom]
  304.     Default = True
  305.     TabOrder = 7
  306.   end
  307.   object OpenDialog: TOpenDialog
  308.     DefaultExt = '*.wav'
  309.     Filter = 'All (*.*)|*.*'
  310.     Options = [ofHideReadOnly, ofAllowMultiSelect, ofPathMustExist, ofFileMustExist, ofEnableSizing]
  311.     Title = 'Add Files'
  312.     Left = 7
  313.     Top = 349
  314.   end
  315.   object ActionList: TActionList
  316.     Left = 41
  317.     Top = 349
  318.     object RemoveFileAction: TAction
  319.       Caption = 'Remove'
  320.       OnExecute = RemoveFileExecute
  321.       OnUpdate = RemoveFileEnable
  322.     end
  323.     object RemoveAllFileAction: TAction
  324.       Caption = 'Remove All'
  325.       OnExecute = RemoveAllFileExecute
  326.       OnUpdate = RemoveAllFileEnable
  327.     end
  328.     object RemoveEffectAction: TAction
  329.       Caption = 'Remove'
  330.       OnExecute = RemoveEffectExecute
  331.       OnUpdate = RemoveEffectEnable
  332.     end
  333.     object RemoveAllEffectAction: TAction
  334.       Caption = 'Remove All'
  335.       OnExecute = RemoveAllEffectExecute
  336.       OnUpdate = RemoveAllEffectEnable
  337.     end
  338.     object SetInfoAction: TAction
  339.       Caption = 'Set Info...'
  340.       OnExecute = SetInfoExecute
  341.       OnUpdate = SetInfoEnable
  342.     end
  343.     object BeginAction: TAction
  344.       Caption = 'Begin'
  345.       OnExecute = BeginExecute
  346.       OnUpdate = BeginUpdate
  347.     end
  348.     object ConvertAction: TAction
  349.       Caption = 'Convert files to this format:'
  350.       OnUpdate = ConvertActionUpdate
  351.     end
  352.   end
  353.   object EffectImageList: TImageList
  354.     DrawingStyle = dsTransparent
  355.     Left = 77
  356.     Top = 350
  357.     Bitmap = {
  358.       494C010102000400040010001000FFFFFFFFFF10FFFFFFFFFFFFFFFF424D3600
  359.       0000000000003600000028000000400000001000000001001000000000000008
  360.       0000000000000000000000000000000000000000000000000000000000000000
  361.       0000000000000000000000000000000000000000000000000000000000000000
  362.       1042104200000000000000000000000000000000000000000000000000000000
  363.       0000000000000000000000000000000000000000000000000000000000000000
  364.       0000000000000000000000000000000000000000000000000000000000000000
  365.       0000000000000000000000000000000000000000000000000000000000001042
  366.       E07FE07F10420000000000000000000000000000000000000000000000000000
  367.       0000000000000000000000000000000000000000000000000000000000000000
  368.       0000000000000000000000000000000000000000104210421042000000000000
  369.       104210420000000000000000104210421042000000000000000000001042E07F
  370.       E07FE07FE07F1042000000000000000000000000000000000000000000000000
  371.       0000000000000000000000000000000000000000000000000000000000000000
  372.       0000000000000000000000000000000000000000E07FE07F1042000000000000
  373.       E07FE07F1042000000000000E07FE07F104200000000000000000000E07FE07F
  374.       E07FE07FE07FE07F104200000000000000000000000000000000000000000000
  375.       0000000000000000000000000000000000000000000000000000000000000000
  376.       0000000000000000000000000000000000000000E07FE07F1042000000000000
  377.       0000E07FE07F10420000E07FE07F104200000000000000000000000000000000
  378.       E07FE07F10420000000000000000000000000000000000000000000000000000
  379.       0000000000000000000000000000000000000000000000000000000000000000
  380.       0000000000000000000000000000000000000000E07FE07F1042000000000000
  381.       00000000E07FE07FE07FE07F1042000000000000000000001042104210421042
  382.       E07FE07F10421042104210421042000000000000000000000000000000000000
  383.       0000000000000000000000000000000000000000000000000000000000000000
  384.       0000000000000000000000000000000000000000E07FE07F1042000000000000
  385.       000000000000E07FE07F1042000000000000000000000000E07FE07FE07FE07F
  386.       10001000E07FE07FE07FE07F1042000000000000000000000000000000000000
  387.       0000000000000000000000000000000000000000000000000000000000000000
  388.       0000000000000000000000000000000000000000E07FE07F1042104210421042
  389.       00000000E07FE07FE07FE07F104200000000000000000000E07FE07FE07FE07F
  390.       E07FE07FE07FE07FE07FE07F1042000000000000000000000000000000000000
  391.       0000000000000000000000000000000000000000000000000000000000000000
  392.       0000000000000000000000000000000000000000E07FE07FE07FE07FE07F1042
  393.       0000E07FE07F10420000E07FE07F10420000000000000000E07FE07FE07FE07F
  394.       10001000E07FE07FE07FE07F1042000000000000000000000000000000000000
  395.       0000000000000000000000000000000000000000000000000000000000000000
  396.       0000000000000000000000000000000000000000E07FE07FE07FE07FE07F1042
  397.       E07FE07F1042000000000000E07FE07F1042000000000000E07FE07FE07FE07F
  398.       10001000E07FE07FE07FE07F1042000000000000000000000000000000000000
  399.       0000000000000000000000000000000000000000000000000000000000000000
  400.       0000000000000000000000000000000000000000E07FE07F1042000000000000
  401.       000000000000000000000000000000000000000000000000E07FE07FE07FE07F
  402.       004210001000E07FE07FE07F1042000000000000000000000000000000000000
  403.       0000000000000000000000000000000000000000000000000000000000000000
  404.       0000000000000000000000000000000000000000E07FE07F1042104210421042
  405.       104210420000000000000000000000000000000000000000E07FE07FE07FE07F
  406.       E07FE07F10001000E07FE07F1042000000000000000000000000000000000000
  407.       0000000000000000000000000000000000000000000000000000000000000000
  408.       0000000000000000000000000000000000000000E07FE07FE07FE07FE07FE07F
  409.       E07F10420000000000000000000000000000000000000000E07FE07F10001000
  410.       E07FE07F10001000E07FE07F1042000000000000000000000000000000000000
  411.       0000000000000000000000000000000000000000000000000000000000000000
  412.       0000000000000000000000000000000000000000E07FE07FE07FE07FE07FE07F
  413.       E07F10420000000000000000000000000000000000000000E07FE07FE07F1000
  414.       100010001000E07FE07FE07F1042000000000000000000000000000000000000
  415.       0000000000000000000000000000000000000000000000000000000000000000
  416.       0000000000000000000000000000000000000000000000000000000000000000
  417.       000000000000000000000000000000000000000000000000E07FE07FE07FE07F
  418.       E07FE07FE07FE07FE07FE07F1042000000000000000000000000000000000000
  419.       0000000000000000000000000000000000000000000000000000000000000000
  420.       0000000000000000000000000000000000000000000000000000000000000000
  421.       0000000000000000000000000000000000000000000000000000000000000000
  422.       E07FE07F10420000000000000000000000000000000000000000000000000000
  423.       0000000000000000000000000000000000000000000000000000000000000000
  424.       000000000000000000000000000000000000424D3E000000000000003E000000
  425.       2800000040000000100000000100010000000000800000000000000000000000
  426.       000000000000000000000000FFFFFF00FFFFFE7F00000000FFFFFC3F00000000
  427.       8E78F81F000000008E38F80F000000008F11FE3F000000008F83E00300000000
  428.       8FC7E003000000008183E003000000008111E003000000008038E00300000000
  429.       8FFFE00300000000807FE00300000000807FE00300000000807FE00300000000
  430.       FFFFE00300000000FFFFFE3F0000000000000000000000000000000000000000
  431.       000000000000}
  432.   end
  433. end
  434.