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

  1. inherited SplitFileForm: TSplitFileForm
  2.   Caption = 'Split File'
  3.   ClientHeight = 328
  4.   ClientWidth = 398
  5.   OldCreateOrder = False
  6.   OnCloseQuery = FormCloseQuery
  7.   ExplicitWidth = 404
  8.   ExplicitHeight = 360
  9.   PixelsPerInch = 96
  10.   TextHeight = 13
  11.   inherited ButtonOk: TButton
  12.     Left = 153
  13.     Top = 298
  14.     TabOrder = 5
  15.     ExplicitLeft = 153
  16.     ExplicitTop = 298
  17.   end
  18.   inherited ButtonCancel: TButton
  19.     Left = 233
  20.     Top = 298
  21.     TabOrder = 6
  22.     ExplicitLeft = 233
  23.     ExplicitTop = 298
  24.   end
  25.   inherited ButtonHelp: THelpButton
  26.     Left = 313
  27.     Top = 298
  28.     TabOrder = 7
  29.     HelpKey = 'cue_splitfile'
  30.     ExplicitLeft = 313
  31.     ExplicitTop = 298
  32.   end
  33.   object Overwrite: TCheckBox
  34.     Left = 97
  35.     Top = 30
  36.     Width = 156
  37.     Height = 17
  38.     Caption = '&Overwrite existing files'
  39.     TabOrder = 2
  40.   end
  41.   inline Folder: TFolderFrame
  42.     Left = 96
  43.     Top = 4
  44.     Width = 294
  45.     Height = 25
  46.     TabOrder = 1
  47.     TabStop = True
  48.     ExplicitLeft = 96
  49.     ExplicitTop = 4
  50.     ExplicitWidth = 294
  51.     inherited Folder: TEdit
  52.       Width = 265
  53.       ExplicitWidth = 265
  54.     end
  55.     inherited Browse: TBitton
  56.       Left = 271
  57.       ExplicitLeft = 271
  58.     end
  59.   end
  60.   object DestinationLabel: TStaticText
  61.     Left = 4
  62.     Top = 9
  63.     Width = 89
  64.     Height = 17
  65.     Alignment = taRightJustify
  66.     Caption = 'Destination folder:'
  67.     TabOrder = 0
  68.   end
  69.   object Format: TRadioGroup
  70.     Left = 8
  71.     Top = 213
  72.     Width = 382
  73.     Height = 79
  74.     Caption = ' File format '
  75.     Items.Strings = (
  76.       'Use &CD compatible wave format and alignment'
  77.       'Use &default save format and attributes'
  78.       'Use &file'#39's current format and attributes')
  79.     TabOrder = 4
  80.   end
  81.   object NamingBox: TGroupBox
  82.     Left = 8
  83.     Top = 53
  84.     Width = 382
  85.     Height = 154
  86.     Caption = ' Method of naming split files '
  87.     TabOrder = 3
  88.     object Filename: TEdit
  89.       Left = 112
  90.       Top = 79
  91.       Width = 241
  92.       Height = 21
  93.       MaxLength = 200
  94.       TabOrder = 4
  95.       Text = 'track###'
  96.     end
  97.     object BaseFilenameLabel: TStaticText
  98.       Left = 35
  99.       Top = 81
  100.       Width = 73
  101.       Height = 17
  102.       Alignment = taRightJustify
  103.       Caption = 'Base filename:'
  104.       TabOrder = 3
  105.     end
  106.     object Number: TNumEdit
  107.       Left = 112
  108.       Top = 106
  109.       Width = 46
  110.       Height = 21
  111.       Value = 1.000000000000000000
  112.       Max = 1000000.000000000000000000
  113.       PageChange = 10.000000000000000000
  114.       LineChange = 1.000000000000000000
  115.       Label = 'First number'
  116.       Buddy = NumberBuddy
  117.       Caption = '1'
  118.       TabOrder = 6
  119.       MaxLength = 8
  120.     end
  121.     object BaseNumberLabel: TStaticText
  122.       Left = 44
  123.       Top = 108
  124.       Width = 64
  125.       Height = 17
  126.       Alignment = taRightJustify
  127.       Caption = 'First number:'
  128.       TabOrder = 5
  129.     end
  130.     object NumberBuddy: TBuddyUpDown
  131.       Left = 158
  132.       Top = 106
  133.       Width = 16
  134.       Height = 21
  135.       Associate = Number
  136.       TabOrder = 7
  137.     end
  138.     object CueNames: TRadioButton
  139.       Left = 8
  140.       Top = 16
  141.       Width = 185
  142.       Height = 17
  143.       Caption = 'Use cue name for filename'
  144.       TabOrder = 0
  145.       TabStop = True
  146.       OnClick = CueNumbersClick
  147.     end
  148.     object CueNumbers: TRadioButton
  149.       Left = 8
  150.       Top = 34
  151.       Width = 293
  152.       Height = 17
  153.       Caption = 'Use base filename and number'
  154.       Checked = True
  155.       TabOrder = 1
  156.       TabStop = True
  157.       OnClick = CueNumbersClick
  158.     end
  159.     object CueNamesAndNumbers: TRadioButton
  160.       Left = 8
  161.       Top = 52
  162.       Width = 293
  163.       Height = 17
  164.       Caption = 'Use cue name prefixed with base filename and number'
  165.       TabOrder = 2
  166.       OnClick = CueNumbersClick
  167.     end
  168.     object PrefixOriginalName: TCheckBox
  169.       Left = 8
  170.       Top = 133
  171.       Width = 150
  172.       Height = 17
  173.       Caption = 'Prefix original filename'
  174.       TabOrder = 8
  175.     end
  176.   end
  177. end
  178.