inherited StartupOptionsForm: TStartupOptionsForm Caption = 'GoldWave Startup Options' ClientHeight = 232 ClientWidth = 283 OldCreateOrder = True PixelsPerInch = 96 TextHeight = 13 inherited ButtonOk: TButton Left = 64 Top = 201 Anchors = [akRight, akBottom] OnClick = ButtonOkClick end inherited ButtonCancel: TButton Left = 144 Top = 201 Anchors = [akRight, akBottom] end object DisableEffect: TCheckBox Left = 28 Top = 9 Width = 135 Height = 17 Caption = 'Disable effect plug-ins' TabOrder = 2 end object DisableFile: TCheckBox Left = 28 Top = 30 Width = 150 Height = 17 Caption = 'Disable file format plug-ins' TabOrder = 3 end object DisableOpenGL: TCheckBox Left = 28 Top = 72 Width = 127 Height = 17 Caption = 'Do not use OpenGL' TabOrder = 5 end object DisableVisual: TCheckBox Left = 28 Top = 51 Width = 145 Height = 17 Caption = 'Disable visual plug-ins' TabOrder = 4 end object DisableACM: TCheckBox Left = 28 Top = 93 Width = 228 Height = 17 Caption = 'Disable Audio Compression Manager (ACM)' TabOrder = 6 end object FixFPU: TCheckBox Left = 28 Top = 114 Width = 138 Height = 17 Caption = 'Fix damaged FPU state' TabOrder = 7 end object DisableCueInfoMsg: TCheckBox Left = 28 Top = 135 Width = 228 Height = 17 Caption = 'Disable Cue/Info/New warning messages' TabOrder = 8 end object DisableWaveformThread: TCheckBox Left = 28 Top = 156 Width = 210 Height = 17 Caption = 'Disable background waveform drawing' TabOrder = 9 end object PlayWhileRecord: TCheckBox Left = 28 Top = 177 Width = 171 Height = 17 Caption = 'Allow playback while recording' TabOrder = 10 end end