object SettingsForm: TSettingsForm Left = 582 Top = 284 HelpContext = 52014 BorderIcons = [biSystemMenu, biHelp] BorderStyle = bsDialog Caption = 'Instellingen' ClientHeight = 307 ClientWidth = 307 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = True Position = poScreenCenter OnClose = FormClose OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object Label10: TLabel Left = 8 Top = 28 Width = 169 Height = 13 AutoSize = False Caption = 'Na simulatie:' end object Label11: TLabel Left = 8 Top = 70 Width = 169 Height = 13 AutoSize = False Caption = 'Programmering interface type:' end object btnOk: TButton Left = 144 Top = 280 Width = 75 Height = 23 HelpContext = 52020 Caption = 'OK' Default = True ModalResult = 1 TabOrder = 5 end object btnCancel: TButton Left = 224 Top = 280 Width = 75 Height = 23 HelpContext = 52030 Cancel = True Caption = 'Annuleren' ModalResult = 2 TabOrder = 6 end object cbDisableScrSav: TCheckBox Left = 7 Top = 8 Width = 298 Height = 17 HelpContext = 52040 Caption = 'Schakel &Screensaver uit tijdens het branden' Checked = True State = cbChecked TabOrder = 0 end object cbAfterSimulation: TComboBox Left = 8 Top = 44 Width = 289 Height = 21 Style = csDropDownList ItemHeight = 13 TabOrder = 1 Items.Strings = ( 'Begin met branden na bevestiging' 'Begin met branden zonder bevestiging') end object GroupBox3: TGroupBox Left = 8 Top = 200 Width = 290 Height = 65 HelpContext = 52050 Caption = 'Tijdelijke Map' TabOrder = 4 object lblTempPath: TLabel Left = 8 Top = 20 Width = 273 Height = 13 AutoSize = False Caption = 'C:\' end object lblTempSize: TLabel Left = 8 Top = 42 Width = 258 Height = 13 AutoSize = False Caption = '650 MB van 1024 MB vrij' end object btnChangeTempPath: TButton Left = 203 Top = 36 Width = 78 Height = 23 HelpContext = 52060 Caption = '&Wijzigen...' TabOrder = 0 OnClick = btnChangeTempPathClick end end object cbInterface: TComboBox Left = 8 Top = 88 Width = 289 Height = 21 Style = csDropDownList ItemHeight = 13 TabOrder = 2 Items.Strings = ( 'ASPI Interface' 'ASAPI Interface') end object gbWriteCache: TGroupBox Left = 8 Top = 111 Width = 290 Height = 82 HelpContext = 30030 Caption = 'Schrijf Cache' TabOrder = 3 object Label2: TLabel Left = 8 Top = 16 Width = 84 Height = 13 Caption = 'Optimaliseer voor:' end object Label3: TLabel Left = 120 Top = 64 Width = 89 Height = 13 Alignment = taRightJustify AutoSize = False Caption = 'Beveiliging' end object Label4: TLabel Left = 8 Top = 64 Width = 105 Height = 13 AutoSize = False Caption = 'Laag RAM Gebruik' end object lblWriteCacheSize: TLabel Left = 219 Top = 35 Width = 49 Height = 13 Alignment = taRightJustify AutoSize = False Caption = '2 MB' end object tbWriteCache: TExtTrackBar Left = 4 Top = 30 Width = 214 Height = 33 LineSize = 10 Max = 600 Min = 10 PageSize = 50 Frequency = 35 Position = 25 TabOrder = 0 OnChange = tbWriteCacheChange end end object sddTempPath: TSelectDirectoryDialog EnableOK = True Title = 'Selecteer een map voor het opslaan van tijdelijke bestanden.' Root = idDesktop Options = [bfDirectoriesOnly, bfStatusText] OnSelectionChange = sddTempPathSelectionChange Left = 16 Top = 272 end end