home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 October / Chip_2004-10_cd1.bin / tema / goldwave / gwave506.exe / GoldWave.exe / 0 / RCDATA / TSPLITFILEFORM / TSPLITFILEFORM.txt
Text File  |  2003-10-10  |  2KB  |  118 lines

  1. inherited SplitFileForm: TSplitFileForm
  2.   Caption = 'Split File'
  3.   ClientHeight = 203
  4.   ClientWidth = 394
  5.   OldCreateOrder = False
  6.   OnCloseQuery = FormCloseQuery
  7.   PixelsPerInch = 96
  8.   TextHeight = 13
  9.   inherited ButtonOk: TButton
  10.     Left = 149
  11.     Top = 173
  12.     TabOrder = 8
  13.   end
  14.   inherited ButtonCancel: TButton
  15.     Left = 229
  16.     Top = 173
  17.     TabOrder = 9
  18.   end
  19.   inherited ButtonHelp: THelpButton
  20.     Left = 309
  21.     Top = 173
  22.     TabOrder = 10
  23.     HelpKey = 'cue_splitfile'
  24.   end
  25.   object Filename: TEdit
  26.     Left = 97
  27.     Top = 33
  28.     Width = 291
  29.     Height = 21
  30.     MaxLength = 200
  31.     TabOrder = 3
  32.     Text = 'track###'
  33.   end
  34.   object BaseFilenameLabel: TStaticText
  35.     Left = 20
  36.     Top = 35
  37.     Width = 73
  38.     Height = 17
  39.     Alignment = taRightJustify
  40.     Caption = 'Base filename:'
  41.     TabOrder = 2
  42.   end
  43.   object Overwrite: TCheckBox
  44.     Left = 193
  45.     Top = 63
  46.     Width = 156
  47.     Height = 17
  48.     Caption = '&Overwrite existing files'
  49.     TabOrder = 7
  50.   end
  51.   object Number: TNumEdit
  52.     Left = 97
  53.     Top = 60
  54.     Width = 46
  55.     Height = 21
  56.     TabStop = True
  57.     Value = 1
  58.     Max = 1000000
  59.     PageChange = 10
  60.     LineChange = 1
  61.     Label = 'First number'
  62.     Buddy = NumberBuddy
  63.     Caption = '1'
  64.     TabOrder = 5
  65.     MaxLength = 8
  66.   end
  67.   object BaseNumberLabel: TStaticText
  68.     Left = 29
  69.     Top = 62
  70.     Width = 64
  71.     Height = 17
  72.     Alignment = taRightJustify
  73.     Caption = 'First number:'
  74.     TabOrder = 4
  75.   end
  76.   object NumberBuddy: TBuddyUpDown
  77.     Left = 143
  78.     Top = 60
  79.     Width = 15
  80.     Height = 21
  81.     Associate = Number
  82.     TabOrder = 6
  83.   end
  84.   inline Folder: TFolderFrame
  85.     Left = 96
  86.     Top = 4
  87.     Width = 293
  88.     TabOrder = 1
  89.     inherited Folder: TEdit
  90.       Width = 264
  91.     end
  92.     inherited Browse: TBitton
  93.       Left = 270
  94.     end
  95.   end
  96.   object DestinationLabel: TStaticText
  97.     Left = 4
  98.     Top = 9
  99.     Width = 89
  100.     Height = 17
  101.     Alignment = taRightJustify
  102.     Caption = 'Destination folder:'
  103.     TabOrder = 0
  104.   end
  105.   object Format: TRadioGroup
  106.     Left = 97
  107.     Top = 86
  108.     Width = 291
  109.     Height = 79
  110.     Caption = ' File format '
  111.     Items.Strings = (
  112.       'Use &CD compatible wave format and alignment'
  113.       'Use &default save format and attributes'
  114.       'Use &file'#39's current format and attributes')
  115.     TabOrder = 11
  116.   end
  117. end
  118.