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

  1. inherited StartupOptionsForm: TStartupOptionsForm
  2.   Width = 239
  3.   Height = 199
  4.   Caption = 'GoldWave Startup Options'
  5.   OldCreateOrder = True
  6.   PixelsPerInch = 96
  7.   TextHeight = 13
  8.   inherited ButtonOk: TButton
  9.     Left = 38
  10.     Top = 142
  11.     Anchors = [akRight, akBottom]
  12.     OnClick = ButtonOkClick
  13.   end
  14.   inherited ButtonCancel: TButton
  15.     Left = 118
  16.     Top = 142
  17.     Anchors = [akRight, akBottom]
  18.   end
  19.   object DisableEffect: TCheckBox
  20.     Left = 43
  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 = 43
  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 = 43
  37.     Top = 72
  38.     Width = 127
  39.     Height = 17
  40.     Caption = 'Do not use OpenGL'
  41.     TabOrder = 4
  42.   end
  43.   object DisableVisual: TCheckBox
  44.     Left = 43
  45.     Top = 51
  46.     Width = 145
  47.     Height = 17
  48.     Caption = 'Disable visual plug-ins'
  49.     TabOrder = 5
  50.   end
  51.   object DisableACM: TCheckBox
  52.     Left = 43
  53.     Top = 93
  54.     Width = 117
  55.     Height = 17
  56.     Caption = 'Disable ACM'
  57.     TabOrder = 6
  58.   end
  59.   object FixFPU: TCheckBox
  60.     Left = 43
  61.     Top = 114
  62.     Width = 138
  63.     Height = 17
  64.     Caption = 'Fix damaged FPU state'
  65.     TabOrder = 7
  66.   end
  67. end
  68.