home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 March / CMCD0305.ISO / Software / Shareware / Multimedia / goldwave / gwave509.exe / GoldWave.exe / 0 / RCDATA / TSTARTUPOPTIONSFORM / TSTARTUPOPTIONSFORM.txt
Text File  |  2005-01-25  |  2KB  |  92 lines

  1. inherited StartupOptionsForm: TStartupOptionsForm
  2.   Caption = 'GoldWave Startup Options'
  3.   ClientHeight = 232
  4.   ClientWidth = 283
  5.   OldCreateOrder = True
  6.   PixelsPerInch = 96
  7.   TextHeight = 13
  8.   inherited ButtonOk: TButton
  9.     Left = 64
  10.     Top = 201
  11.     Anchors = [akRight, akBottom]
  12.     OnClick = ButtonOkClick
  13.   end
  14.   inherited ButtonCancel: TButton
  15.     Left = 144
  16.     Top = 201
  17.     Anchors = [akRight, akBottom]
  18.   end
  19.   object DisableEffect: TCheckBox
  20.     Left = 28
  21.     Top = 9
  22.     Width = 135
  23.     Height = 17
  24.     Caption = 'Disable effect plug-ins'
  25.     TabOrder = 2
  26.   end
  27.   object DisableFile: TCheckBox
  28.     Left = 28
  29.     Top = 30
  30.     Width = 150
  31.     Height = 17
  32.     Caption = 'Disable file format plug-ins'
  33.     TabOrder = 3
  34.   end
  35.   object DisableOpenGL: TCheckBox
  36.     Left = 28
  37.     Top = 72
  38.     Width = 127
  39.     Height = 17
  40.     Caption = 'Do not use OpenGL'
  41.     TabOrder = 5
  42.   end
  43.   object DisableVisual: TCheckBox
  44.     Left = 28
  45.     Top = 51
  46.     Width = 145
  47.     Height = 17
  48.     Caption = 'Disable visual plug-ins'
  49.     TabOrder = 4
  50.   end
  51.   object DisableACM: TCheckBox
  52.     Left = 28
  53.     Top = 93
  54.     Width = 228
  55.     Height = 17
  56.     Caption = 'Disable Audio Compression Manager (ACM)'
  57.     TabOrder = 6
  58.   end
  59.   object FixFPU: TCheckBox
  60.     Left = 28
  61.     Top = 114
  62.     Width = 138
  63.     Height = 17
  64.     Caption = 'Fix damaged FPU state'
  65.     TabOrder = 7
  66.   end
  67.   object DisableCueInfoMsg: TCheckBox
  68.     Left = 28
  69.     Top = 135
  70.     Width = 228
  71.     Height = 17
  72.     Caption = 'Disable Cue/Info/New warning messages'
  73.     TabOrder = 8
  74.   end
  75.   object DisableWaveformThread: TCheckBox
  76.     Left = 28
  77.     Top = 156
  78.     Width = 210
  79.     Height = 17
  80.     Caption = 'Disable background waveform drawing'
  81.     TabOrder = 9
  82.   end
  83.   object PlayWhileRecord: TCheckBox
  84.     Left = 28
  85.     Top = 177
  86.     Width = 171
  87.     Height = 17
  88.     Caption = 'Allow playback while recording'
  89.     TabOrder = 10
  90.   end
  91. end
  92.