home *** CD-ROM | disk | FTP | other *** search
/ PC World 2007 January / PCWorld_2007-01_cd.bin / temacd / goldwave / gwave517.exe / GoldWave.exe / 0 / RCDATA / TCDSAVETRACKSFORM / TCDSAVETRACKSFORM.txt
Encoding:
Text File  |  2006-11-14  |  2.5 KB  |  123 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.     ExplicitLeft = 200
  13.     ExplicitTop = 179
  14.   end
  15.   inherited ButtonCancel: TButton
  16.     Left = 280
  17.     Top = 179
  18.     TabOrder = 7
  19.     ExplicitLeft = 280
  20.     ExplicitTop = 179
  21.   end
  22.   inherited ButtonHelp: THelpButton
  23.     Left = 360
  24.     Top = 179
  25.     TabOrder = 8
  26.     HelpKey = 'cd_savetracks'
  27.     ExplicitLeft = 360
  28.     ExplicitTop = 179
  29.   end
  30.   inline Folder: TFolderFrame
  31.     Left = 97
  32.     Top = 4
  33.     Width = 343
  34.     Height = 25
  35.     TabOrder = 1
  36.     TabStop = True
  37.     ExplicitLeft = 97
  38.     ExplicitTop = 4
  39.     ExplicitWidth = 343
  40.     inherited Folder: TEdit
  41.       Width = 314
  42.       ExplicitWidth = 314
  43.     end
  44.     inherited Browse: TBitton
  45.       Left = 320
  46.       ExplicitLeft = 320
  47.     end
  48.   end
  49.   object DestinationLabel: TStaticText
  50.     Left = 5
  51.     Top = 9
  52.     Width = 89
  53.     Height = 17
  54.     Alignment = taRightJustify
  55.     Caption = 'Destination folder:'
  56.     TabOrder = 0
  57.   end
  58.   object Overwrite: TCheckBox
  59.     Left = 156
  60.     Top = 155
  61.     Width = 130
  62.     Height = 17
  63.     Caption = '&Overwrite existing files'
  64.     TabOrder = 5
  65.   end
  66.   object FormatBox: TGroupBox
  67.     Left = 7
  68.     Top = 64
  69.     Width = 430
  70.     Height = 87
  71.     Caption = ' Please specify what file type and attributes to use '
  72.     TabOrder = 4
  73.     inline Format: TFormatSelectFrame
  74.       Left = 14
  75.       Top = 19
  76.       Width = 403
  77.       Height = 56
  78.       TabOrder = 0
  79.       TabStop = True
  80.       ExplicitLeft = 14
  81.       ExplicitTop = 19
  82.       ExplicitWidth = 403
  83.       inherited SaveType: TComboBox
  84.         Width = 328
  85.         ExplicitWidth = 328
  86.       end
  87.       inherited SaveTypeLabel: TStaticText
  88.         Width = 69
  89.         ExplicitWidth = 69
  90.       end
  91.       inherited Attributes: TComboBox
  92.         Width = 328
  93.         ExplicitWidth = 328
  94.       end
  95.     end
  96.   end
  97.   object ReplacementCharacterLabel: TStaticText
  98.     Left = 6
  99.     Top = 38
  100.     Width = 307
  101.     Height = 17
  102.     Alignment = taRightJustify
  103.     Caption = 
  104.       'Replacement character for titles with invalid filename character' +
  105.       's:'
  106.     TabOrder = 2
  107.   end
  108.   object ReplacementCharacter: TComboBox
  109.     Left = 317
  110.     Top = 36
  111.     Width = 95
  112.     Height = 21
  113.     Style = csDropDownList
  114.     ItemHeight = 13
  115.     TabOrder = 3
  116.     Items.Strings = (
  117.       '- (dash)'
  118.       '_ (underscore)'
  119.       '  (space)'
  120.       '~ (tilde)')
  121.   end
  122. end
  123.