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

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