home *** CD-ROM | disk | FTP | other *** search
/ PC World 2007 January / PCWorld_2007-01_cd.bin / temacd / goldwave / gwave517.exe / GoldWave.exe / 0 / RCDATA / TWINDOWOPTIONSFORM / TWINDOWOPTIONSFORM.txt
Encoding:
Text File  |  2006-11-14  |  4.0 KB  |  204 lines

  1. inherited WindowOptionsForm: TWindowOptionsForm
  2.   Left = 297
  3.   Top = 171
  4.   Caption = 'Window Options'
  5.   ClientHeight = 397
  6.   ClientWidth = 331
  7.   PixelsPerInch = 96
  8.   TextHeight = 13
  9.   inherited ButtonOk: TButton
  10.     Left = 86
  11.     Top = 367
  12.     TabOrder = 5
  13.   end
  14.   inherited ButtonCancel: TButton
  15.     Left = 166
  16.     Top = 367
  17.     TabOrder = 6
  18.   end
  19.   inherited ButtonHelp: THelpButton
  20.     Left = 246
  21.     Top = 367
  22.     TabOrder = 7
  23.     HelpKey = 'option_window'
  24.   end
  25.   object MainWindow: TRadioGroup
  26.     Left = 6
  27.     Top = 4
  28.     Width = 122
  29.     Height = 99
  30.     Caption = ' Main window size '
  31.     ItemIndex = 2
  32.     Items.Strings = (
  33.       'Normal'
  34.       'Maximize'
  35.       'Save position')
  36.     TabOrder = 0
  37.   end
  38.   object SoundWindow: TRadioGroup
  39.     Left = 6
  40.     Top = 107
  41.     Width = 122
  42.     Height = 74
  43.     Caption = ' Sound window size '
  44.     ItemIndex = 2
  45.     Items.Strings = (
  46.       'Normal'
  47.       'Maximized'
  48.       'Auto-tile')
  49.     TabOrder = 1
  50.   end
  51.   object YAxis: TRadioGroup
  52.     Left = 136
  53.     Top = 4
  54.     Width = 189
  55.     Height = 99
  56.     Caption = ' Y amplitude axis numbering '
  57.     ItemIndex = 1
  58.     Items.Strings = (
  59.       'Off'
  60.       'Normalized (-1.0 to 1.0)'
  61.       'Signed 16 bit (-32768 to 32767)'
  62.       'Unsigned 8 bit (0 to 255)'
  63.       'dB')
  64.     TabOrder = 2
  65.   end
  66.   object XAxis: TRadioGroup
  67.     Left = 136
  68.     Top = 107
  69.     Width = 189
  70.     Height = 74
  71.     Caption = ' X time axis numbering '
  72.     ItemIndex = 1
  73.     Items.Strings = (
  74.       'Hours : minutes : seconds'
  75.       'Minutes : seconds'
  76.       'Seconds')
  77.     TabOrder = 3
  78.   end
  79.   object ZoomBox: TGroupBox
  80.     Left = 6
  81.     Top = 185
  82.     Width = 319
  83.     Height = 69
  84.     Caption = ' Zoom '
  85.     TabOrder = 4
  86.     object Preset: TTimeBox
  87.       Left = 209
  88.       Top = 14
  89.       Width = 101
  90.       Height = 21
  91.       TabStop = True
  92.       Value = 1
  93.       Min = 0.000100000000000000
  94.       Max = 1000000
  95.       Decimal = -5
  96.       PageChange = 10
  97.       LineChange = 1
  98.       Label = 'Preset zoom'
  99.       Items.Strings = (
  100.         '0.01'
  101.         '0.1'
  102.         '1.0'
  103.         '5.0'
  104.         '10.0'
  105.         '30.0'
  106.         '1:00'
  107.         '2:00'
  108.         '5:00'
  109.         '10:00'
  110.         '30:00'
  111.         '1:00:00'
  112.         '2:00:00'
  113.         '5:00:00')
  114.       TabOrder = 1
  115.       Text = '00:00:01.00000'
  116.       MaxLength = 20
  117.       Format = tttFull
  118.       Caption = '00:00:01.00000'
  119.     end
  120.     object ZoomPresetLabel: TStaticText
  121.       Left = 8
  122.       Top = 16
  123.       Width = 197
  124.       Height = 17
  125.       Alignment = taRightJustify
  126.       Caption = 'Zoom time used for the Preset command:'
  127.       TabOrder = 0
  128.     end
  129.     object Initial: TComboBox
  130.       Left = 209
  131.       Top = 41
  132.       Width = 101
  133.       Height = 21
  134.       Style = csDropDownList
  135.       ItemHeight = 13
  136.       TabOrder = 3
  137.       Items.Strings = (
  138.         'All'
  139.         '1:1'
  140.         '1 second'
  141.         '10 seconds'
  142.         '30 seconds'
  143.         '1 minute'
  144.         '2 minutes'
  145.         '5 minutes'
  146.         '10 minutes'
  147.         '30 minutes'
  148.         '1 hour'
  149.         '2 hours'
  150.         '5 hours'
  151.         '10 hours')
  152.     end
  153.     object ZoomInitialLabel: TStaticText
  154.       Left = 11
  155.       Top = 43
  156.       Width = 194
  157.       Height = 17
  158.       Alignment = taRightJustify
  159.       Caption = 'Initial zoom level when sound is opened:'
  160.       TabOrder = 2
  161.     end
  162.   end
  163.   object MiscellaneousBox: TGroupBox
  164.     Left = 6
  165.     Top = 258
  166.     Width = 319
  167.     Height = 101
  168.     Caption = ' Miscellaneous '
  169.     TabOrder = 8
  170.     object ConfirmSave: TCheckBox
  171.       Left = 10
  172.       Top = 17
  173.       Width = 162
  174.       Height = 17
  175.       Caption = 'Always confirm before saving'
  176.       TabOrder = 0
  177.     end
  178.     object DrawOverview: TCheckBox
  179.       Left = 10
  180.       Top = 37
  181.       Width = 161
  182.       Height = 17
  183.       Caption = 'Draw overview graph'
  184.       TabOrder = 1
  185.     end
  186.     object OldMouse: TCheckBox
  187.       Left = 10
  188.       Top = 57
  189.       Width = 251
  190.       Height = 17
  191.       Caption = 'Use left and right mouse button selection method'
  192.       TabOrder = 2
  193.     end
  194.     object UpdateDefaultPreset: TCheckBox
  195.       Left = 10
  196.       Top = 77
  197.       Width = 249
  198.       Height = 17
  199.       Caption = 'Update default effect settings after each use'
  200.       TabOrder = 3
  201.     end
  202.   end
  203. end
  204.