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 / TSPLITFILEFORM / TSPLITFILEFORM.txt
Encoding:
Text File  |  2003-03-28  |  2.2 KB  |  116 lines

  1. inherited SplitFileForm: TSplitFileForm
  2.   Caption = 'Split File'
  3.   ClientHeight = 162
  4.   ClientWidth = 394
  5.   OldCreateOrder = False
  6.   OnCloseQuery = FormCloseQuery
  7.   PixelsPerInch = 96
  8.   TextHeight = 13
  9.   inherited ButtonOk: TButton
  10.     Left = 149
  11.     Top = 132
  12.     TabOrder = 9
  13.   end
  14.   inherited ButtonCancel: TButton
  15.     Left = 229
  16.     Top = 132
  17.     TabOrder = 10
  18.   end
  19.   inherited ButtonHelp: THelpButton
  20.     Left = 309
  21.     Top = 132
  22.     TabOrder = 11
  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 = 21
  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 = 117
  45.     Top = 86
  46.     Width = 156
  47.     Height = 17
  48.     Anchors = [akLeft, akBottom]
  49.     Caption = '&Overwrite existing files'
  50.     TabOrder = 7
  51.   end
  52.   object Compatible: TCheckBox
  53.     Left = 117
  54.     Top = 106
  55.     Width = 250
  56.     Height = 17
  57.     Anchors = [akLeft, akBottom]
  58.     Caption = 'Use &CD compatible wave format and alignment'
  59.     TabOrder = 8
  60.   end
  61.   object Number: TNumEdit
  62.     Left = 97
  63.     Top = 60
  64.     Width = 46
  65.     Height = 21
  66.     TabStop = True
  67.     Value = 1
  68.     Max = 1000000
  69.     PageChange = 10
  70.     LineChange = 1
  71.     Label = 'First number'
  72.     Buddy = NumberBuddy
  73.     Caption = '1'
  74.     TabOrder = 5
  75.     MaxLength = 8
  76.   end
  77.   object BaseNumberLabel: TStaticText
  78.     Left = 30
  79.     Top = 62
  80.     Width = 64
  81.     Height = 17
  82.     Alignment = taRightJustify
  83.     Caption = 'First number:'
  84.     TabOrder = 4
  85.   end
  86.   object NumberBuddy: TBuddyUpDown
  87.     Left = 143
  88.     Top = 60
  89.     Width = 15
  90.     Height = 21
  91.     Associate = Number
  92.     TabOrder = 6
  93.   end
  94.   inline Folder: TFolderFrame
  95.     Left = 96
  96.     Top = 4
  97.     Width = 293
  98.     TabOrder = 1
  99.     inherited Folder: TEdit
  100.       Width = 264
  101.     end
  102.     inherited Browse: TBitton
  103.       Left = 270
  104.     end
  105.   end
  106.   object DestinationLabel: TStaticText
  107.     Left = 5
  108.     Top = 9
  109.     Width = 89
  110.     Height = 17
  111.     Alignment = taRightJustify
  112.     Caption = 'Destination folder:'
  113.     TabOrder = 0
  114.   end
  115. end
  116.