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

  1. inherited CDSaveTracksForm: TCDSaveTracksForm
  2.   Caption = 'Save CD Tracks'
  3.   ClientHeight = 209
  4.   ClientWidth = 443
  5.   OnCloseQuery = FormCloseQuery
  6.   PixelsPerInch = 96
  7.   TextHeight = 13
  8.   inherited ButtonOk: TButton
  9.     Left = 200
  10.     Top = 179
  11.     TabOrder = 6
  12.   end
  13.   inherited ButtonCancel: TButton
  14.     Left = 280
  15.     Top = 179
  16.     TabOrder = 7
  17.   end
  18.   inherited ButtonHelp: THelpButton
  19.     Left = 360
  20.     Top = 179
  21.     TabOrder = 8
  22.     HelpKey = 'cd_savetracks'
  23.   end
  24.   inline Folder: TFolderFrame
  25.     Left = 97
  26.     Top = 4
  27.     Width = 343
  28.     TabOrder = 1
  29.     inherited Folder: TEdit
  30.       Width = 314
  31.     end
  32.     inherited Browse: TBitton
  33.       Left = 320
  34.     end
  35.   end
  36.   object DestinationLabel: TStaticText
  37.     Left = 5
  38.     Top = 9
  39.     Width = 89
  40.     Height = 17
  41.     Alignment = taRightJustify
  42.     Caption = 'Destination folder:'
  43.     TabOrder = 0
  44.   end
  45.   object Overwrite: TCheckBox
  46.     Left = 156
  47.     Top = 155
  48.     Width = 130
  49.     Height = 17
  50.     Caption = '&Overwrite existing files'
  51.     TabOrder = 5
  52.   end
  53.   object FormatBox: TGroupBox
  54.     Left = 7
  55.     Top = 64
  56.     Width = 430
  57.     Height = 87
  58.     Caption = ' Please specify what file type and attributes to use '
  59.     TabOrder = 4
  60.     inline Format: TFormatSelectFrame
  61.       Left = 14
  62.       Top = 19
  63.       Width = 403
  64.       inherited SaveType: TComboBox
  65.         Width = 328
  66.       end
  67.       inherited Attributes: TComboBox
  68.         Width = 328
  69.       end
  70.     end
  71.   end
  72.   object ReplacementCharacterLabel: TStaticText
  73.     Left = 6
  74.     Top = 38
  75.     Width = 307
  76.     Height = 17
  77.     Alignment = taRightJustify
  78.     Caption = 
  79.       'Replacement character for titles with invalid filename character' +
  80.       's:'
  81.     TabOrder = 2
  82.   end
  83.   object ReplacementCharacter: TComboBox
  84.     Left = 317
  85.     Top = 36
  86.     Width = 95
  87.     Height = 21
  88.     Style = csDropDownList
  89.     ItemHeight = 13
  90.     TabOrder = 3
  91.     Items.Strings = (
  92.       '- (dash)'
  93.       '_ (underscore)'
  94.       '  (space)'
  95.       '~ (tilde)')
  96.   end
  97. end
  98.