home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 March / CMCD0305.ISO / Software / Shareware / Multimedia / goldwave / gwave509.exe / GoldWave.exe / 0 / RCDATA / TSPLITFILEFORM / TSPLITFILEFORM.txt
Encoding:
Text File  |  2005-01-25  |  3.0 KB  |  147 lines

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