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

  1. inherited StorageForm: TStorageForm
  2.   Caption = 'Storage Options'
  3.   ClientHeight = 258
  4.   ClientWidth = 350
  5.   OnCloseQuery = FormCloseQuery
  6.   PixelsPerInch = 96
  7.   TextHeight = 13
  8.   inherited ButtonOk: TButton
  9.     Left = 105
  10.     Top = 228
  11.     TabOrder = 2
  12.   end
  13.   inherited ButtonCancel: TButton
  14.     Left = 185
  15.     Top = 228
  16.     TabOrder = 3
  17.   end
  18.   inherited ButtonHelp: THelpButton
  19.     Left = 265
  20.     Top = 228
  21.     TabOrder = 4
  22.     HelpKey = 'option_storage'
  23.   end
  24.   object SoundFolderBox: TGroupBox
  25.     Left = 7
  26.     Top = 4
  27.     Width = 336
  28.     Height = 91
  29.     Caption = ' Sound Folder '
  30.     TabOrder = 0
  31.     object UseInitial: TRadioButton
  32.       Left = 10
  33.       Top = 37
  34.       Width = 203
  35.       Height = 17
  36.       Caption = 'Always start with this folder:'
  37.       TabOrder = 1
  38.       OnClick = RadioChange
  39.     end
  40.     object UseLast: TRadioButton
  41.       Left = 10
  42.       Top = 19
  43.       Width = 203
  44.       Height = 17
  45.       Caption = 'Remember folder used last session'
  46.       Checked = True
  47.       TabOrder = 0
  48.       TabStop = True
  49.       OnClick = RadioChange
  50.     end
  51.     inline Source: TFolderFrame
  52.       Left = 27
  53.       Top = 55
  54.       Width = 302
  55.       TabOrder = 2
  56.       inherited Folder: TEdit
  57.         Width = 273
  58.       end
  59.       inherited Browse: TBitton
  60.         Left = 279
  61.       end
  62.     end
  63.   end
  64.   object TemporaryStorageBox: TGroupBox
  65.     Left = 7
  66.     Top = 100
  67.     Width = 336
  68.     Height = 119
  69.     Caption = ' Temporary Storage '
  70.     TabOrder = 1
  71.     object UseRAM: TRadioButton
  72.       Left = 10
  73.       Top = 19
  74.       Width = 113
  75.       Height = 17
  76.       Caption = 'RAM'
  77.       TabOrder = 0
  78.       OnClick = RadioChange
  79.     end
  80.     object UseDisk: TRadioButton
  81.       Left = 10
  82.       Top = 37
  83.       Width = 113
  84.       Height = 17
  85.       Caption = 'Hard drive:'
  86.       Checked = True
  87.       TabOrder = 1
  88.       TabStop = True
  89.       OnClick = RadioChange
  90.     end
  91.     inline Temporary: TFolderFrame
  92.       Left = 27
  93.       Top = 55
  94.       Width = 302
  95.       TabOrder = 2
  96.       inherited Folder: TEdit
  97.         Width = 273
  98.       end
  99.       inherited Browse: TBitton
  100.         Left = 279
  101.       end
  102.     end
  103.     object UndoLevels: TNumBox
  104.       Left = 76
  105.       Top = 89
  106.       Width = 87
  107.       Height = 21
  108.       TabStop = True
  109.       Max = 100000
  110.       PageChange = 10
  111.       LineChange = 1
  112.       Label = 'Undo levels'
  113.       DropDownCount = 10
  114.       Items.Strings = (
  115.         '0'
  116.         '1'
  117.         '5'
  118.         '10'
  119.         '50'
  120.         '100'
  121.         '1000'
  122.         '10000'
  123.         '100000')
  124.       TabOrder = 4
  125.       MaxLength = 7
  126.     end
  127.     object UndoLabel: TStaticText
  128.       Left = 10
  129.       Top = 91
  130.       Width = 63
  131.       Height = 17
  132.       Alignment = taRightJustify
  133.       Caption = 'Undo levels:'
  134.       TabOrder = 3
  135.     end
  136.   end
  137. end
  138.