object SettingsForm: TSettingsForm Left = 582 Top = 284 HelpContext = 52014 BorderIcons = [biSystemMenu, biHelp] BorderStyle = bsDialog Caption = 'Einstellungen' ClientHeight = 307 ClientWidth = 309 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 = 'Nach erfolgreicher Simulation:' end object Label11: TLabel Left = 8 Top = 70 Width = 169 Height = 13 AutoSize = False Caption = 'Ger'#228'teschnittstelle:' end object btnOk: TButton Left = 128 Top = 280 Width = 75 Height = 23 HelpContext = 52020 Caption = 'OK' Default = True ModalResult = 1 TabOrder = 5 end object btnCancel: TButton Left = 208 Top = 280 Width = 75 Height = 23 HelpContext = 52030 Cancel = True Caption = 'Abbruch' ModalResult = 2 TabOrder = 6 end object cbDisableScrSav: TCheckBox Left = 7 Top = 8 Width = 298 Height = 17 HelpContext = 52040 Caption = '&Bildschirmschoner w'#228'hrend des Schreibens ausschalten' Checked = True State = cbChecked TabOrder = 0 end object cbAfterSimulation: TComboBox Left = 8 Top = 44 Width = 297 Height = 21 Style = csDropDownList ItemHeight = 13 TabOrder = 1 Items.Strings = ( 'Schreiben nach Best'#228'tigung beginnen' 'Schreiben ohne Best'#228'tigung beginnen') end object GroupBox3: TGroupBox Left = 8 Top = 200 Width = 297 Height = 65 HelpContext = 52050 Caption = 'Tempor'#228'res Verzeichnis' TabOrder = 4 object lblTempPath: TLabel Left = 8 Top = 20 Width = 281 Height = 13 AutoSize = False Caption = 'C:\' end object lblTempSize: TLabel Left = 8 Top = 42 Width = 258 Height = 13 AutoSize = False Caption = '650 MB von 1024 MB frei' end object btnChangeTempPath: TButton Left = 219 Top = 38 Width = 70 Height = 23 HelpContext = 52060 Caption = '&'#196'ndern...' TabOrder = 0 OnClick = btnChangeTempPathClick end end object cbInterface: TComboBox Left = 8 Top = 88 Width = 297 Height = 21 Style = csDropDownList ItemHeight = 13 TabOrder = 2 Items.Strings = ( 'ASPI Schnittstelle' 'ASAPI Schnittstelle') end object gbWriteCache: TGroupBox Left = 8 Top = 111 Width = 297 Height = 82 HelpContext = 30030 Caption = 'Schreibcache' TabOrder = 3 object Label2: TLabel Left = 8 Top = 16 Width = 68 Height = 13 Caption = 'Optimieren f'#252'r:' end object Label3: TLabel Left = 136 Top = 64 Width = 89 Height = 13 Alignment = taRightJustify AutoSize = False Caption = 'Sicherheit' end object Label4: TLabel Left = 8 Top = 64 Width = 121 Height = 13 AutoSize = False Caption = 'Geringer Speicherbedarf' end object lblWriteCacheSize: TLabel Left = 243 Top = 35 Width = 49 Height = 13 Alignment = taRightJustify AutoSize = False Caption = '2 MB' end object tbWriteCache: TExtTrackBar Left = 4 Top = 30 Width = 229 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 = 'Bitte w'#228'hlen Sie einen Ordner zum Speichern von tempor'#228'ren Datei' + 'en.' Root = idDesktop Options = [bfDirectoriesOnly, bfStatusText] OnSelectionChange = sddTempPathSelectionChange Left = 16 Top = 272 end end